735d8a707b
Fix typo in Calculations page header text
2025-12-10 14:50:35 +01:00
691d447d16
Refactored: dedicated calculation thread. Calculationstatus Dashboard.
2025-12-10 14:49:54 +01:00
8763efd8fc
added supplier and part number info to error message
2025-12-09 11:38:32 +01:00
27166e4b00
Added user friendly error messages
2025-12-09 10:59:35 +01:00
0edcfb5258
Refactor doPrecheck method to improve parameter handling and enhance error messages with calculation date support.
2025-12-09 10:55:01 +01:00
4f0eeff16b
Refine exception message handling for missing transport rates to support nullable end dates.
2025-12-08 20:01:05 +01:00
9c56b7ec16
Fix for: Inlandsverbindung zeigt Route über Hafen an #49
2025-12-08 14:18:10 +01:00
607c057beb
Add computed properties for costs in DestinationMassHandlingCostRow, refine tariff rate message, and enhance description handling logic in MaterialFastExcelMapper
2025-12-08 12:56:48 +01:00
aa6b2db962
Fix for Bulk Edit HS Code #62 , D2D Routing #56 , D2D Route #55 , Eur-Werte mit 2 Nachkommastellen anzeigen #54
2025-12-08 11:41:39 +01:00
b1a392b5e0
Fix for Feature #64
2025-12-08 11:11:35 +01:00
c3db9ee2a6
Merge remote-tracking branch 'origin/dev' into dev
2025-12-08 10:35:39 +01:00
1f5dc0e6ff
Bugfix: user supplier with d2d routing, Bugfix: indeterminate in Destination Manager, Removed Azure maps dependency in frontend, adjusted logmessage (memory, startup)
2025-12-08 10:35:26 +01:00
Renovate-Bot
18a36c9469
Merge pull request 'Update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.8' ( #66 ) from renovate/spring-boot into dev
2025-12-08 00:02:03 +00:00
Renovate-Bot
b3d7b956f7
Merge pull request 'Update dependency com.azure.spring:spring-cloud-azure-dependencies to v5.24.0' ( #65 ) from renovate/azure-sdk-for-java-monorepo into dev
2025-12-08 00:02:01 +00:00
Renovate Bot
f6023256fb
Update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.8
2025-12-08 00:02:00 +00:00
Renovate Bot
46acb6cee8
Update dependency com.azure.spring:spring-cloud-azure-dependencies to v5.24.0
2025-12-08 00:01:58 +00:00
6e80beda14
Add null checks for error trace fields in SysErrorTransformer to prevent null values
2025-12-07 21:48:50 +01:00
78f713e4c1
Add null check for getFileName in toSysErrorTraceItem to avoid null values
2025-12-07 21:47:19 +01:00
f68679f839
fixed packaging import
2025-12-07 21:07:45 +01:00
88d258cd06
Add toggle functionality to expand/collapse all items in CalculationDumps and adjust tab order in Config page
2025-12-07 20:50:38 +01:00
f1222dc410
Add CalculationDumps component and API controller for dump management in Config page
2025-12-07 20:41:27 +01:00
726dfd63bd
Add CalculationDumpList tab for service users in Config page
2025-12-07 19:39:12 +01:00
a0db2c881c
Fix null check for destOfCurPremisses in destination update logic in destinationEdit.js.
2025-12-07 18:41:01 +01:00
89a132dc4a
Update validateHandlingCost to use 2 decimal precision for parsing numbers.
2025-12-07 18:22:30 +01:00
7531efab71
Include HS code in TaxationResolverResponse creation.
2025-12-07 18:17:16 +01:00
a72adce690
Refactor and streamline premise creation logic.
...
- Removed redundant HS code checks in `materialCheck` of `PreCalculationCheckService`.
- Introduced `PropertyService` to manage default tariffs in `PremiseCreationService`.
- Adjusted `fillPremise` method to default to `SystemPropertyMappingId.TARIFF_RATE` when no tariff is specified.
- Improved code readability with formatting and added comments for better context.
2025-12-07 18:15:25 +01:00
767964b20f
Standardize code formatting and improve validation checks.
...
- Applied consistent spacing in `PreCalculationCheckService` for better readability.
- Enhanced `materialCheck` logic to handle `tariffUnlocked` scenarios and provide detailed error messages.
- Adjusted frontend tooltip logic in `BulkOperation.vue` to handle cases where `operation.error` is null.
2025-12-07 17:31:56 +01:00
2fcba02227
Replace all console statements with centralized logger for consistent logging across components and stores.
2025-12-05 18:11:34 +01:00
0fef090372
Add dev tag handling in build workflow & remove debug logs from destinationEdit store
...
- Updated `.gitea/workflows/build.yml` to push `dev` tag when on the `dev` branch.
- Removed debug `console.log` statements from `destinationEdit.js`.
2025-12-05 17:50:30 +01:00
cbd467d3b0
Add bulk update functionality for destination data
...
- Introduced `DestinationMassUpdateDTO` to handle bulk update payload.
- Added new API endpoint `/destination/all` for mass updates in `PremiseController`.
- Updated frontend logic to support mass updating of destinations and enhanced matrix calculations with debounce.
- Improved handling of destination and route processing across components.
2025-12-05 17:36:01 +01:00
a40a8c6bb4
Intermediate commit
2025-12-04 22:43:23 +01:00
27b56bc92d
Intermediate commit
2025-12-02 23:06:28 +01:00
4da6fed8cd
Merge pull request 'main' ( #46 ) from main into dev
...
Reviewed-on: #46
2025-12-02 10:15:56 +00:00
263915d201
Merge pull request 'Remove material data migration script (V10__Material.sql)' ( #45 ) from fix/removeMigrateMaterial into main
...
Reviewed-on: #45
2025-12-02 10:12:10 +00:00
70ac4ca148
Remove material data migration script (V10__Material.sql)
2025-12-02 11:06:10 +01:00
877ad604bb
Merge pull request 'added debug output to build.yml' ( #44 ) from fix/trigbuild into main
...
Reviewed-on: #44
2025-12-01 15:10:10 +00:00
ab9cb93075
added debug output to build.yml
2025-12-01 16:09:11 +01:00
fb75f0ad59
Merge pull request 'slight change on readme to trigger a build' ( #43 ) from fix/trigbuild into main
...
Reviewed-on: #43
2025-12-01 14:37:37 +00:00
4d11325404
slight change on readme to trigger a build
2025-12-01 15:37:21 +01:00
Renovate-Bot
b3873d5109
Merge pull request 'Update dependency org.mockito:mockito-core to v5.20.0' ( #41 ) from renovate/mockito-monorepo into dev
2025-12-01 01:00:43 +00:00
Renovate-Bot
463d559f17
Merge pull request 'Update dependency org.dhatim:fastexcel-reader to v0.19.0' ( #40 ) from renovate/org.dhatim-fastexcel-reader-0.x into dev
2025-12-01 01:00:43 +00:00
Renovate Bot
576f31bfce
Update dependency org.mockito:mockito-core to v5.20.0
2025-12-01 01:00:41 +00:00
Renovate Bot
92c9bdb54b
Update dependency org.dhatim:fastexcel-reader to v0.19.0
2025-12-01 01:00:40 +00:00
Renovate-Bot
0c7c829c0b
Merge pull request 'Update dependency org.dhatim:fastexcel to v0.19.0' ( #39 ) from renovate/org.dhatim-fastexcel-0.x into dev
2025-12-01 00:00:20 +00:00
Renovate-Bot
da51cf6b17
Merge pull request 'Update dependency org.codehaus.mojo:versions-maven-plugin to v2.20.1' ( #38 ) from renovate/org.codehaus.mojo-versions-maven-plugin-2.x into dev
2025-12-01 00:00:16 +00:00
Renovate Bot
6c2f3193b2
Update dependency org.dhatim:fastexcel to v0.19.0
2025-12-01 00:00:16 +00:00
Renovate Bot
26722a04ca
Update dependency org.codehaus.mojo:versions-maven-plugin to v2.20.1
2025-12-01 00:00:14 +00:00
Renovate-Bot
81da5f0ada
Merge pull request 'Update dependency org.jvnet.jaxb:jaxb-maven-plugin to v4.0.12' ( #37 ) from renovate/org.jvnet.jaxb-jaxb-maven-plugin-4.x into dev
2025-11-30 23:00:16 +00:00
Renovate-Bot
f613fe3f49
Merge pull request 'Update apache-poi monorepo to v5.5.1' ( #36 ) from renovate/apache-poi-monorepo into dev
2025-11-30 23:00:15 +00:00
Renovate Bot
66787ba38b
Update dependency org.jvnet.jaxb:jaxb-maven-plugin to v4.0.12
2025-11-30 23:00:15 +00:00