Wire Purchases Chart nav to existing Purchases.tsx page
The full Purchases.tsx page at /purchases (multi-week tables, date range picker, disputes/allowances rows, 24-week comparison chart) was already ported but had no sidebar nav entry. Adds it under Invoices → Purchases Chart and removes the simplified single-week PurchasesCalendar placeholder that replaced it. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
12aef0adb1
commit
1502ab8ed2
3 changed files with 1 additions and 339 deletions
|
|
@ -42,7 +42,6 @@ import MenuList from './components/MenuList'
|
|||
import MenuEditor from './components/MenuEditor'
|
||||
import BulkAllergens from './components/BulkAllergens'
|
||||
import PriceImpact from './components/PriceImpact'
|
||||
import PurchasesCalendar from './pages/PurchasesCalendar'
|
||||
|
||||
export default function App() {
|
||||
return (
|
||||
|
|
@ -60,7 +59,6 @@ export default function App() {
|
|||
<Route path="/upload" element={<Upload />} />
|
||||
<Route path="/invoices" element={<InvoiceList />} />
|
||||
<Route path="/invoice/:id" element={<Review />} />
|
||||
<Route path="/purchases-calendar" element={<PurchasesCalendar />} />
|
||||
<Route path="/disputes" element={<Disputes />} />
|
||||
<Route path="/search/invoices" element={<SearchInvoices />} />
|
||||
<Route path="/search/line-items" element={<SearchLineItems />} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue