Commit Graph

  • f478961b8b exclude asset transaction without membership Michael Hoennig 2024-01-23 10:51:26 +0100
  • 8ec4ffa569 set Shares+Assets comment to comment instead of reference Michael Hoennig 2024-01-23 10:50:19 +0100
  • 5d9a075d4d fixes in data-model for data-import Michael Hoennig 2024-01-23 10:32:07 +0100
  • e444f648b3 split memberNumber into partnerNumber+memberNumberSuffix (WIP) Michael Hoennig 2024-01-23 10:32:38 +0100
  • acf48004b4 fixes in data-model for data-import Michael Hoennig 2024-01-23 10:32:07 +0100
  • 3c89164a67 rename membernumber -> membernumbersuffix Michael Hoennig 2024-01-22 13:15:20 +0100
  • 9f9575f51f rename debitorNumberPrefix -> partnerNumber Michael Hoennig 2024-01-22 10:48:39 +0100
  • 13ddaa2afd separate actual import and verification test methods Michael Hoennig 2024-01-22 12:33:28 +0100
  • 678c79cf4f ignore .environment* Michael Hoennig 2024-01-22 10:36:32 +0100
  • 2a1e933c00 remove commented code and other cleanup from code-review Michael Hoennig 2024-01-20 15:33:25 +0100
  • b00c4ce8a8 reactivate uncommented test and remove commented code Michael Hoennig 2024-01-20 15:09:31 +0100
  • fe4b0866ed improved aliases Michael Hoennig 2024-01-20 14:46:42 +0100
  • 52d4b4d458 add refundBankAccount to DebitorEntityPatcher Michael Hoennig 2024-01-20 14:46:35 +0100
  • 837e7fee97 in target diagram: introduce partner-person partner-role to Hostsharing eG Michael Hoennig 2024-01-20 13:09:41 +0100
  • d069e87c01 add missing billable and vatReverseCharge to OpenAPI and Patcher Michael Hoennig 2024-01-19 14:35:08 +0100
  • 06a39c421e add missing debitorNumberPrefix to OpenAPI - not patchable, though Michael Hoennig 2024-01-19 14:09:23 +0100
  • d4785b472c add missing birthPlace to OpenAPI and Patcher Michael Hoennig 2024-01-19 13:46:39 +0100
  • 6d4ba9b094 add missing membershipfeebillable to DB, OpenAPI and Patcher Michael Hoennig 2024-01-19 13:40:58 +0100
  • a382c141b3 name alias gw-importOfficeData and fix test task dependency Michael Hoennig 2024-01-19 13:40:34 +0100
  • 5d298a498f auto generate representative relationship if no explicit contractor set, add vip-contact and fix db enum value for ex-partner Michael Hoennig 2024-01-19 12:39:03 +0100
  • a0abec6a85 fix import-office-data alias / gw importOfficeData Michael Hoennig 2024-01-18 15:49:01 +0100
  • 007e1522b7 add ex-partner to Relationship-Type and properly extract distinct persons from contacts.csv Michael Hoennig 2024-01-18 14:03:06 +0100
  • d03fb70465 UML object diagram for new target data model for business partners Michael Hoennig 2024-01-18 13:57:46 +0100
  • 31141ad4c3 PartnerDetails: add birthplace, and improve toString and introduce @Tag("import") Michael Hoennig 2024-01-17 18:25:35 +0100
  • 1512e0e1a5 first version of functional data model of office module Michael Hoennig 2024-01-16 18:44:01 +0100
  • 1e5bc03407 make contacts.csv easier readable by empty lines, comments and better numbering Michael Hoennig 2024-01-16 15:49:53 +0100
  • 2e609884bf remove _CONTACT from relationship types Michael Hoennig 2024-01-16 15:46:56 +0100
  • 683c2f0ce4 enable import of a single contact for multiple roles Michael Hoennig 2024-01-16 14:44:17 +0100
  • 19f962cf2e HasUUid for all Entity classes and migrate SOLE_AGENT+JOINT_AGENT to REPRESENTATIVE Michael Hoennig 2024-01-16 14:24:46 +0100
  • 3a66a28a33 import operational contact + allow multiple assignments of contacts Michael Hoennig 2024-01-16 09:53:39 +0100
  • cd7ea891c2 revert accidental comment about billingContact Michael Hoennig 2024-01-15 17:01:25 +0100
  • 2f3e4038e4 remove precondition Michael Hoennig 2024-01-15 16:58:07 +0100
  • ff2671ff92 environment scripting for import-office-tables Michael Hoennig 2024-01-15 16:31:29 +0100
  • 033a86f10d separately import contact as billing or contractual contact Michael Hoennig 2024-01-13 21:27:09 +0100
  • 2f5acd4171 use env variables for admin+restricted user, jdbc-url and admin-password Michael Hoennig 2024-01-12 18:41:16 +0100
  • db7c101691 Liquibase-Scripts and database migration possible with explicit (non-superuser) DB-User Michael Hoennig 2024-01-11 18:05:46 +0100
  • 70621fd482 always use jdbc:postgresql://localhost:5432/postgres for ImportTestData Michael Hoennig 2024-01-11 16:49:36 +0100
  • e9a8699aa1 delete test data before import Michael Hoennig 2024-01-11 16:49:10 +0100
  • 1299b4e20a increase length of hs_office_contact.label to 96 Michael Hoennig 2024-01-11 15:37:38 +0100
  • 76ad26b747 amend test data (Paule -> Petra) which was confusingly similar to basic test data (Paul) + cleanup Michael Hoennig 2024-01-11 15:37:01 +0100
  • 5162aa0606 add defaultPrefix to HsOfficeDebitorEntity.toString() Michael Hoennig 2024-01-11 15:34:23 +0100
  • 90508df42d remove hsh00- from default prefix Michael Hoennig 2024-01-11 10:30:05 +0100
  • 5d7a245d9d import debitorPrefix, debitorSuffix, defaultPrefix etc. (WIP) Michael Hoennig 2024-01-11 09:35:46 +0100
  • 340a53a3d5 add column vatReverseCharge to table hs_office_debitor + view hs_office_debitor_rv Michael Hoennig 2024-01-11 09:34:10 +0100
  • ab281c93a7 Merge pull request 'HSDB Dump Script' (#9) from hsh-michaelhierweck-hsdb-dump-script into db-migration Timotheus Pokorra 2024-01-11 09:05:11 +0100
  • 368170d27e Merge remote-tracking branch 'origin/master' into db-migration Michael Hoennig 2024-01-10 17:51:02 +0100
  • 980524e7ab add: membership-fee-billable, debitor.billable, debitor.billingContact, debitor.defaultPrefix Michael Hoennig 2024-01-09 12:11:56 +0100
  • 1f278819c3 HSDB Dump Script Michael Hierweck 2024-01-09 12:28:57 +0100
  • e427bb1784 Merge pull request 'fix+improve-project-setup' (#8) from fix+improve-project-setup into master Timotheus Pokorra 2024-01-09 09:01:12 +0100
  • 238e413aa7 Merge branch 'master' into fix+improve-project-setup Timotheus Pokorra 2024-01-09 09:00:26 +0100
  • 5f9a6d53d8 Merge pull request 'Add information related to Podman storage to README.' (#3) from readme-podman-storage into master Timotheus Pokorra 2024-01-09 08:58:57 +0100
  • fef9fba073 Merge branch 'master' into readme-podman-storage Timotheus Pokorra 2024-01-09 08:58:00 +0100
  • 3d77dcc2ce Merge pull request 'Requirements aktualisiert' (#4) from TP-20240104-readme_requirements into master Timotheus Pokorra 2024-01-09 08:56:18 +0100
  • 38e4b00107 Merge branch 'master' into TP-20240104-readme_requirements Timotheus Pokorra 2024-01-09 08:55:29 +0100
  • 7e31e95d57 persist shares+assets Michael Hoennig 2024-01-08 13:48:31 +0100
  • 53d46da49a import coop assets Michael Hoennig 2024-01-08 13:13:24 +0100
  • b0bfb127b6 implement import of coop-share-transactions Michael Hoennig 2024-01-08 11:36:47 +0100
  • 5280527eae Merge remote-tracking branch 'origin/master' into db-migration Michael Hoennig 2024-01-06 18:24:00 +0100
  • 96ef490207 code cleanup, removing commented code Michael Hoennig 2024-01-06 18:23:13 +0100
  • 0a996a9a8f remove SDKMAN from README, JDK is now downloaded by Gradle Toolchain Michael Hoennig 2024-01-06 18:12:25 +0100
  • 242b6f88c9 make OWASP_API_KEY optionally Michael Hoennig 2024-01-06 18:11:24 +0100
  • abbb61727b fix spelling of semamandate Michael Hoennig 2024-01-06 18:08:29 +0100
  • 97f428055e import legacy-ids for contact, partner + sepamandate Michael Hoennig 2024-01-06 18:07:09 +0100
  • 1b3eef0e14 use record[named-field] for column access Michael Hoennig 2024-01-05 14:39:00 +0100
  • 0f71c6a88d re-activate auto-download of JDK with Gradle Toolchain support (#7) Michael Hoennig 2024-01-05 15:16:12 +0100
  • df6919f7b9 re-re-activate auto-download of JDK with Gradle Toolchain support Michael Hoennig 2024-01-05 15:04:46 +0100
  • a042eff8bc improve test assertions Michael Hoennig 2024-01-05 14:20:41 +0100
  • ae1b6b44b6 fix partner import, the last row was skipped Michael Hoennig 2024-01-05 13:57:01 +0100
  • 9391877a46 Merge remote-tracking branch 'origin/master' into db-migration Michael Hoennig 2024-01-05 13:46:24 +0100
  • 5c651891c3 Merge pull request 'Version Upgrade to Spring Boot 3.1.7, JDK 21, Gradle 8.5, Postgres 15 etc.' (#5) from version-upgrade-spring-boot-3-2-1-etc into master Michael Hoennig 2024-01-05 13:40:49 +0100
  • 727644736d Merge remote-tracking branch 'origin/master' into version-upgrade-spring-boot-3-2-1-etc Michael Hoennig 2024-01-05 13:25:50 +0100
  • 1f49970e66 amendmends according to code review Michael Hoennig 2024-01-05 11:07:34 +0100
  • e5e9f26856 Liquibase-Changesets für Legacy-ID Mapping of Office-Admininistration-Tables Michael Hoennig 2024-01-05 10:58:47 +0100
  • 85abe5c3cb amendmends according to code review Michael Hoennig 2024-01-05 10:52:15 +0100
  • a5d1544bac fix typo member_asstr_id->member_asset_id Michael Hoennig 2024-01-05 10:34:41 +0100
  • 47338cead8 Liquibase-Changesets für Legacy-ID Mapping Michael Hoennig 2024-01-05 08:19:49 +0100
  • 63b02ff9cb Small fix in README Timotheus Pokorra 2024-01-04 22:46:40 +0100
  • 07dbc45c80 Revert "upgrade to SpringBoot 3.2.1" because HibernateTypes are incompatible to inclided Hibernate version Michael Hoennig 2024-01-04 15:51:34 +0100
  • b15464bed5 upgrade to SpringBoot 3.2.1 Michael Hoennig 2024-01-04 14:45:40 +0100
  • 650ae365e5 Merge remote-tracking branch 'origin/master' into version-upgrade-spring-boot-3-2-1-etc Michael Hoennig 2024-01-04 14:07:19 +0100
  • d97827c01e add IDEA Plugin Suggestions and re-generated index Michael Hoennig 2024-01-04 14:06:11 +0100
  • e9dde69c40 improve Markdown/PlantUML/Mermaid documentation Michael Hoennig 2024-01-04 13:24:04 +0100
  • 7f98bbde64 fix pitest, spotless and cleanup Michael Hoennig 2024-01-04 12:39:39 +0100
  • ea130581a3 unit test and improve PostgresArray Michael Hoennig 2024-01-04 12:38:40 +0100
  • f8de575b77 cleanup Michael Hoennig 2024-01-04 09:49:45 +0100
  • d2f9f0ae8f fix invalid assertion Michael Hoennig 2024-01-04 09:49:40 +0100
  • 4c44f42b79 fix vulnerability CVE-2022-1471 by forcing snakeyaml 2.2 Michael Hoennig 2024-01-04 09:10:20 +0100
  • 73f147c557 fix most unit tests and improve usage of assumeThat Michael Hoennig 2024-01-04 08:43:52 +0100
  • 378e1ec584 fix Postgres typing error by casting 2nd operator of like operator to text Michael Hoennig 2024-01-04 08:43:22 +0100
  • ec53934f30 fix problem with Postgres function array return value in Hibernate 6 Michael Hoennig 2024-01-03 18:13:22 +0100
  • 063fcf90a3 SpringBoot, Gradle, Java etc. version upgrades and add OWASP API key via gradle.properties Michael Hoennig 2024-01-03 09:24:14 +0100
  • 845857c14d Requirements aktualisiert Timotheus Pokorra 2024-01-04 09:13:27 +0100
  • e8e898d18d header handling for buisoness partners import file Michael Hoennig 2023-09-04 16:18:35 +0200
  • 37e867c33d rename ImportBusinessPartners to ImportOfficeTables Michael Hoennig 2022-11-25 06:30:31 +0100
  • 33fabf35e3 amend architecture test Michael Hoennig 2022-10-30 09:38:59 +0100
  • a4c1614939 use test database Michael Hoennig 2022-10-30 09:38:46 +0100
  • e1dd9b08c2 add some asserts to sepa mandate import Michael Hoennig 2022-10-30 09:14:01 +0100
  • 1134401310 add some asserts Michael Hoennig 2022-10-30 09:00:11 +0100
  • d44d2e3e82 import bank-accounts + sepa-mandates Michael Hoennig 2022-10-29 18:18:19 +0200
  • fa5fb30117 persist memberships+debitors - still with wrong reference Michael Hoennig 2022-10-29 17:51:14 +0200