Files
AtomicOld/payment/Receipt/settings.xml
2026-02-14 19:34:54 +03:00

39 lines
907 B
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="UTF-8"?>
<module>
<name>
Квитанция для оплаты в банке
</name>
<settings>
<variable>recipient</variable>
<name>Получатель</name>
</settings>
<settings>
<variable>inn</variable>
<name>ИНН получателя</name>
</settings>
<settings>
<variable>account</variable>
<name>Счет получателя</name>
</settings>
<settings>
<variable>bank</variable>
<name>Банк получателя</name>
</settings>
<settings>
<variable>bik</variable>
<name>БИК</name>
</settings>
<settings>
<variable>correspondent_account</variable>
<name>Кор. счет</name>
</settings>
<settings>
<variable>banknote</variable>
<name>Обозначение валюты</name>
</settings>
<settings>
<variable>pense</variable>
<name>Обозначение копеек</name>
</settings>
</module>