|
340ba6f855
|
Renamed the view accounts.show to accounts.detail in the accounting application.
|
2020-08-08 17:05:24 +08:00 |
|
|
9961a34e84
|
Renamed the templates of the transactions to better-follow the Django conventions in the accounting application.
|
2020-08-08 16:34:45 +08:00 |
|
|
e20b6376c9
|
Revised the template of the account detail in the accounting application.
|
2020-08-08 16:18:47 +08:00 |
|
|
908fbedf0d
|
Renamed the URL transactions.show to transactions.detail, teh templates show.html to detail.html, and the view txn_show() to txn_detail, to follow the naming convention of Django in the accounting application.
|
2020-08-08 15:43:21 +08:00 |
|
|
734cd2320b
|
Added the view of the account details in the accounting applications.
|
2020-08-08 15:18:39 +08:00 |
|
|
fd397a6692
|
Revised the documentation of the account list template in the accounting application.
|
2020-08-08 14:40:37 +08:00 |
|
|
9686196b91
|
Renamed the template variables in the account list to be more meaningful in the accounting application.
|
2020-08-08 14:09:02 +08:00 |
|
|
651f527c86
|
Renamed the template variables in the transaction views and forms and sorting form to be more meaningful in the accounting application.
|
2020-08-08 14:05:29 +08:00 |
|
|
fe1e4a40be
|
Renamed the template variables in the accounting reports to be more meaningful in the accounting application.
|
2020-08-08 13:53:48 +08:00 |
|
|
c7e1fd323d
|
Replaced the account and period template variables with the resolver matches from the request, reducing the variables passed from the view to the templates in the accounting application.
|
2020-08-08 13:43:11 +08:00 |
|
|
d23d7a9c60
|
Removed period chooser from the template of the search result.
|
2020-08-08 13:28:14 +08:00 |
|
|
a1d359570f
|
Replaced the incorrect column name note with notes in the search page in the accounting application.
|
2020-08-08 13:27:17 +08:00 |
|
|
590f4aa46d
|
Added the non_field_errors to the templates of the accounting forms in the accounting application.
|
2020-08-08 11:55:56 +08:00 |
|
|
1f0ec979ae
|
Revised the record form template to display the whole-record errors.
|
2020-08-08 11:08:56 +08:00 |
|
|
9771cfd55a
|
Fixed the direction text in the summary helper template in the accounting application.
|
2020-08-07 22:32:54 +08:00 |
|
|
09c1f453f4
|
Replaced parsing the HTML element ID with the HTML custom data attributes in the JavaScripts.
|
2020-08-07 22:31:08 +08:00 |
|
|
d6e68717fd
|
Moved the JavaScript on the account list template to a separated JavaScript file in the accounting application.
|
2020-08-07 21:35:03 +08:00 |
|
|
1d9a8a0401
|
Moved the template accounting/accounts/index.html to accounting/account_list.html to follow the default template name in the accounting application.
|
2020-08-07 21:28:28 +08:00 |
|
依瑪貓
|
4342f1e34e
|
Revised the translation.
|
2020-08-07 10:40:57 +08:00 |
|
依瑪貓
|
4f02dd88da
|
Moved getting the ReportUrl utility from the views to the report chooser template, to simplify the view in the accounting application.
|
2020-08-07 10:25:29 +08:00 |
|
依瑪貓
|
45ed53b085
|
Added the account list view in the accounting application.
|
2020-08-07 10:11:09 +08:00 |
|
依瑪貓
|
4eb2391fd8
|
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 |
|
|
eac77c725a
|
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 |
|
|
75cc6b2d00
|
Removed the context from the translatable text messages, because that is not necessary anymore.
|
2020-08-07 00:05:05 +08:00 |
|
|
f6c6ee7fe4
|
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 |
|
|
f970974e71
|
Added the transaction sorting in the accounting application.
|
2020-08-06 23:51:20 +08:00 |
|
|
9d49815462
|
Moved the form-record-transfer.html and form-record-non-transfer.html templates from accounting/transactions to accounting/include in the accounting application.
|
2020-08-06 22:05:15 +08:00 |
|
依瑪貓
|
4a63a01e11
|
Removed the now-unused l10n_messages hidden variable and the corresponding TODO from the transaction forms in the accounting application.
|
2020-08-06 16:02:18 +08:00 |
|
依瑪貓
|
ede94eb68e
|
Added the should_validate template variable to the transaction forms to prevent initial errors with newly-created empty forms in the accounting application.
|
2020-08-06 15:48:26 +08:00 |
|
|
86dfe993a4
|
Removed the context from the translatable text messages in the accounting application, because it is not needed now.
|
2020-08-06 00:41:29 +08:00 |
|
|
c7bb3504e9
|
Replaced the records in the transaction form with external templates, so that these templates can also be used to add new records and replace the complex jQuery operation in the accounting application.
|
2020-08-05 23:24:52 +08:00 |
|
|
8294f2af36
|
Fixed the documentation in the templates of the transactions in the accounting application.
|
2020-08-05 22:10:51 +08:00 |
|
|
65bfdf3a88
|
Renamed the class subject-line to account-line in the accounting application.
|
2020-08-05 07:51:35 +08:00 |
|
|
b2ce0eff54
|
Applied the summary helper and JavaScripts to the transaction form, so that the transaction form works in the accounting application.
|
2020-08-05 07:48:50 +08:00 |
|
|
4f7c338dfd
|
Added transactions.css to the views of the transactions in the accounting application.
|
2020-08-04 23:59:15 +08:00 |
|
依瑪貓
|
245e4c6573
|
Added the get_summary_categories() utility and put the categories in the transaction forms in the accounting application.
|
2020-08-04 09:55:27 +08:00 |
|
|
66f57b7b0d
|
Added the title_case filter and replaced the title filter with the title_case filter to display titles in American English.
|
2020-08-03 22:31:13 +08:00 |
|
|
3babe8bc1f
|
Added the prep_desc property to Period to return the text descriptions with prepositions, to be easier to embed it in a text message in the Mia core application, and applied it in the accounting reports in the accounting application.
|
2020-08-03 22:20:20 +08:00 |
|
|
841fbc1223
|
Added the add_css and add_js template tags to add local CSS and JavaScript files to the base template in the Mia core application, and applied them in the templates of the accounting application.
|
2020-08-03 00:20:26 +08:00 |
|
|
2c3bd43345
|
Fixed the URL of the 3351 brought-forward subject in the balance sheet to the income statement before the current period in the accounting application.
|
2020-08-02 22:38:16 +08:00 |
|
|
b652d090d3
|
Added the mount, debit_amount, and credit_amount properties to replace the run-time balance, total, debit, and credit properties in the Account data model in the accounting application.
|
2020-08-02 19:42:48 +08:00 |
|
|
bcc394128e
|
Applied the title filter to the account titles in the trial balance in the accounting application.
|
2020-08-02 18:47:16 +08:00 |
|
|
7acef78d5d
|
Replaced the record order value with forloop.counter, so that the form does not have to have the order field.
|
2020-08-02 14:03:33 +08:00 |
|
|
fda8a2c523
|
Fixed the ledger URL parameter in the template of the trial balance in the accounting application.
|
2020-08-02 00:32:46 +08:00 |
|
|
9d988f17ca
|
Added forms and validators, and applied them to the transaction form in the accounting application.
|
2020-08-01 23:56:41 +08:00 |
|
|
6e08093464
|
Revised the form of the transactions to supply the account code instead of the account primary key in the accounting application.
|
2020-07-30 07:37:27 +08:00 |
|
|
9ab325a1c7
|
Added the dict template filter to obtain a value from a dictionary in the Mia core application, and applied it in the templates of the forms of the transactions in the acccounting application.
|
2020-07-28 22:11:54 +08:00 |
|
|
e31119a19d
|
Fixed the action URL for existing transactions in the transfer transaction form in the accounting application.
|
2020-07-28 03:25:05 +08:00 |
|
|
78cac61cd5
|
Renamed the templates edit.html to form.html, and show.html to view.html in the accounting application.
|
2020-07-28 03:09:53 +08:00 |
|
|
b11348b276
|
Applied the form to existing transactions in the accounting application.
|
2020-07-28 03:07:37 +08:00 |
|