Commit Graph

40 Commits

Author SHA1 Message Date
61cd310fb0 #18 Period overview: improvements 2021-03-05 20:15:05 +01:00
2aa0f7fa9c #17 Period overview: add Actions 2021-03-04 23:39:50 +01:00
4e7717f1e3 #10 Create period overview 2021-03-04 20:12:59 +01:00
33a6fa2806 Merge branch 'master' into feature/#10_Create_period_overview 2021-03-04 18:38:43 +01:00
4a9af8e563 #16 Replace HSQLDB with H2 2021-03-04 18:38:02 +01:00
5a13429e9b #10 Create period overview
WIP commit
2021-03-04 18:12:18 +01:00
8dd3d9141c #12 FQL: Add BETWEEN for date
- Add BETWEEN for date
- Add support for other operators than = for date
- Document BETWEEN in the query options detail panel
2021-03-04 01:04:07 +01:00
ad540950cd Happy 2021! Fix migrations script 2021-03-01 22:47:48 +01:00
ddada74d00 #5 Having no periods breaks the "expenses per period" graph on the account overview page 2020-12-25 02:29:19 +01:00
c193faaf5a Add FQL IN clause support 2020-12-05 02:17:37 +01:00
13de307d94 Fix POMs, build vanilla .wars instead of Spring Boot ones 2020-11-17 21:47:14 +01:00
3b93a70a29 START bookings optimizations 2020-11-14 00:29:17 +01:00
ba7e3c01db Add demo deployment profile 2020-11-13 23:33:58 +01:00
b756b7d614 FQL improvements 2020-11-13 22:25:36 +01:00
2ee77f9d4f Add calendar, SKIP and fix some bugs 2020-10-09 16:44:05 +02:00
c5c601cffe Bug fixes file upload and download 2020-04-11 22:47:54 +02:00
3d4fb73424 Introduce expenseNeutral flag 2020-04-10 16:37:06 +02:00
d8d75f67b4 Add file uploading to transaction creation 2020-04-10 02:20:34 +02:00
442f2d6087 Add end balance to account statistic 2020-03-16 20:35:56 +01:00
d4fef75903 Add FQL and rework /transaction endpoint 2020-03-14 23:44:43 +01:00
1cc7fdf052 Add tax relevant flag to transaction and recc. transaction 2020-01-21 18:15:10 +01:00
95c1c0e7d6 Changes for v26 2020-01-20 23:29:35 +01:00
8cec43ee91 Create null statistic entries for accounts not used in the period to close 2019-11-14 21:57:34 +01:00
5286c94dca Add colors, fix bugs 2019-10-18 22:09:25 +02:00
b81303f20d Add expense history to overview page 2019-10-08 22:41:11 +02:00
de00be477d Add migration to calculate the account statistics for the past 2019-09-29 23:40:21 +02:00
1954b2e22e Deployment of v19 failed
Postgres has not DATETIME type, so change it to TIMESTAMP
2019-09-28 22:03:54 +02:00
e052a5a98a Introduce periods (and other smaller stuff) 2019-09-28 21:47:07 +02:00
f6cdec638e Fix a bug in rec. trx. handling of HWT NW and occurrence at sunday 2019-09-15 20:01:08 +02:00
6be58d6462 Add expense period total chart 2019-08-19 20:59:27 +02:00
97c65b1fe4 Add chart report for expenses grouped by account 2019-07-19 02:23:21 +02:00
8bc0390033 Add i18n for rec. trx. reminder email 2019-07-18 23:19:06 +02:00
1d1bf19fc6 Proper config for NM 2019-07-18 14:09:31 +02:00
6b7fdb126a Introduce deployment profiles as a cheap way for multi-tenancy 2019-07-08 23:30:35 +02:00
477d3c203a Add charts (based on JFreeChart)
Currently only an expense report is supported, but more will come.
Also moved rest templates into own toplevel package.
2019-06-30 03:03:36 +02:00
eae6f374f5 Introduce module financer-common that hosts common code for server and (web) client
Also various fixes all over the place
2019-06-27 20:25:22 +02:00
6009592b61 Add current expenses to the overview
The period start is configurable.
2019-06-24 22:44:05 +02:00
6ec073d08e Add current assets to status on overview page 2019-06-24 21:11:36 +02:00
03846e4a19 Add property 'db.name' to enable config of DB connection during build time 2019-06-20 16:13:45 +02:00
ff2ea0c68d Move content to financer-server/ subfolder as preparation for repository merge 2019-06-20 14:29:33 +02:00