mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-25 16:55:08 +00:00
feat: add erpnext default apps
This commit is contained in:
parent
3af70b6282
commit
2a659fe28e
2 changed files with 37 additions and 3 deletions
|
|
@ -4,8 +4,8 @@
|
||||||
"branch": "main"
|
"branch": "main"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"url": "https://github.com/cronos-capital/RAFNAV_ERP.git",
|
"url": "https://github.com/frappe/erpnext.git",
|
||||||
"branch": "main"
|
"branch": "version-15"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"url": "https://github.com/cronos-capital/raf_finance.git",
|
"url": "https://github.com/cronos-capital/raf_finance.git",
|
||||||
|
|
@ -24,7 +24,11 @@
|
||||||
"branch": "main"
|
"branch": "main"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"url": "https://github.com/cronos-capital/LRMS.git",
|
"url": "https://github.com/NagariaHussain/tldraw_whiteboard.git",
|
||||||
|
"branch": "main"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "https://github.com/kid1194/frappe_alerts.git",
|
||||||
"branch": "main"
|
"branch": "main"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
30
development/vscode-example/apps-example.json
Normal file
30
development/vscode-example/apps-example.json
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "https://github.com/cronos-capital/LMS.git",
|
||||||
|
"branch": "main"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "https://github.com/frappe/erpnext.git",
|
||||||
|
"branch": "version-15"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "https://github.com/cronos-capital/raf_finance.git",
|
||||||
|
"branch": "main"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "https://github.com/cronos-capital/matter_management.git",
|
||||||
|
"branch": "main"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "https://github.com/cronos-capital/documentation.git",
|
||||||
|
"branch": "main"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "https://github.com/cronos-capital/filing.git",
|
||||||
|
"branch": "main"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "https://github.com/cronos-capital/LRMS.git",
|
||||||
|
"branch": "main"
|
||||||
|
}
|
||||||
|
]
|
||||||
Loading…
Reference in a new issue