Commit Graph

  • 266dafa4a9 add comment MaysWind 2024-07-23 23:50:04 +08:00
  • 579c903398 not allow to add / modify / delete transaction with account whose parent account is hidden MaysWind 2024-07-23 23:49:53 +08:00
  • 5d2e880bc5 not allow to add / modify / delete transaction with parent account MaysWind 2024-07-23 23:18:34 +08:00
  • 8085f7cf11 modify style MaysWind 2024-07-23 01:34:35 +08:00
  • aea4cf7e8b fix the bug that hidden tags don't display in transaction detail page MaysWind 2024-07-23 01:01:15 +08:00
  • 3d56bfa114 not allow to add transaction with hidden transaction tag MaysWind 2024-07-23 00:53:31 +08:00
  • a7280bf7ed not allow to add transaction with hidden transaction category MaysWind 2024-07-23 00:47:19 +08:00
  • 085f9817fc not allow to set hidden account as default account MaysWind 2024-07-23 00:28:20 +08:00
  • fcca77bca5 auto choose the first non-hidden category when opening transaction create page / dialog MaysWind 2024-07-23 00:18:44 +08:00
  • 4bf2e94a9d hide categories which are hidden in transaction edit page / dialog MaysWind 2024-07-23 00:18:28 +08:00
  • 95c2494545 code refactor MaysWind 2024-07-23 00:18:18 +08:00
  • 7662e0eb02 list sheet, tree view sheet and two column select components support hidden field MaysWind 2024-07-22 23:00:44 +08:00
  • 9f438dd648 fix the bug that the hidden accounts, categories or tags are not displayed in the filter menu when they are chosen in transaction list page MaysWind 2024-07-22 00:50:36 +08:00
  • 08a1f3a5f7 code refactor MaysWind 2024-07-22 00:35:36 +08:00
  • 26d77de67a add transaction tag filter to frontend MaysWind 2024-07-21 23:36:16 +08:00
  • 4f9ab9db75 code refactor MaysWind 2024-07-21 22:28:42 +08:00
  • 0b83518921 update comments MaysWind 2024-07-21 20:56:46 +08:00
  • 0f8de8d699 custom map tile server supports annotation layer MaysWind 2024-07-21 20:39:10 +08:00
  • aae23c285e map provider supports TianDiTu MaysWind 2024-07-21 19:10:58 +08:00
  • daf73dc964 code refactor MaysWind 2024-07-21 18:41:16 +08:00
  • bc0893b518 add comment MaysWind 2024-07-21 18:37:32 +08:00
  • a87bda09f7 modify the calculation strategy of month total amount MaysWind 2024-07-21 17:45:42 +08:00
  • aa7652279e remove unused parameter MaysWind 2024-07-21 17:04:27 +08:00
  • d86dea4081 modify hint MaysWind 2024-07-16 00:39:49 +08:00
  • 15d476fd40 modify log content prefix MaysWind 2024-07-16 00:32:11 +08:00
  • 453a9ff61c code refactor MaysWind 2024-07-16 00:18:43 +08:00
  • 26e9a0ef2a only show chart data type of categorical analysis in statistics setting page MaysWind 2024-07-15 01:25:33 +08:00
  • 7849b2f05c update url address when changing the settings on the statistics analysis page MaysWind 2024-07-14 19:55:14 +08:00
  • 2cbcc40ca9 fix the bug that the overview amounts in home page would not update after changing the first day of week MaysWind 2024-07-14 18:15:41 +08:00
  • 184dad8185 code refactor MaysWind 2024-07-14 18:14:08 +08:00
  • 46a7cd441f code refactor MaysWind 2024-07-14 18:07:13 +08:00
  • 55249e07a3 support setting token min refresh interval MaysWind 2024-07-14 17:44:37 +08:00
  • d4850b4a18 fix the bug that the first day of week setting does not take effect in the transaction list page in desktop version MaysWind 2024-07-14 16:58:51 +08:00
  • 93819d5894 check whether the setting value is valid and modify the allowed minimum value of settings MaysWind 2024-07-14 15:44:48 +08:00
  • 4a4cec3d69 modify default token expired time in code MaysWind 2024-07-14 15:31:00 +08:00
  • 432993121c fix the bug that cannot use multiple sessions to access at the same time after the application lock is enabled MaysWind 2024-07-14 14:16:04 +08:00
  • 1ce0c62c30 update local expense / income amount color settings MaysWind 2024-07-14 10:58:20 +08:00
  • b1343ba92a support setting expense / income amount color MaysWind 2024-07-13 20:46:42 +08:00
  • 84a96d80b7 support showing transaction tag in transaction list page MaysWind 2024-07-10 00:34:20 +08:00
  • 4b249a0ebb code refactor MaysWind 2024-07-09 22:40:53 +08:00
  • 58de308f30 modify variable name MaysWind 2024-07-09 22:23:26 +08:00
  • f151eb6197 add command transaction-tag-index-fix-transaction-time to fix transaction tag index which does not have transaction time MaysWind 2024-07-09 00:53:22 +08:00
  • 9eaac329b9 modify log MaysWind 2024-07-09 00:25:35 +08:00
  • a33123022f command transaction-check supports checking whether transaction tag index has transaction time MaysWind 2024-07-09 00:25:13 +08:00
  • 3eac9af403 code refactor MaysWind 2024-07-09 00:06:18 +08:00
  • a371058096 fix the bug that the transaction time was not correctly saved into the transaction tag index table MaysWind 2024-07-08 23:54:23 +08:00
  • ee003160e5 update comment MaysWind 2024-07-08 01:16:24 +08:00
  • 847349dcbd support using duplicate checker to prevent duplicate submissions for new transaction record MaysWind 2024-07-07 21:28:07 +08:00
  • a2d6aff28b show warning log when secret_key is not set MaysWind 2024-07-07 21:27:41 +08:00
  • cc3e1f2978 code refactor MaysWind 2024-07-07 17:28:25 +08:00
  • dc9bf1a1d8 modify date format MaysWind 2024-07-07 17:22:44 +08:00
  • 32af32d02e code refactor MaysWind 2024-07-07 17:07:13 +08:00
  • d91c99c177 upgrade third party dependencies MaysWind 2024-07-07 15:45:30 +08:00
  • d0e8419b2e use the account / transaction category filter of the statistics page when navigating from the statistics page to the transaction list page MaysWind 2024-07-07 14:22:03 +08:00
  • dad3f1041e fix the bug that the filter does not take effect when navigating from the account or statistics page to the transaction list page MaysWind 2024-07-07 14:08:53 +08:00
  • 7b70b2db29 only show categories with specified type in category filter dialog / page MaysWind 2024-07-07 11:47:48 +08:00
  • e5a04596e1 modify style MaysWind 2024-07-07 11:35:31 +08:00
  • 297f8b9987 do not reload transaction list when filter is not changed actually MaysWind 2024-07-07 11:07:26 +08:00
  • 9eddab3dd8 modify style MaysWind 2024-07-07 10:27:03 +08:00
  • ec97d2df91 remove unused code MaysWind 2024-07-07 10:18:53 +08:00
  • 3dd39defc1 support filter multiple accounts and categories in transaction list page MaysWind 2024-07-06 22:05:48 +08:00
  • c0cc9b5247 code refactor MaysWind 2024-07-06 21:07:03 +08:00
  • dc13afc071 code refactor MaysWind 2024-07-06 19:16:38 +08:00
  • 628bd48f73 code refactor MaysWind 2024-07-05 00:32:04 +08:00
  • c827675e14 code refactor MaysWind 2024-07-04 23:48:41 +08:00
  • 09fb474921 code refactor MaysWind 2024-07-04 23:41:02 +08:00
  • 7e1338e081 fix the bug that there are duplicate transaction in transaction list response when filtering multiple accounts MaysWind 2024-07-04 00:55:41 +08:00
  • 7a5d7337cd code refactor MaysWind 2024-07-04 00:15:32 +08:00
  • b80041433c transaction list api supports filtering by multiple account / category MaysWind 2024-07-03 00:12:09 +08:00
  • dd32ab83cb modify style MaysWind 2024-07-02 22:34:48 +08:00
  • c8db448dfc fix the bug that the page cannot be loaded when clicking the date which is already chosen MaysWind 2024-07-02 01:20:38 +08:00
  • 51edca66d1 add more currency display type MaysWind 2024-07-02 01:10:34 +08:00
  • bb5529098f add comment MaysWind 2024-07-02 01:07:14 +08:00
  • d5a54dd1fb code refactor MaysWind 2024-07-02 01:03:40 +08:00
  • 329119fc3b modify text MaysWind 2024-07-02 00:46:22 +08:00
  • e43cf26bb5 code refactor MaysWind 2024-07-01 23:25:56 +08:00
  • 93bc3bf94b code refactor MaysWind 2024-07-01 23:03:55 +08:00
  • 675b5f039a remove unused code MaysWind 2024-07-01 22:57:07 +08:00
  • b3e4e39b49 code refactor MaysWind 2024-07-01 00:54:37 +08:00
  • 4dc072f56d code refactor MaysWind 2024-07-01 00:53:29 +08:00
  • b5d72c89f2 support filtering transaction amount MaysWind 2024-06-30 21:42:21 +08:00
  • d2b3900ed4 code refactor MaysWind 2024-06-30 21:18:21 +08:00
  • 4e44553c07 modify style MaysWind 2024-06-30 18:13:36 +08:00
  • ec6b5fb155 move type filter to more filter popover menu MaysWind 2024-06-30 17:51:00 +08:00
  • 16e53feaf4 fix the bug that cannot view the location on the map of an existing transaction in desktop page MaysWind 2024-06-30 16:43:58 +08:00
  • 182bdb34cd code refactor MaysWind 2024-06-30 16:25:39 +08:00
  • 59d03b54d7 move currency display type to user settings MaysWind 2024-06-30 15:39:49 +08:00
  • 445969c449 remove unused code MaysWind 2024-06-30 12:05:41 +08:00
  • 29214a3bf3 remove unused code MaysWind 2024-06-30 01:52:52 +08:00
  • d979dc3535 code refactor MaysWind 2024-06-30 01:52:20 +08:00
  • 399413a270 support setting decimal separator and digit grouping symbol MaysWind 2024-06-29 17:12:22 +08:00
  • d9c8142c51 code refactor MaysWind 2024-06-29 17:12:02 +08:00
  • c951285049 modify http response code MaysWind 2024-06-29 16:02:02 +08:00
  • 0e372969b3 fix wrong text MaysWind 2024-06-29 15:17:36 +08:00
  • 2d51f7b2be show provider of exchange rates data and map in about page MaysWind 2024-06-29 14:09:47 +08:00
  • 02a5dcf9ba fix the bug that the transaction view dialog does not show no location MaysWind 2024-06-29 11:51:39 +08:00
  • 9a70cfe24c modify style MaysWind 2024-06-29 11:46:12 +08:00
  • 023d875a00 modify style MaysWind 2024-06-29 11:13:25 +08:00
  • 640f74c612 add keyword parameters to the URL when searching for transaction descriptions in the desktop transaction list MaysWind 2024-06-29 10:43:20 +08:00
  • 768b005200 only show the types of categorical analysis MaysWind 2024-06-28 22:24:08 +08:00