git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES/trunk@297 c93665c3-c93d-084d-9b98-7d5f4a9c3376
19 lines
477 B
ObjectPascal
19 lines
477 B
ObjectPascal
unit uIDataModuleAlbaranesClienteReport;
|
|
|
|
interface
|
|
|
|
uses
|
|
uROTypes;
|
|
|
|
type
|
|
IDataModuleAlbaranesClienteReport = interface
|
|
['{42C55204-5AB9-403E-8385-1A62B02D8234}']
|
|
function GetReport(const AID: String; const ShowLogotipo: Boolean = False): Binary;
|
|
function GetEtiquetas(const AID: Integer; withRefCliente: Boolean): Binary;
|
|
function GetRptPDF(const AID: Integer; const ShowLogotipo: Boolean = False): Binary;
|
|
end;
|
|
|
|
implementation
|
|
|
|
end.
|