2011-11-14 17:40:41 +00:00
|
|
|
unit uIDataModuleAlbaranesClienteReport;
|
|
|
|
|
|
|
|
|
|
interface
|
|
|
|
|
|
|
|
|
|
uses
|
|
|
|
|
uROTypes, uIntegerListUtils;
|
|
|
|
|
|
|
|
|
|
type
|
|
|
|
|
IDataModuleAlbaranesClienteReport = interface
|
|
|
|
|
['{42C55204-5AB9-403E-8385-1A62B02D8234}']
|
2013-06-03 16:01:08 +00:00
|
|
|
function GetRptAlbaranes(const ListaID: TIntegerList; const VerLogotipo: Boolean;
|
2013-06-07 16:09:30 +00:00
|
|
|
const VerImprimirPrecios: Boolean = False; const VerImprimirTotales: Boolean = False; const VerImprimirRefProveedor: Boolean = False;
|
2013-06-03 16:01:08 +00:00
|
|
|
const VerImprimirObservaciones: Boolean = False; const VerImprimirIncidencias: Boolean = False): Binary;
|
2021-02-07 17:20:37 +00:00
|
|
|
function GetEtiquetas(const AID: Integer; const AAgencia: Variant; const ARefPedido: Variant; const ANumEtiquetas: Integer; const AEtiquetaIni: Integer): Binary;
|
2013-06-03 16:01:08 +00:00
|
|
|
function GetRptPDFAlbaran(const AID: Integer; const VerLogotipo: Boolean;
|
2013-06-07 16:09:30 +00:00
|
|
|
const VerImprimirPrecios: Boolean = False; const VerImprimirTotales: Boolean = False; const VerImprimirRefProveedor: Boolean = False;
|
2013-06-03 16:01:08 +00:00
|
|
|
const VerImprimirObservaciones: Boolean = False; const VerImprimirIncidencias: Boolean = False): Binary;
|
2011-11-14 17:40:41 +00:00
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
implementation
|
|
|
|
|
|
|
|
|
|
end.
|