AVS Carton Shipment Verifier - QR-based verification system to validate carton logs and detect unverified shipments.
 
 
 
 
Go to file
SYED MUSTUFA AHMED NAQVI fd1655947e Use custom alert sound for invalid scans
- Serve bundled sound resources from the Resources folder

- Play alert.wav when a scan has invalid QR format or missing data

- Play alert.wav when the scanned unique number is not found in the database

- Keep the alert silent for other failures, such as service errors or shipment mark update failures

- Include alert.wav in build and publish output
2026-05-06 18:08:28 +05:00
Configuration Persist scan history and mark verified shipments 2026-05-06 17:56:40 +05:00
Controllers Persist scan history and mark verified shipments 2026-05-06 17:56:40 +05:00
DTOs Persist scan history and mark verified shipments 2026-05-06 17:56:40 +05:00
Data Initial commit for AVS carton shipment verifier 2026-05-04 15:12:13 +05:00
Models Initial commit for AVS carton shipment verifier 2026-05-04 15:12:13 +05:00
Properties Initial commit for AVS carton shipment verifier 2026-05-04 15:12:13 +05:00
Repositories Persist scan history and mark verified shipments 2026-05-06 17:56:40 +05:00
Resources/Sound Use custom alert sound for invalid scans 2026-05-06 18:08:28 +05:00
ScanHistory Persist scan history and mark verified shipments 2026-05-06 17:56:40 +05:00
Services Persist scan history and mark verified shipments 2026-05-06 17:56:40 +05:00
ViewModels Initial commit for AVS carton shipment verifier 2026-05-04 15:12:13 +05:00
Views Persist scan history and mark verified shipments 2026-05-06 17:56:40 +05:00
wwwroot Use custom alert sound for invalid scans 2026-05-06 18:08:28 +05:00
.gitignore Initial commit for AVS carton shipment verifier 2026-05-04 15:12:13 +05:00
AVSCartonShipmentVerifier.csproj Use custom alert sound for invalid scans 2026-05-06 18:08:28 +05:00
AVSCartonShipmentVerifier.sln Initial commit for AVS carton shipment verifier 2026-05-04 15:12:13 +05:00
Program.cs Use custom alert sound for invalid scans 2026-05-06 18:08:28 +05:00
appsettings.Development.json Initial commit for AVS carton shipment verifier 2026-05-04 15:12:13 +05:00
appsettings.json Persist scan history and mark verified shipments 2026-05-06 17:56:40 +05:00