{{b_customRowContent_form = True}} {{b_customRowSearchResults_grid = False}} {{extend os.path.join(D_stvFwkCfg.s_dirFwkView, 'stv_tab_content.html')}} {{block blockCustomRowContent_form}} {{ if rowContent_form: }} {{=rowContent_form.custom.begin}}
{{=rowContent_form.custom.widget.empresa_plaza_sucursal_cajachica_id}}
{{=rowContent_form.custom.widget.contabilizareningreso}}
{{ if not dbRow_registroPago or not dbRow_registroPago.formapago_id: }} {{ elif dbRow_registroPago.formapago_id == TFORMASPAGO.CHEQUE: }}
{{=rowContent_form.custom.widget.empresa_cuentabancaria_id}}
{{=rowContent_form.custom.widget.bancocontpaqi_id_cliente}}
{{=rowContent_form.custom.widget.cheque}}
{{=rowContent_form.custom.widget.cuenta_cliente}}
{{=rowContent_form.custom.widget.fechadeposito}}
{{ elif dbRow_registroPago.formapago_id == TFORMASPAGO.EFECTIVO: }}
{{=rowContent_form.custom.widget.tratoefectivo}}
{{=rowContent_form.custom.widget.empresa_cuentabancaria_id}}
{{=rowContent_form.custom.widget.referencia}}
{{=rowContent_form.custom.widget.fechadeposito}}
{{ elif dbRow_registroPago.formapago_id in (TFORMASPAGO.TDD, TFORMASPAGO.TDC): }}
{{=rowContent_form.custom.widget.empresa_cuentabancaria_terminal_id}}
{{=rowContent_form.custom.widget.bancocontpaqi_id_cliente}}
{{=rowContent_form.custom.widget.tarjeta}}
{{=rowContent_form.custom.widget.autorizacion}}
{{=rowContent_form.custom.widget.operacion}}
{{=rowContent_form.custom.widget.fechadeposito}}
{{ elif dbRow_registroPago.formapago_id == TFORMASPAGO.TRANSFERENCIA: }}
{{=rowContent_form.custom.widget.empresa_cuentabancaria_id}}
{{=rowContent_form.custom.widget.bancocontpaqi_id_cliente}}
{{=rowContent_form.custom.widget.cuenta_cliente}}
{{=rowContent_form.custom.widget.referencia}}
{{=rowContent_form.custom.widget.claverastero}}
{{=rowContent_form.custom.widget.fechadeposito}}
{{ else: }}
Forma de pago no considerada, contacte al administrador
{{ pass }}
{{=rowContent_form.custom.widget.monto}}
{{=rowContent_form.custom.widget.tipo_contabilizacion_fecha_cancelacion}}
{{ if rowContent_form.custom.label.notas:}}
{{=rowContent_form.custom.widget.notas}}
{{ pass }} {{=rowContent_form.custom.end}} {{ else: pass }} {{end}} {{block blockCustomRowSearchResults_grid}} {{end}} {{block blockCustomJsBefore}} {{end}} {{block blockCustomJsAfter}} {{end}}