Deduplicate vendor seen by partnumber and fix vendor mappings list

This commit is contained in:
Mikhail Chusavitin
2026-02-20 15:37:41 +03:00
parent 7d402b756d
commit 60563509e4
8 changed files with 396 additions and 91 deletions

View File

@@ -174,7 +174,7 @@ Configurator, projects, and export links must **not** appear in the menu.
| `lot_partnumbers` | partnumber → LOT mappings (canonical contract) |
| `qt_lot_bundles` | Bundle definitions |
| `qt_lot_bundle_items` | Bundle composition: `(bundle_lot_name, lot_name, qty)` |
| `qt_vendor_partnumber_seen` | Seen registry + `is_ignored` flag |
| `qt_vendor_partnumber_seen` | Seen registry (unique by `partnumber`) + `is_ignored` flag |
---