.. |
include
|
Added force_escape to the current report title in the report chooser template in the accounting application.
|
2020-08-07 09:46:37 +08:00 |
transactions
|
Removed the context from the translatable text messages, because that is not necessary anymore.
|
2020-08-07 00:05:05 +08:00 |
balance-sheet.html
|
Removed the context from the translatable text messages, because that is not necessary anymore.
|
2020-08-07 00:05:05 +08:00 |
cash-summary.html
|
Applied the force_escape filter to the gettext shortcut _("...") in the templates, because it returns SafeString instead of str.
|
2020-08-06 23:55:24 +08:00 |
cash.html
|
Removed the context from the translatable text messages, because that is not necessary anymore.
|
2020-08-07 00:05:05 +08:00 |
income-statement.html
|
Removed the context from the translatable text messages, because that is not necessary anymore.
|
2020-08-07 00:05:05 +08:00 |
journal.html
|
Removed the context from the translatable text messages, because that is not necessary anymore.
|
2020-08-07 00:05:05 +08:00 |
ledger-summary.html
|
Applied the force_escape filter to the gettext shortcut _("...") in the templates, because it returns SafeString instead of str.
|
2020-08-06 23:55:24 +08:00 |
ledger.html
|
Renamed the is_credit_card_paid() utility to is_payable(), and implemented it in the accounting application.
|
2020-08-07 00:58:33 +08:00 |
search.html
|
Applied the force_escape filter to the gettext shortcut _("...") in the templates, because it returns SafeString instead of str.
|
2020-08-06 23:55:24 +08:00 |
trial-balance.html
|
Removed the context from the translatable text messages, because that is not necessary anymore.
|
2020-08-07 00:05:05 +08:00 |