FactuGES2/Source/Modulos/Contactos/Model/Contactos_model.dpk
david 00077c4227 - Repaso de pedidos de proveedor: elección de dirección de entrega (almacén / direccion de cliente / otra dirección)
- Build de FinalBuilder con opción 'Release' para intentar que el programa vaya más rápido.

git-svn-id: https://192.168.0.254/svn/Proyectos.Acana_FactuGES2/trunk@652 f4e31baf-9722-1c47-927c-6f952f962d4b
2016-09-12 17:36:53 +00:00

65 lines
1.8 KiB
ObjectPascal
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

package Contactos_model;
{$R *.res}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$IMPLICITBUILD OFF}
requires
rtl,
vcl,
Base,
GUIBase,
ApplicationBase,
FormasPago_model,
FormasPago_controller,
TiposIVA_model,
TiposIVA_controller,
dbrtl,
DataAbstract_Core_D11,
vcldb,
dsnap,
adortl,
RemObjects_Core_D11;
contains
uBizContactosDatosBancarios in 'uBizContactosDatosBancarios.pas',
uBizContactos in 'uBizContactos.pas',
uIDataModuleContactos in 'Data\uIDataModuleContactos.pas',
uIDataModuleClientes in 'Data\uIDataModuleClientes.pas',
uIDataModuleProveedores in 'Data\uIDataModuleProveedores.pas',
uIDataModuleVendedores in 'Data\uIDataModuleVendedores.pas',
uBizDireccionesContacto in 'uBizDireccionesContacto.pas',
uBizClientesDescuentos in 'uBizClientesDescuentos.pas',
uRegimenIVAUtils in '..\Utiles\uRegimenIVAUtils.pas',
uBizGruposCliente in 'uBizGruposCliente.pas',
uBizGruposProveedor in 'uBizGruposProveedor.pas',
uIDataModuleListadosContactosReport in 'Data\uIDataModuleListadosContactosReport.pas',
uBizSubCuentasContacto in 'uBizSubCuentasContacto.pas',
uBizProcedenciasCliente in 'uBizProcedenciasCliente.pas',
schContactosClient_Intf in 'schContactosClient_Intf.pas',
schContactosServer_Intf in 'schContactosServer_Intf.pas',
uBizContactosPersonal in 'uBizContactosPersonal.pas',
uBizContactosDirecciones in 'uBizContactosDirecciones.pas';
end.