2007-10-29 19:18:51 +00:00
|
|
|
unit uIDataModuleAlbaranesClienteReport;
|
|
|
|
|
|
|
|
|
|
interface
|
|
|
|
|
|
|
|
|
|
uses
|
2008-08-22 14:52:35 +00:00
|
|
|
uROTypes, uIntegerListUtils;
|
2007-10-29 19:18:51 +00:00
|
|
|
|
|
|
|
|
type
|
|
|
|
|
IDataModuleAlbaranesClienteReport = interface
|
|
|
|
|
['{42C55204-5AB9-403E-8385-1A62B02D8234}']
|
2013-03-11 16:10:38 +00:00
|
|
|
function GetRptAlbaranes(const AListaID: TIntegerList; const ImprimirPrecio: Boolean;
|
|
|
|
|
const ImprimirRef: Boolean): Binary;
|
|
|
|
|
function GetRptWordAlbaran(const AID: Integer; const ImprimirPrecio: Boolean;
|
|
|
|
|
const ImprimirRef: Boolean): Binary;
|
|
|
|
|
function GetRptPDFAlbaran(const AID: Integer; const ImprimirPrecio: Boolean;
|
|
|
|
|
const ImprimirRef: Boolean): Binary;
|
2007-10-29 19:18:51 +00:00
|
|
|
function GetEtiquetas(const AID: Integer; withRefCliente: Boolean): Binary;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
implementation
|
|
|
|
|
|
|
|
|
|
end.
|