diff --git a/Source/Modulos/Pedidos a proveedor/Views/uEditorElegirArticulosPedidoProveedor.dfm b/Source/Modulos/Pedidos a proveedor/Views/uEditorElegirArticulosPedidoProveedor.dfm index 45fe937..e5cc9fb 100644 --- a/Source/Modulos/Pedidos a proveedor/Views/uEditorElegirArticulosPedidoProveedor.dfm +++ b/Source/Modulos/Pedidos a proveedor/Views/uEditorElegirArticulosPedidoProveedor.dfm @@ -1,5 +1,43 @@ inherited fEditorElegirArticulosPedidoProveedor: TfEditorElegirArticulosPedidoProveedor Caption = 'fEditorElegirArticulosPedidoProveedor' + ExplicitHeight = 538 PixelsPerInch = 96 TextHeight = 13 + inherited JvNavPanelHeader: TJvNavPanelHeader + ExplicitTop = 113 + end + inherited TBXDock: TTBXDock + ExplicitTop = 64 + inherited tbxMain: TTBXToolbar + ExplicitWidth = 126 + end + inherited tbxFiltro: TTBXToolbar + Left = 126 + ExplicitLeft = 126 + end + inherited TBXTMain2: TTBXToolbar + Left = 463 + ExplicitLeft = 463 + end + end + inherited pnlHeader: TPanel + ExplicitTop = 0 + inherited lblTitle: TLabel + Width = 606 + end + inherited lblComments: TLabel + Width = 581 + Height = 24 + end + end + inherited EditorActionList: TActionList + inherited actNuevo: TAction + Enabled = False + Visible = False + end + inherited actModificar: TAction + Enabled = False + Visible = False + end + end end diff --git a/Source/Modulos/Pedidos a proveedor/Views/uEditorElegirArticulosPedidoProveedor.pas b/Source/Modulos/Pedidos a proveedor/Views/uEditorElegirArticulosPedidoProveedor.pas index 41ffbc9..5ba3295 100644 --- a/Source/Modulos/Pedidos a proveedor/Views/uEditorElegirArticulosPedidoProveedor.pas +++ b/Source/Modulos/Pedidos a proveedor/Views/uEditorElegirArticulosPedidoProveedor.pas @@ -11,7 +11,7 @@ uses TB2Toolbar, pngimage, ExtCtrls, JvExControls, JvComponent, JvNavigationPane, uIEditorElegirArticulosPedidosProveedor, uBizContactos, uDAInterfaces, uViewGridBase, uViewGrid, uViewArticulos, uBizArticulos, - uViewArticulosPorProveedor, uEditorElegirArticulos; + uViewArticulosPorProveedor, uEditorElegirArticulos, StdCtrls; type TfEditorElegirArticulosPedidoProveedor = class(TfEditorElegirArticulos, IEditorElegirArticulosPedidosProveedor) diff --git a/Source/Modulos/Pedidos a proveedor/Views/uEditorPedidosProveedor.dfm b/Source/Modulos/Pedidos a proveedor/Views/uEditorPedidosProveedor.dfm index 7c7f41e..f40b932 100644 --- a/Source/Modulos/Pedidos a proveedor/Views/uEditorPedidosProveedor.dfm +++ b/Source/Modulos/Pedidos a proveedor/Views/uEditorPedidosProveedor.dfm @@ -68,7 +68,7 @@ inherited fEditorPedidosProveedor: TfEditorPedidosProveedor Left = 427 Visible = True ExplicitLeft = 427 - ExplicitWidth = 273 + ExplicitWidth = 119 object TBXItem39: TTBXItem Action = actRecibirPedido DisplayMode = nbdmImageAndText @@ -245,7 +245,9 @@ inherited fEditorPedidosProveedor: TfEditorPedidosProveedor object actFacturarPedido: TAction Category = 'Acciones' Caption = 'Generar factura' + Enabled = False ImageIndex = 23 + Visible = False OnExecute = actFacturarPedidoExecute OnUpdate = actFacturarPedidoUpdate end @@ -258,6 +260,8 @@ inherited fEditorPedidosProveedor: TfEditorPedidosProveedor object actInformes: TAction Category = 'Acciones' Caption = 'Informes' + Enabled = False + Visible = False OnExecute = actInformesExecute end end diff --git a/Source/Modulos/Pedidos a proveedor/Views/uViewDatosYSeleccionProveedorPedido.dfm b/Source/Modulos/Pedidos a proveedor/Views/uViewDatosYSeleccionProveedorPedido.dfm index 1cf8694..d35c296 100644 --- a/Source/Modulos/Pedidos a proveedor/Views/uViewDatosYSeleccionProveedorPedido.dfm +++ b/Source/Modulos/Pedidos a proveedor/Views/uViewDatosYSeleccionProveedorPedido.dfm @@ -329,6 +329,7 @@ inherited frViewDatosYSeleccionProveedorPedido: TfrViewDatosYSeleccionProveedorP AlignHorz = ahRight Caption = 'Button4' ShowCaption = False + Visible = False Control = Button4 ControlOptions.ShowBorder = False end @@ -339,6 +340,7 @@ inherited frViewDatosYSeleccionProveedorPedido: TfrViewDatosYSeleccionProveedorP ShowBorder = False object dxLayoutControl1Group2: TdxLayoutGroup ShowCaption = False + Visible = False Hidden = True LayoutDirection = ldHorizontal ShowBorder = False diff --git a/Source/Modulos/Pedidos a proveedor/Views/uViewElegirArticulosPedidosProveedor.dfm b/Source/Modulos/Pedidos a proveedor/Views/uViewElegirArticulosPedidosProveedor.dfm index 38cd05b..7ab7851 100644 --- a/Source/Modulos/Pedidos a proveedor/Views/uViewElegirArticulosPedidosProveedor.dfm +++ b/Source/Modulos/Pedidos a proveedor/Views/uViewElegirArticulosPedidosProveedor.dfm @@ -11,6 +11,18 @@ inherited frViewElegirArticulosPedidosProveedor: TfrViewElegirArticulosPedidosPr ExplicitWidth = 565 ExplicitHeight = 279 inherited cxGridView: TcxGridDBTableView + inherited cxGridViewFABRICANTE: TcxGridDBColumn + Visible = False + VisibleForCustomization = False + end + inherited cxGridViewREFERENCIA_FABR: TcxGridDBColumn + Visible = False + VisibleForCustomization = False + end + inherited cxGridViewUNIDAD_MEDIDA: TcxGridDBColumn + Visible = False + VisibleForCustomization = False + end inherited cxGridViewPRECIO_PVP_VENTA: TcxGridDBColumn Visible = False end diff --git a/Source/Modulos/Pedidos a proveedor/Views/uViewElegirArticulosPedidosProveedor.pas b/Source/Modulos/Pedidos a proveedor/Views/uViewElegirArticulosPedidosProveedor.pas index 254da6f..01f71df 100644 --- a/Source/Modulos/Pedidos a proveedor/Views/uViewElegirArticulosPedidosProveedor.pas +++ b/Source/Modulos/Pedidos a proveedor/Views/uViewElegirArticulosPedidosProveedor.pas @@ -12,7 +12,8 @@ uses uDADataTable, cxGridLevel, cxGridCustomTableView, cxGridTableView, cxGridDBTableView, cxClasses, cxControls, cxGridCustomView, cxGrid, dxPgsDlg, ActnList, TB2Item, TBX, TB2Toolbar, TBXDkPanels, TB2Dock, uViewFiltroBase, - uBizContactos, uDAInterfaces, uViewArticulosPorProveedor; + uBizContactos, uDAInterfaces, uViewArticulosPorProveedor, uCustomView, + uViewBase; type IViewElegirArticulosPedidosProveedor = interface(IViewArticulos) diff --git a/Source/Modulos/Recibos de proveedor/Views/uEditorRecibosProveedor.dfm b/Source/Modulos/Recibos de proveedor/Views/uEditorRecibosProveedor.dfm index 5fc7830..0c51121 100644 --- a/Source/Modulos/Recibos de proveedor/Views/uEditorRecibosProveedor.dfm +++ b/Source/Modulos/Recibos de proveedor/Views/uEditorRecibosProveedor.dfm @@ -41,7 +41,7 @@ inherited fEditorRecibosProveedor: TfEditorRecibosProveedor Width = 638 ExplicitWidth = 638 inherited tbxMain: TTBXToolbar - ExplicitWidth = 638 + ExplicitWidth = 276 end inherited tbxFiltro: TTBXToolbar ExplicitWidth = 427 @@ -60,9 +60,7 @@ inherited fEditorRecibosProveedor: TfEditorRecibosProveedor end inherited TBXTMain2: TTBXToolbar Left = 427 - Visible = True ExplicitLeft = 427 - ExplicitWidth = 66 object TBXItem38: TTBXItem Action = actInformes end @@ -156,22 +154,22 @@ inherited fEditorRecibosProveedor: TfEditorRecibosProveedor Width = 190 end inherited edtFechaFinFiltro: TcxDateEdit - Left = 294 + Left = 216 Style.LookAndFeel.SkinName = '' StyleDisabled.LookAndFeel.SkinName = '' StyleFocused.LookAndFeel.SkinName = '' StyleHot.LookAndFeel.SkinName = '' - ExplicitLeft = 294 + ExplicitLeft = 216 ExplicitWidth = 334 Width = 334 end inherited eLista: TcxComboBox - Left = 665 + Left = 486 Style.LookAndFeel.SkinName = '' StyleDisabled.LookAndFeel.SkinName = '' StyleFocused.LookAndFeel.SkinName = '' StyleHot.LookAndFeel.SkinName = '' - ExplicitLeft = 665 + ExplicitLeft = 486 ExplicitWidth = 215 Width = 215 end @@ -227,10 +225,10 @@ inherited fEditorRecibosProveedor: TfEditorRecibosProveedor Visible = False end inherited actPrevisualizar: TAction - Visible = True + Enabled = False end inherited actImprimir: TAction - Visible = True + Enabled = False end inherited actDuplicar: TAction Enabled = False @@ -239,6 +237,8 @@ inherited fEditorRecibosProveedor: TfEditorRecibosProveedor object actInformes: TAction Category = 'Acciones' Caption = 'Informes' + Enabled = False + Visible = False OnExecute = actInformesExecute end end diff --git a/Source/Modulos/Relaciones/Pedidos de cliente - Albaranes de cliente/PedCli_AlbCli_relation.dproj b/Source/Modulos/Relaciones/Pedidos de cliente - Albaranes de cliente/PedCli_AlbCli_relation.dproj new file mode 100644 index 0000000..5945f0a --- /dev/null +++ b/Source/Modulos/Relaciones/Pedidos de cliente - Albaranes de cliente/PedCli_AlbCli_relation.dproj @@ -0,0 +1,766 @@ + + + + {69494a8c-0a35-41ea-b8ec-ea790bfc0662} + PedCli_AlbCli_relation.dpk + Debug + AnyCPU + DCC32 + ..\..\..\..\Output\Debug\Cliente\PedCli_AlbCli_relation.bpl + + + 7.0 + False + False + 0 + .\ + .\ + .\ + ..\..\..\..\Output\Debug\Cliente + ..\..\Lib + ..\..\..\Lib;..\..\Lib + ..\..\..\Lib;..\..\Lib + ..\..\..\Lib;..\..\Lib + ..\..\..\Lib;..\..\Lib + RELEASE + + + 7.0 + .\ + .\ + .\ + ..\..\..\..\Output\Debug\Cliente + ..\..\Lib + ..\..\..\Lib;..\..\Lib + ..\..\..\Lib;..\..\Lib + ..\..\..\Lib;..\..\Lib + ..\..\..\Lib;..\..\Lib + + + Delphi.Personality + Package + + + False + True + False + + + False + False + False + + + True + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 3082 + 1252 + + + + + 1.0.0.0 + + + + + + 1.0.0.0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Borland Sample Components + Delphi 1.0 Compatibility Components + Borland MyBase DataAccess Components + TeeChart Components + Borland SimpleDataset Component (DBX) + ExpressBars extended items by Developer Express Inc. + ExpressBars by Developer Express Inc. + ExpressScheduler 2 by Developer Express Inc. + ExpressVerticalGrid by Developer Express Inc. + ExpressBars DBNavigator by Developer Express Inc. + ExpressBars extended DB items by Developer Express Inc. + ExpressSideBar by Developer Express Inc. + JVCL Band Objects + JVCL Non-Visual Components + JVCL Encryption and Compression Components + JVCL Dialog Components + JVCL Docking Components + JVCL DotNet Controls + JVCL EDI Components Designtime Package + JVCL HMI Controls design time unit + JVCL Interpreter Components + JVCL Jans Components + JVCL Managed Threads + JVCL Multimedia and Image Components + JVCL Network Components + JVCL Page Style Components + JVCL Plugin Components + JVCL Print Preview Components + JVCL Runtime Design Components + JVCL Time Framework + JVCL Unified Interbase Components + JVCL Validators and Error Provider Components + SMImport suite: data importing into dataset. Scalabium/Mike Shkolnik, 2000-2005 + SMExport suite: data export from dataset. Written by Mike Shkolnik/Scalabium, 1998-2004. + Intraweb 8.0 Design Package for Borland Development Studio 2006 + Internet Explorer Components + + + PedCli_AlbCli_relation.dpk + + + + + + + MainSource + + + + + + + + + + + + + + diff --git a/Source/Modulos/Relaciones/Pedidos de cliente - Pedidos a proveedor/PedCli_PedProv_relation.dproj b/Source/Modulos/Relaciones/Pedidos de cliente - Pedidos a proveedor/PedCli_PedProv_relation.dproj new file mode 100644 index 0000000..241c36f --- /dev/null +++ b/Source/Modulos/Relaciones/Pedidos de cliente - Pedidos a proveedor/PedCli_PedProv_relation.dproj @@ -0,0 +1,766 @@ + + + {69494a8c-0a35-41ea-b8ec-ea790bfc0662} + PedCli_PedProv_relation.dpk + Debug + AnyCPU + DCC32 + ..\..\..\..\Output\Debug\Cliente\PedCli_PedProv_relation.bpl + + + 7.0 + False + False + 0 + .\ + .\ + .\ + ..\..\..\..\Output\Debug\Cliente + ..\..\Lib + ..\..\..\Lib;..\..\Lib + ..\..\..\Lib;..\..\Lib + ..\..\..\Lib;..\..\Lib + ..\..\..\Lib;..\..\Lib + RELEASE + + + 7.0 + .\ + .\ + .\ + ..\..\..\..\Output\Debug\Cliente + ..\..\Lib + ..\..\..\Lib;..\..\Lib + ..\..\..\Lib;..\..\Lib + ..\..\..\Lib;..\..\Lib + ..\..\..\Lib;..\..\Lib + + + Delphi.Personality + Package + + + False + True + False + + + False + False + False + + + True + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 3082 + 1252 + + + + + 1.0.0.0 + + + + + + 1.0.0.0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Borland Sample Components + Delphi 1.0 Compatibility Components + Borland MyBase DataAccess Components + TeeChart Components + Borland SimpleDataset Component (DBX) + ExpressBars extended items by Developer Express Inc. + ExpressBars by Developer Express Inc. + ExpressScheduler 2 by Developer Express Inc. + ExpressVerticalGrid by Developer Express Inc. + ExpressBars DBNavigator by Developer Express Inc. + ExpressBars extended DB items by Developer Express Inc. + ExpressSideBar by Developer Express Inc. + JVCL Band Objects + JVCL Non-Visual Components + JVCL Encryption and Compression Components + JVCL Dialog Components + JVCL Docking Components + JVCL DotNet Controls + JVCL EDI Components Designtime Package + JVCL HMI Controls design time unit + JVCL Interpreter Components + JVCL Jans Components + JVCL Managed Threads + JVCL Multimedia and Image Components + JVCL Network Components + JVCL Page Style Components + JVCL Plugin Components + JVCL Print Preview Components + JVCL Runtime Design Components + JVCL Time Framework + JVCL Unified Interbase Components + JVCL Validators and Error Provider Components + SMImport suite: data importing into dataset. Scalabium/Mike Shkolnik, 2000-2005 + SMExport suite: data export from dataset. Written by Mike Shkolnik/Scalabium, 1998-2004. + Intraweb 8.0 Design Package for Borland Development Studio 2006 + Internet Explorer Components + + + PedCli_PedProv_relation.dpk + + + + + + + MainSource + + + + + + + + + + + + + + +