AbetoDesign_FactuGES2/Source/Modulos/Contactos/Views/uViewConfiguracionContactos.dfm
roberto 4dc42f3a9d Version 2.6.2
Tareas #1246: En albaranes de cliente debe salir la base imponible (y no el importe total)
Tareas #1248: REvisar agrupaciones facturas proveedor
Tareas #1254: Que al seleccionar el cliente se copie la forma de pago del mismo
Tareas #1255: Forma de pago, notas y observaciones a nivel de empresa
Tareas #1261: Se arregla el tipo de id_tipo_IVA y ID_forma_pago de empresa para que soporte integers
Tareas #1264: Revisar el guardar los datos de configuración de la empresa ya que da error
Tareas #1265: Revisar forma de pago por defecto de los contactos ya que no está bien
Tareas #1269: Que en la lista de contratos se puedan ver las facturas asociadas si las tuviera

git-svn-id: https://192.168.0.254/svn/Proyectos.AbetoDesign_FactuGES/trunk@84 93f398dd-4eb6-7a46-baf6-13f46f578da2
2013-10-08 16:59:28 +00:00

236 lines
5.1 KiB
Plaintext

inherited frViewConfiguracionContactos: TfrViewConfiguracionContactos
Width = 586
Height = 406
inherited Panel1: TPanel
Width = 576
ExplicitWidth = 422
inherited Label3: TLabel
Width = 564
Caption = 'Configuraci'#243'n para clientes'
ExplicitWidth = 166
end
end
inherited JvGradientHeaderPanel1: TJvGradientHeaderPanel
Width = 586
LabelCaption = 'Configuraci'#243'n para contactos'
ExplicitWidth = 432
end
object Panel3: TPanel
AlignWithMargins = True
Left = 5
Top = 68
Width = 576
Height = 133
Margins.Left = 5
Margins.Top = 0
Margins.Right = 5
Margins.Bottom = 0
Align = alTop
BevelOuter = bvNone
ParentColor = True
TabOrder = 2
ExplicitWidth = 422
object Label1: TLabel
Left = 17
Top = 36
Width = 76
Height = 13
Caption = 'Forma de pago:'
end
object Label2: TLabel
Left = 6
Top = 8
Width = 246
Height = 13
Caption = 'Valores por defecto al dar de alta un cliente nuevo:'
end
object Label4: TLabel
Left = 17
Top = 63
Width = 80
Height = 13
Caption = 'R'#233'gimen de IVA:'
end
object Label5: TLabel
Left = 17
Top = 90
Width = 50
Height = 13
Caption = '% de IVA:'
end
object cbFormaPago: TComboBox
Left = 111
Top = 33
Width = 168
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 0
end
object cbRegimenIVA: TComboBox
Left = 111
Top = 60
Width = 168
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 1
end
object bFormasPago: TButton
Left = 285
Top = 33
Width = 132
Height = 21
Caption = 'Ver las formas de pago...'
TabOrder = 2
OnClick = bFormasPagoClick
end
object bTiposIVA: TButton
Left = 285
Top = 87
Width = 132
Height = 21
Caption = 'Ver los tipos de IVA...'
TabOrder = 3
OnClick = bTiposIVAClick
end
object cbIVA: TComboBox
Left = 111
Top = 87
Width = 168
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 4
end
end
object Panel4: TPanel
AlignWithMargins = True
Left = 5
Top = 223
Width = 576
Height = 130
Margins.Left = 5
Margins.Top = 0
Margins.Right = 5
Margins.Bottom = 0
Align = alTop
BevelOuter = bvNone
ParentColor = True
TabOrder = 3
ExplicitWidth = 422
object Label7: TLabel
Left = 17
Top = 37
Width = 76
Height = 13
Caption = 'Forma de pago:'
end
object Label8: TLabel
Left = 6
Top = 8
Width = 265
Height = 13
Caption = 'Valores por defecto al dar de alta un proveedor nuevo:'
end
object Label9: TLabel
Left = 17
Top = 64
Width = 80
Height = 13
Caption = 'R'#233'gimen de IVA:'
end
object Label10: TLabel
Left = 17
Top = 91
Width = 50
Height = 13
Caption = '% de IVA:'
end
object cbFormaPagoProv: TComboBox
Left = 111
Top = 34
Width = 168
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 0
end
object cbRegimenIVAProv: TComboBox
Left = 111
Top = 61
Width = 168
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 1
end
object Button1: TButton
Left = 285
Top = 34
Width = 132
Height = 21
Caption = 'Ver las formas de pago...'
TabOrder = 2
OnClick = bFormasPagoClick
end
object Button2: TButton
Left = 285
Top = 88
Width = 132
Height = 21
Caption = 'Ver los tipos de IVA...'
TabOrder = 3
OnClick = bTiposIVAClick
end
object cbTipoIVAProv: TComboBox
Left = 111
Top = 88
Width = 168
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 4
end
end
object Panel2: TPanel
AlignWithMargins = True
Left = 5
Top = 201
Width = 576
Height = 22
Margins.Left = 5
Margins.Top = 0
Margins.Right = 5
Margins.Bottom = 0
Align = alTop
Alignment = taLeftJustify
AutoSize = True
BevelInner = bvSpace
BevelOuter = bvNone
Color = clInactiveCaptionText
Font.Charset = DEFAULT_CHARSET
Font.Color = clHotLight
Font.Height = -12
Font.Name = 'Tahoma'
Font.Style = [fsBold]
Padding.Left = 5
Padding.Top = 3
Padding.Right = 5
Padding.Bottom = 3
ParentBackground = False
ParentFont = False
TabOrder = 4
ExplicitWidth = 422
object Label6: TLabel
Left = 6
Top = 4
Width = 564
Height = 14
Align = alTop
Caption = 'Configuraci'#243'n para proveedores'
ExplicitWidth = 196
end
end
end