Commit Graph

16 Commits

Author SHA1 Message Date
724ba44a71 Added the account form in the accounting application. 2020-08-09 11:52:12 +08:00
c6ccb6e0ae Added to validate the balance after deleting a record in the JavaScript of the transaction form in the accounting application. 2020-08-08 11:27:22 +08:00
61da336188 Added the validateRecord() validation in the JavaScript of the transaction form, so that users have to explicitly delete the invalid records before submitting the form in the accounting application. 2020-08-08 11:26:42 +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
f970974e71 Added the transaction sorting in the accounting application. 2020-08-06 23:51:20 +08:00
1d79e970c4 Revised the error messages and their translations both in Python and for the JavaScript. 2020-08-06 01:47:01 +08:00
b45c06ac36 Added the JavaScript text message translation. 2020-08-06 01:39:51 +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
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
依瑪貓
076a68c028 Renamed "subject" to "account" in the accounting application. 2020-07-21 10:38:47 +08:00
a18df0e928 Added the balance sheet in the accounting application. 2020-07-21 00:31:31 +08:00
c2c8ee66ab Fixed the stylesheet of the income statement in the accounting application. 2020-07-20 23:46:57 +08:00
bbe4b39fde Renamed the classes used in the income statement in the accounting application. 2020-07-20 22:48:16 +08:00
3cc7c5458b Added thje trial balance in the accounting application. 2020-07-19 18:50:56 +08:00