{{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}} {{ if not dbRow_cfdi.formapago_id: }} {{ elif (dbRow_cfdi.formapago_id in (TFORMASPAGO.CHEQUE,) ): }}
{{=rowContent_form.custom.widget.empresa_cuentabancaria_id}}
{{=rowContent_form.custom.widget.cheque}}
{{=rowContent_form.custom.widget.fechadeposito}}
{{ elif (dbRow_cfdi.formapago_id in (TFORMASPAGO.EFECTIVO,) ): }}
{{=rowContent_form.custom.widget.tratoefectivo}}
{{=rowContent_form.custom.widget.empresa_empleado_id}}
{{=rowContent_form.custom.widget.empresa_fondofijocaja_id}}
{{ elif (dbRow_cfdi.formapago_id in (TFORMASPAGO.TDD, TFORMASPAGO.TDC) ): }}
{{=rowContent_form.custom.widget.tipotarjeta}}
{{=rowContent_form.custom.widget.empresa_cuentabancaria_id}}
{{=rowContent_form.custom.widget.empresa_cuentabancaria_tarjeta_id}}
{{=rowContent_form.custom.widget.empresa_empleado_id}}
{{=rowContent_form.custom.widget.empresa_empleado_cuentabancaria_id}}
{{=rowContent_form.custom.widget.autorizacion}}
{{=rowContent_form.custom.widget.operacion}}
{{=rowContent_form.custom.widget.fechadeposito}}
{{ elif (dbRow_cfdi.formapago_id in (TFORMASPAGO.TRANSFERENCIA,) ): }}
{{=rowContent_form.custom.widget.empresa_cuentabancaria_id}}
{{=rowContent_form.custom.widget.bancocontpaqi_id_proveedor}}
{{=rowContent_form.custom.widget.cuenta_proveedor}}
{{=rowContent_form.custom.widget.referencia}}
{{=rowContent_form.custom.widget.claverastero}}
{{=rowContent_form.custom.widget.fechadeposito}}
{{ elif (dbRow_cfdi.formapago_id in (TFORMASPAGO.CONFUSION,) ): }}
{{=rowContent_form.custom.widget.diferencia}}
{{ else: }}
Forma de pago no considerada, contacte al administrador
{{ pass }}
{{=rowContent_form.custom.widget.monto}}
{{ if rowContent_form.custom.label.notas:}}
{{=rowContent_form.custom.widget.notas}}
{{ pass }} {{=rowContent_form.custom.end}} {{ pass }} {{end}} {{block blockCustomRowSearchResults_grid}} {{end}} {{block blockCustomJsBefore}} {{end}} {{block blockCustomJsAfter}} {{end}}