|
5bb10bf6ba
|
Added the JavaScript DescriptionEditorAccount, DescriptionEditorSuggestedAccount, and DescriptionEditorConfirmedAccount classes, and revised the DescriptionEditor editor to work with these class instances instead of the HTML elements, for simplicity and readability.
|
2023-04-03 19:12:06 +08:00 |
|
|
20e1982984
|
Renamed the "accounting-is-need-offset" class to "accounting-account-is-need-offset" in the line item sub-form of the journal entry form, for consistency.
|
2023-04-02 22:29:27 +08:00 |
|
|
211821b4d7
|
Added the "confirmed account" to the description editor so that it does not override the user's selected account when the user specifically selected it or already confirmed it.
|
2023-04-01 18:05:48 +08:00 |
|
|
14e79df571
|
Revised the line item sub-form to store the information whether it needs offsetting as a class instead of a dataset attribute, and store it in the account code input instead of the whole element, for simplicity and readability.
|
2023-04-01 00:29:04 +08:00 |
|
|
4ccaf01b3c
|
Revised the template of the option detail to be visually different from the option edit form, to avoid confusion.
|
2023-03-24 08:52:58 +08:00 |
|
|
30e0c7682c
|
Renamed the JavaScript AccountSelector class to JournalEntryAccountSelector, to avoid confusion. There is a RecurringAccountSelector in the option form now.
|
2023-03-24 07:27:52 +08:00 |
|
|
eb5a7bef7e
|
Added the JavaScript AccountOption class to object-ize the account options in the journal entry form.
|
2023-03-24 07:23:56 +08:00 |
|
|
7d084e570e
|
Revised the debit-credit content to have a better look when it is still empty.
|
2023-03-23 09:13:52 +08:00 |
|
|
889e4c058e
|
Revised the option form to have a better look when there is no recurring expense and income.
|
2023-03-23 00:45:19 +08:00 |
|
|
7262a6cb42
|
Removed an unused ID in the form-recurring-item.html template.
|
2023-03-23 00:27:23 +08:00 |
|
|
c4ff4ecb3d
|
Fixed the layout in the option detail when there is no recurring expenses or incomes.
|
2023-03-23 00:24:57 +08:00 |
|
|
a4ab8a761c
|
Renamed the "content" dataset to "text" in the base account selector of the account form, for consistency.
|
2023-03-22 23:56:37 +08:00 |
|
|
907ce6d06e
|
Renamed the "content" dataset to "text" in the account selector of the journal entry form, for consistency.
|
2023-03-22 23:55:28 +08:00 |
|
|
b673c7aeaf
|
Renamed the "default_currency" option to "default_currency_code".
|
2023-03-22 22:34:13 +08:00 |
|
|
5f88260507
|
Revised the elements in the option detail page for better layout.
|
2023-03-22 20:16:08 +08:00 |
|
|
8f477dd6f1
|
Added the all_errors pseudo property to the RecurringItemForm form, and applied it to the form-recurring-item.html template.
|
2023-03-22 19:37:20 +08:00 |
|
|
37a4c26f86
|
Fixed the label in the option detail and option form.
|
2023-03-22 19:21:24 +08:00 |
|
|
b394c58ec6
|
Added support to sort the recurring items.
|
2023-03-22 19:01:02 +08:00 |
|
|
7066f75e72
|
Added the read-only view for the options.
|
2023-03-22 16:08:16 +08:00 |
|
|
619540da49
|
Fixed the documentation of the form-recurring-expense-income.html template.
|
2023-03-22 15:47:19 +08:00 |
|
|
567004f7d9
|
Renamed IncomeExpensesAccount to CurrentAccount.
|
2023-03-22 15:42:44 +08:00 |
|
|
761d5a5824
|
Added the option management, and moved the configuration of the default currency, the default account for the income and expenses log, and the recurring expenses and incomes to the options.
|
2023-03-22 15:34:28 +08:00 |
|
|
7aaeb32a3d
|
Added the missing "role=" to the "<a...></a>" links that act like buttons.
|
2023-03-22 02:35:07 +08:00 |
|
|
ccbdc779ac
|
Restored the "Back" button on the toolbar for the mobile devices. It is still necessary, because the user may get lost in the navigation history.
|
2023-03-22 02:28:29 +08:00 |
|
|
61ee08fda2
|
Revised the date format in the journal entry order page, and removed the individual date in the page, as it is redundant.
|
2023-03-22 02:12:19 +08:00 |
|
|
2a78799404
|
Revised the page to reorder the journal entries in a same day.
|
2023-03-22 01:47:11 +08:00 |
|
|
bbf3ee3320
|
Added the limitation so that the default currency and the currencies in use cannot be deleted.
|
2023-03-22 00:37:39 +08:00 |
|
|
d0d2d77a2e
|
Added the limitation so that essential accounts, like cash, and the accounts in use, cannot be deleted.
|
2023-03-22 00:37:26 +08:00 |
|
|
494faeffea
|
Revised the toolbar of the reports to fit better in desktop browsers.
|
2023-03-21 23:16:47 +08:00 |
|
|
871a5fd1d8
|
Changed the "settings" button to "edit" in the account, currency, and journal entry detail pages.
|
2023-03-21 23:10:33 +08:00 |
|
|
e615ad2690
|
Revised the style of the toolbar buttons for better layout on mobile devices. Hid the "Back" button on mobile devices for better layout and saving spaces.
|
2023-03-21 23:07:05 +08:00 |
|
|
a82f5091f1
|
Revised the styles of the buttons in the description editor.
|
2023-03-21 19:50:57 +08:00 |
|
|
3455827c09
|
Added the recurring transactions.
|
2023-03-21 19:45:56 +08:00 |
|
|
5dccf99a55
|
Renamed "regular" to "recurring" in the description editor.
|
2023-03-21 17:48:19 +08:00 |
|
|
2f3ad99467
|
Removed redundant code in the templates of the journal entry form.
|
2023-03-21 11:54:45 +08:00 |
|
|
592910187b
|
Added the common form-debit-credit.html template to reduce the duplicated code for the currency sub-forms in the transaction form.
|
2023-03-21 11:47:05 +08:00 |
|
|
cb7a0d377f
|
Added the common form-currency.html template to reduce the duplicated code for the currency sub-forms in the transaction form.
|
2023-03-21 11:26:28 +08:00 |
|
|
79175285f8
|
Changed "to transfer" to "as transfer", and updated its Font Awesome icon in the toolbar of the journal entries.
|
2023-03-21 11:04:45 +08:00 |
|
|
21ef944259
|
Fixed the error in the navigation menu when there is no matching endpoint.
|
2023-03-21 00:53:27 +08:00 |
|
|
e377eac407
|
Fixed the capitalization of the currencies, base accounts, and accounts.
|
2023-03-20 23:54:49 +08:00 |
|
|
03265a1232
|
Fixed the text in the buttons to add new journal entries.
|
2023-03-20 23:16:57 +08:00 |
|
|
079dc1ab6d
|
Renamed the "eid" field to "id" in the LineItemForm form, since the problem is found. It was the "id" property of the enclosing FormField. If we extract the form from FormField, we can still access the "id" field.
|
2023-03-20 23:06:57 +08:00 |
|
|
d4fe91ec4a
|
Fixed the capitalization of the shortcut periods in the period chooser.
|
2023-03-20 22:57:04 +08:00 |
|
|
acc5b4d6ea
|
Fixed the capitalization of the label of the number of items in the description editor.
|
2023-03-20 22:52:35 +08:00 |
|
|
50dd6078c7
|
Replaced "Need offset" with "Needs Offset" as the text of the badge.
|
2023-03-20 22:43:53 +08:00 |
|
|
9a4531b26c
|
Revised the title of the delete confirmation modal from "Delete XXX Confirmation" to "Confirm Delete XXX", as suggested by ChatGPT.
|
2023-03-20 22:38:35 +08:00 |
|
|
b1af1d7425
|
Renamed "voucher" to "journal entry".
|
2023-03-20 22:33:14 +08:00 |
|
|
8f909965a9
|
Renamed "voucher line item" to "journal entry line item".
|
2023-03-20 20:52:35 +08:00 |
|
|
e26af6f3fc
|
Renamed "side" to "debit-credit".
|
2023-03-20 20:35:10 +08:00 |
|
|
d7d6929bf2
|
Fixed the parameter passed to the credit line item subform in the transfer voucher form.
|
2023-03-20 18:53:16 +08:00 |
|