product report list + detail report
This commit is contained in:
@@ -39,6 +39,10 @@ import UpdateBrand from '@/pages/brand/Update'
|
||||
import UpdateWarranty from '@/pages/warranty/Update'
|
||||
import PaymentList from '@/pages/payment/List'
|
||||
import UpdateShipment from '@/pages/shipment/Update'
|
||||
import CreateFine from '@/pages/payment/CreateFine'
|
||||
import Fines from '@/pages/payment/Fines'
|
||||
import TicketsList from '@/pages/tickets/List'
|
||||
import ProductReport from '@/pages/report/ProductReport'
|
||||
const MainRouter: FC = () => {
|
||||
|
||||
const { hasSubMenu } = useSharedStore()
|
||||
@@ -99,6 +103,12 @@ const MainRouter: FC = () => {
|
||||
<Route path={Pages.admin.create} element={<AdminCreate />} />
|
||||
|
||||
<Route path={Pages.financial.list} element={<PaymentList />} />
|
||||
<Route path={Pages.financial.createFine} element={<CreateFine />} />
|
||||
<Route path={Pages.financial.fines} element={<Fines />} />
|
||||
|
||||
<Route path={Pages.ticket.list} element={<TicketsList />} />
|
||||
|
||||
<Route path={Pages.report.product} element={<ProductReport />} />
|
||||
</Routes>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user