2011-11-14 17:40:41 +00:00
|
|
|
unit uIDataModulePresupuestosClienteReport;
|
|
|
|
|
|
|
|
|
|
interface
|
|
|
|
|
|
|
|
|
|
uses
|
|
|
|
|
uROTypes, uIntegerListUtils;
|
|
|
|
|
|
|
|
|
|
type
|
|
|
|
|
IDataModulePresupuestosClienteReport = interface
|
|
|
|
|
['{70CEBB06-376F-4363-B80F-DDA4324E0F85}']
|
2011-11-22 18:18:29 +00:00
|
|
|
function GetRptPresupuestos(const AListaID: TIntegerList; const VerLogotipo: Boolean): Binary;
|
|
|
|
|
function GetRptPDFPresupuesto(const AID: Integer; const VerLogotipo: Boolean): Binary;
|
2011-11-14 17:40:41 +00:00
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
implementation
|
|
|
|
|
|
|
|
|
|
end.
|