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
14365ca255550b9832f4e0b4651e7131db2eb015
mia-accounting
/
src
/
accounting
/
journal_entry
/
utils
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
account_option.py
Removed the account code from the journal entry form for mobile screens.
2023-04-18 08:10:23 +08:00
description_editor.py
Added missing documentation to the global variables, class properties, and object properties.
2023-07-29 10:11:44 +08:00
operators.py
Replaced importing the "typing" module as "t" with importing the individual names in the "typing" module. Since Python 3.9 introduced type hinting generics in standard collections, we do not have as many names to import now. This is also to be consistent with the practices of most major and standard packages and examples.
2023-04-26 18:22:45 +08:00
original_line_items.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