Se arregla informe de facturas de tecsitel mantenimiento para que el número de cuenta no salga en la ventana del sobre, y se activa el envio por e-mail de los presupuestos

git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@932 0c75b7a4-871f-7646-8a2f-f78d34cc349f
This commit is contained in:
roberto 2009-03-18 15:43:07 +00:00
parent c921c3587f
commit 3964b0fd34
4 changed files with 21 additions and 16 deletions

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@ -125,6 +125,10 @@ inherited fEditorPresupuestosCliente: TfEditorPresupuestosCliente
ExplicitWidth = 805
inherited tbxMain: TTBXToolbar
ExplicitWidth = 805
object TBXItem47: TTBXItem [13]
Action = actEnviarEMail
DisplayMode = nbdmImageAndText
end
end
inherited tbxFiltro: TTBXToolbar
ExplicitWidth = 427

View File

@ -45,6 +45,7 @@ type
actInformes: TAction;
TBXItem46: TTBXItem;
JSInformesDialog: TJSDialog;
TBXItem47: TTBXItem;
procedure FormShow(Sender: TObject);
procedure actGenerarAlbaranCliExecute(Sender: TObject);
procedure actEliminarUpdate(Sender: TObject);