tane/apps/app_seeds/test/data/export_import
vjrj bf091bf852 feat(labels): print seed labels with QR from an inventory selection
Add multi-select to the inventory and a "Print labels" flow that renders a
PDF sheet of labels (small stickers or large cards), each carrying the seed's
common name, variety, scientific name, year/origin and a tanemaki://seed QR
that holds the seed's data offline (future scan-to-import).

- SeedLabelCodec: compact, versioned tanemaki://seed URI (encode/decode)
- LabelSheetService: pure-Dart PDF grid (pdf + barcode + DejaVu), RTL-aware
- VarietyRepository.labelRows: one row per lot, locale-picked common name
- InventoryCubit selection mode; contextual app bar + label print sheet
- i18n en/es/pt (printLabels.*)

Tests: codec, PDF service (both formats + RTL), labelRows, selection cubit,
inventory widget selection.
2026-07-10 19:14:04 +02:00
..
csv_import_repository_test.dart style: dart format reflow (no behavior change) 2026-07-09 22:19:43 +02:00
import_reconciler_test.dart feat(inventory): CSV/JSON export and JSON import with LWW reconciliation 2026-07-09 12:46:53 +02:00
inventory_csv_codec_test.dart style: dart format reflow (no behavior change) 2026-07-09 22:19:43 +02:00
inventory_csv_import_test.dart style: dart format reflow (no behavior change) 2026-07-09 22:19:43 +02:00
inventory_json_codec_test.dart style: dart format reflow (no behavior change) 2026-07-09 22:19:43 +02:00
inventory_round_trip_test.dart fix(sync): re-seed HLC clock from stored rows so local edits win LWW 2026-07-10 02:06:01 +02:00
seed_label_codec_test.dart feat(labels): print seed labels with QR from an inventory selection 2026-07-10 19:14:04 +02:00