|
dde9c38bb8
|
Fixed the primary key of the Account data model to be not auto-incrementing.
|
2023-02-03 13:32:19 +08:00 |
|
|
eeb05b8616
|
Removed the unique constraint in the Account data model.
|
2023-02-03 12:57:53 +08:00 |
|
|
581e803707
|
Moved the user utilities from the "accounting.database" module to the "accounting.utils.users" module, and simplified its use.
|
2023-02-03 12:57:53 +08:00 |
|
|
9b22331a5a
|
Added the base account detail page that shows its descendant accounts.
|
2023-02-03 12:55:56 +08:00 |
|
|
e29b99b0a7
|
Merged the "accounting.base_account.models" and "accounting.account.models" modules into the new "accounting.modules" module, so that the data models can reference one another.
|
2023-02-03 12:55:54 +08:00 |
|