Tareas #722: Repasar formas de pago porque falla al cogerlas Tareas #750: Poder facturar varios albaranes en una misma factura Tareas #958: El informe resumen de recibos de graden no sale bien cuando son varias páginas Tareas #1205: Que se guarde en albaran de cliente el contrato del que parte si parte. Tareas #1209: Meter en el campo cliente final tambien el facturas de cliente Tareas #1262: Revisar forma de pago de factura para que salga la descripción de la forma de pago al igual que en presupuestos y contratos Tareas #1272: En la lista de facturas añadir referencia del cliente Tareas #1273: Cuando generas una factura a partir de un contrato, te avisara de alguna forma si ya tiene factura asociada para no facturarlo dos veces git-svn-id: https://192.168.0.254/svn/Proyectos.AbetoDesign_FactuGES/trunk@85 93f398dd-4eb6-7a46-baf6-13f46f578da2
145 lines
3.5 KiB
Plaintext
145 lines
3.5 KiB
Plaintext
object fEditorFormasPago: TfEditorFormasPago
|
|
Left = 453
|
|
Top = 234
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsSingle
|
|
Caption = 'Lista de formas de pago'
|
|
ClientHeight = 406
|
|
ClientWidth = 404
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poScreenCenter
|
|
OnShow = FormShow
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object bAceptar: TButton
|
|
Left = 236
|
|
Top = 373
|
|
Width = 75
|
|
Height = 23
|
|
Action = actAceptar
|
|
Default = True
|
|
TabOrder = 1
|
|
end
|
|
object bCancelar: TButton
|
|
Left = 321
|
|
Top = 373
|
|
Width = 75
|
|
Height = 23
|
|
Action = actCancelar
|
|
Cancel = True
|
|
TabOrder = 2
|
|
end
|
|
object PageControl1: TPageControl
|
|
Left = 6
|
|
Top = 8
|
|
Width = 390
|
|
Height = 356
|
|
ActivePage = TabSheet1
|
|
TabOrder = 0
|
|
object TabSheet1: TTabSheet
|
|
Caption = 'Formas de pago'
|
|
object Label1: TLabel
|
|
Left = 6
|
|
Top = 12
|
|
Width = 168
|
|
Height = 13
|
|
Caption = 'Lista de formas de pago disponibles'
|
|
end
|
|
object bEliminar: TButton
|
|
Left = 284
|
|
Top = 90
|
|
Width = 95
|
|
Height = 23
|
|
Action = actEliminar
|
|
TabOrder = 0
|
|
end
|
|
object bAnadir: TButton
|
|
Left = 284
|
|
Top = 31
|
|
Width = 95
|
|
Height = 23
|
|
Action = actAnadir
|
|
TabOrder = 1
|
|
end
|
|
object Button1: TButton
|
|
Left = 284
|
|
Top = 61
|
|
Width = 95
|
|
Height = 23
|
|
Action = actModificar
|
|
TabOrder = 2
|
|
end
|
|
object ListaFormasPago: TDBGrid
|
|
Left = 6
|
|
Top = 31
|
|
Width = 272
|
|
Height = 289
|
|
DataSource = dsFormasPago
|
|
Options = [dgTitles, dgColumnResize, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgCancelOnExit]
|
|
TabOrder = 3
|
|
TitleFont.Charset = DEFAULT_CHARSET
|
|
TitleFont.Color = clWindowText
|
|
TitleFont.Height = -11
|
|
TitleFont.Name = 'MS Sans Serif'
|
|
TitleFont.Style = []
|
|
OnDblClick = ListaFormasPagoDblClick
|
|
Columns = <
|
|
item
|
|
Expanded = False
|
|
FieldName = 'REFERENCIA'
|
|
Title.Caption = 'Referencia'
|
|
Width = 269
|
|
Visible = True
|
|
end
|
|
item
|
|
Expanded = False
|
|
FieldName = 'DESCRIPCION'
|
|
Title.Caption = 'Descripci'#243'n'
|
|
Visible = False
|
|
end>
|
|
end
|
|
end
|
|
end
|
|
object ActionList1: TActionList
|
|
Left = 144
|
|
Top = 16
|
|
object actAnadir: TAction
|
|
Caption = '&A'#241'adir...'
|
|
OnExecute = actAnadirExecute
|
|
OnUpdate = actAnadirUpdate
|
|
end
|
|
object actEliminar: TAction
|
|
Caption = '&Eliminar'
|
|
OnExecute = actEliminarExecute
|
|
OnUpdate = actEliminarUpdate
|
|
end
|
|
object actAceptar: TAction
|
|
Caption = 'A&ceptar'
|
|
OnExecute = actAceptarExecute
|
|
end
|
|
object actCancelar: TAction
|
|
Caption = '&Cancelar'
|
|
OnExecute = actCancelarExecute
|
|
end
|
|
object actCerrar: TAction
|
|
Caption = 'actCerrar'
|
|
OnExecute = actCerrarExecute
|
|
end
|
|
object actModificar: TAction
|
|
Caption = '&Modificar...'
|
|
OnExecute = actModificarExecute
|
|
OnUpdate = actModificarUpdate
|
|
end
|
|
end
|
|
object dsFormasPago: TDADataSource
|
|
Left = 168
|
|
Top = 16
|
|
end
|
|
end
|