- Arreglados errores de compilación.
git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@703 0c75b7a4-871f-7646-8a2f-f78d34cc349f
This commit is contained in:
parent
38697847b8
commit
5a5303568f
Binary file not shown.
Binary file not shown.
@ -123,13 +123,13 @@ begin
|
|||||||
begin
|
begin
|
||||||
case JsInformesDialog.CustomButtonResult of
|
case JsInformesDialog.CustomButtonResult of
|
||||||
100 : begin // Listado de facturas pendientes
|
100 : begin // Listado de facturas pendientes
|
||||||
AGestorInformesController.GetInformeListadoFacturasPendientes;
|
AGestorInformesController.VerInformeListadoFacturasPendientes;
|
||||||
end;
|
end;
|
||||||
200 : begin // Listado de IVA
|
200 : begin // Listado de IVA
|
||||||
AGestorInformesController.GetInformeIVAClientes;
|
AGestorInformesController.VerInformeIVAClientes;
|
||||||
end;
|
end;
|
||||||
300 : begin // Listado de facturas de cliente
|
300 : begin // Listado de facturas de cliente
|
||||||
AGestorInformesController.GetInformeListadoFacturas;
|
AGestorInformesController.VerInformeListadoFacturas;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -100,10 +100,10 @@ begin
|
|||||||
begin
|
begin
|
||||||
case JsInformesDialog.CustomButtonResult of
|
case JsInformesDialog.CustomButtonResult of
|
||||||
100 : begin // Listado de recibos pendientes
|
100 : begin // Listado de recibos pendientes
|
||||||
AGestorInformesController.GetInformeListadoRecibosCliPendientes;
|
AGestorInformesController.VerInformeListadoRecibosCliPendientes;
|
||||||
end;
|
end;
|
||||||
200 : begin // Listado de recibos de cliente
|
200 : begin // Listado de recibos de cliente
|
||||||
AGestorInformesController.GetInformeListadoRecibosCliente;
|
AGestorInformesController.VerInformeListadoRecibosCliente;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|||||||
Binary file not shown.
@ -14,7 +14,7 @@ BEGIN
|
|||||||
BEGIN
|
BEGIN
|
||||||
VALUE "FileVersion", "1.3.7.0\0"
|
VALUE "FileVersion", "1.3.7.0\0"
|
||||||
VALUE "ProductVersion", "1.3.7.0\0"
|
VALUE "ProductVersion", "1.3.7.0\0"
|
||||||
VALUE "CompileDate", "viernes, 17 de octubre de 2008 19:20\0"
|
VALUE "CompileDate", "lunes, 20 de octubre de 2008 9:45\0"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user