From aee103bc925979649eda4e60a93698dfb629437e Mon Sep 17 00:00:00 2001 From: david Date: Sat, 24 Apr 2010 16:58:37 +0000 Subject: [PATCH] Ticket #331 -> Poner un campo nuevo en presupuestos y contratos (tipo contrato) para decir si es cocina, armario... (SIN TERMINAR) git-svn-id: https://192.168.0.254/svn/Proyectos.Acana_FactuGES2/trunk@508 f4e31baf-9722-1c47-927c-6f952f962d4b --- Database/scripts/factuges.sql | 9 +- Source/ApplicationBase/ApplicationBase.dproj | 58 ++-- Source/Base/Base.dproj | 96 +++---- Source/GUIBase/GUIBase.dproj | 56 ++-- Source/GUIBase/uEditorGridBase.pas | 6 +- .../Controller/Articulos_controller.dproj | 57 +--- .../Articulos/Data/Articulos_data.dproj | 49 +--- .../Articulos/Views/Articulos_view.dproj | 10 +- .../Controller/Contabilidad_controller.dproj | 12 +- .../Contabilidad/Data/Contabilidad_data.dproj | 28 +- .../Model/Contabilidad_model.dproj | 24 +- .../Controller/Contactos_controller.dproj | 35 +-- .../Contactos/Data/Contactos_data.dproj | 12 +- .../Contactos/Model/Contactos_model.dproj | 30 +-- .../Contactos/Views/Contactos_view.dproj | 70 ++--- .../ContratosCliente_controller.dproj | 16 +- .../GestorDocumentos_controller.dproj | 8 +- .../Data/GestorDocumentos_data.dproj | 4 +- .../PresupuestosCliente_controller.dproj | 14 +- .../Data/PresupuestosCliente_data.dproj | 2 +- .../Data/uDataModulePresupuestosCliente.dfm | 7 + .../Model/PresupuestosCliente_model.dproj | 2 - .../schPresupuestosClienteClient_Intf.pas | 59 ++++- .../schPresupuestosClienteServer_Intf.pas | 67 ++++- .../Servidor/srvPresupuestosCliente_Impl.dfm | 52 +++- .../Views/PresupuestosCliente_view.dpk | 24 +- .../Views/PresupuestosCliente_view.dproj | 32 +-- .../Views/uEditorPresupuestosCliente.dfm | 1 + ...uViewDatosYSeleccionClientePresupuesto.dfm | 24 -- ...uViewDatosYSeleccionClientePresupuesto.pas | 4 +- .../Views/uViewPresupuestoCliente.dfm | 249 ++++++++---------- .../Views/uViewPresupuestoCliente.pas | 4 + .../Views/uViewPresupuestosCliente.dfm | 17 +- .../Views/uViewPresupuestosCliente.pas | 1 + .../PreCli_ConCli_relation.dproj | 86 +----- Source/Servidor/FactuGES_Server.dpr | 6 +- Source/Servidor/FactuGES_Server.dproj | 4 +- Source/Servidor/FactuGES_Server.rc | 2 +- 38 files changed, 547 insertions(+), 690 deletions(-) diff --git a/Database/scripts/factuges.sql b/Database/scripts/factuges.sql index 8b598514..3cbe2277 100644 --- a/Database/scripts/factuges.sql +++ b/Database/scripts/factuges.sql @@ -1236,7 +1236,8 @@ CREATE TABLE PRESUPUESTOS_CLIENTE ( RE TIPO_PORCENTAJE, IMPORTE_RE TIPO_IMPORTE, ID_CONTRATO TIPO_ID, - NO_VALORADO TIPO_BOOLEANO + NO_VALORADO TIPO_BOOLEANO, + TIPO_PRESUPUESTO VARCHAR(255) ); CREATE TABLE PRESUPUESTOS_CLIENTE_DETALLES ( @@ -3628,7 +3629,8 @@ CREATE VIEW V_PRESUPUESTOS_CLIENTE( VENDEDOR, ID_CONTRATO, REF_CONTRATO, - NO_VALORADO) + NO_VALORADO, + TIPO_PRESUPUESTO) AS SELECT PRESUPUESTOS_CLIENTE.ID, @@ -3671,7 +3673,8 @@ SELECT CONTACTOS2.NOMBRE AS VENDEDOR, PRESUPUESTOS_CLIENTE.ID_CONTRATO, CONTRATOS_CLIENTE.REFERENCIA, - PRESUPUESTOS_CLIENTE.NO_VALORADO + PRESUPUESTOS_CLIENTE.NO_VALORADO, + PRESUPUESTOS_CLIENTE.TIPO_PRESUPUESTO FROM PRESUPUESTOS_CLIENTE diff --git a/Source/ApplicationBase/ApplicationBase.dproj b/Source/ApplicationBase/ApplicationBase.dproj index c361c59a..5a96dc46 100644 --- a/Source/ApplicationBase/ApplicationBase.dproj +++ b/Source/ApplicationBase/ApplicationBase.dproj @@ -46,18 +46,6 @@ Package FalseTrueFalseFalseFalseFalseTrueFalse1000FalseFalseFalseFalseFalse308212521.0.0.01.0.0.0 - - - - - - - - - - - - RemObjects Data Abstract - SQLite Driver Microsoft Office 2000 Sample Automation Server Wrapper Components Microsoft Office XP Sample Automation Server Wrapper Components @@ -68,10 +56,29 @@ MainSource - - - - + + + + + + + + + + + + + + + + + + + + + + + @@ -85,14 +92,6 @@
frViewConfiguracionGeneral
TFrame
- - - - - - - - @@ -170,13 +169,8 @@
frViewTiendas
TCustomView
- - - - - @@ -233,12 +227,6 @@
frUsuarios
TCustomView
- - - - - -