Merge branch 'main' into add/view_logistica_principal

This commit is contained in:
2025-04-21 21:09:00 +02:00
545 changed files with 2025 additions and 715 deletions

0
ci4/app/Services/ChatService.php Normal file → Executable file
View File

0
ci4/app/Services/EmailService.php Normal file → Executable file
View File

0
ci4/app/Services/ImpresoraEtiquetaService.php Normal file → Executable file
View File

0
ci4/app/Services/MaquinaService.php Normal file → Executable file
View File

0
ci4/app/Services/MessageService.php Normal file → Executable file
View File

0
ci4/app/Services/PapelImpresionService.php Normal file → Executable file
View File

0
ci4/app/Services/PedidoXMLService.php Normal file → Executable file
View File

0
ci4/app/Services/PresupuestoClienteService.php Normal file → Executable file
View File

3
ci4/app/Services/ProductionService.php Normal file → Executable file
View File

@ -1617,4 +1617,7 @@ class ProductionService extends BaseService
}
return $this->isCorte;
}
public function getFileBarCode(){
return $this->ot->getBarCodeFile();
}
}

0
ci4/app/Services/TarifaMaquinaService.php Normal file → Executable file
View File