Commit Graph

167 Commits

Author SHA1 Message Date
099562c408 Prepare next development iteration for v11 2019-06-24 22:45:48 +02:00
42fa190a9b financer release version 10 v10 2019-06-24 22:45:01 +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
30ebc2a154 Prepare next devlopment iteration for v10 2019-06-20 16:31:07 +02:00
938132ff19 financer release version 9 v9 2019-06-20 16:28:44 +02:00
03846e4a19 Add property 'db.name' to enable config of DB connection during build time 2019-06-20 16:13:45 +02:00
d29bb0570a Another test commit for SCM trigger in Jenkins 2019-06-20 15:33:16 +02:00
edf1d1d559 Test commit for SCM trigger in Jenkins 2019-06-20 15:28:42 +02:00
1792c42e3d Adjust POM relationships to reflect merge 2019-06-20 14:46:33 +02:00
b26088ea13 Merge financer-web-client into financer-parent 2019-06-20 14:40:37 +02:00
7a8865bdf1 Move content to subfolder to prepare for merge with -parent repository 2019-06-20 14:38:20 +02:00
ed7ea1f00c Merge financer-server into financer-parent 2019-06-20 14:31:16 +02:00
ff2ea0c68d Move content to financer-server/ subfolder as preparation for repository merge 2019-06-20 14:29:33 +02:00
0d16aa7c0a Prepare next development iteration for v9 2019-06-16 20:26:28 +02:00
42c505aff7 Prepare next development iteration for v9 2019-06-16 20:26:28 +02:00
c5734f38c2 Prepare next development iteration for v9 2019-06-16 20:26:28 +02:00
53f1e0ad49 financer release version 8 2019-06-16 20:25:59 +02:00
6874f18105 financer release version 8 v8 2019-06-16 20:25:59 +02:00
d55ddb0807 financer release version 8 2019-06-16 20:25:59 +02:00
be74057b6e Adjust padding of action container items 2019-06-16 20:24:55 +02:00
4182c38656 Fix a bug in the rec. trx. service if it has HWT 'NW' and LO on a weekend
Adjust it so that recurring transactions that have their last occurrence
(LO) on a weekend or a holiday in the near past and HWT NEXT_WORKDAY (NW)
are also grabbed. Otherwise there would never be a reminder about them.
On the actual due date the reminder is deferred because of the HWT and
for later runs it's not grabbed because of the condition
'...LastOccurrenceGreaterThanEqual(now)'.

Also add a unit test case for this. Further add better logging.
2019-06-16 11:48:03 +02:00
6f8329739a Prepare next development iteration for v8 2019-06-16 01:44:37 +02:00
ff6557bc70 Prepare next development iteration for v8 2019-06-16 01:44:37 +02:00
5356bb209f Prepare next development iteration for v8 2019-06-16 01:44:37 +02:00
d820ba1969 financer release version 7 v7 2019-06-16 01:43:54 +02:00
50c10fdb78 financer release version 7 2019-06-16 01:43:54 +02:00
f08f987fd0 financer release version 7 2019-06-16 01:43:54 +02:00
eaf11637a3 Introduce new feature 'Account groups'
Account groups are a simple way to group accounts. Currently the design
of the group is very sparse and supports only a name. However, as this
feature is a stepping stone for the much bigger 'Reports' feature this
will most likely be subject to change.
With this change new accounts are also required to get assigned to a group.

Also fix some translations.
2019-06-16 01:37:17 +02:00
f5fac22347 Introduce new feature 'Account groups'
Account groups are a simple way to group accounts. Currently the design
of the group is very sparse and supports only a name. However, as this
feature is a stepping stone for the much bigger 'Reports' feature this
will most likely be subject to change.
With this change new accounts are also required to get assigned to a group.
2019-06-16 01:34:55 +02:00
5e12dbeb2b Bug fix for recurring transactions with HWT 'PREVIOUS_WORKDAY'
Fix the actual bug and add a test case (test case also contains a more
detailed description)
2019-06-15 23:42:16 +02:00
b49aa4590b Set proper parallel deployment version (7) 2019-06-11 20:50:06 +02:00
735a83107f Prepare next development iteration for v7 2019-06-10 22:23:47 +02:00
3cd0b8b5ee Prepare next development iteration for v7 2019-06-10 22:23:47 +02:00
ac1988ad20 Prepare next development iteration for v7 2019-06-10 22:23:46 +02:00
2fb63d757e financer release version 6 2019-06-10 22:21:59 +02:00
2109bf442d financer release version 6 v6 2019-06-10 22:21:59 +02:00
4825b82066 financer release version 6 2019-06-10 22:21:59 +02:00
f7816db096 Set default of remind to true 2019-06-10 22:21:23 +02:00
6b748489dc Use JPA query to query candidates for recurring transactions due today
Previously the query was autogenerated but the WHERE clause was wrong,
because the braces where at the wrong places and thus the query matched
wrong data.
2019-06-10 22:02:30 +02:00
d7366f1571 Update .gitignore 2019-06-10 21:26:46 +02:00
781f0e0ac9 Re-add .gitignore file 2019-06-10 21:25:54 +02:00
0a1f564ae0 Add parent module financer-parent
Rework POM structure:
- Move general profiles to new parent
- Add dependency management for project dependencies
- Move general properties to new parent
- Alo remove version numbers from child modules, so versioning is now done via parent
2019-06-10 12:40:49 +02:00
ecd55b8638 Add parent module financer-parent
Rework POM structure:
- Move general profiles to new parent
- Add dependency management for project dependencies
- Move general properties to new parent
- Alo remove version numbers from child modules, so versioning is now done via parent
2019-06-10 12:40:49 +02:00
adf6573429 Add parent module financer-parent
Rework POM structure:
- Move general profiles to new parent
- Add dependency management for project dependencies
- Move general properties to new parent
- Alo remove version numbers from child modules, so versioning is now done via parent
2019-06-10 12:40:49 +02:00
866b54a8bf Add flag to control whether to remind about maturity of rec. transaction 2019-06-10 02:29:43 +02:00
52525ff0d1 Add flag to control whether to remind about maturity of rec. transaction 2019-06-10 02:29:43 +02:00
4b3567fa82 Prepare next development iteration for v6 2019-05-19 11:59:30 +02:00
4ae49df145 Prepare next development iteration for v6 2019-05-19 11:59:30 +02:00
8fb0e8dc38 financer release version 5 2019-05-19 11:58:39 +02:00