feat(sidebar): group Purchase Order links under Purchasing #113

Merged
shad0w merged 2 commits from feat/sidebar-purchasing-section into master 2026-06-24 00:45:23 +00:00
Owner

Moves the Purchase Order navigation links into the Purchasing sidebar section and renames them for clarity.

Changes

  • Moved into Purchasing (above Items / Vendors / Cart): New PO, Closed Purchase Orders, Import PO, History
  • Renamed:
    • New PO -> New Purchase Order
    • Import PO -> Import Purchase Order
    • History -> Purchase Order History
    • (Closed Purchase Orders unchanged)
  • Top-level nav now holds only Dashboard, Approvals, Payments, Payment History, My Profile.
  • Per-role visibility for each link is preserved exactly (Import stays Manager/SuperUser; History keeps HISTORY_ROLES).

Notes

  • pnpm type-check passes.
  • Read-only roles that previously saw only History at top level (e.g. AUDITOR) now see a Purchasing section containing just Purchase Order History.

?? Generated with Claude Code

Moves the Purchase Order navigation links into the **Purchasing** sidebar section and renames them for clarity. ### Changes - **Moved into Purchasing** (above Items / Vendors / Cart): New PO, Closed Purchase Orders, Import PO, History - **Renamed:** - New PO -> **New Purchase Order** - Import PO -> **Import Purchase Order** - History -> **Purchase Order History** - (Closed Purchase Orders unchanged) - Top-level nav now holds only Dashboard, Approvals, Payments, Payment History, My Profile. - Per-role visibility for each link is preserved exactly (Import stays Manager/SuperUser; History keeps `HISTORY_ROLES`). ### Notes - `pnpm type-check` passes. - Read-only roles that previously saw only History at top level (e.g. AUDITOR) now see a Purchasing section containing just Purchase Order History. ?? Generated with [Claude Code](https://claude.com/claude-code)
shad0w added 1 commit 2026-06-24 00:39:02 +00:00
feat(sidebar): group Purchase Order links under Purchasing
Some checks failed
PR checks / checks (pull_request) Failing after 3s
PR checks / integration (pull_request) Successful in 31s
29118aa88e
Move New PO, Closed POs, Import PO and History into the Purchasing
section and rename them: "New PO" to "New Purchase Order", "Import PO"
to "Import Purchase Order", "History" to "Purchase Order History".
Per-role visibility is unchanged.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
shad0w added 1 commit 2026-06-24 00:40:58 +00:00
test(sidebar): cover PO links moved under Purchasing + renames
All checks were successful
PR checks / checks (pull_request) Successful in 44s
PR checks / integration (pull_request) Successful in 31s
2e8fd67805
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
shad0w merged commit 21df005ab6 into master 2026-06-24 00:45:23 +00:00
Sign in to join this conversation.
No description provided.