Renamed the is_credit_card_paid() utility to is_payable(), and implemented it in the accounting application.

This commit is contained in:
2020-08-07 00:58:33 +08:00
parent 75cc6b2d00
commit eac77c725a
6 changed files with 47 additions and 23 deletions

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: mia-js 1.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-08-06 23:59+0800\n"
"PO-Revision-Date: 2020-08-07 00:01+0800\n"
"POT-Creation-Date: 2020-08-07 00:37+0800\n"
"PO-Revision-Date: 2020-08-07 00:38+0800\n"
"Last-Translator: imacat <imacat@mail.imacat.idv.tw>\n"
"Language-Team: Traditional Chinese <imacat@mail.imacat.idv.tw>\n"
"Language: Traditional Chinese\n"
@ -496,7 +496,7 @@ msgstr "%(prep_period)s%(account)s的分類帳"
#: accounting/templates/accounting/ledger.html:112
#: accounting/templates/accounting/ledger.html:159
msgid "Unpaid"
msgid "Payable"
msgstr "未付款"
#: accounting/templates/accounting/ledger.html:116
@ -756,3 +756,6 @@ msgstr "-----使用中科目-----"
#: accounting/views.py:1080
msgid "---Accounts Not In Use---"
msgstr "-----未使用科目-----"
#~ msgid "Unpaid"
#~ msgstr "未付款"