From 4acbee69a4e1887b3ee98c817f8aa576b3556011 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 8 Aug 2008 10:19:02 +0000 Subject: [PATCH] =?UTF-8?q?-=20Incremento=20de=20versi=C3=B3n=20-=20Oculta?= =?UTF-8?q?r=20la=20columna=20'ID=5FARTICULO'=20en=20el=20grid=20de=20prec?= =?UTF-8?q?ios=20de=20la=20ficha=20de=20un=20art=C3=ADculo=20-=20Confirmar?= =?UTF-8?q?=20al=20usuario=20que=20se=20han=20generado=20los=20certificado?= =?UTF-8?q?s=20de=20trabajos=20cuando=20he=20terminado=20bien=20el=20proce?= =?UTF-8?q?so=20desde=20la=20ficha=20de=20un=20presupuesto.?= 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@511 0c75b7a4-871f-7646-8a2f-f78d34cc349f --- Source/Cliente/FactuGES.dproj | 10 +- Source/Cliente/FactuGES.res | Bin 171984 -> 172156 bytes .../Articulos/Views/uEditorArticulo.dfm | 74 ++- .../Modulos/Articulos/Views/uViewArticulo.dfm | 35 +- .../Views/uEditorPresupuestoCliente.dfm | 40 +- .../Views/uEditorPresupuestoCliente.pas | 3 +- Source/Servidor/FactuGES_Server.RES | Bin 23204 -> 23484 bytes Source/Servidor/FactuGES_Server.dproj | 572 +++++++++--------- 8 files changed, 387 insertions(+), 347 deletions(-) diff --git a/Source/Cliente/FactuGES.dproj b/Source/Cliente/FactuGES.dproj index f33b2de6..38726672 100644 --- a/Source/Cliente/FactuGES.dproj +++ b/Source/Cliente/FactuGES.dproj @@ -54,15 +54,7 @@ Delphi.Personality VCLApplication -FalseTrueFalseC:\Archivos de programa\Borland\Delphi7\Bin\TrueFalse1210FalseFalseFalseFalseFalse30821252Rodax Software S.L.1.2.1.0FactuGESFactuGES1.2.1.0 - - - - - - - - +FalseTrueFalseC:\Archivos de programa\Borland\Delphi7\Bin\TrueFalse1220FalseFalseFalseFalseFalse30821252Rodax Software S.L.1.2.2.0FactuGESFactuGES1.2.2.0 diff --git a/Source/Cliente/FactuGES.res b/Source/Cliente/FactuGES.res index 8bcf29a6fe99b5f379fcae476d8cb54d63167a41..aae749148340f18f990d36b41e4a98ed33180e0c 100644 GIT binary patch delta 488 zcmY+9PfG$p7{-4ysjZvD9z8Bd|1T2VB9e*_3c7gLr9!1Fu`ZqTP~Zm$_M+?6570I0 z*s){hZhZ&A-q~4`UYMPEc>cW4e!jVrcenSbUUX{M^*lGn-zai;9w;0dX>(iT(@23P zpSRpc1{M^#jOKE?d;EfJ?1r z(fApb==Bn%V~WB+BR-f;JvmBVP-Ol?108-3_0F1>>W0kUBxEJYy`U-D}&X>^c>7oj{z2qHFUI`|32r uX~(9|brn$rT!^nFcZVz4HXExwOEQ|W*CfxH8PpPAJYiv^1L^WK(kH(ye?*V~ delta 318 zcmYL^ziPrz6vlt&G-^ymvIrRirRd-g!L1afQ^2J|cjMN#Xoe0xfN&?HqYvO-$BsUO zvx5&%us4554jjJwyWhEo@BW><^N*K)%Tb-}SLAy=>JobRJ_rGytz2tzKna4<`)$KR zP3tZ=gkk9&Txd09x3!6)%Iia?p=Xx3%;%*!dV?-;T+;djJd&h(xPeE~w3>ADpl}li zt={jxZ40&{nh)K?T(&wLijAJT!mOCd<2uDng@wGE*G!*eY*v{r%{9}JOw3@XFXp_{ K#GWU6UHk(E_$qM# diff --git a/Source/Modulos/Articulos/Views/uEditorArticulo.dfm b/Source/Modulos/Articulos/Views/uEditorArticulo.dfm index 84afb267..891656d4 100644 --- a/Source/Modulos/Articulos/Views/uEditorArticulo.dfm +++ b/Source/Modulos/Articulos/Views/uEditorArticulo.dfm @@ -104,17 +104,17 @@ inherited fEditorArticulo: TfEditorArticulo inherited pagGeneral: TTabSheet ExplicitLeft = 4 ExplicitTop = 24 - ExplicitWidth = 610 - ExplicitHeight = 351 + ExplicitWidth = 891 + ExplicitHeight = 376 end object TabSheet1: TTabSheet Caption = 'Precios' ImageIndex = 1 inline frViewArticulosProveedores1: TfrViewArticulosProveedores Left = 0 - Top = 105 + Top = 97 Width = 891 - Height = 271 + Height = 279 Align = alClient Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText @@ -129,9 +129,54 @@ inherited fEditorArticulo: TfEditorArticulo ExplicitHeight = 271 inherited cxGrid: TcxGrid Width = 891 - Height = 246 + Height = 254 ExplicitWidth = 891 ExplicitHeight = 246 + inherited cxGridView: TcxGridDBTableView + inherited cxGridViewPRECIO_COSTE: TcxGridDBColumn + PropertiesClassName = 'TcxCurrencyEditProperties' + Properties.Alignment.Horz = taRightJustify + FooterAlignmentHorz = taRightJustify + GroupSummaryAlignment = taRightJustify + HeaderAlignmentHorz = taRightJustify + end + inherited cxGridViewDESCUENTO: TcxGridDBColumn + Properties.Alignment.Horz = taRightJustify + GroupSummaryAlignment = taRightJustify + end + inherited cxGridViewPRECIO_NETO: TcxGridDBColumn + PropertiesClassName = 'TcxCurrencyEditProperties' + Properties.Alignment.Horz = taRightJustify + FooterAlignmentHorz = taRightJustify + GroupSummaryAlignment = taRightJustify + HeaderAlignmentHorz = taRightJustify + end + inherited cxGridViewPRECIO_PORTE: TcxGridDBColumn + PropertiesClassName = 'TcxCurrencyEditProperties' + Properties.Alignment.Horz = taRightJustify + FooterAlignmentHorz = taRightJustify + GroupSummaryAlignment = taRightJustify + HeaderAlignmentHorz = taRightJustify + end + inherited cxGridViewPRECIO_PVP_VENTA: TcxGridDBColumn + PropertiesClassName = 'TcxCurrencyEditProperties' + Properties.Alignment.Horz = taRightJustify + FooterAlignmentHorz = taRightJustify + GroupSummaryAlignment = taRightJustify + HeaderAlignmentHorz = taRightJustify + end + inherited cxGridViewPRECIO_PVP_TOTAL: TcxGridDBColumn + PropertiesClassName = 'TcxCurrencyEditProperties' + Properties.Alignment.Horz = taRightJustify + FooterAlignmentHorz = taRightJustify + GroupSummaryAlignment = taRightJustify + HeaderAlignmentHorz = taRightJustify + end + inherited cxGridViewID_ARTICULO: TcxGridDBColumn + Visible = False + VisibleForCustomization = False + end + end end inherited ToolBar1: TToolBar Width = 891 @@ -142,14 +187,15 @@ inherited fEditorArticulo: TfEditorArticulo Left = 0 Top = 0 Width = 891 - Height = 105 + Height = 97 Align = alTop TabOrder = 1 TabStop = False - AutoContentSizes = [acsWidth] + AutoContentSizes = [acsWidth, acsHeight] + LookAndFeel = dxLayoutOfficeLookAndFeel1 object eParamMargen: TcxDBSpinEdit Left = 118 - Top = 28 + Top = 30 DataBinding.DataField = 'PARAM_MARGEN' DataBinding.DataSource = dsDataTable Properties.Alignment.Horz = taRightJustify @@ -174,7 +220,7 @@ inherited fEditorArticulo: TfEditorArticulo end object eTiempo: TcxDBSpinEdit Left = 118 - Top = 55 + Top = 57 DataBinding.DataField = 'TIEMPO' DataBinding.DataSource = dsDataTable Properties.Alignment.Horz = taRightJustify @@ -197,7 +243,7 @@ inherited fEditorArticulo: TfEditorArticulo end object eParamTiempo: TcxDBCurrencyEdit Left = 300 - Top = 55 + Top = 57 DataBinding.DataField = 'PARAM_TIEMPO' DataBinding.DataSource = dsDataTable Properties.Alignment.Horz = taRightJustify @@ -217,7 +263,7 @@ inherited fEditorArticulo: TfEditorArticulo end object eManoObra: TcxDBSpinEdit Left = 545 - Top = 55 + Top = 57 DataBinding.DataField = 'MANO_OBRA' DataBinding.DataSource = dsDataTable Enabled = False @@ -247,7 +293,7 @@ inherited fEditorArticulo: TfEditorArticulo LayoutDirection = ldHorizontal ShowBorder = False object dxLayoutControl1Group1: TdxLayoutGroup - AutoAligns = [aaVertical] + AutoAligns = [] AlignHorz = ahClient Caption = 'Par'#225'metros de precio' object dxLayoutControl1Item1: TdxLayoutItem @@ -825,8 +871,8 @@ inherited fEditorArticulo: TfEditorArticulo Top = 152 end object dxLayoutLookAndFeelList1: TdxLayoutLookAndFeelList - Left = 248 - Top = 168 + Left = 240 + Top = 136 object dxLayoutOfficeLookAndFeel1: TdxLayoutOfficeLookAndFeel GroupOptions.CaptionOptions.Font.Charset = DEFAULT_CHARSET GroupOptions.CaptionOptions.Font.Color = clWindowText diff --git a/Source/Modulos/Articulos/Views/uViewArticulo.dfm b/Source/Modulos/Articulos/Views/uViewArticulo.dfm index 418147c4..e9c4f84f 100644 --- a/Source/Modulos/Articulos/Views/uViewArticulo.dfm +++ b/Source/Modulos/Articulos/Views/uViewArticulo.dfm @@ -1,6 +1,6 @@ inherited frViewArticulo: TfrViewArticulo - Width = 818 - Height = 432 + Width = 590 + Height = 444 Align = alClient OnCreate = CustomViewCreate OnDestroy = CustomViewDestroy @@ -9,19 +9,20 @@ inherited frViewArticulo: TfrViewArticulo object dxLayoutControlArticulo: TdxLayoutControl Left = 0 Top = 0 - Width = 818 - Height = 432 + Width = 590 + Height = 444 Align = alClient ParentBackground = True TabOrder = 0 TabStop = False AutoContentSizes = [acsWidth] - ExplicitHeight = 473 + ExplicitWidth = 451 + ExplicitHeight = 304 DesignSize = ( - 818 - 432) + 590 + 444) object PngSpeedButton2: TPngSpeedButton - Left = 773 + Left = 545 Top = 304 Width = 23 Height = 22 @@ -48,7 +49,7 @@ inherited frViewArticulo: TfrViewArticulo PngOptions = [pngBlendOnDisabled, pngGrayscaleOnDisabled] end object PngSpeedButton1: TPngSpeedButton - Left = 773 + Left = 545 Top = 332 Width = 23 Height = 22 @@ -75,7 +76,7 @@ inherited frViewArticulo: TfrViewArticulo StyleHot.LookAndFeel.Kind = lfStandard StyleHot.LookAndFeel.NativeStyle = True TabOrder = 0 - Width = 328 + Width = 290 end object eDescripcion: TcxDBTextEdit Left = 122 @@ -95,7 +96,7 @@ inherited frViewArticulo: TfrViewArticulo StyleHot.LookAndFeel.Kind = lfStandard StyleHot.LookAndFeel.NativeStyle = True TabOrder = 1 - Width = 328 + Width = 290 end object eNoComisionable: TcxDBCheckBox Left = 122 @@ -119,7 +120,7 @@ inherited frViewArticulo: TfrViewArticulo StyleHot.LookAndFeel.Kind = lfStandard StyleHot.LookAndFeel.NativeStyle = True TabOrder = 5 - Width = 328 + Width = 290 end object eImagen: TcxImage Left = 28 @@ -141,7 +142,7 @@ inherited frViewArticulo: TfrViewArticulo StyleHot.LookAndFeel.NativeStyle = True TabOrder = 8 Height = 98 - Width = 403 + Width = 355 end object cbFamilia: TcxDBComboBox Left = 122 @@ -165,7 +166,7 @@ inherited frViewArticulo: TfrViewArticulo StyleHot.LookAndFeel.Kind = lfStandard StyleHot.LookAndFeel.NativeStyle = True TabOrder = 2 - Width = 328 + Width = 290 end object cbNoInventariable: TcxDBCheckBox Left = 122 @@ -189,7 +190,7 @@ inherited frViewArticulo: TfrViewArticulo StyleHot.LookAndFeel.Kind = lfStandard StyleHot.LookAndFeel.NativeStyle = True TabOrder = 4 - Width = 328 + Width = 290 end object cbUnidadMedida: TcxDBComboBox Left = 122 @@ -213,7 +214,7 @@ inherited frViewArticulo: TfrViewArticulo StyleHot.LookAndFeel.Kind = lfStandard StyleHot.LookAndFeel.NativeStyle = True TabOrder = 3 - Width = 328 + Width = 290 end object cbFabricante: TcxDBComboBox Left = 122 @@ -237,7 +238,7 @@ inherited frViewArticulo: TfrViewArticulo StyleHot.LookAndFeel.Kind = lfStandard StyleHot.LookAndFeel.NativeStyle = True TabOrder = 6 - Width = 328 + Width = 290 end object eReferenciaFabr: TcxDBTextEdit Left = 122 diff --git a/Source/Modulos/Presupuestos de cliente/Views/uEditorPresupuestoCliente.dfm b/Source/Modulos/Presupuestos de cliente/Views/uEditorPresupuestoCliente.dfm index 5f89fdf7..4b46a351 100644 --- a/Source/Modulos/Presupuestos de cliente/Views/uEditorPresupuestoCliente.dfm +++ b/Source/Modulos/Presupuestos de cliente/Views/uEditorPresupuestoCliente.dfm @@ -224,7 +224,13 @@ inherited fEditorPresupuestoCliente: TfEditorPresupuestoCliente ExplicitTop = 0 ExplicitWidth = 136 end - inherited ToolButton13: TToolButton [7] + inherited UpDown1: TUpDown + Left = 680 + Top = 0 + ExplicitLeft = 680 + ExplicitTop = 0 + end + inherited ToolButton13: TToolButton Left = 0 Top = 0 Wrap = True @@ -232,53 +238,47 @@ inherited fEditorPresupuestoCliente: TfEditorPresupuestoCliente ExplicitTop = 0 ExplicitHeight = 27 end - inherited UpDown1: TUpDown [8] + inherited ToolButton6: TToolButton [9] Left = 0 Top = 27 ExplicitLeft = 0 ExplicitTop = 27 end - inherited ToolButton6: TToolButton [9] - Left = 17 - Top = 27 - ExplicitLeft = 17 - ExplicitTop = 27 - end inherited ToolButton7: TToolButton [10] - Left = 83 + Left = 66 Top = 27 - ExplicitLeft = 83 + ExplicitLeft = 66 ExplicitTop = 27 end inherited ToolButton8: TToolButton [11] - Left = 150 + Left = 133 Top = 27 - ExplicitLeft = 150 + ExplicitLeft = 133 ExplicitTop = 27 end inherited ToolButton12: TToolButton [12] - Left = 233 + Left = 216 Top = 27 - ExplicitLeft = 233 + ExplicitLeft = 216 ExplicitTop = 27 ExplicitHeight = 22 end inherited ToolButton9: TToolButton [13] - Left = 241 + Left = 224 Top = 27 - ExplicitLeft = 241 + ExplicitLeft = 224 ExplicitTop = 27 end inherited ToolButton10: TToolButton [14] - Left = 386 + Left = 369 Top = 27 - ExplicitLeft = 386 + ExplicitLeft = 369 ExplicitTop = 27 end inherited ToolButton11: TToolButton [15] - Left = 511 + Left = 494 Top = 27 - ExplicitLeft = 511 + ExplicitLeft = 494 ExplicitTop = 27 end end diff --git a/Source/Modulos/Presupuestos de cliente/Views/uEditorPresupuestoCliente.pas b/Source/Modulos/Presupuestos de cliente/Views/uEditorPresupuestoCliente.pas index 5c0b1dbd..aabe0046 100644 --- a/Source/Modulos/Presupuestos de cliente/Views/uEditorPresupuestoCliente.pas +++ b/Source/Modulos/Presupuestos de cliente/Views/uEditorPresupuestoCliente.pas @@ -103,7 +103,8 @@ uses procedure TfEditorPresupuestoCliente.actGenerarCertificadoExecute( Sender: TObject); begin - FController.GenerarCertificados(Presupuesto, False) + if FController.GenerarCertificados(Presupuesto, False) then + ShowInfoMessage('Generar certificado de trabajo', 'Se ha generado el certificado de trabajos.') end; diff --git a/Source/Servidor/FactuGES_Server.RES b/Source/Servidor/FactuGES_Server.RES index 446a04443861f885a9cd31ea4dbeb8ddbd447c9e..a6c568918b8f6525c2289be15b9e2fce3599929b 100644 GIT binary patch delta 458 zcmY+9ze>YU7{z}#wo*hSgE*E@&_O{}+`n+$g+(S~n8$U&&?0Jdj*;M}uy+=9ZvYZ{k)_CVV)>m)~{-zy98Gshpj*Q=9}H=f@QH!Aid)-mpzVOiIW# zcMOCv=M&p{rP*b~m2P+R-Ec~#Jtfzf$W=}87;HTB*hB@f$@}7RIWl1=|7`YJm3$z6 zSg~b~R1M1PA(5PRY=f!pSc;G{`C?(lr5e>Uz={v+kWu~P|N3Q(>Emq4BWV-G-RfES PY{lX;*fPE1J9zm6a56&e delta 179 zcmdn9opH%l#tkJASq1`JJPdHa$iT)RAi%)D$RNRx!3v_`JQfB9CI$rsh};Se1_ovX z52%BM!N342$H&0Hir}d-0L^4zSiv~?UW6PIkop(lA;JPQ85OWGPL7IHVtT|dxh_&{ Z@{>pnRzn6o27}2rqx2aKCv!$`1^~-#8nyrc diff --git a/Source/Servidor/FactuGES_Server.dproj b/Source/Servidor/FactuGES_Server.dproj index ef814114..32ca6780 100644 --- a/Source/Servidor/FactuGES_Server.dproj +++ b/Source/Servidor/FactuGES_Server.dproj @@ -1,290 +1,290 @@ - + - - {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 - - - FalseTrueFalse/standaloneTrueFalse1210FalseFalseFalseFalseFalse308212521.2.1.01.2.1.0miércoles, 06 de agosto de 2008 17:51FactuGES_Server.dpr - - - - - MainSource - - - - - -
srvEmpresas
- TDARemoteService -
- - - - - - - - - - - -
RptAlbaranesCliente
- TDataModule -
- -
RptWordAlbaranCliente
- TDataModule -
- -
srvAlbaranesCliente
- TDataAbstractService -
- - - - -
srvAlbaranesProveedor
- TDataAbstractService -
- - - -
srvAlmacenes
- TDARemoteService -
- - - - -
srvArticulos
- TDARemoteService -
- - - - - - - -
RptEtiquetasContacto
- TDataModule -
- -
RptFichasEmpleado
- TDataModule -
- -
srvContactos
- TDARemoteService -
- - - -
srvFabricantes
- TDataAbstractService -
- - - - -
RptFacturasCliente
- TDataModule -
- -
RptWordFacturaCliente
- TDataModule -
- -
srvFacturasCliente
- TDataAbstractService -
- - - - -
srvFacturasProveedor
- TDataAbstractService -
- - - - - - - - - - -
srvHistoricoMovimientos
- TDataAbstractService -
- - - -
srvInventario
- TDataAbstractService -
- - - - - - - - -
RptPedidosProveedor
- TDataModule -
- -
RptWordPedidoProveedor
- TDataModule -
- -
srvPedidosProveedor
- TDataAbstractService -
- - - - -
RptPresupuestosCliente
- TDataModule -
- -
RptWordCertificadoTrabajo
- TDataModule -
- -
RptWordPresupuestoCliente
- TDataModule -
- -
srvPresupuestosCliente
- TDataAbstractService -
- - - -
RptRecibosCliente
- TDataModule -
- -
srvRecibosCliente
- TDataAbstractService -
- - - -
srvRecibosProveedor
- TDataAbstractService -
- - - -
srvReferencias
- TDataAbstractService -
- - - - -
srvRemesasCliente
- TDataAbstractService -
- - - - -
srvRemesasProveedor
- TDataAbstractService -
- - - - - - -
srvUnidadesMedida
- TDataAbstractService -
- - - -
srvConfiguracion
- TDataAbstractService -
- -
frConexionBD
- TFrame -
- -
frConfGeneral
- TFrame -
- -
fConfiguracion
- TForm -
- -
FrameConfiguracion
- TFrame -
- -
srvLogin
- TDARemoteService -
- -
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 + + +FalseTrueFalse/standaloneTrueFalse1210FalseFalseFalseFalseFalse308212521.2.2.01.2.2.0jueves, 07 de agosto de 2008 16:35FactuGES_Server.dpr + + + + + MainSource + + + + + +
srvEmpresas
+ TDARemoteService +
+ + + + + + + + + + + +
RptAlbaranesCliente
+ TDataModule +
+ +
RptWordAlbaranCliente
+ TDataModule +
+ +
srvAlbaranesCliente
+ TDataAbstractService +
+ + + + +
srvAlbaranesProveedor
+ TDataAbstractService +
+ + + +
srvAlmacenes
+ TDARemoteService +
+ + + + +
srvArticulos
+ TDARemoteService +
+ + + + + + + +
RptEtiquetasContacto
+ TDataModule +
+ +
RptFichasEmpleado
+ TDataModule +
+ +
srvContactos
+ TDARemoteService +
+ + + +
srvFabricantes
+ TDataAbstractService +
+ + + + +
RptFacturasCliente
+ TDataModule +
+ +
RptWordFacturaCliente
+ TDataModule +
+ +
srvFacturasCliente
+ TDataAbstractService +
+ + + + +
srvFacturasProveedor
+ TDataAbstractService +
+ + + + + + + + + + +
srvHistoricoMovimientos
+ TDataAbstractService +
+ + + +
srvInventario
+ TDataAbstractService +
+ + + + + + + + +
RptPedidosProveedor
+ TDataModule +
+ +
RptWordPedidoProveedor
+ TDataModule +
+ +
srvPedidosProveedor
+ TDataAbstractService +
+ + + + +
RptPresupuestosCliente
+ TDataModule +
+ +
RptWordCertificadoTrabajo
+ TDataModule +
+ +
RptWordPresupuestoCliente
+ TDataModule +
+ +
srvPresupuestosCliente
+ TDataAbstractService +
+ + + +
RptRecibosCliente
+ TDataModule +
+ +
srvRecibosCliente
+ TDataAbstractService +
+ + + +
srvRecibosProveedor
+ TDataAbstractService +
+ + + +
srvReferencias
+ TDataAbstractService +
+ + + + +
srvRemesasCliente
+ TDataAbstractService +
+ + + + +
srvRemesasProveedor
+ TDataAbstractService +
+ + + + + + +
srvUnidadesMedida
+ TDataAbstractService +
+ + + +
srvConfiguracion
+ TDataAbstractService +
+ +
frConexionBD
+ TFrame +
+ +
frConfGeneral
+ TFrame +
+ +
fConfiguracion
+ TForm +
+ +
FrameConfiguracion
+ TFrame +
+ +
srvLogin
+ TDARemoteService +
+ +
fAcercaDe
+
+ +
dmServer
+ TDataModule +
+ +
fServerForm
+
+ + + + + + + + + +