Company Logo
{{ form_label(form.file) }} |
{{ form_errors(form.file) }} |
{{ form_widget(form.file) }} |
|
Company Details
{{ form_label(form.company_name) }} |
{{ form_errors(form.company_name) }} |
{{ form_widget(form.company_name) }} |
{{ form_label(form.vat_number) }} |
{{ form_errors(form.vat_number) }} |
{{ form_widget(form.vat_number) }} |
{{ form_label(form.ck_number) }} |
{{ form_errors(form.ck_number) }} |
{{ form_widget(form.ck_number) }} |
|
Contact Details
{{ form_label(form.email) }} |
{{ form_errors(form.email) }} |
{{ form_widget(form.email) }} |
{{ form_label(form.tel) }} |
{{ form_errors(form.tel) }} |
{{ form_widget(form.tel, { 'attr': {'maxlength': '16'} }) }} |
{{ form_label(form.fax) }} |
{{ form_errors(form.fax) }} |
{{ form_widget(form.fax, { 'attr': {'maxlength': '16'} }) }} |
|
Banking
{{ form_label(form.bank) }} |
{{ form_errors(form.bank) }} |
{{ form_widget(form.bank) }} |
|
{{ form_label(form.bank_account) }} |
{{ form_errors(form.bank_account) }} |
{{ form_widget(form.bank_account) }} |
{{ form_label(form.bank_branch) }} |
{{ form_errors(form.bank_branch) }} |
{{ form_widget(form.bank_branch) }} |
|
Address
{{ form_label(form.address_street) }} |
{{ form_errors(form.address_street) }} |
{{ form_widget(form.address_street) }} |
{{ form_label(form.address_suburb) }} |
{{ form_errors(form.address_suburb) }} |
{{ form_widget(form.address_suburb) }} |
{{ form_label(form.address_city) }} |
{{ form_errors(form.address_city) }} |
{{ form_widget(form.address_city) }} |
|
{{ form_label(form.address_province) }} |
{{ form_errors(form.address_province) }} |
{{ form_widget(form.address_province) }} |
{{ form_label(form.address_country) }} |
{{ form_errors(form.address_country) }} |
{{ form_widget(form.address_country) }} |
{{ form_label(form.address_code) }} |
{{ form_errors(form.address_code) }} |
{{ form_widget(form.address_code) }} |
|
Document Prefix
{{ form_label(form.quote_prefix) }} |
{{ form_errors(form.quote_prefix) }} |
{{ form_widget(form.quote_prefix) }} |
{{ form_label(form.invoice_prefix) }} |
{{ form_errors(form.invoice_prefix) }} |
{{ form_widget(form.invoice_prefix) }} |
{{ form_label(form.credit_prefix) }} |
{{ form_errors(form.credit_prefix) }} |
{{ form_widget(form.credit_prefix) }} |
{{ form_label(form.debit_prefix) }} |
{{ form_errors(form.debit_prefix) }} |
{{ form_widget(form.debit_prefix) }} |
|
Doc Numbers
{{ form_label(form.quote_num) }} |
{{ form_errors(form.quote_num) }} |
{{ form_widget(form.quote_num) }} |
{{ form_label(form.invoice_num) }} |
{{ form_errors(form.invoice_num) }} |
{{ form_widget(form.invoice_num) }} |
{{ form_label(form.credit_num) }} |
{{ form_errors(form.credit_num) }} |
{{ form_widget(form.credit_num) }} |
{{ form_label(form.debit_num) }} |
{{ form_errors(form.debit_num) }} |
{{ form_widget(form.debit_num) }} |
|