Feature/wms 50 (#57)

* create warehouse
* edit warehouse changes
* Update: linted and formatted
* add warehouse button
* user access changes
* basic table component changes
* Updated: eslint errors
* basic table component changes
* update: linted
* add New Product form api integrate
* add new product changes
* textarea changes
* Linted code
* Fix: image preview placeholder

Co-authored-by: [Diksha] <[diksha39511@gmail.com]>
Co-authored-by: Llewellyn Dsouza <lledsouza2209@gmail.com>
This commit is contained in:
Dikshajain39511
2022-02-16 11:54:27 +05:30
committed by GitHub
parent fc5128aec1
commit 243f4c5fa1
8 changed files with 607 additions and 241 deletions

View File

@@ -18,7 +18,7 @@ function SetupInventory() {
},
{
name: 'Products',
path: { update: '/', addNew: '/setup/inventory/inventory-new', cycleCount: '/', list: '/' },
path: { update: '/', addNew: '/setup/inventory/product/add-new-product', cycleCount: '/', list: '/' },
icon: <ProductsIcon />
},
{