mirror of
https://github.com/frappe/bench.git
synced 2024-11-11 15:51:03 +00:00
Create contrib-apps.json
This commit is contained in:
parent
19e31b447c
commit
8a673c419a
24
install_scripts/contrib-apps.json
Normal file
24
install_scripts/contrib-apps.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"jasper_erpnext_report": {
|
||||
"app_url": "http://localhost",
|
||||
"app_name": "jasper_erpnext_report",
|
||||
"app_icon": "icon-file-text",
|
||||
"app_color": "black",
|
||||
"app_description": "Make your own reports in jasper and print them in pdf, docx, xlsx and other formats.",
|
||||
"app_publisher": "Luis Fernandes",
|
||||
"repo_url": "https://github.com/saguas/jasper_erpnext_report.git",
|
||||
"app_title": "Jasper Erpnext Report",
|
||||
"app_version": "0.1.0"
|
||||
},
|
||||
"base_vat": {
|
||||
"app_url": "http://localhost",
|
||||
"app_name": "base_vat",
|
||||
"app_icon": "icon-credit-card",
|
||||
"app_color": "#C0C0C0",
|
||||
"app_description": "Check the VAT number depending of the country.",
|
||||
"app_publisher": "Luis Fernandes",
|
||||
"repo_url": "https://github.com/saguas/frappe_base_vat.git",
|
||||
"app_title": "Base VAT",
|
||||
"app_version": "0.0.1"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user