listo para añadir tarifas

This commit is contained in:
2023-11-23 22:20:38 +01:00
parent ec2f217c79
commit f89dc2e566
2320 changed files with 124 additions and 15 deletions

0
ci4/app/Entities/Clientes/ClienteContactoEntity.php Normal file → Executable file
View File

View File

0
ci4/app/Entities/Clientes/ClienteEntity.php Normal file → Executable file
View File

0
ci4/app/Entities/Compras/ProveedorEntity.php Normal file → Executable file
View File

0
ci4/app/Entities/Compras/ProveedorTipoEntity.php Normal file → Executable file
View File

View File

View File

View File

@ -0,0 +1,17 @@
<?php
namespace App\Entities\Configuracion;
use CodeIgniter\Entity;
class ConfiguracionSistemaEntity extends \CodeIgniter\Entity\Entity
{
protected $attributes = [
"id" => null,
"var_name" => null,
"value" => null,
"datatype" => null,
];
protected $casts = [
];
}

0
ci4/app/Entities/Configuracion/FormaPagoEntity.php Normal file → Executable file
View File

0
ci4/app/Entities/Configuracion/Imposicion.php Normal file → Executable file
View File

0
ci4/app/Entities/Configuracion/Maquina.php Normal file → Executable file
View File

View File

View File

View File

View File

0
ci4/app/Entities/Configuracion/Pais.php Normal file → Executable file
View File

0
ci4/app/Entities/Configuracion/PaisEntity.php Normal file → Executable file
View File

0
ci4/app/Entities/Configuracion/PapelFormatoEntity.php Normal file → Executable file
View File

0
ci4/app/Entities/Configuracion/PapelGenerico.php Normal file → Executable file
View File

0
ci4/app/Entities/Configuracion/PapelImpresion.php Normal file → Executable file
View File

View File

View File

0
ci4/app/Entities/Configuracion/ProvinciaEntity.php Normal file → Executable file
View File

0
ci4/app/Entities/Configuracion/TipologiasEntity.php Normal file → Executable file
View File

0
ci4/app/Entities/GoBaseEntity.php Normal file → Executable file
View File

View File

View File

0
ci4/app/Entities/Presupuestos/PresupuestoEntity.php Normal file → Executable file
View File

View File

View File

View File

View File

View File

0
ci4/app/Entities/Tarifas/TarifaAcabadoLinea.php Normal file → Executable file
View File

View File

View File

0
ci4/app/Entities/Tarifas/TarifaEncuadernacionLinea.php Normal file → Executable file
View File

View File

0
ci4/app/Entities/Tarifas/TarifaEnvioEntity.php Normal file → Executable file
View File

0
ci4/app/Entities/Tarifas/TarifaEnvioPrecioEntity.php Normal file → Executable file
View File

0
ci4/app/Entities/Tarifas/TarifaEnvioZonaEntity.php Normal file → Executable file
View File

0
ci4/app/Entities/Tarifas/TarifaManipuladoEntity.php Normal file → Executable file
View File

0
ci4/app/Entities/Tarifas/TarifaManipuladoLinea.php Normal file → Executable file
View File

0
ci4/app/Entities/Tarifas/TarifaacabadoEntity.php Normal file → Executable file
View File

0
ci4/app/Entities/Tarifas/TarifapreimpresionEntity.php Normal file → Executable file
View File

0
ci4/app/Entities/Usuarios/UserEntity.php Normal file → Executable file
View File

0
ci4/app/Entities/Usuarios/UserGroupEntity.php Normal file → Executable file
View File