prod
Dmitriy Shesterkin 9 years ago
parent d356a72252
commit dea54ae06b
  1. BIN
      src/xls_templates/nakladn.xls
  2. 2
      templates/docs/nakladn/as_pdf.html
  3. 1
      templates/docs/nakladn/form.html

Binary file not shown.

@ -112,7 +112,7 @@
<td colspan="8" class="bottom bottom_border"> <td colspan="8" class="bottom bottom_border">
{% if not obj.sender %} {% if not obj.sender %}
{{ profile.get_company_name|safe }}, {{ profile.address|safe }}, {{ profile.get_company_name|safe }}, {{ profile.address|safe }},
ИНН {{ profile.inn }}, КПП {% if profile.kpp %}{{ profile.kpp }}{% endif %},{% if profile.get_full_phone %} тел. {{ profile.get_full_phone }},{% endif %} ИНН {{ profile.inn }}, {% if profile.kpp %}КПП {{ profile.kpp }},{% endif %} {% if profile.get_full_phone %} тел. {{ profile.get_full_phone }},{% endif %}
р/с {{ obj.bank_account.account }} в {{ obj.bank_account.name|safe }}, р/с {{ obj.bank_account.account }} в {{ obj.bank_account.name|safe }},
БИК {{ obj.bank_account.bik }}, БИК {{ obj.bank_account.bik }},
к/с {{ obj.bank_account.korr_account }} к/с {{ obj.bank_account.korr_account }}

@ -10,6 +10,7 @@
{% if user.profile.bank_accounts.count > 1 %} {% if user.profile.bank_accounts.count > 1 %}
{% include 'docs/parts/form_field.html' with field=form.bank_account id="bank_account" classes="left bank-account__invoice" label="Расчётный счёт" %} {% include 'docs/parts/form_field.html' with field=form.bank_account id="bank_account" classes="left bank-account__invoice" label="Расчётный счёт" %}
{% else %} {% else %}
{% include 'docs/parts/form_field.html' with field=form.bank_account id="bank_account" classes="left bank-account__invoice hidden" label="Расчётный счёт" %}
<div class="clear"></div> <div class="clear"></div>
{% endif %} {% endif %}
<div class="transport__wrapper"><label id="transport" for="id_transport">{{ form.transport }} Есть транспортная накладная</label></div> <div class="transport__wrapper"><label id="transport" for="id_transport">{{ form.transport }} Есть транспортная накладная</label></div>

Loading…
Cancel
Save