añadidos entidades y modelos. Hecha lista de todos

This commit is contained in:
2024-06-11 08:53:20 +02:00
parent bc85572610
commit 2143660cf6
14 changed files with 484 additions and 31 deletions

View File

@ -0,0 +1,27 @@
<?php
return [
'id' => 'Number',
'fecha' => 'Date',
'fecha_entrega' => 'Delivery Date',
'cliente' => 'Client',
'comercial' => 'Commercial',
'titulo' => 'Title',
'ubicacion' => 'Location',
'inc_rei' => 'Inc/Rei', // This seems to be a specific term, left as is
'num_paginas' => 'Number of Pages',
'tiradas' => 'Print Runs',
'total_presupuesto' => 'Total Budget',
'estado' => 'Status',
'moduleTitle' => 'Orders',
'pedido' => 'Order',
'pedidos' => 'Orders',
'pedidosList' => 'Orders List',
'validation' => [
],
];