add module warehouse

This commit is contained in:
daeng.deni@dharma.or.id 2023-06-10 21:56:23 +07:00
parent 2b26aa9da3
commit 315a9afaaf
2 changed files with 14 additions and 2 deletions

View File

@ -29,6 +29,7 @@
"putrakuningan/master-module": "dev-master",
"putrakuningan/supplier-module": "dev-master",
"putrakuningan/product-module": "dev-master",
"putrakuningan/warehouse-module": "dev-master",
"simplesoftwareio/simple-qrcode": "^4.2",
"spatie/laravel-activitylog": "^4.7",
"spatie/laravel-permission": "^5.10",
@ -125,6 +126,11 @@
"name": "putrakuningan/product-module",
"type": "vcs",
"url": "https://git.putrakuningan.com/putrakuningan/Product"
},
{
"name": "putrakuningan/warehouse-module",
"type": "vcs",
"url": "https://git.putrakuningan.com/putrakuningan/Warehouse"
}
]
}

View File

@ -1,4 +1,10 @@
{
"Logs": true,
"Usermanager": true
"Usermanager": true,
"Company": true,
"Supplier": true,
"Buyer": true,
"Product": true,
"Warehouse": true,
"Master": true,
"Logs": true
}