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,28 @@
<?php
return [
'id' => 'Número',
'fecha' => 'Fecha',
'fecha_entrega' => 'Fecha <br>Entrega',
'cliente' => 'Cliente',
'comercial' => 'Comercial',
'titulo' => 'Título',
'ubicacion' => 'Ubicación',
'inc_rei' => 'Inc/Rei',
'num_paginas' => 'Nº Páginas',
'tiradas' => 'Tiradas',
'total_presupuesto' => 'Total',
'estado' => 'Estado',
'moduleTitle' => 'Pedidos',
'pedido' => 'Pedido',
'pedidos' => 'Pedidos',
'pedidosList' => 'Lista de Pedidos',
'validation' => [
],
];