Update TallyFlow Print code reviews with develop branch features (CSV import, GS1 Sunrise, custom fields, profile updates) and marketing notes

This commit is contained in:
TNB
2026-07-17 10:26:48 -04:00
parent e43c5e5818
commit cf1d5db9de
2 changed files with 30 additions and 3 deletions
@@ -3,13 +3,27 @@
**Tech Stack:** Flutter (desktop + mobile) **Tech Stack:** Flutter (desktop + mobile)
## Purpose ## Purpose
UI for TallyFlow Print functionality (likely tag printing/encoding workflows). UI for TallyFlow Print functionality (tag printing/encoding workflows, batch imports, GS1 support).
## Observations ## Observations
- Flutter app with android, ios, macos support - Flutter app with android, ios, macos support
- Has USER_GUIDE.md and README - Has USER_GUIDE.md and README
- Part of the print/encoding pipeline in the platform - Part of the print/encoding pipeline in the platform
- Supports CSV import flows, GS1 Sunrise tags, custom field registration
## Relevance ## Relevance
- Complements tallyflow-print (backend?) and tallyflow-web reporting - Complements tallyflow-print (backend) and tallyflow-web reporting
- Handles the user-facing side of printing workflows seen in tallyflow-web (ThingEdit, reports, etc.) - Handles the user-facing side of printing workflows seen in tallyflow-web (ThingEdit, reports, etc.)
## Recent Changes (develop branch pull - July 2026)
**Major theme:** CSV import UI, GS1 Sunrise support, custom fields in registration, profile updates.
**Key additions from develop:**
- Add support for CSV import of part, quantity, category to print tags (Flutter UI for batch import and database lookup).
- Initial support for retail GS1 Sunrise dual-carrier tags.
- Add org custom fields to TallyFlow registration UI.
- Update profile name and id from 'simple' to 'internal'.
- Bump version to 1.3.0 for custom field registration support.
- Additional fixes for offline situations and iOS/Android README updates.
*Last updated: 2026-07-17 by Hermes Agent (after develop pull using hermes_agent_ed25519 key)*
@@ -72,3 +72,16 @@ Operator → TallyFlow Print app → Print API → Print worker → Zebra printe
## Roadmap / Integration Opportunities ## Roadmap / Integration Opportunities
- **Mobile (Assets) integration** for Scan-and-Print workflows — Allow the mobile app to trigger print jobs (e.g., reprint, on-demand encoding during field scans or enrollment). Closes the gap between mobile asset management and the Print pillar. - **Mobile (Assets) integration** for Scan-and-Print workflows — Allow the mobile app to trigger print jobs (e.g., reprint, on-demand encoding during field scans or enrollment). Closes the gap between mobile asset management and the Print pillar.
- **IoT integration** — Expose print job status/events and printer health to TallyFlow IoT for unified dashboards and alerts. - **IoT integration** — Expose print job status/events and printer health to TallyFlow IoT for unified dashboards and alerts.
## Recent Changes (develop branch pull - July 2026)
**Major theme:** CSV import for batch printing, GS1 Sunrise dual-carrier retail tags, custom field registration, internal profile standardization.
**Key additions from develop:**
- Add import and database lookup via a CSV file for a list of parts and quantities to print (supports batch workflows).
- Initial support for retail GS1 Sunrise dual-carrier tags.
- Custom field registration support (bumped versions to 0.8.0 / 1.3.0).
- Add org custom fields to TallyFlow registration UI.
- Update profile name and id from 'simple' to 'internal'.
- Additional bug fixes and profile enhancements.
*Last updated: 2026-07-17 by Hermes Agent (after develop pull using hermes_agent_ed25519 key)*