invoice module

This commit is contained in:
roshelrao
2021-07-01 15:51:04 +05:30
parent 9f47df5613
commit 1332448d72
21 changed files with 422992 additions and 34133 deletions

View File

@@ -0,0 +1,13 @@
{
"label": "Invoices",
"menu": ["Invoices", "fa-file"],
"icon": "fa-files",
"user_levels": [
"Admin",
"Manager",
"User"
],
"model_namespace": "\\Invoices\\Model",
"manager": "\\Invoices\\Extension",
"headless": false
}