Se añaden comisiones de vendedor (primera parte: falta elegir las facturas)
git-svn-id: https://192.168.0.254/svn/Proyectos.Noviseda_FactuGES2/trunk@123 f33bb606-9f5c-448d-9c99-757f00063c96
This commit is contained in:
parent
1c57cd1a32
commit
c988e231d1
BIN
Build/Build.fbl6
BIN
Build/Build.fbl6
Binary file not shown.
@ -14,8 +14,8 @@
|
||||
<Notes>
|
||||
<![CDATA[]]>
|
||||
</Notes>
|
||||
<LastBuildRun>00:00:00</LastBuildRun>
|
||||
<LastBuildStart>16/02/2010 16:43:40</LastBuildStart>
|
||||
<LastBuildState>False</LastBuildState>
|
||||
<LastBuildRun>00:00:02</LastBuildRun>
|
||||
<LastBuildStart>05/05/2010 19:29:29</LastBuildStart>
|
||||
<LastBuildState>True</LastBuildState>
|
||||
</properties>
|
||||
</project>
|
||||
|
||||
BIN
Build/Build.fbz6
BIN
Build/Build.fbz6
Binary file not shown.
@ -1,7 +1,6 @@
|
||||
program FactuGES;
|
||||
|
||||
uses
|
||||
ExceptionLog,
|
||||
Forms,
|
||||
Windows,
|
||||
SysUtils,
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -4,7 +4,7 @@ unit schComisionesClient_Intf;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, DB, SysUtils, uROClasses, uDAInterfaces, uDADataTable, FmtBCD, uROXMLIntf;
|
||||
Classes, DB, schBase_Intf, SysUtils, uROClasses, uDAInterfaces, uDADataTable, FmtBCD, uROXMLIntf;
|
||||
|
||||
const
|
||||
{ Data table rules ids
|
||||
@ -90,7 +90,7 @@ type
|
||||
end;
|
||||
|
||||
{ TListaAnosComisionesDataTableRules }
|
||||
TListaAnosComisionesDataTableRules = class(TDADataTableRules, IListaAnosComisiones)
|
||||
TListaAnosComisionesDataTableRules = class(TIntfObjectDADataTableRules, IListaAnosComisiones)
|
||||
private
|
||||
protected
|
||||
{ Property getters and setters }
|
||||
@ -185,7 +185,7 @@ type
|
||||
end;
|
||||
|
||||
{ TFacturasComisionDataTableRules }
|
||||
TFacturasComisionDataTableRules = class(TDADataTableRules, IFacturasComision)
|
||||
TFacturasComisionDataTableRules = class(TIntfObjectDADataTableRules, IFacturasComision)
|
||||
private
|
||||
protected
|
||||
{ Property getters and setters }
|
||||
@ -328,7 +328,7 @@ type
|
||||
end;
|
||||
|
||||
{ TComisionesDataTableRules }
|
||||
TComisionesDataTableRules = class(TDADataTableRules, IComisiones)
|
||||
TComisionesDataTableRules = class(TIntfObjectDADataTableRules, IComisiones)
|
||||
private
|
||||
protected
|
||||
{ Property getters and setters }
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -13,4 +13,4 @@ BEGIN
|
||||
END
|
||||
|
||||
/* C:\Codigo noviseda\Source\Modulos\Pedidos de cliente\Controller\PedidosCliente_controller.res */
|
||||
/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf1261.tmp */
|
||||
/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf1470.tmp */
|
||||
|
||||
@ -14,4 +14,4 @@ END
|
||||
|
||||
/* C:\Codigo noviseda\Source\Modulos\Pedidos de cliente\Data\uDataModulePedidosCliente.dfm */
|
||||
/* C:\Codigo noviseda\Source\Modulos\Pedidos de cliente\Data\PedidosCliente_data.res */
|
||||
/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf125F.tmp */
|
||||
/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf146E.tmp */
|
||||
|
||||
@ -13,4 +13,4 @@ BEGIN
|
||||
END
|
||||
|
||||
/* C:\Codigo noviseda\Source\Modulos\Pedidos de cliente\Model\PedidosCliente_model.res */
|
||||
/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf125D.tmp */
|
||||
/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf146C.tmp */
|
||||
|
||||
@ -14,4 +14,4 @@ END
|
||||
|
||||
/* C:\Codigo noviseda\Source\Modulos\Pedidos de cliente\Plugin\uPluginPedidosCliente.dfm */
|
||||
/* C:\Codigo noviseda\Source\Modulos\Pedidos de cliente\Plugin\PedidosCliente_plugin.res */
|
||||
/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf12D1.tmp */
|
||||
/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf14E4.tmp */
|
||||
|
||||
@ -27,4 +27,4 @@ END
|
||||
/* C:\Codigo noviseda\Source\Modulos\Pedidos de cliente\Views\uViewArticulosPendientes.dfm */
|
||||
/* C:\Codigo noviseda\Source\Modulos\Pedidos de cliente\Views\uEditorArticulosPendientes.dfm */
|
||||
/* C:\Codigo noviseda\Source\Modulos\Pedidos de cliente\Views\PedidosCliente_view.res */
|
||||
/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf12CF.tmp */
|
||||
/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf14E2.tmp */
|
||||
|
||||
Binary file not shown.
@ -3,7 +3,6 @@ program FactuGES_Server;
|
||||
{#ROGEN:..\Servicios\FactuGES.rodl} // RemObjects: Careful, do not remove!
|
||||
|
||||
uses
|
||||
ExceptionLog,
|
||||
uROComInit,
|
||||
uROComboService,
|
||||
Forms,
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<ProjectGuid>{ebdcd25d-40d7-4146-91ec-a0ea4aa1dcd1}</ProjectGuid>
|
||||
|
||||
@ -17,7 +17,7 @@ BEGIN
|
||||
VALUE "InternalName", "FactuGES Servidor\0"
|
||||
VALUE "ProductName", "FactuGES Servidor\0"
|
||||
VALUE "ProductVersion", "1.0.4.0\0"
|
||||
VALUE "CompileDate", "martes, 04 de mayo de 2010 13:44\0"
|
||||
VALUE "CompileDate", "miércoles, 05 de mayo de 2010 19:22\0"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
||||
Reference in New Issue
Block a user