Commit Graph

603 Commits

Author SHA1 Message Date
Anantha Kumaran de8874184d [flake] set main program name
refer #197
2024-03-24 20:26:01 +05:30
Anantha Kumaran 3c16a53ee0 add transaction export option 2024-03-02 21:06:26 +05:30
Anantha Kumaran a13c553e1c update doc 2024-03-02 18:12:28 +05:30
Anantha Kumaran 2d0ff91185 fixes #177 2024-02-12 18:30:57 +05:30
Anantha Kumaran 62401a43d4 adjust dates 2024-02-11 10:01:41 +05:30
Anantha Kumaran c1c0f389c9 [sheets] make the sheets directory configurable 2024-02-11 10:01:41 +05:30
Anantha Kumaran c7b377d482 [beancount] handle pad instruction
pad transactions come with 0 as the begin line, make sure we don't go
negative

fixes #146 #173
2024-02-11 09:04:11 +05:30
Anantha Kumaran e33868be36 bump version 2024-02-10 08:21:21 +05:30
Anantha Kumaran 704f25914b [allocation] add tabulated values 2024-02-05 20:07:44 +05:30
Anantha Kumaran de0ba74b95 [asset] add support for sorting table 2024-02-04 22:35:39 +05:30
Anantha Kumaran 26fb7618ef [goals] show total investment 2024-02-04 10:22:34 +05:30
Anantha Kumaran 8fa191e0d5 [ui] fix input range 2024-02-03 17:57:19 +05:30
Anantha Kumaran 507d230cca [import] add value research template
refer #155
2024-02-03 15:02:57 +05:30
Anantha Kumaran 4988d59ef2 [cache] run garbage collection at least once a day 2024-02-03 14:48:29 +05:30
Anantha Kumaran 5333670005 [ui] improve ui 2024-02-03 14:48:12 +05:30
Anantha Kumaran 64bee2c438 bump version 2024-02-02 20:57:09 +05:30
Anantha Kumaran 798154bdf0 [cache] cache XIRR computation
refer #127
2024-02-02 19:57:38 +05:30
Anantha Kumaran 4551a854bf [income statement] use second level breakdown on tooltips 2024-02-01 08:52:43 +05:30
Anantha Kumaran 29a77e2775 [editor] fix editor focus 2024-02-01 08:15:11 +05:30
Anantha Kumaran 0d4b88b8a0 [asset] give upto 1/3 of the screen for account name on balance page
fixes #133
2024-01-31 19:59:27 +05:30
Anantha Kumaran bb4e242502 allow user to configure timezone
refer #162
2024-01-29 21:51:43 +05:30
Anantha Kumaran 6d66648363 add tzdata package
refer #162
2024-01-28 23:31:08 +05:30
Anantha Kumaran 7f1731f244 [goals] add drag handler to goal card 2024-01-28 23:30:46 +05:30
Anantha Kumaran aea5f0a3fe [docs] add logo 2024-01-28 16:11:12 +05:30
Anantha Kumaran e0d58caa0f [docs] credit card account 2024-01-28 11:14:10 +05:30
Anantha Kumaran 24f504dc87 force js target to es2021
es2022 is not supported by macOS BigSur
2024-01-28 09:27:39 +05:30
Anantha Kumaran 03d4fe2c68 [credit_card] show year wise spend 2024-01-27 20:27:07 +05:30
Anantha Kumaran 46b4820bce [docs] add credit card 2024-01-27 12:09:27 +05:30
Anantha Kumaran 4bcf2cce8c add new blog 2024-01-26 20:35:37 +05:30
Anantha Kumaran 8942670f22 fix xirr calculation when capital gains is involved 2024-01-26 19:47:11 +05:30
Anantha Kumaran 78fe6dcacf include credit card to demo 2024-01-26 15:54:45 +05:30
Anantha Kumaran 3b985c9716 credit card 2024-01-26 15:19:23 +05:30
Anantha Kumaran 544d6962e2 [import] use xlsx-populate for password protected excel file 2024-01-24 20:17:15 +05:30
Anantha Kumaran d6f9ec368f make amount_alignment_column configurable 2024-01-23 19:15:11 +05:30
Anantha Kumaran 8c6bdc9864 avoid unnecessary error log
since we fallback to embedded binary, this is not a fatal error and
unnecessarily confuses the user.
2024-01-23 08:25:52 +05:30
Anantha Kumaran aca11d7784 [dashboard] make it responsive
* fix incorrect nesting of tile
* make cashflow legend scrollable
2024-01-23 08:20:41 +05:30
Anantha Kumaran 76137d5c8e bump version 2024-01-22 17:56:13 +05:30
Anantha Kumaran f2274d1028 handle empty journal
fixes #154
2024-01-21 18:30:40 +05:30
Anantha Kumaran 10eb989b6b [import] handle readonly mode 2024-01-20 11:21:36 +05:30
Anantha Kumaran a3b3afe8c7 regen fixtures 2024-01-20 10:44:04 +05:30
Anantha Kumaran ef51720999 handle multi currency debit
Single posting may expand into multiple postings in case the amount is
not explicitly specified. This is automatically handled on ledger and
beancount. On hledger, this will be reported as separate amounts under
postings. Treat them as separate postings.

fixes #150
2024-01-20 10:43:24 +05:30
Anantha Kumaran 924a248573 [import] improve template management 2024-01-20 09:47:34 +05:30
Anantha Kumaran 69e1a003c2 add pull request template 2024-01-18 19:47:37 +05:30
Anantha Kumaran 6c46f36b62 improve spinner and page transition
* avoid preloading sheets/editor page
* add debounce on unloading spinner

refer #148
2024-01-18 19:43:26 +05:30
Anantha Kumaran 8f535f01a3 [demo] update checking account name 2024-01-17 22:17:41 +05:30
Anantha Kumaran 6d67110d51 [dashboard] add checking accounts balance
refer #145
2024-01-17 22:13:54 +05:30
Anantha Kumaran badb0f5ca1 [hledger] ignore assertion while generating forecast transactions
fixes #143
2024-01-17 07:52:57 +05:30
Anantha Kumaran d8d1afbd7d [ledger] convert error buffer to string when logging 2024-01-17 07:50:06 +05:30
Anantha Kumaran 2014ede39a [import] add Paytm import template 2024-01-15 20:18:23 +05:30
Anantha Kumaran 680b500d1a [cashflow] use appropriate signs when computing y axis domain
refer #144
2024-01-15 19:29:23 +05:30