Peticiones relacionadas Tareas #802: No se guarda la información de grupo de proveedor en proveedores Tareas #803: Al impirimir un presupuesto, preguntar si se imprime el anagrama de la ISO Tareas #804: Al imprimir un pedido de proveedor, imprimir con sello y firma git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@1055 0c75b7a4-871f-7646-8a2f-f78d34cc349f
20 lines
662 B
ObjectPascal
20 lines
662 B
ObjectPascal
unit uIDataModulePresupuestosClienteReport;
|
|
|
|
interface
|
|
|
|
uses
|
|
uROTypes, uIntegerListUtils;
|
|
|
|
type
|
|
IDataModulePresupuestosClienteReport = interface
|
|
['{70CEBB06-376F-4363-B80F-DDA4324E0F85}']
|
|
function GetRptPresupuestos(const AListaID: TIntegerList; Const AVerSello: Integer; Const AVerISO: Integer): Binary;
|
|
function GetRptWordPresupuesto(const AID: Integer; Const AVerSello: Integer; Const AVerISO: Integer): Binary;
|
|
function GetRptWordCertificadoTrabajos(const AID: Integer): Binary;
|
|
function GetRptPDFPresupuesto(const AID: Integer; Const AVerSello: Integer; Const AVerISO: Integer): Binary;
|
|
end;
|
|
|
|
implementation
|
|
|
|
end.
|