editar factura

This commit is contained in:
2024-07-07 19:25:39 +02:00
parent c7d8d0c5cc
commit 5605a88846
21 changed files with 1132 additions and 31 deletions

View File

@ -1,6 +1,7 @@
<?php
return [
'id' => 'ID',
'factura' => 'Invoice',
'facturaList' => 'Invoice List',
'facturas' => 'Invoices',
@ -54,4 +55,14 @@ return [
'giroDocimiliado' => 'Direct Debit',
'pagare' => 'Promissory Note',
'transferencia' => 'Transfer',
'datosFactura' => 'Invoice Data',
'addPedidosImpresion' => 'Add Print Orders',
'addPedidosMaquetacion' => 'Add Layout Orders',
'peiddoImpresion' => 'Print Order',
'peiddoMaquetacion' => 'Layout Order',
'nuevaLinea' => 'New Line',
'errors' => [
'requiredFields' => 'Fields marked with * are required',
]
];