diff --git a/TallyFlow/Product/Code Reviews/tallyflow-print-ui.md b/TallyFlow/Product/Code Reviews/tallyflow-print-ui.md index 37f4bc2..810ff95 100644 --- a/TallyFlow/Product/Code Reviews/tallyflow-print-ui.md +++ b/TallyFlow/Product/Code Reviews/tallyflow-print-ui.md @@ -3,13 +3,27 @@ **Tech Stack:** Flutter (desktop + mobile) ## 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 - Flutter app with android, ios, macos support - Has USER_GUIDE.md and README - Part of the print/encoding pipeline in the platform +- Supports CSV import flows, GS1 Sunrise tags, custom field registration ## Relevance -- Complements tallyflow-print (backend?) and tallyflow-web reporting -- Handles the user-facing side of printing workflows seen in tallyflow-web (ThingEdit, reports, etc.) \ No newline at end of file +- Complements tallyflow-print (backend) and tallyflow-web reporting +- 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)* diff --git a/TallyFlow/Product/Code Reviews/tallyflow-print.md b/TallyFlow/Product/Code Reviews/tallyflow-print.md index c8a366a..6ec9dd8 100644 --- a/TallyFlow/Product/Code Reviews/tallyflow-print.md +++ b/TallyFlow/Product/Code Reviews/tallyflow-print.md @@ -72,3 +72,16 @@ Operator → TallyFlow Print app → Print API → Print worker → Zebra printe ## 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. - **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)*