diff --git a/src/xls_templates/invoice.xls b/src/xls_templates/invoice.xls deleted file mode 100644 index 741e660..0000000 Binary files a/src/xls_templates/invoice.xls and /dev/null differ diff --git a/templates/docs/faktura/as_pdf.html b/templates/docs/faktura/as_pdf.html index 49d19ac..7c44f97 100644 --- a/templates/docs/faktura/as_pdf.html +++ b/templates/docs/faktura/as_pdf.html @@ -132,90 +132,57 @@ {# строка 3 #} - Продавец - - {{ profile.get_company_name|safe }} - + Продавец {{ profile.get_company_name|safe }} {# строка 4 #} - Адрес - - {{ profile.address|safe }} - + Адрес {{ profile.address|safe }} {# строка 5 #} - ИНН/КПП продавца - - {{ profile.get_inn_and_kpp }} - + ИНН/КПП продавца {{ profile.get_inn_and_kpp }} {# строка 6 #} - Грузоотправитель и его адрес - - {{ obj.get_consignor_and_address|safe }} - + Грузоотправитель и его адрес {{ obj.get_consignor_and_address|safe }} {# строка 7 #} - Грузополучатель и его адрес - - {{ obj.get_receiver_and_address|safe }} - + Грузополучатель и его адрес {{ obj.get_receiver_and_address|safe }} {# строка 8 #} - К платежно-расчетному документу № - - {{ obj.plat_doc_num }} от {{ obj.plat_doc_date|date:"d.m.Y" }} - + К платежно-расчетному документу № {{ obj.plat_doc_num }} от {{ obj.plat_doc_date|date:"d.m.Y" }} {# строка 9 #} - Покупатель - - {{ obj.client.name|safe }} - + Покупатель {{ obj.client.name|safe }} {# строка 10 #} - Адрес - - {{ obj.client.address|safe }} - + Адрес {{ obj.client.address|safe }} {# строка 11 #} - ИНН/КПП покупателя - - {{ obj.client.get_inn_and_kpp }} - + ИНН/КПП покупателя {{ obj.client.get_inn_and_kpp }} {# строка 12 #} - Валюта: наименование, код - - {{ obj.currency.name }}, {{ obj.currency.code }} - + Валюта: наименование, код {{ obj.currency.name }}, {{ obj.currency.code }} - Идентефикатор государственного контракта, договора (соглашения) - - {{ obj.government_description }} - + Идентефикатор государственного контракта, договора (соглашения) {{ obj.get_consignor_and_address|safe }} {# строка 16 #} {# строка 17 #}