AVS Carton Shipment Verifier - QR-based verification system to validate carton logs and detect unverified shipments.
 
 
 
 
Go to file
SYED MUSTUFA AHMED NAQVI d7cfdd191d Add moved-to-warehouse timestamp logging
- Set moved_to_warehouse_at with UTC timestamp when a carton is first marked as moved

- Preserve existing moved_to_warehouse update and duplicate-scan behavior

- Return and store moved-to-warehouse timestamp in scan result/history models

- Add SQLite history compatibility column for stored successful scans

- Show "Moved To Warehouse At" in successful scan history UI, with "-" for null values

- Add configurable moved_to_warehouse_at column mapping
2026-06-19 11:47:30 +05:00
Configuration Add moved-to-warehouse timestamp logging 2026-06-19 11:47:30 +05:00
Controllers Improve desktop browser launch flow 2026-05-23 11:39:36 +05:00
DTOs Add moved-to-warehouse timestamp logging 2026-06-19 11:47:30 +05:00
Data Add carton verification status checks 2026-05-15 11:40:13 +05:00
Hosting Improve desktop browser launch flow 2026-05-23 11:39:36 +05:00
Models Initial commit for AVS carton shipment verifier 2026-05-04 15:12:13 +05:00
Properties Handle cancelled history reads gracefully 2026-05-23 11:41:22 +05:00
Repositories Add moved-to-warehouse timestamp logging 2026-06-19 11:47:30 +05:00
Resources/Sound Use custom alert sound for invalid scans 2026-05-06 18:08:28 +05:00
ScanHistory Add moved-to-warehouse timestamp logging 2026-06-19 11:47:30 +05:00
Services Add moved-to-warehouse timestamp logging 2026-06-19 11:47:30 +05:00
ViewModels Analytics API and Dashboard Data 2026-05-15 18:13:47 +05:00
Views Add moved-to-warehouse timestamp logging 2026-06-19 11:47:30 +05:00
wwwroot Add moved-to-warehouse timestamp logging 2026-06-19 11:47:30 +05:00
.gitignore Configure desktop host and deployment settings 2026-05-15 11:37:30 +05:00
AVSCartonShipmentVerifier.csproj Configure desktop host and deployment settings 2026-05-15 11:37:30 +05:00
AVSCartonShipmentVerifier.sln Initial commit for AVS carton shipment verifier 2026-05-04 15:12:13 +05:00
Program.cs Add moved-to-warehouse timestamp logging 2026-06-19 11:47:30 +05:00
appsettings.Development.json Update desktop host configuration 2026-05-23 11:40:30 +05:00
appsettings.Example.json Update desktop host configuration 2026-05-23 11:40:30 +05:00
appsettings.json Add moved-to-warehouse timestamp logging 2026-06-19 11:47:30 +05:00
dotnet-tools.json Handle cancelled history reads gracefully 2026-05-23 11:41:22 +05:00