mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
feat( financial statment) :sales & purchases by items & inventory query.
This commit is contained in:
@@ -182,6 +182,43 @@ export default [
|
||||
sidebarShrink: true,
|
||||
backLink: true,
|
||||
},
|
||||
{
|
||||
path: `/financial-reports/purchases-by-items`,
|
||||
component: lazy(() =>
|
||||
import(
|
||||
'containers/FinancialStatements/PurchasesByItems/PurchasesByItems'
|
||||
),
|
||||
),
|
||||
breadcrumb: 'Purchases by Items',
|
||||
// hotkey: '',
|
||||
pageTitle: formatMessage({ id: 'purchases_by_items' }),
|
||||
backLink: true,
|
||||
sidebarShrink: true,
|
||||
},
|
||||
{
|
||||
path: `/financial-reports/sales-by-items`,
|
||||
component: lazy(() =>
|
||||
import('containers/FinancialStatements/SalesByItems/SalesByItems'),
|
||||
),
|
||||
breadcrumb: 'Sales by Items',
|
||||
// hotkey: '',
|
||||
pageTitle: formatMessage({ id: 'sales_by_items' }),
|
||||
backLink: true,
|
||||
sidebarShrink: true,
|
||||
},
|
||||
{
|
||||
path: `/financial-reports/inventory-valuation`,
|
||||
component: lazy(() =>
|
||||
import(
|
||||
'containers/FinancialStatements/InventoryValuation/InventoryValuation'
|
||||
),
|
||||
),
|
||||
breadcrumb: 'Inventory Valuation ',
|
||||
// hotkey: '',
|
||||
pageTitle: formatMessage({ id: 'inventory_valuation' }),
|
||||
backLink: true,
|
||||
sidebarShrink: true,
|
||||
},
|
||||
{
|
||||
path: '/financial-reports',
|
||||
component: lazy(() =>
|
||||
|
||||
Reference in New Issue
Block a user