From 9fad9cefc384b003b8232295fc61c5492eb54d3c Mon Sep 17 00:00:00 2001 From: roberto Date: Tue, 5 Feb 2008 15:31:14 +0000 Subject: [PATCH] =?UTF-8?q?Arreglo=20para=20que=20no=20me=20toque=20los=20?= =?UTF-8?q?importes=20ni=20descuentos=20en=20aquellos=20conceptos=20de=20l?= =?UTF-8?q?os=20detalles=20que=20no=20sean=20art=C3=ADculos=20,=20cuando?= =?UTF-8?q?=20cambio=20el=20cliente=20o=20proveedor=20de=20documento?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@243 0c75b7a4-871f-7646-8a2f-f78d34cc349f --- .../uControllerDetallesArticulos.pas | 6 +- .../Articulos/Views/uEditorArticulos.dfm | 1 + .../Articulos/Views/uEditorArticulos.pas | 4 +- .../Views/uViewDetallesArticulos.dfm | 170 ++++--- .../Views/uViewDetallesArticulos.pas | 2 + .../Views/PresupuestosCliente_view.dproj | 16 +- .../Views/uEditorPresupuestoCliente.dfm | 148 +++--- .../Views/uEditorPresupuestoCliente.pas | 2 +- .../Views/uViewDetallesPresupuestoCliente.dfm | 100 ++-- Source/Servidor/FactuGES_Server.RES | Bin 23204 -> 23204 bytes Source/Servidor/FactuGES_Server.dproj | 475 +++++++++--------- Source/Servidor/FactuGES_Server.rc | 2 +- 12 files changed, 445 insertions(+), 481 deletions(-) diff --git a/Source/Modulos/Articulos/Controller/uControllerDetallesArticulos.pas b/Source/Modulos/Articulos/Controller/uControllerDetallesArticulos.pas index 23eb4e57..a5773f4c 100644 --- a/Source/Modulos/Articulos/Controller/uControllerDetallesArticulos.pas +++ b/Source/Modulos/Articulos/Controller/uControllerDetallesArticulos.pas @@ -76,9 +76,9 @@ begin AArticulos.DataTable.First; try if AArticulos.DataTable.Locate(CAMPO_ID, FieldByName(CAMPO_ID_ARTICULOS).AsVariant, []) then - RellenarDetalle(ADetalles, AArticulos) - else - RellenarDetalle(ADetalles, Nil); + RellenarDetalle(ADetalles, AArticulos); +// else +// RellenarDetalle(ADetalles, Nil); except on E: Exception do ShowMessage(E.Message); diff --git a/Source/Modulos/Articulos/Views/uEditorArticulos.dfm b/Source/Modulos/Articulos/Views/uEditorArticulos.dfm index 637190c8..4d3a0ba5 100644 --- a/Source/Modulos/Articulos/Views/uEditorArticulos.dfm +++ b/Source/Modulos/Articulos/Views/uEditorArticulos.dfm @@ -2,6 +2,7 @@ inherited fEditorArticulos: TfEditorArticulos Left = 489 Top = 325 Caption = 'Lista de art'#237'culos' + ExplicitHeight = 471 PixelsPerInch = 96 TextHeight = 13 inherited JvNavPanelHeader: TJvNavPanelHeader diff --git a/Source/Modulos/Articulos/Views/uEditorArticulos.pas b/Source/Modulos/Articulos/Views/uEditorArticulos.pas index 81a41f3f..22207bcd 100644 --- a/Source/Modulos/Articulos/Views/uEditorArticulos.pas +++ b/Source/Modulos/Articulos/Views/uEditorArticulos.pas @@ -100,8 +100,8 @@ end; procedure TfEditorArticulos.NuevoInterno; begin inherited; -{ FController.Anadir(Articulos); - FController.Ver(Articulos);} + FController.Anadir(Articulos); + FController.Ver(Articulos); end; procedure TfEditorArticulos.PonerTitulos(const ATitulo: string); diff --git a/Source/Modulos/Articulos/Views/uViewDetallesArticulos.dfm b/Source/Modulos/Articulos/Views/uViewDetallesArticulos.dfm index a3b96261..ed7cdc49 100644 --- a/Source/Modulos/Articulos/Views/uViewDetallesArticulos.dfm +++ b/Source/Modulos/Articulos/Views/uViewDetallesArticulos.dfm @@ -2,92 +2,95 @@ inherited frViewDetallesArticulos: TfrViewDetallesArticulos ParentBiDiMode = False OnShow = CustomViewShow inherited ToolBar1: TToolBar - Height = 95 - ExplicitHeight = 95 - inherited ToolButton13: TToolButton [3] - Left = 0 + Height = 73 + ExplicitHeight = 73 + inherited ToolButton3: TToolButton + Wrap = False + end + inherited ToolButton4: TToolButton + Left = 278 Top = 0 - Wrap = True - ExplicitLeft = 0 + ExplicitLeft = 278 + ExplicitTop = 0 end - inherited ToolButton4: TToolButton [4] - Top = 30 + inherited ToolButton14: TToolButton + Left = 334 + Top = 0 + ExplicitLeft = 334 + ExplicitTop = 0 end - inherited ToolButton8: TToolButton [5] - Left = 56 - Top = 30 - ExplicitLeft = 56 - ExplicitTop = 30 + inherited FontName: TJvFontComboBox + Top = 22 + ExplicitTop = 22 end - inherited ToolButton9: TToolButton [6] - Left = 139 - Top = 30 - ExplicitLeft = 139 - ExplicitTop = 30 - end - inherited ToolButton14: TToolButton [7] - Left = 284 - Top = 30 - ExplicitLeft = 284 - ExplicitTop = 30 - end - inherited ToolButton6: TToolButton [8] - Left = 0 - Top = 52 - ExplicitLeft = 0 - ExplicitTop = 52 - end - inherited FontName: TJvFontComboBox [9] - Left = 66 - Top = 52 - ExplicitLeft = 66 - ExplicitTop = 52 - end - inherited ToolButton7: TToolButton - Left = 211 - Top = 52 - Wrap = True - ExplicitLeft = 211 - ExplicitTop = 52 - end - inherited ToolButton11: TToolButton [11] - Left = 0 - Top = 74 - ExplicitLeft = 0 - ExplicitTop = 74 - end - inherited ToolButton12: TToolButton - Left = 141 - Top = 74 - ExplicitLeft = 141 - ExplicitTop = 74 - end - inherited FontSize: TEdit [13] - Left = 149 - Top = 74 + inherited FontSize: TEdit + Top = 22 Width = 42 - ExplicitLeft = 149 - ExplicitTop = 74 + ExplicitTop = 22 ExplicitWidth = 42 end - inherited UpDown1: TUpDown [14] - Left = 191 - Top = 74 + inherited UpDown1: TUpDown + Left = 187 + Top = 22 Width = 17 - ExplicitLeft = 191 - ExplicitTop = 74 + ExplicitLeft = 187 + ExplicitTop = 22 ExplicitWidth = 17 end - inherited ToolButton10: TToolButton [15] - Left = 208 - Top = 74 - ExplicitLeft = 208 - ExplicitTop = 74 + inherited ToolButton13: TToolButton + Left = 204 + Top = 22 + ExplicitLeft = 204 + ExplicitTop = 22 + end + inherited ToolButton6: TToolButton + Left = 212 + Top = 22 + ExplicitLeft = 212 + ExplicitTop = 22 + end + inherited ToolButton7: TToolButton + Left = 278 + Top = 22 + ExplicitLeft = 278 + ExplicitTop = 22 + end + inherited ToolButton8: TToolButton + Left = 345 + Top = 22 + ExplicitLeft = 345 + ExplicitTop = 22 + end + inherited ToolButton12: TToolButton + Left = 0 + Top = 22 + Wrap = True + ExplicitLeft = 0 + ExplicitTop = 22 + ExplicitHeight = 27 + end + inherited ToolButton9: TToolButton + Left = 0 + Top = 49 + ExplicitLeft = 0 + ExplicitTop = 49 + end + inherited ToolButton10: TToolButton + Left = 145 + Top = 49 + ExplicitLeft = 145 + ExplicitTop = 49 + end + inherited ToolButton11: TToolButton + Left = 270 + Top = 49 + ExplicitLeft = 270 + ExplicitTop = 49 end end inherited cxGrid: TcxGrid - Top = 121 - Height = 183 + Top = 99 + Height = 205 ExplicitTop = 99 ExplicitHeight = 205 inherited cxGridView: TcxGridDBTableView @@ -135,21 +138,32 @@ inherited frViewDetallesArticulos: TfrViewDetallesArticulos HeaderAlignmentHorz = taRightJustify Width = 25 end - inherited cxGridViewIMPORTEPORTE: TcxGridDBColumn - end inherited cxGridViewIMPORTETOTAL: TcxGridDBColumn Width = 50 end end end inherited TBXDock1: TTBXDock - Top = 95 - ExplicitTop = 68 + Top = 73 + ExplicitTop = 73 + inherited TBXToolbar1: TTBXToolbar + inherited TBXSubmenuItem1: TTBXSubmenuItem + object TBXSeparatorItem8: TTBXSeparatorItem [4] + end + inherited TBXItem12: TTBXItem + Enabled = False + Visible = False + end + object TBXItem17: TTBXItem + Action = actAnadirArticulos + end + end + end end inherited ActionListContenido: TActionList object actAnadirArticulos: TAction [12] Category = 'Operaciones' - Caption = 'A'#241'adir art'#237'culos' + Caption = 'Art'#237'culos del cat'#225'logo' ImageIndex = 12 OnExecute = actAnadirArticulosExecute OnUpdate = actAnadirArticulosUpdate diff --git a/Source/Modulos/Articulos/Views/uViewDetallesArticulos.pas b/Source/Modulos/Articulos/Views/uViewDetallesArticulos.pas index 8b87a0d5..2509d373 100644 --- a/Source/Modulos/Articulos/Views/uViewDetallesArticulos.pas +++ b/Source/Modulos/Articulos/Views/uViewDetallesArticulos.pas @@ -25,6 +25,8 @@ type actAnadirArticulos: TAction; cxGridViewUNIDAD_MEDIDA: TcxGridDBColumn; actBuscarArticulo: TAction; + TBXSeparatorItem8: TTBXSeparatorItem; + TBXItem17: TTBXItem; procedure CustomViewCreate(Sender: TObject); procedure CustomViewDestroy(Sender: TObject); procedure actAnadirArticulosExecute(Sender: TObject); diff --git a/Source/Modulos/Presupuestos de cliente/Views/PresupuestosCliente_view.dproj b/Source/Modulos/Presupuestos de cliente/Views/PresupuestosCliente_view.dproj index 296a1211..da7df570 100644 --- a/Source/Modulos/Presupuestos de cliente/Views/PresupuestosCliente_view.dproj +++ b/Source/Modulos/Presupuestos de cliente/Views/PresupuestosCliente_view.dproj @@ -43,6 +43,12 @@ Package FalseTrueFalseTrueFalseFalseTrueFalse1000FalseFalseFalseFalseFalse308212521.0.0.01.0.0.0 + + + + + + Intraweb 8.0 Design Package for Borland Development Studio 2006 PresupuestosCliente_view.dpk @@ -51,11 +57,11 @@ MainSource - - - - - + + + + +
fEditorElegirArticulosPresupuestoCliente
TfEditorElegirArticulosPedidoCliente diff --git a/Source/Modulos/Presupuestos de cliente/Views/uEditorPresupuestoCliente.dfm b/Source/Modulos/Presupuestos de cliente/Views/uEditorPresupuestoCliente.dfm index af5b627f..373d541a 100644 --- a/Source/Modulos/Presupuestos de cliente/Views/uEditorPresupuestoCliente.dfm +++ b/Source/Modulos/Presupuestos de cliente/Views/uEditorPresupuestoCliente.dfm @@ -1,17 +1,17 @@ inherited fEditorPresupuestoCliente: TfEditorPresupuestoCliente Left = 332 Top = 147 - Caption = 'Nuevo pedido de cliente' + Caption = 'Nuevo presupuesto de cliente' ClientHeight = 615 ClientWidth = 749 OnClose = CustomEditorClose ExplicitWidth = 757 - ExplicitHeight = 649 + ExplicitHeight = 642 PixelsPerInch = 96 TextHeight = 13 inherited JvNavPanelHeader: TJvNavPanelHeader Width = 749 - Caption = 'Nuevo pedido de cliente' + Caption = 'Nuevo presupuesto de cliente' ExplicitWidth = 749 inherited Image1: TImage Left = 722 @@ -161,10 +161,6 @@ inherited fEditorPresupuestoCliente: TfEditorPresupuestoCliente object pagContenido: TTabSheet Caption = 'Contenido' ImageIndex = 1 - ExplicitLeft = 0 - ExplicitTop = 0 - ExplicitWidth = 0 - ExplicitHeight = 0 inline frViewDetallesPresupuestoCliente1: TfrViewDetallesPresupuestoCliente Left = 0 Top = 0 @@ -181,89 +177,97 @@ inherited fEditorPresupuestoCliente: TfEditorPresupuestoCliente ParentFont = False TabOrder = 0 ReadOnly = False - ExplicitWidth = 735 - ExplicitHeight = 386 inherited ToolBar1: TToolBar Width = 735 Height = 51 ExplicitWidth = 735 ExplicitHeight = 51 - inherited ToolButton3: TToolButton + inherited ToolButton14: TToolButton Wrap = False end - inherited ToolButton4: TToolButton - ExplicitTop = 30 - end - inherited ToolButton6: TToolButton - Wrap = False + inherited FontName: TJvFontComboBox + Left = 399 + Top = 0 + ExplicitLeft = 399 + ExplicitTop = 0 end inherited FontSize: TEdit - Left = 332 - Top = 30 - Width = 57 - ExplicitLeft = 332 - ExplicitTop = 30 - ExplicitWidth = 57 + Left = 544 + Top = 0 + ExplicitLeft = 544 + ExplicitTop = 0 + end + inherited ToolButton13: TToolButton [7] + Left = 0 + Top = 0 + Wrap = True + ExplicitLeft = 0 + ExplicitTop = 0 + ExplicitHeight = 27 + end + inherited UpDown1: TUpDown [8] + Left = 0 + Top = 27 + ExplicitLeft = 0 + ExplicitTop = 27 + end + inherited ToolButton6: TToolButton + Left = 17 + Top = 27 + ExplicitLeft = 17 + ExplicitTop = 27 end inherited ToolButton7: TToolButton - Left = 389 - Top = 30 - ExplicitLeft = 389 - ExplicitTop = 30 - end - inherited ToolButton11: TToolButton - Left = 456 - Top = 30 - ExplicitLeft = 456 - ExplicitTop = 30 - end - inherited ToolButton10: TToolButton - Left = 597 - Top = 30 - Wrap = False - ExplicitLeft = 597 - ExplicitTop = 30 - end - inherited UpDown1: TUpDown - Left = 722 - Top = 30 - ExplicitLeft = 722 - ExplicitTop = 30 - end - inherited ToolButton9: TToolButton - Left = 738 - Top = 30 - ExplicitLeft = 738 - ExplicitTop = 30 + Left = 83 + Top = 27 + ExplicitLeft = 83 + ExplicitTop = 27 end inherited ToolButton8: TToolButton - Left = 883 - Top = 30 - ExplicitLeft = 883 - ExplicitTop = 30 + Left = 150 + Top = 27 + ExplicitLeft = 150 + ExplicitTop = 27 end inherited ToolButton12: TToolButton - Left = 966 - Top = 30 - ExplicitLeft = 966 - ExplicitTop = 30 + Left = 233 + Top = 27 + Wrap = False + ExplicitLeft = 233 + ExplicitTop = 27 + ExplicitHeight = 22 + end + inherited ToolButton9: TToolButton + Left = 241 + Top = 27 + ExplicitLeft = 241 + ExplicitTop = 27 + end + inherited ToolButton10: TToolButton + Left = 386 + Top = 27 + ExplicitLeft = 386 + ExplicitTop = 27 + end + inherited ToolButton11: TToolButton + Left = 511 + Top = 27 + ExplicitLeft = 511 + ExplicitTop = 27 end end inherited cxGrid: TcxGrid Top = 77 Width = 735 Height = 309 - ExplicitTop = 77 - ExplicitWidth = 735 - ExplicitHeight = 309 + ExplicitTop = 99 + ExplicitHeight = 205 end inherited TBXDock1: TTBXDock Top = 51 Width = 735 - ExplicitTop = 51 - ExplicitWidth = 735 inherited TBXToolbar1: TTBXToolbar - ExplicitWidth = 626 + ExplicitWidth = 702 end end end @@ -271,10 +275,6 @@ inherited fEditorPresupuestoCliente: TfEditorPresupuestoCliente object pagPortada: TTabSheet Caption = 'Portada' ImageIndex = 3 - ExplicitLeft = 0 - ExplicitTop = 0 - ExplicitWidth = 0 - ExplicitHeight = 0 object Panel1: TPanel Left = 0 Top = 0 @@ -386,7 +386,7 @@ inherited fEditorPresupuestoCliente: TfEditorPresupuestoCliente Width = 590 ExplicitWidth = 590 inherited TBXToolbar1: TTBXToolbar - ExplicitWidth = 516 + ExplicitWidth = 517 inherited TBXColorItem1: TTBXColorItem Visible = False end @@ -406,10 +406,6 @@ inherited fEditorPresupuestoCliente: TfEditorPresupuestoCliente object pagMemoria: TTabSheet Caption = 'Memoria' ImageIndex = 4 - ExplicitLeft = 0 - ExplicitTop = 0 - ExplicitWidth = 0 - ExplicitHeight = 0 object Panel2: TPanel Left = 0 Top = 0 @@ -692,7 +688,7 @@ inherited fEditorPresupuestoCliente: TfEditorPresupuestoCliente Width = 590 ExplicitWidth = 590 inherited TBXToolbar1: TTBXToolbar - ExplicitWidth = 516 + ExplicitWidth = 517 inherited TBXColorItem1: TTBXColorItem Visible = False end @@ -712,10 +708,6 @@ inherited fEditorPresupuestoCliente: TfEditorPresupuestoCliente object pagInicidencias: TTabSheet Caption = 'Incidencias' ImageIndex = 2 - ExplicitLeft = 0 - ExplicitTop = 0 - ExplicitWidth = 0 - ExplicitHeight = 0 inline frViewIncidenciasCli: TfrViewIncidencias Left = 0 Top = 0 diff --git a/Source/Modulos/Presupuestos de cliente/Views/uEditorPresupuestoCliente.pas b/Source/Modulos/Presupuestos de cliente/Views/uEditorPresupuestoCliente.pas index fe83899d..a78cdfb4 100644 --- a/Source/Modulos/Presupuestos de cliente/Views/uEditorPresupuestoCliente.pas +++ b/Source/Modulos/Presupuestos de cliente/Views/uEditorPresupuestoCliente.pas @@ -26,7 +26,6 @@ type dxLayoutLookAndFeelList1: TdxLayoutLookAndFeelList; dxLayoutOfficeLookAndFeel1: TdxLayoutOfficeLookAndFeel; frViewTotales1: TfrViewTotales; - frViewDetallesPresupuestoCliente1: TfrViewDetallesPresupuestoCliente; pagPortada: TTabSheet; pagMemoria: TTabSheet; Panel1: TPanel; @@ -35,6 +34,7 @@ type Image3: TImage; frViewRichEditor1: TfrViewRichEditor; frViewRichEditor2: TfrViewRichEditor; + frViewDetallesPresupuestoCliente1: TfrViewDetallesPresupuestoCliente; procedure FormShow(Sender: TObject); procedure CustomEditorClose(Sender: TObject; var Action: TCloseAction); diff --git a/Source/Modulos/Presupuestos de cliente/Views/uViewDetallesPresupuestoCliente.dfm b/Source/Modulos/Presupuestos de cliente/Views/uViewDetallesPresupuestoCliente.dfm index b9cf3e73..2cd01c73 100644 --- a/Source/Modulos/Presupuestos de cliente/Views/uViewDetallesPresupuestoCliente.dfm +++ b/Source/Modulos/Presupuestos de cliente/Views/uViewDetallesPresupuestoCliente.dfm @@ -1,91 +1,49 @@ inherited frViewDetallesPresupuestoCliente: TfrViewDetallesPresupuestoCliente inherited ToolBar1: TToolBar - Height = 100 - ExplicitHeight = 100 - inherited FontName: TJvFontComboBox [4] - Left = 56 - Top = 22 - ExplicitLeft = 56 - ExplicitTop = 22 - end - inherited ToolButton14: TToolButton [5] - Left = 201 - Wrap = False - ExplicitLeft = 201 - end inherited FontSize: TEdit - Left = 266 - Top = 22 - ExplicitLeft = 266 - ExplicitTop = 22 + ExplicitLeft = 278 end - inherited UpDown1: TUpDown - Left = 308 - Top = 22 - ExplicitLeft = 308 - ExplicitTop = 22 + inherited UpDown1: TUpDown [4] + Left = 320 + Top = 0 + ExplicitLeft = 320 + ExplicitTop = 0 end - inherited ToolButton11: TToolButton [8] - Left = 325 - Top = 22 - ExplicitLeft = 325 - ExplicitTop = 22 - end - inherited ToolButton12: TToolButton [9] - Left = 0 - Top = 22 + inherited ToolButton4: TToolButton [5] + Left = 337 Wrap = True + ExplicitLeft = 337 + end + inherited ToolButton14: TToolButton [6] + Left = 0 + Top = 22 ExplicitLeft = 0 ExplicitTop = 22 - ExplicitHeight = 30 end - inherited ToolButton9: TToolButton [10] - Left = 0 - Top = 52 - ExplicitLeft = 0 - ExplicitTop = 52 + inherited FontName: TJvFontComboBox [7] + Left = 65 end - inherited ToolButton10: TToolButton [11] - Left = 145 - Top = 52 - ExplicitLeft = 145 - ExplicitTop = 52 + inherited ToolButton13: TToolButton + Left = 210 + Wrap = False + ExplicitLeft = 210 end - inherited ToolButton13: TToolButton [12] - Left = 0 - Top = 52 - Wrap = True - ExplicitLeft = 0 - ExplicitTop = 52 - ExplicitHeight = 30 + inherited ToolButton6: TToolButton + Left = 218 + ExplicitLeft = 218 end - inherited ToolButton6: TToolButton [13] - Left = 0 - Top = 82 - ExplicitLeft = 0 - ExplicitTop = 82 + inherited ToolButton7: TToolButton + Left = 284 + ExplicitLeft = 284 end - inherited ToolButton7: TToolButton [14] - Left = 66 - Top = 82 - ExplicitLeft = 66 - ExplicitTop = 82 - end - inherited ToolButton8: TToolButton [15] - Left = 133 - Top = 82 - ExplicitLeft = 133 - ExplicitTop = 82 + inherited ToolButton8: TToolButton + Left = 351 + Wrap = False + ExplicitLeft = 351 end end inherited cxGrid: TcxGrid - Top = 126 - Height = 178 ExplicitTop = 99 ExplicitHeight = 205 end - inherited TBXDock1: TTBXDock - Top = 100 - ExplicitTop = 68 - end end diff --git a/Source/Servidor/FactuGES_Server.RES b/Source/Servidor/FactuGES_Server.RES index 8c97d6fe35c0ea871fa1efe388a1d867fef325bd..e1e3298973eca341db377e82d89650c779ebf0f4 100644 GIT binary patch delta 21 ccmZ3om2t^d#tmUn>}CvB42BHGlVhXY0a8~6fdBvi delta 21 ccmZ3om2t^d#tmUn>_!Y$45kdGlVhXY0a8&0g8%>k diff --git a/Source/Servidor/FactuGES_Server.dproj b/Source/Servidor/FactuGES_Server.dproj index a11f2e22..2bea8134 100644 --- a/Source/Servidor/FactuGES_Server.dproj +++ b/Source/Servidor/FactuGES_Server.dproj @@ -1,246 +1,237 @@ - + - - {ebdcd25d-40d7-4146-91ec-a0ea4aa1dcd1} - FactuGES_Server.dpr - Debug - AnyCPU - DCC32 - ..\..\Output\Debug\Servidor\FactuGES_Server.exe - vcl;rtl;vclx;vclactnband;dbrtl;vcldb;vcldbx;bdertl;dsnap;dsnapcon;teeUI;teedb;tee;adortl;vclib;ibxpress;dbxcds;dbexpress;DbxCommonDriver;IndyCore;IndySystem;IndyProtocols;VclSmp;vclie;webdsnap;xmlrtl;inet;inetdbbde;inetdbxpress;RemObjects_BPDX_D11;RemObjects_RODX_D11;RemObjects_Indy_D11;RemObjects_Synapse_D11;RemObjects_WebBroker_D11;DataAbstract_Core_D11;DataAbstract_DBXDriver_D11;DataAbstract_IDE_D11;DataAbstract_Scripting_D11;DataAbstract_SDACDriver_D11;sdac105;dac105;DataAbstract_SQLiteDriver_D11;cxEditorsD10;cxLibraryD10;dxThemeD10;cxDataD10;cxExtEditorsD10;cxGridD10;cxPageControlD10;cxSchedulerD10;cxTreeListD10;cxVerticalGridD10;dxBarD10;dxComnD10;dxBarDBNavD10;dxBarExtDBItemsD10;dxBarExtItemsD10;dxDockingD10;dxLayoutControlD10;dxNavBarD10;dxPSCoreD10;dxsbD10;dxPScxCommonD10;dxPSLnksD10;vclshlctrls;dxPScxExtCommonD10;dxPScxGridLnkD10;dxPScxPCProdD10;dxPScxScheduler2LnkD10;dxPScxTLLnkD10;dxPSdxLCLnkD10;dxPsPrVwAdvD10;pckMD5;pckUCDataConnector;pckUserControl_RT;PluginSDK_D10R;PNG_D10;PngComponentsD10;tb2k_d10;tbx_d10;JclVcl;Jcl;JvXPCtrlsD11R;JvCoreD11R;JvSystemD11R;JvStdCtrlsD11R;JvAppFrmD11R;JvBandsD11R;JvDBD11R;JvDlgsD11R;JvBDED11R;JvCmpD11R;JvCryptD11R;JvCtrlsD11R;JvCustomD11R;JvDockingD11R;JvDotNetCtrlsD11R;JvEDID11R;JvGlobusD11R;JvHMID11R;JvInterpreterD11R;JvJansD11R;JvManagedThreadsD11R;JvMMD11R;JvNetD11R;JvPageCompsD11R;JvPluginD11R;JvPrintPreviewD11R;JvRuntimeDesignD11R;JvTimeFrameworkD11R;JvUIBD11R;JvValidatorsD11R;JvWizardD11R;pckUCADOConn;pckUCBDEConn;pckUCIBXConn;pckUCMidasConn;cxIntlPrintSys3D10;cxExportD10;cxIntl5D10;GUISDK_D11;ccpackD11;JSDialog100;fsTee11;fs11;frx11;frxADO11;frxBDE11;frxDB11;frxDBX11;frxe11;frxIBX11;frxTee11;fsADO11;fsBDE11;fsDB11;fsIBX11;websnap;soaprtl;IntrawebDB_90_100;Intraweb_90_100 - - - 7.0 - False - False - 0 - 3 - ..\..\Output\Release\Servidor - RELEASE - - - 7.0 - 3 - ..\..\Output\Debug\Servidor - DEBUG; - True - True - True - $(BDS)\lib\Debug;$(BDS)\Lib\Debug\Indy10 - $(BDS)\lib\Debug;$(BDS)\Lib\Debug\Indy10 - $(BDS)\lib\Debug;$(BDS)\Lib\Debug\Indy10 - $(BDS)\lib\Debug;$(BDS)\Lib\Debug\Indy10 - - - Delphi.Personality - - -FalseTrueFalseTrueFalse1000FalseFalseFalseFalseFalse308212521.0.0.0 - - - - - - - - - - ExpressPrinting System by Developer Express Inc. - Microsoft Office 2000 Sample Automation Server Wrapper Components - Microsoft Office XP Sample Automation Server Wrapper Components - FactuGES_Server.dpr - - - - - MainSource - - - - -
srvEmpresas
- TDARemoteService -
- - - - - - - - - -
RptAlbaranesCliente
- TDataModule -
- -
srvAlbaranesCliente
- TDataAbstractService -
- - - - -
srvAlbaranesProveedor
- TDataAbstractService -
- - - -
srvAlmacenes
- TDARemoteService -
- - - - - - - - - - -
srvContactos
- TDARemoteService -
- - - - -
RptFacturasCliente
- TDataModule -
- -
srvFacturasCliente
- TDataAbstractService -
- - - - -
srvFacturasProveedor
- TDataAbstractService -
- - - - - - - - - - -
srvHistoricoMovimientos
- TDataAbstractService -
- - - -
srvInventario
- TDataAbstractService -
- - - - -
srvPedidosProveedor
- TDataAbstractService -
- - - - -
RptPresupuestosCliente
-
- -
srvPresupuestosCliente
- TDataAbstractService -
- - - -
srvRecibosCliente
- TDataAbstractService -
- - - -
srvRecibosProveedor
- TDataAbstractService -
- - - - -
srvRemesasCliente
- TDataAbstractService -
- - - - -
srvRemesasProveedor
- TDataAbstractService -
- - - - - - -
srvUnidadesMedida
- TDataAbstractService -
- - - -
srvConfiguracion
- TDataAbstractService -
- -
frConexionBD
- TFrame -
- -
frConfGeneral
- TFrame -
- -
fConfiguracion
- TForm -
- -
FrameConfiguracion
- TFrame -
- -
srvLogin
- TDARemoteService -
- -
srvReferencias
- TDataAbstractService -
- -
fAcercaDe
-
- -
dmServer
- TDataModule -
- -
fServerForm
-
- - - - - - - - -
+ + {ebdcd25d-40d7-4146-91ec-a0ea4aa1dcd1} + FactuGES_Server.dpr + Debug + AnyCPU + DCC32 + ..\..\Output\Debug\Servidor\FactuGES_Server.exe + vcl;rtl;vclx;vclactnband;dbrtl;vcldb;vcldbx;bdertl;dsnap;dsnapcon;teeUI;teedb;tee;adortl;vclib;ibxpress;dbxcds;dbexpress;DbxCommonDriver;IndyCore;IndySystem;IndyProtocols;VclSmp;vclie;webdsnap;xmlrtl;inet;inetdbbde;inetdbxpress;RemObjects_BPDX_D11;RemObjects_RODX_D11;RemObjects_Indy_D11;RemObjects_Synapse_D11;RemObjects_WebBroker_D11;DataAbstract_Core_D11;DataAbstract_DBXDriver_D11;DataAbstract_IDE_D11;DataAbstract_Scripting_D11;DataAbstract_SDACDriver_D11;sdac105;dac105;DataAbstract_SQLiteDriver_D11;cxEditorsD10;cxLibraryD10;dxThemeD10;cxDataD10;cxExtEditorsD10;cxGridD10;cxPageControlD10;cxSchedulerD10;cxTreeListD10;cxVerticalGridD10;dxBarD10;dxComnD10;dxBarDBNavD10;dxBarExtDBItemsD10;dxBarExtItemsD10;dxDockingD10;dxLayoutControlD10;dxNavBarD10;dxPSCoreD10;dxsbD10;dxPScxCommonD10;dxPSLnksD10;vclshlctrls;dxPScxExtCommonD10;dxPScxGridLnkD10;dxPScxPCProdD10;dxPScxScheduler2LnkD10;dxPScxTLLnkD10;dxPSdxLCLnkD10;dxPsPrVwAdvD10;pckMD5;pckUCDataConnector;pckUserControl_RT;PluginSDK_D10R;PNG_D10;PngComponentsD10;tb2k_d10;tbx_d10;JclVcl;Jcl;JvXPCtrlsD11R;JvCoreD11R;JvSystemD11R;JvStdCtrlsD11R;JvAppFrmD11R;JvBandsD11R;JvDBD11R;JvDlgsD11R;JvBDED11R;JvCmpD11R;JvCryptD11R;JvCtrlsD11R;JvCustomD11R;JvDockingD11R;JvDotNetCtrlsD11R;JvEDID11R;JvGlobusD11R;JvHMID11R;JvInterpreterD11R;JvJansD11R;JvManagedThreadsD11R;JvMMD11R;JvNetD11R;JvPageCompsD11R;JvPluginD11R;JvPrintPreviewD11R;JvRuntimeDesignD11R;JvTimeFrameworkD11R;JvUIBD11R;JvValidatorsD11R;JvWizardD11R;pckUCADOConn;pckUCBDEConn;pckUCIBXConn;pckUCMidasConn;cxIntlPrintSys3D10;cxExportD10;cxIntl5D10;GUISDK_D11;ccpackD11;JSDialog100;fsTee11;fs11;frx11;frxADO11;frxBDE11;frxDB11;frxDBX11;frxe11;frxIBX11;frxTee11;fsADO11;fsBDE11;fsDB11;fsIBX11;websnap;soaprtl;IntrawebDB_90_100;Intraweb_90_100 + + + 7.0 + False + False + 0 + 3 + ..\..\Output\Release\Servidor + RELEASE + + + 7.0 + 3 + ..\..\Output\Debug\Servidor + DEBUG; + True + True + True + $(BDS)\lib\Debug;$(BDS)\Lib\Debug\Indy10 + $(BDS)\lib\Debug;$(BDS)\Lib\Debug\Indy10 + $(BDS)\lib\Debug;$(BDS)\Lib\Debug\Indy10 + $(BDS)\lib\Debug;$(BDS)\Lib\Debug\Indy10 + + + Delphi.Personality + + + FalseTrueFalseTrueFalse1000FalseFalseFalseFalseFalse308212521.0.0.0 + ExpressPrinting System by Developer Express Inc. + Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office XP Sample Automation Server Wrapper Components + FactuGES_Server.dpr + + + + + MainSource + + + + +
srvEmpresas
+ TDARemoteService +
+ + + + + + + + + +
RptAlbaranesCliente
+ TDataModule +
+ +
srvAlbaranesCliente
+ TDataAbstractService +
+ + + + +
srvAlbaranesProveedor
+ TDataAbstractService +
+ + + +
srvAlmacenes
+ TDARemoteService +
+ + + + + + + + + + +
srvContactos
+ TDARemoteService +
+ + + + +
RptFacturasCliente
+ TDataModule +
+ +
srvFacturasCliente
+ TDataAbstractService +
+ + + + +
srvFacturasProveedor
+ TDataAbstractService +
+ + + + + + + + + + +
srvHistoricoMovimientos
+ TDataAbstractService +
+ + + +
srvInventario
+ TDataAbstractService +
+ + + + +
srvPedidosProveedor
+ TDataAbstractService +
+ + + + +
RptPresupuestosCliente
+
+ +
srvPresupuestosCliente
+ TDataAbstractService +
+ + + +
srvRecibosCliente
+ TDataAbstractService +
+ + + +
srvRecibosProveedor
+ TDataAbstractService +
+ + + + +
srvRemesasCliente
+ TDataAbstractService +
+ + + + +
srvRemesasProveedor
+ TDataAbstractService +
+ + + + + + +
srvUnidadesMedida
+ TDataAbstractService +
+ + + +
srvConfiguracion
+ TDataAbstractService +
+ +
frConexionBD
+ TFrame +
+ +
frConfGeneral
+ TFrame +
+ +
fConfiguracion
+ TForm +
+ +
FrameConfiguracion
+ TFrame +
+ +
srvLogin
+ TDARemoteService +
+ +
srvReferencias
+ TDataAbstractService +
+ +
fAcercaDe
+
+ +
dmServer
+ TDataModule +
+ +
fServerForm
+
+ + + + + + + + +