mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-17 09:19:49 +08:00
* Support Get Weight * changing the position of the buttons Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
44 lines
859 B
JSON
44 lines
859 B
JSON
{
|
|
"server": {
|
|
"host": "localhost",
|
|
"port": 9527
|
|
},
|
|
"adempiere": {
|
|
"api": {
|
|
"url": "https://api.erpya.com/api/adempiere/",
|
|
"timeout": 10000
|
|
},
|
|
"images": {
|
|
"url": "https://api.erpya.com/adempiere-api/img/"
|
|
}
|
|
},
|
|
"repository": {
|
|
"url": "https://api.github.com",
|
|
"releaseNo": "releaseNoForDocumentation"
|
|
},
|
|
"documentation": {
|
|
"api": {
|
|
"url": "https://api.github.com/repos/adempiere/"
|
|
}
|
|
},
|
|
"betaFunctionality": {
|
|
"window": false,
|
|
"process": false,
|
|
"report": false,
|
|
"smartBrowser": false,
|
|
"form": false
|
|
},
|
|
"pointOfSales": {
|
|
"endpoint": "/form/addons/point-of-sales"
|
|
},
|
|
"priceChecking": {
|
|
"endpoint": "/form/addons/point-of-sales"
|
|
},
|
|
"match": {
|
|
"endpoint": "/form/addons/match"
|
|
},
|
|
"Weight": {
|
|
"endpoint": "/form/addons/weight"
|
|
}
|
|
}
|