Conversation
Introduce first-class warehouses with migrations linking stock locations, plus warehouse stats, tree utilities, and scoped reporting. Extend DRF for inventory, dashboard, bulk, cycle counts, reservations, sales/procurement, and audit; add cycle reservation filters and localized string handling aligned with Wagtail snippets and tenant catalog hooks. Frontend: warehouses API/hooks, location list with summary strip, saved views, stock records panel, and a richer tree/form/capacity UX; dashboard KPIs and stock-by-location chart. Align tenant locale sync, locale preference, search command, and parity tests; refresh locale JSON across languages. Seeders and factories support warehouse-aware locations. Documentation and contributing notes updated for architecture and i18n limitations. Broad test coverage for API, services, reports, snippets, and seeders.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Add locale-scoped stock/locations/[id] route and location detail page. - Refine location tree, stock records panel, list page, saved views toolbar, and search. - Extend inventory API serializers and views; add coverage in test_inventory_api. - Sync tenant-facing strings across public locales and script JSON; add locale parity test.
- Add stock/warehouses route, list page, form dialog, and zod schema - Extend use-warehouses and wire sidebar, breadcrumbs, command search - Update location form dialog, tree, and location list page - Refresh locale bundles and inventory script sources (ar, en, es, fr, rw, sw)
…rough an exception Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Jean Paul Elisa NIYOKWIZERWA <140616733+Ndevu12@users.noreply.github.com>
…rough an exception Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Jean Paul Elisa NIYOKWIZERWA <140616733+Ndevu12@users.noreply.github.com>
…rough an exception Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Jean Paul Elisa NIYOKWIZERWA <140616733+Ndevu12@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduce first-class warehouses with migrations linking stock locations, plus warehouse stats, tree utilities, and scoped reporting. Extend DRF for inventory, dashboard, bulk, cycle counts, reservations, sales/procurement, and audit; add cycle reservation filters and localized string handling aligned with Wagtail snippets and tenant catalog hooks.
Frontend: warehouses API/hooks, location list with summary strip, saved views, stock records panel, and a richer tree/form/capacity UX; dashboard KPIs and stock-by-location chart. Align tenant locale sync, locale preference, search command, and parity tests; refresh locale JSON across languages.
Seeders and factories support warehouse-aware locations. Documentation and contributing notes updated for architecture and i18n limitations. Broad test coverage for API, services, reports, snippets, and seeders.
closes: #98