2011-11-14 17:40:41 +00:00
|
|
|
unit uIDataModuleContratosClienteReport;
|
|
|
|
|
|
|
|
|
|
interface
|
|
|
|
|
|
|
|
|
|
uses
|
|
|
|
|
uROTypes, uIntegerListUtils;
|
|
|
|
|
|
|
|
|
|
type
|
|
|
|
|
IDataModuleContratosClienteReport = interface
|
|
|
|
|
['{6AB7469B-842A-413E-AF33-9506477A9666}']
|
2013-06-19 09:44:10 +00:00
|
|
|
function GetRptContratos(const AListaID: TIntegerList; const VerLogotipo: Boolean;
|
|
|
|
|
const VerImprimirPrecios: Boolean = False; const VerImprimirTotales: Boolean = False; const VerImprimirRefProveedor: Boolean = False;
|
|
|
|
|
const VerImprimirObservaciones: Boolean = False; const VerImprimirIncidencias: Boolean = False): Binary;
|
|
|
|
|
function GetRptPDFContrato(const AID: Integer; const VerLogotipo: Boolean;
|
|
|
|
|
const VerImprimirPrecios: Boolean = False; const VerImprimirTotales: Boolean = False; const VerImprimirRefProveedor: Boolean = False;
|
|
|
|
|
const VerImprimirObservaciones: Boolean = False; const VerImprimirIncidencias: Boolean = False): Binary;
|
2011-11-14 17:40:41 +00:00
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
implementation
|
|
|
|
|
|
|
|
|
|
end.
|