This website requires JavaScript.
Explore
Help
Sign In
imacat
/
mia-accounting
Watch
1
Star
0
Fork
0
You've already forked mia-accounting
Code
Issues
Pull Requests
Packages
Projects
Releases
41
Wiki
Activity
Files
937908717bb64fe96c735b56e4d51502533f31b5
mia-accounting
/
src
/
accounting
/
journal_entry
/
forms
History
依瑪貓
501c4b1d22
Added missing documentation to the global variables, class properties, and object properties.
2023-07-29 10:11:44 +08:00
..
__init__.py
Renamed the project from "Mia! Accounting Flask" to "Mia! Accounting".
2023-04-04 18:26:54 +08:00
currency.py
Removed the "be" cast function to cast data type for the binary expressions. It is to be replaced by the mapped type hints.
2023-04-23 13:21:48 +08:00
journal_entry.py
Removed an excess property declaration in the populate_obj method of the JournalEntryForm form.
2023-07-29 10:03:46 +08:00
line_item.py
Revised the way to import from the datetime package, to avoid name conflict with the common "date" and "time" names.
2023-04-26 13:17:31 +08:00
reorder.py
Added missing documentation to the global variables, class properties, and object properties.
2023-07-29 10:11:44 +08:00