git-svn-id: https://192.168.0.254/svn/Proyectos.AbetoDesign_FactuGES/trunk@10 93f398dd-4eb6-7a46-baf6-13f46f578da2
18 lines
430 B
ObjectPascal
18 lines
430 B
ObjectPascal
unit uIDataModulePresupuestosClienteReport;
|
|
|
|
interface
|
|
|
|
uses
|
|
uROTypes, uIntegerListUtils;
|
|
|
|
type
|
|
IDataModulePresupuestosClienteReport = interface
|
|
['{70CEBB06-376F-4363-B80F-DDA4324E0F85}']
|
|
function GetRptPresupuestos(const AListaID: TIntegerList; const VerLogotipo: Boolean): Binary;
|
|
function GetRptPDFPresupuesto(const AID: Integer; const VerLogotipo: Boolean): Binary;
|
|
end;
|
|
|
|
implementation
|
|
|
|
end.
|