Merge branch 'add_delivery' of https://github.com/creamdory/erpnext into creamdory-add_delivery

This commit is contained in:
Nabin Hait
2017-11-29 14:15:16 +05:30
23 changed files with 2438 additions and 0 deletions

View File

@@ -132,6 +132,16 @@ def get_data():
},
]
},
{
"label": _("Fulfilment"),
"items": [
{
"type": "doctype",
"name": "Delivery Trip",
"description": _("Delivery Trip service tours to customers.")
}
]
},
{
"label": _("Tools"),
"icon": "fa fa-wrench",