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
18440694ed
financer release version 5
v5
2019-05-19 11:58:39 +02:00
8a62bb8bea
Fix a bug in handling of recurring transactions with HWT NEXT_WORKDAY
...
If a recurring transaction has its firstOccurrence on a saturday it was falsely recognized as due today, if today was a sunday
2019-05-19 11:57:57 +02:00
2d2774179f
Adjust sorting order of accounts and transactions
...
Accounts are primarily sorted by a synthetic sort oder and then by their ID.
Transactions are primarily sorted by their date and then by their ID.
2019-05-15 21:09:03 +02:00
7d1f915dd8
Prepare next development iteration for v5
2019-05-14 20:20:11 +02:00
fa4d32796a
Prepare next development iteration for v5
2019-05-14 20:20:11 +02:00
31faf60da1
financer release version 4
v4
2019-05-14 20:19:37 +02:00
22c68215b9
financer release version 4
2019-05-14 20:19:37 +02:00
2208348cd5
Various fixes
...
Use URLdecode also for the descriptions of (recurring) transactions.
Further fix a bug with recurring transactions that have a firstOccurrence date in the future.
2019-05-14 20:18:17 +02:00
91d5385dbd
Handle duplicate account key issue gracefully
...
Change transaction propagation to SUPPORTS for that as otherwise an UnexpectedRollbackException gets thrown
2019-05-12 11:13:22 +02:00
148a1a4421
Handle duplicate account key issue gracefully
...
Change transaction propagation to SUPPORTS for that as otherwise an UnexpectedRollbackException gets thrown
2019-05-12 11:13:22 +02:00
c830a8e0b2
Fix rename script
2019-05-12 01:17:21 +02:00
1050e9b258
Prepare next development iteration for v4
2019-05-12 01:07:51 +02:00
2827297d01
Prepare next development iteration for v4
2019-05-12 01:07:51 +02:00
b68f1a58d8
financer release version 3
2019-05-12 01:06:49 +02:00
a78c0f217b
financer release version 3
v3
2019-05-12 01:06:49 +02:00
bcca233aac
Adjust log file settings
...
Retain max seven days of logs and change max file size to 50MB
2019-05-12 01:05:37 +02:00
8f605a17e4
Adjust log file settings
...
Retain max seven days of logs and change max file size to 50MB
2019-05-12 01:05:37 +02:00
9282c641d1
Remove artificial restriction that account keys need to start with 'accounts.'
2019-05-12 00:43:48 +02:00
c96a36f325
Remove artificial restriction that account keys need to start with 'accounts.'
...
Rework URL decoding into own util method because the previously used method
is only available since Java 10 (current runtime is 1.9 however).
Further adjust unit tests and test data to reflect the change.
Also add a migration script for already installed instances.
2019-05-12 00:43:28 +02:00
4e29ecff6a
URL decode account key to prepare for account keys with spaces
...
Also extend DEBUG logging in controllers
2019-05-11 23:44:48 +02:00
4d192e30fa
Disable JMX to enable seamless parallel deployments
2019-05-09 21:25:07 +02:00
2e7a809dd4
Map accountOverview to / so it acts as landing page
2019-05-09 21:21:15 +02:00
b288397b7f
Increase parallel deployment version to match the project version
2019-05-05 12:07:58 +02:00
03b09859a2
Increase parallel deployment version to match the project version
2019-05-05 12:07:58 +02:00
137369ab58
Prepare next development iteration for v3
2019-05-05 12:01:43 +02:00
cfdd406526
Prepare next development iteration for v3
2019-05-05 12:01:43 +02:00
f830586a4f
financer release version 2
v2
2019-05-05 12:00:28 +02:00
9203bd4ca7
financer release version 2
2019-05-05 12:00:28 +02:00
9c404021c4
Introduce 'fileName' property in POM to enable adjustments of later deployment
2019-05-05 11:59:07 +02:00
6c7a418828
Update database setup guide and introduce password for DB connection
2019-05-05 11:58:09 +02:00
9c7989d7ff
Prepare next development iteration for v2
2019-05-05 02:12:11 +02:00
ab3f08356e
Prepare next development iteration for v2
2019-05-05 02:12:11 +02:00
ccb9845e83
financer release version 1
2019-05-05 02:08:33 +02:00
762c373104
financer release version 1
v1
2019-05-05 02:08:33 +02:00
12a8b805fa
Stuff all over the place
2019-05-05 02:03:02 +02:00
9b82084f21
Introduce 'deleted' flag to RecurringTransaction
...
Hard-deleting recurring transaction cannot be done reliable because a transaction may have a foreign key reference to a recurring transaction of this transaction has been created from a recurring transaction. Thus hard-deleting a recurring transaction may lead to data inconsistencies.
2019-05-05 02:01:12 +02:00
2d780267ef
Yet yet yet another test commit for permissions handling
2019-04-22 21:55:14 +02:00
ab5d0e447a
Yet yet another test commit for permissions handling
2019-04-22 21:51:38 +02:00
78f4dea907
Yet another test commit for permissions handling
2019-04-22 21:49:59 +02:00
c88bf83834
Another test commit for permissions handling
2019-04-22 21:40:02 +02:00