AlonsoYSal_FactuGES2/Source/Modulos/Facturas de cliente/Model/Data/uIDataModuleFacturasClienteReport.pas
2023-09-28 13:55:00 +00:00

18 lines
493 B
ObjectPascal

unit uIDataModuleFacturasClienteReport;
interface
uses
SysUtils, uROTypes, uIntegerListUtils;
type
IDataModuleFacturasClienteReport = interface
['{F498AC70-AA38-4C06-B301-85A4AC0B210B}']
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
end.