2007-11-28 17:40:31 +00:00
|
|
|
unit uIDataModuleAlbaranesClienteReport;
|
|
|
|
|
|
|
|
|
|
interface
|
|
|
|
|
|
|
|
|
|
uses
|
2008-10-03 17:15:51 +00:00
|
|
|
uROTypes, uIntegerListUtils;
|
2007-11-28 17:40:31 +00:00
|
|
|
|
|
|
|
|
type
|
|
|
|
|
IDataModuleAlbaranesClienteReport = interface
|
|
|
|
|
['{42C55204-5AB9-403E-8385-1A62B02D8234}']
|
2008-10-03 17:15:51 +00:00
|
|
|
function GetRptAlbaranes(const ListaID: TIntegerList): Binary;
|
|
|
|
|
function GetEtiquetas(const AID: Integer; withRefCliente: Boolean): Binary;
|
|
|
|
|
function GetRptPDFAlbaran(const AID: Integer): Binary;
|
2007-11-28 17:40:31 +00:00
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
implementation
|
|
|
|
|
|
|
|
|
|
end.
|