2007-10-26 18:19:55 +00:00
|
|
|
unit uIDataModulePresupuestosClienteReport;
|
|
|
|
|
|
|
|
|
|
interface
|
|
|
|
|
|
|
|
|
|
uses
|
2008-08-22 14:52:35 +00:00
|
|
|
uROTypes, uIntegerListUtils;
|
2007-10-26 18:19:55 +00:00
|
|
|
|
|
|
|
|
type
|
|
|
|
|
IDataModulePresupuestosClienteReport = interface
|
|
|
|
|
['{70CEBB06-376F-4363-B80F-DDA4324E0F85}']
|
2014-02-18 22:41:52 +00:00
|
|
|
function GetRptPresupuestos(const AListaID: TIntegerList; Const AVerSello: Integer): Binary;
|
|
|
|
|
function GetRptWordPresupuesto(const AID: Integer; Const AVerSello: Integer): Binary;
|
2008-08-21 17:01:02 +00:00
|
|
|
function GetRptWordCertificadoTrabajos(const AID: Integer): Binary;
|
2014-02-18 22:41:52 +00:00
|
|
|
function GetRptPDFPresupuesto(const AID: Integer; Const AVerSello: Integer): Binary;
|
2007-10-26 18:19:55 +00:00
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
implementation
|
|
|
|
|
|
|
|
|
|
end.
|