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
mia-accounting
/
src
/
accounting
/
utils
History
依瑪貓
699db20308
Revised the init_app function of the "accounting.utils.permission" module to register the "can_view" and "can_edit" functions under the blueprint instead of the whole application.
2023-02-07 17:05:27 +08:00
..
__init__.py
Added the initial application with the main account list, the pagination, the query, the permission, the localization, the documentation, the test case, and a test demonstration site.
2023-02-03 12:55:33 +08:00
next_url.py
Added the "accounting.utils.next_uri" utilities to fixed how the next URI works.
2023-02-03 12:55:55 +08:00
pagination.py
Replaced gettext with pgettext in the Pagination utility.
2023-02-04 13:26:58 +08:00
permission.py
Revised the init_app function of the "accounting.utils.permission" module to register the "can_view" and "can_edit" functions under the blueprint instead of the whole application.
2023-02-07 17:05:27 +08:00
query.py
Revised the parse_query_keywords utility to handle the case with an open double quotation mark without its corresponding close double quotation mark.
2023-02-04 14:51:09 +08:00
random_id.py
Renamed the variable in the new_id function from "new" to "obj_id", to be clear.
2023-02-03 12:57:53 +08:00
strip_text.py
Added the account management.
2023-02-03 12:55:54 +08:00
user.py
Changed the type hint of the "current_user" pseudo property of the AbstractUserUtils class to return None when the user has not logged in.
2023-02-07 16:00:51 +08:00