mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
feat(warehouseTransfer): add create & delete transfer & details.
This commit is contained in:
@@ -119,25 +119,25 @@ export const getDashboardRoutes = () => [
|
||||
},
|
||||
// Warehouse Transfer.
|
||||
{
|
||||
path: `/warehouse-transfers/:id/edit`,
|
||||
path: `/warehouses-transfers/:id/edit`,
|
||||
component: lazy(() => import('containers/Items/ItemFormPage')),
|
||||
name: 'warehouse-transfer-edit',
|
||||
pageTitle: intl.get('warehouse_transfer.label.edit_warehouse_transfer'),
|
||||
backLink: true,
|
||||
},
|
||||
{
|
||||
path: `/warehouse-transfers/new`,
|
||||
path: `/warehouses-transfers/new`,
|
||||
component: lazy(() =>
|
||||
import(
|
||||
'../containers/WarehouseTransfers/WarehouseTransferForm/WarehouseTransferFormPage'
|
||||
),
|
||||
),
|
||||
name: 'warehouse-transfer-new',
|
||||
name: 'warehouses-transfer-new',
|
||||
pageTitle: intl.get('warehouse_transfer.label.new_warehouse_transfer'),
|
||||
backLink: true,
|
||||
},
|
||||
{
|
||||
path: `/warehouse-transfers`,
|
||||
path: `/warehouses-transfers`,
|
||||
component: lazy(() =>
|
||||
import(
|
||||
'../containers/WarehouseTransfers/WarehouseTransfersLanding/WarehouseTransfersList'
|
||||
|
||||
Reference in New Issue
Block a user