2011-11-14 17:40:41 +00:00
|
|
|
unit uIDataModuleAlbaranesClienteReport;
|
|
|
|
|
|
|
|
|
|
interface
|
|
|
|
|
|
|
|
|
|
uses
|
|
|
|
|
uROTypes, uIntegerListUtils;
|
|
|
|
|
|
|
|
|
|
type
|
|
|
|
|
IDataModuleAlbaranesClienteReport = interface
|
|
|
|
|
['{42C55204-5AB9-403E-8385-1A62B02D8234}']
|
2011-11-23 16:45:58 +00:00
|
|
|
function GetRptAlbaranes(const ListaID: TIntegerList; const VerLogotipo: Boolean): Binary;
|
2011-11-14 17:40:41 +00:00
|
|
|
function GetEtiquetas(const AID: Integer; withRefCliente: Boolean): Binary;
|
2011-11-23 16:45:58 +00:00
|
|
|
function GetRptPDFAlbaran(const AID: Integer; const VerLogotipo: Boolean): Binary;
|
2011-11-14 17:40:41 +00:00
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
implementation
|
|
|
|
|
|
|
|
|
|
end.
|