|
6d02f8033d
|
Revised the font awesome icon of the accounting application in the navigation menu.
|
2023-02-27 10:18:29 +08:00 |
|
|
284b5be128
|
Fixed the typo "model" to "modal" in the templates.
|
2023-02-27 10:18:10 +08:00 |
|
|
b0b30a8ae6
|
Fixed the broken action button group in the account list and currency list, by adding a separated action button group for the mobile screens.
|
2023-02-25 10:37:28 +08:00 |
|
|
d5af5de3c1
|
Renamed offset to pay-off, to be clear.
|
2023-02-23 11:32:55 +08:00 |
|
|
4b5b348270
|
Implemented the incremental search (search-as-you-type) in the base account selector of the account form.
|
2023-02-07 20:27:25 +08:00 |
|
|
1d61fa93d3
|
Prepend all the HTML ID and class names with "accounting-" to avoid name conflict.
|
2023-02-07 20:20:01 +08:00 |
|
|
b1c7bc61c4
|
Renamed the can_view_accounting and can_edit_accounting template functions to accounting_can_view and accounting_can_edit, respectively.
|
2023-02-07 17:15:05 +08:00 |
|
|
708a434b5d
|
Renamed the append_next, inherit_next, and or_next template filters to accounting_append_next, accounting_inherit_next, and accounting_or_next, to avoid name conflict.
|
2023-02-07 17:13:06 +08:00 |
|
|
2d3b9f68b8
|
Added the missing Material Floating Action Button to add a new currency for the mobile devices to the currency list.
|
2023-02-07 16:43:42 +08:00 |
|
|
f82278b48a
|
Updated the icon of the currency management in the navigation menu.
|
2023-02-07 16:36:18 +08:00 |
|
|
570c84c196
|
Added the currency management.
|
2023-02-07 00:13:33 +08:00 |
|
|
6af29e7df7
|
Updated the icon to create a new account in the account list.
|
2023-02-06 10:08:50 +08:00 |
|
|
cd5b1b97fd
|
Added a different the page title of the search result in the base account list and account list, to be clear.
|
2023-02-06 09:47:19 +08:00 |
|
|
16b2eb1c93
|
Renamed the page_links and page_sizes properties to pages and page_size_options in the Pagination utility.
|
2023-02-04 12:51:30 +08:00 |
|
|
8be44ccf5f
|
Renamed the is_needed property to is_paged in the Pagination utility.
|
2023-02-04 10:26:28 +08:00 |
|
|
b5d87d2387
|
Revised to allow the viewers to view the account order page.
|
2023-02-03 12:57:53 +08:00 |
|
|
1c1be87f3e
|
Revised the accounting reordering to handle the cases with only one account or no account.
|
2023-02-03 12:57:53 +08:00 |
|
|
589da0c1c6
|
Renamed "sorting" to "reorder", and the "sort-form" route to "order".
|
2023-02-03 12:57:53 +08:00 |
|
|
8363ce6602
|
Fixed the endpoint name in the account detail template.
|
2023-02-03 12:57:53 +08:00 |
|
|
5238168b2d
|
Added support to sort the accounts under the same base account.
|
2023-02-03 12:57:53 +08:00 |
|
|
b0ef4fb059
|
Added the "offset needed" option and badge in the account list, account detail and account form.
|
2023-02-03 12:55:57 +08:00 |
|
|
9f63db174c
|
Merged the search box to the action button group in the base account list and account list.
|
2023-02-03 12:55:56 +08:00 |
|
|
9b22331a5a
|
Added the base account detail page that shows its descendant accounts.
|
2023-02-03 12:55:56 +08:00 |
|
|
241ad337c8
|
Added the "accounting.utils.next_uri" utilities to fixed how the next URI works.
|
2023-02-03 12:55:55 +08:00 |
|
|
ce6c8508df
|
Revised the titles of the base account list and the account list, to be clear.
|
2023-02-03 12:55:54 +08:00 |
|
|
e9f6b769f4
|
Added the account management.
|
2023-02-03 12:55:54 +08:00 |
|
|
14638f574e
|
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 |
|