12e2abf6f9
Added new excel converter for container rates
2025-09-26 20:35:39 +02:00
78a6d1ef7e
Added new excel converter for container rates
2025-09-26 20:35:13 +02:00
617a535da0
- Fixed issue #1 : was using premise id as packaging id, causing constraint violation in db
2025-09-26 19:48:27 +02:00
2ef67c78eb
- Fixed issue #3
...
- showing analyzer window only on startup not on empty part number list.
2025-09-26 17:57:38 +02:00
ebcd50e9a2
- Fixed issue #5
...
- resetting assistant store after creating premisses.
2025-09-26 17:46:03 +02:00
5b77968dd1
- Fixed issue #6
...
- Set mass edit default FCA Fee to false
2025-09-26 17:39:21 +02:00
83f6400d4d
- Fixed issue #13
...
- Setting values over 10e10 to 0 in frontend
2025-09-26 17:36:07 +02:00
64f36098d9
- Fixed issue #9
...
- schema updated.
- decimals fixed in frontend
- weight conversion enhanced.
2025-09-26 17:19:21 +02:00
13df95d32f
- Fixed Bulk download (draft downloads draft now)
...
- Enhanced empty country display in `CountryProperties.vue` with updated structure and styles.
- Increased default page size in `Materials.vue` from 10 to 20 for better navigation.
2025-09-26 00:09:01 +02:00
8698031689
FRONTEND:
...
- Introduced `StagedRatesStore` with support for staged changes and expiry handling.
- Updated `Rates.vue` to integrate staged rates check and display.
- Enhanced `TableView` with flag support for improved visuals.
- Adjusted bulk operation timer behavior to fix async issues.
- Incorporated Kosovo flag asset and updated styles for better layout.
BACKEND:
- Added Matrix/Container Rate import service.
- Added renewal function for expired rates.
2025-09-25 23:31:12 +02:00
2f7df47df4
New scripts for sql file generation
2025-09-24 00:09:57 +02:00
f68a6b30a5
Bulk operation:
...
- Fixed empty kilometer rates and container rates
2025-09-23 23:11:51 +02:00
ef76bf382f
Bulk operation:
...
- Material import implemented
2025-09-23 18:30:35 +02:00
afb72e4d44
Bulk operations errors fixed:
...
- changed container rate order
- allow blank rows
2025-09-23 18:13:21 +02:00
aa054ab706
Bulk operations errors fixed:
...
- outbound countries db lookup fixed
- node lookup by mapping id fixed
- allowing blank excel cells (outbound countries and pre-node list)
Fix:
- missing properties added again
2025-09-23 17:42:03 +02:00
55e072146f
Merge remote-tracking branch 'origin/main'
2025-09-23 16:47:52 +02:00
fa01115c03
Intermediate commit:
...
- bulk operations
2025-09-23 16:47:39 +02:00
Anja Guenther
dc983d52da
Überarbeitung der Beschreibung, kürzer.
2025-09-23 10:57:09 +02:00
Anja Guenther
4bad5379c4
Reihenfolge der Properties angepasst
2025-09-23 09:44:12 +02:00
Anja Guenther
3f5e3cb115
Merge branch 'main' of git.avatic.de:avatic/lcc_tool
...
# Conflicts:
# src/main/resources/master_data/01-properties.sql
2025-09-22 21:16:11 +02:00
Anja Guenther
dba0e69586
Korrektur von Beschreibung der Properties, Änderung der Reihenfolge innerhalb der Gruppen
2025-09-22 21:00:58 +02:00
ac85db0064
Fixed:
...
- property descriptions integrated
- booking_klt property added to calculations.
2025-09-22 20:20:44 +02:00
64ec4f2d11
Fixed:
...
- size and weight check before calculation
- part numbers search in assistant
2025-09-22 18:56:43 +02:00
Anja Guenther
9fe7da4a33
Merge branch 'main' of git.avatic.de:avatic/lcc_tool
2025-09-21 21:18:21 +02:00
Anja Guenther
5fc05b6383
Beschreibung der Properties im Schema eingeführt; Sort ID eingeführt;Properties gruppiert
2025-09-21 21:17:53 +02:00
e809ae0130
Fixed:
...
- show price with 2 fixed decimal places
2025-09-21 15:00:19 +02:00
cf4392ded2
Fixed:
...
- search instead of list in "create calculation"
- overflow in modal
2025-09-21 14:48:55 +02:00
0501c99903
Added errors to database and simple error view in frontend
2025-09-21 13:29:12 +02:00
5e114ce859
Added errors to database and simple error view in frontend
2025-09-19 17:00:18 +02:00
e5bd56d3a9
FRONTEND: bulk download working.
...
Added views for nodes, materials and rates
2025-09-16 20:44:41 +02:00
3b683018de
FRONTEND: bulk download mostly working
2025-09-13 22:03:51 +02:00
ad5a97ec74
BACKEND: fixed near_by routing bug
...
FRONTEND: added bulk menu
2025-09-13 21:35:46 +02:00
a2822666a6
BACKEND: fixed near_by routing bug
...
FRONTEND: added bulk menu
2025-09-13 20:09:01 +02:00
02249d2da4
FRONTEND: further bugfixing:
...
- start from scratch fixed.
- resetting report store if reporting page is called.
- destination incomplete warning fixed for d2d
- price edit formatting fixed
- report: differentiating between d2d, transport with/without mainrun.
BACKEND:
- user/groups: fixed the "/api/groups" <-> /api/groups/" error
- added missing d2d result in a calculation result.
- reporting: allow only valid calculations within reporting.
- routing: fixing remove duplicate method.
- replacing doubles with big decimals
- ... etc
2025-09-12 18:09:22 +02:00
f885704dc9
BACKEND:
...
- Moved calculation to worker threads.
- Added pre-calculation checks so that a calculation isn't started with insufficient data.
- Missing lead time for D2D added.
- Grouping for reporting works now as expected.
FRONTEND:
- Reporting implemented. Material and Valid period added to report.
- Fixed Workflow for the calculation user. Archive/Delete functionality is added.
- Missing lead time for D2D added.
2025-09-11 20:29:45 +02:00
849d31bc8e
FRONTEND: Add stacked bar chart integration with error bars using Chart.js in ReportChart; include Chart.js dependency and enhance ReportRoute with updated icons
2025-09-09 21:52:39 +02:00
abed6b82e5
FRONTEND/BACKEND: Enriching informations in report. Added route widget to destinations
2025-09-09 19:10:05 +02:00
ca3c15ecd2
BACKEND: several bugfixing in calculation and reporting
...
FRONTEND: Start implementing reporting
2025-09-07 23:48:51 +02:00
c47531a335
FRONTEND/BACKEND: fixing bugs in schema contstraints. Fixing performance issues in mass calculation (frontend)
2025-09-05 19:38:07 +02:00
32feeb06a0
BACKEND: Introduce AzureMapsController for managing Azure Maps configuration with Entra ID integration; add endpoints for configuration retrieval, health checks, and role-based permissions; enhance country dataset in alldata.sql with names for better clarity.
2025-09-04 16:43:02 +02:00
45742d731d
FRONTEND/BACKEND: Refactor destination editing and input components; add startCalculation method to PremiseEditStore, implement Properties and BulkUpload components, introduce case-insensitive deserialization for DimensionUnit and WeightUnit, improve UI handling and modularity across input fields, and revise DTO and repository logic for improved state handling and validation.
2025-09-03 15:59:02 +02:00
f5c4e1159f
Working on MassEdit and SingleEdit
2025-08-28 21:55:02 +02:00
0061d01b75
FRONTEND/BACKEND: Add batch destination editing with DestinationSetDTO support; refactor DestinationService to handle bulk updates and enhance validation; update PremiseEditStore with batch processing methods (finishMassEdit, cancelMassEdit); implement conditional UI behavior for bulk edit mode in CalculationMassEdit.vue and DestinationListView.vue; introduce new DTOs (DestinationSetDTO, DestinationSetListItemDTO) and repository methods (getByPremiseIdsAndNodeIds).
2025-08-26 16:20:34 +02:00
1690d869d6
FRONTEND/BACKEND: Refactor and extend error-handling capabilities; update ErrorStore with new actions like clearErrors and expanded error fields (traceCombined); rework PremiseEditStore for enhanced destination and premise state management; introduce mass destination editing functionality; modify UI components (CalculationListItem.vue) for improved styling and base64-encoded route handling; backend adjustments include adding support for externalMappingId in NodeTransformer and RouteNodeRepository.
2025-08-26 09:54:37 +02:00
6eaf3d4abc
FRONTEND/BACKEND: Add comprehensive error capturing and reporting functionality; implement ErrorController and FrontendErrorDTO for backend handling; introduce useErrorStore in frontend for collecting and transmitting errors; integrate error handling into PremiseEditStore, MaterialStore, and other related components; enhance DestinationListView and destination editing workflow with new modal behavior and user-defined cost handling.
2025-08-21 14:10:35 +02:00
b13f5db876
FRONTEND: Add destination editing functionality with modal support; integrate RadioOption and TabContainer reusable UI components; extend PremiseEditStore with destination management methods (addDestination, deleteDestination, editDestination); refactor components (DestinationItem, DestinationListView) to support editing and deletion events. Fix minor console log issues in PriceEdit.
2025-08-18 21:01:59 +02:00
918ea98d1c
FRONTEND: Downgrade vite to 7.0.6 and rollup dependency to 4.40.0; remove unused logger import from PremiseEditStore.
2025-08-17 14:01:13 +02:00
155ad018c9
FRONTEND/BACKEND: Add support for setting material details (hsCode, tariffRate, materialCost, etc.) in PremiseTransformer and PremiseDetailDTO; implement useMaterialStore and useCustomsStore for querying and managing state; enhance supplier and material editing views with new UI components (SelectNode), a map placeholder, and modal dialogs; update schema for premise_route_node and enhance repository queries; upgrade dependencies (vite, rollup) and introduce initial Google Maps integration.
2025-08-17 12:41:18 +02:00
7e9a437f8f
FRONTEND/BACKEND: Refactored PremiseController to use @RequestParam for premises fetching; enhanced destination and supplier editing views with new UI components (DestinationItem, MaterialEdit, PackagingEdit) and styling updates; introduced PremiseEditStore for managing premise state. Added handling for unmatched routes with fallback redirection.
2025-08-12 21:05:04 +02:00
e7bcab5ae3
FRONTEND: Add new UI components (ModalDialog, Dropdown, InputField) and store modules (AssistantStore, NodeStore) with comprehensive state management; refactor styles for consistency across buttons, input fields, and search components; enhance calculation and node creation workflows.
2025-08-12 15:20:34 +02:00