Add zone notifications and zone delete events to TallyFlow Core documentation

- Documented existing Alert Time + email notifications for zone exceptions
- Documented killDuration, immediateKill, killMode delete behaviors for tag recycling and parent/child cleanup
- Updated both SOW requirements (marketing) and User's Guide (product)
This commit is contained in:
TNB
2026-06-29 10:45:02 -04:00
parent 3f85caf085
commit b0fd3123cc
2 changed files with 7 additions and 0 deletions
@@ -12,6 +12,8 @@
- Multiple zones (receiving, storage, outbound, delivery) - Multiple zones (receiving, storage, outbound, delivery)
- Push/transition assets between zones - Push/transition assets between zones
- Time-in-zone visibility and alerts - Time-in-zone visibility and alerts
- **Zone notifications**: Send notifications on zone exceptions (e.g., asset in zone too long)
- **Zone delete events**: Automatically delete assets or remove tags after a period when an asset enters a zone (supports tag recycling/reassignment; asset can remain while tag is reassigned). Extensible to parent/child relationships (e.g., tote asset remains but children are removed from the parent)
### 3. ERP Integration ### 3. ERP Integration
- Optional keyboard wedge / direct injection into ERP - Optional keyboard wedge / direct injection into ERP
@@ -37,6 +37,8 @@ The central web platform for managing assets, tags, categories, zones, and repor
- Import assets and tags via Excel - Import assets and tags via Excel
- Configure categories, zones, and organizational settings - Configure categories, zones, and organizational settings
- Reporting and exception management - Reporting and exception management
- Zone notifications: configurable Alert Time (minutes) + email recipients for exceptions (e.g. asset in zone too long)
- Zone delete events: Delete Delay (hours), Delete Immediately checkbox, and Delete Behavior (killMode) for automatic asset/tag removal or recycling on zone entry. Supports parent/child relationships (children can be detached while parent asset remains)
- Integration points for external systems (ERP, etc.) - Integration points for external systems (ERP, etc.)
### 2. Mobile App (Enroll) ### 2. Mobile App (Enroll)
@@ -59,6 +61,7 @@ Desktop and mobile application (Flutter) paired with a Rust backend service for
- Print and encode RFID + barcode labels on Zebra printers - Print and encode RFID + barcode labels on Zebra printers
- Strong **GS1-128 / Case Label** support (GTIN-14 treated as case labels, proper AI (21) serial handling) - Strong **GS1-128 / Case Label** support (GTIN-14 treated as case labels, proper AI (21) serial handling)
- Dedicated **FSMA 204** 300dpi label templates and ZPL configs for food traceability compliance - Dedicated **FSMA 204** 300dpi label templates and ZPL configs for food traceability compliance
- Pre-configured **workflow profiles** for popular use cases including **FSMA**, **SSCC** (Serialized Shipping Container Code), and internal-use barcode/RFID labeling
- Support for Simple tags, GS1 case tags, parent/child tag structures - Support for Simple tags, GS1 case tags, parent/child tag structures
- Category names printed on labels - Category names printed on labels
- Multiple printer management and connection testing - Multiple printer management and connection testing
@@ -90,6 +93,8 @@ Connectivity layer for sensors, gateways, and connected devices.
- Automated status updates without manual scanning - Automated status updates without manual scanning
- Edge-to-cloud data pipelines feeding TallyFlow Core - Edge-to-cloud data pipelines feeding TallyFlow Core
- Support for both short-range (BLE, RFID) and wide-area (LoRa, cellular) IoT networks - Support for both short-range (BLE, RFID) and wide-area (LoRa, cellular) IoT networks
- RFID GPIO support for reader triggers and control
- Compatible with TallyFlow Core deployed in the cloud or on-premises
--- ---