{{extend 'nmc/layout.html'}}
{{block header}}
{{=response.cmd_menu}}
{{if form.formname!='trans/create':}}
{{=T('Document Groups')}}
{{=response.view_trans_groups}}
{{if response.transtype_name=='bank':}}
{{=T('Items')}}
{{=response.view_payment}}
{{=response.payment_form.custom.begin}}
000000
{{=T('Edit Item')}}{{=response.payment_id}}{{=response.payment_trans_id}}
{{=response.payment_form.custom.label.paiddate}} |
{{=response.payment_form.custom.widget.paiddate}} |
{{=response.payment_form.custom.label.amount}} |
{{=response.payment_form.custom.widget.amount}} |
{{=response.payment_form.custom.label.notes}} |
{{=response.payment_form.custom.widget.notes}} |
|
{{=response.payment_form.custom.end}}
{{pass}}
{{=T('Additional Data')}}
{{=response.view_fields}}
{{=response.fieldvalue_form.custom.begin}}
{{=T('Edit Data')}}
{{=response.fieldvalue_id}}
{{=response.fieldvalue_ref_id}}
{{=response.fieldvalue_fieldname}}
{{=response.fieldvalue_fieldtype}}
{{=response.fieldvalue_readonly}}
{{=response.fieldvalue_form.custom.end}}
{{if not response.invoice_disabled:}}
{{=T('Invoices')}}
{{=response.view_link_invoice}}
{{=response.link_invoice_form.custom.begin}}
000000
{{=T('Edit Invoice link')}}
{{=T('Invoice No.')}} |
{{=response.link_invoice_curr}} |
{{=response.link_invoice_transitem_selector}}{{=response.link_invoice_ref_id_2}}
|
{{=T('Amount')}} |
{{=T('Rate')}} |
{{=response.link_invoice_amount}} |
{{=response.link_invoice_rate}} |
|
{{=response.link_invoice_id}}
{{=response.link_invoice_trans_id}}
{{=response.link_invoice_ref_id_1}}
{{=response.link_invoice_nervatype_1}}
{{=response.link_invoice_nervatype_2}}
{{=response.link_invoice_linktype}}
{{=response.link_invoice_form.custom.end}}
{{pass}}
{{pass}}