f6f83fe323Replaced "random.randint" with "secrets.randbelow" in the "new_pk" function.依瑪貓2022-12-05 19:40:12 +0800
607b5be9c0Removed an unused variable in mia_core.models.依瑪貓2022-12-05 19:36:06 +0800
3792524022Replaced the deprecated JavaScript String.substr with String.substring.依瑪貓2022-12-05 19:32:43 +0800
1c44d51e92Renamed the "order" property to "ord" in the TransactionSortForm.Order class.依瑪貓2022-12-05 19:27:53 +0800
3d4d20614cRemoved a redundant return in the _validate_code_parent_exists method of the AccountForm form.依瑪貓2022-12-05 19:23:48 +0800
4784100084Removed an empty CSS rule in report.css.依瑪貓2022-12-05 19:22:19 +0800
56a9d565c1Replaced "[0-9]" with \d in the regular expressions.依瑪貓2022-12-05 19:21:37 +0800
1967359142Revised the variable in the "accounting_sample" management command.依瑪貓2022-12-05 18:58:28 +0800
e80aceb8ffRevised the regular expression in the JavaScript summary helper.依瑪貓2022-12-05 18:57:34 +0800
649f76d9dbReplaced "random.randint" with "secrets.randbelow" in the "accounting_sample" management command.依瑪貓2022-12-05 18:49:58 +0800
30b00b1a67Added the SonarQube files to .gitignore.依瑪貓2022-12-05 18:45:15 +0800
b3e06e3e5bRemoved a redundant test in the RunTestCase test case.依瑪貓2022-12-05 17:43:33 +0800
8c3d6fd962Added the simple RunTestCase test case.依瑪貓2022-12-05 17:32:41 +0800
d83a72bb8cFixed the header of pyproject.toml.依瑪貓2022-12-05 14:29:43 +0800
bcb27594adAdded MANIFEST.in and pyproject.toml, and replaced setup.py with setup.cfg.依瑪貓2022-12-05 08:52:13 +0800
3cef0d7009Moved the source files to the "src" subdirectory.依瑪貓2022-12-05 08:46:20 +0800
24c3b868e0Fixed the README filename from README.md to README.rst in setup.py.依瑪貓2022-12-05 08:33:59 +0800
f57162a93cFixed the save method of the LocalizedModel data model to find the l10n records only for existing models, to work with Django 4.1.依瑪貓2022-12-04 23:01:02 +0800
4afd072cc5Fixed the records pseudo property of the Transaction data model to find the records only for existing transactions, to work with Django 4.1.imacat2022-08-13 20:48:26 +0800
86b84bef7aFixed the save() method of the Transaction data model to find the records to delete only for existing transactions, to work with Django 4.1.依瑪貓2022-08-11 11:48:01 +0800
a0382ad179Fixed the JavaScript form validation logic from isValid && validateXxx() to validateXxx() && isValid, in order to correctly validate multiple fields at once.依瑪貓2021-08-27 07:37:09 +0800
62b59e7380Renamed JavaScript variables isValidated to isValid in the forms.依瑪貓2021-08-27 07:35:03 +0800
dec53c09f3Replaced JavaScript XMLHttpRequest.onreadystatechange with XMLHttpRequest.onload.依瑪貓2021-08-27 07:27:42 +0800
91d22d72cbMoved the cancel button to the start and the confirm button to the end in the bootstrap modals.依瑪貓2021-08-27 07:18:35 +0800
bbcedfd366Added fade effect to the bootstrap modals.依瑪貓2021-08-27 07:07:14 +0800
bc863869c0Merge branch 'main' of github.com:imacat/mia-accounting into main依瑪貓2021-08-24 07:37:19 +0800
874cbca320Added the output_field when calculating the sum and coalesce in the views.依瑪貓2021-08-24 07:34:56 +0800
df6c961dc3Added the output_field when calculating the balance in the cash report.依瑪貓2021-08-24 07:10:47 +0800
fc6f1fd18aRevised README to be more readable.
依瑪貓
2021-02-03 14:21:48 +0800
9af204322aAdded the management commands to README.
依瑪貓
2021-02-03 11:20:33 +0800
1cc9b1732bReplaced the Markdown README with its reStructuredText version.
依瑪貓
2021-02-03 10:57:24 +0800
ea8af57fcbRemoved the mirror script from .gitignore. It is handled with the deployment function of the IDE now.
依瑪貓
2021-02-03 10:56:25 +0800
b4d9a250dbRevised the documentation of the make_trans management command.
依瑪貓
2021-02-03 10:05:07 +0800
500467432aFixed the cash report to display income first then expense in a transaction, to prevent negative cash balance.依瑪貓2021-01-31 00:51:09 +0800
fd47f7bd94Revised the smart_date filter in the Mia core application.依瑪貓2021-01-17 00:37:34 +0800
bb93f601adReplaced urllib.parse.unquote() with urllib.parse.unquote_plus() in UrlBuilder.依瑪貓2021-01-16 20:24:10 +0800
21281da3edFixed the line length in the data models for PEP8.依瑪貓2020-11-05 22:49:32 +0800
a554974ea0Simplified the stored post forms in a way that only store one form for use at once, like PHP Laravel, and merge it to the Mia core utilities in the Mia core application.依瑪貓2020-10-20 22:51:00 +0800
54d18ca8b3Added the short_value template filter that strips the excess trailing decimal zeros in the accounting form in the accounting application.依瑪貓2020-10-20 22:01:56 +0800
2db018f18bRevised documentation and type hints of the template filters to format the numbers.依瑪貓2020-10-20 21:54:10 +0800
eb162c95dfAdded the record order to the returning records of the _get_records() method in SearchListView in the accounting application.依瑪貓2020-09-10 21:06:12 +0800
7358b3ed9dAdded the database initialization to README.
依瑪貓
2020-09-09 09:16:37 +0800
0620759ca3Added the advanced settings to README.依瑪貓2020-09-07 22:53:33 +0800
0b4977041eAdded the project description, and moved the license to the end of README.依瑪貓2020-09-07 21:53:02 +0800
267ac952feFixed the typo in README.
依瑪貓
2020-09-07 10:12:23 +0800
a7571b8af0Added the instruction to the base template in README.
依瑪貓
2020-09-07 09:32:44 +0800
774fb28981Revised the README.依瑪貓2020-09-07 07:18:12 +0800
a7d6943417Added the live demonstration to README.依瑪貓2020-09-07 00:47:43 +0800
ae420b98bbAdded the README and LICENSE files.依瑪貓2020-09-07 00:22:51 +0800
6c857c09d2Cleaned-up the .gitignore content.依瑪貓2020-09-06 22:56:48 +0800
5acbb6137aRemoved an unused import from the accounting_accounts management command in the Mia core application.依瑪貓2020-09-06 22:08:33 +0800
8eedcafcd6Removed an unused import from the accounting_accounts management command in the accounting application.依瑪貓2020-09-06 21:58:25 +0800
afb87a53a6Revised SearchListView to search for multiple terms and quoted terms in the accounting application.依瑪貓2020-09-04 23:15:53 +0800
8c390df4cdReplaced the function-based search view with the class-based SearchListView in the accounting application.依瑪貓2020-09-04 22:12:17 +0800
b6a5bc3166Revised the regular expression to query by the random primary key in the accounting application.依瑪貓2020-09-04 19:44:48 +0800
7f8375bfe7Added to search by the month in the search query in the accounting application.依瑪貓2020-09-04 19:44:08 +0800
c1446df532Revised the order in the search query in the accounting application.依瑪貓2020-09-04 19:43:06 +0800
b92b7fb489Replaced the regular expression match with strptime() to search by the year in the accounting application.依瑪貓2020-09-04 19:42:34 +0800
70d725d2afAdded the account primary key to the search query in the accounting application.依瑪貓2020-09-04 19:36:32 +0800
00180d28b9Added to search the year, date, and the month/day in the search query, and revised the query on the primary key in the accounting application.依瑪貓2020-09-03 23:30:52 +0800
0adec7557bAdded the parse_date() utility to the Mia core application.依瑪貓2020-09-03 23:27:44 +0800
bb0478a597Revised the documentation for PEP8 in the views in the accounting application.依瑪貓2020-09-03 23:08:37 +0800
b01b234a80Added to search the amount and primary key in the accounting application.依瑪貓2020-09-03 23:06:57 +0800
b79963611aFixed the search query to only match the whole account code in the accounting application.依瑪貓2020-09-03 20:52:32 +0800
9c5b0d59c4Fixed the search query to prevent duplicated result from localized content in the accounting application.依瑪貓2020-09-03 20:51:49 +0800
a478f185c8Moved the make_trans management command to the Mia core application.依瑪貓2020-09-02 23:06:37 +0800
edf3d99c81Fixed a typo in the method name in CssAndJavaScriptLibraries in the Mia core application.
依瑪貓
2020-09-02 15:36:40 +0800
2b808b236aRemoved an unused import in the Mia core application.
依瑪貓
2020-09-02 15:36:03 +0800
910abb7d74Revised the built-in CDN library URLs for long lines in the Mia core application.
依瑪貓
2020-09-02 15:35:44 +0800
bc5f940e0aRevised the accounting_accounts and accounting_sample commands to call the createsuperuser command when there is no user yet, instead of throwing an error in the accounting application.
依瑪貓
2020-09-02 09:58:02 +0800
4e411bdc43Removed loading humanize in the balance sheet and the transaction soft form in the accounting application.依瑪貓2020-09-01 18:15:56 +0800
cd30c9592fRevised the accounting sample.
依瑪貓
2020-09-01 11:25:26 +0800
e0bf3e22ffRevised the accounting_sample command to call the accounting_accounts command if there is no account yet, instead of throwing an error in the accounting application.
依瑪貓
2020-09-01 10:21:05 +0800
cb67f4e102Removed the account initialization from the accounting_sample command in the accounting application.
依瑪貓
2020-09-01 09:12:45 +0800
c647c01d3fAdded the accounting_account command to initialize the accounts in the accounting application.依瑪貓2020-09-01 07:12:22 +0800
03ebe62eb8Revised the accounting_sample command to try to use the user with the log in ID as the current system user when there are more than one users in the accounting application.依瑪貓2020-08-31 23:04:03 +0800
731d867c56Removed unused imports from the views of the accounting application.依瑪貓2020-08-31 20:55:56 +0800
1f8e2ae0b9Fixed an error when calculating the balance of the previous period in the cash account report in the accounting application.依瑪貓2020-08-31 20:55:34 +0800
c6987304f4Copies the style sheet for the report tables from the local style sheet to the accounting application.
依瑪貓
2020-08-31 15:17:00 +0800