.
git-svn-id: https://192.168.0.254/svn/Proyectos.AlonsoYSal_FactuGES2/trunk@35 40301925-124e-1c4e-b97d-170ad7a8785b
This commit is contained in:
parent
18d8988644
commit
1550493819
@ -8,8 +8,8 @@ uses
|
||||
type
|
||||
IDataModuleFacturasClienteReport = interface
|
||||
['{F498AC70-AA38-4C06-B301-85A4AC0B210B}']
|
||||
function GetReport(const AListaID: TIntegerList; AVerDatosCliente: Boolean = true): Binary;
|
||||
function GetRptPDFFactura(const AID: Integer; AVerDatosCliente: Boolean = true): Binary;
|
||||
function GetReport(const AListaID: TIntegerList; AVerDatosCliente: Boolean = true; AEmpresaAcota: Boolean = true): Binary;
|
||||
function GetRptPDFFactura(const AID: Integer; AVerDatosCliente: Boolean = true; AEmpresaAcota: Boolean = true): Binary;
|
||||
end;
|
||||
|
||||
implementation
|
||||
|
||||
Loading…
Reference in New Issue
Block a user