mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +00:00
landed cost voucher added in module page
This commit is contained in:
@@ -74,8 +74,8 @@ def get_data():
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Landed Cost Wizard",
|
"name": "Landed Cost Voucher",
|
||||||
"description": _("Distribute transport overhead across items."),
|
"description": _("Update additional costs to calculate landed cost of items"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
|
|||||||
@@ -71,8 +71,9 @@
|
|||||||
"read_only": 1
|
"read_only": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"icon": "icon-usd",
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"modified": "2014-08-08 13:11:55.764550",
|
"modified": "2014-09-01 12:05:46.834513",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Stock",
|
"module": "Stock",
|
||||||
"name": "Landed Cost Voucher",
|
"name": "Landed Cost Voucher",
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"doctype": "Landed Cost Voucher",
|
||||||
|
"name": "_Test Landed Cost Voucher 1"
|
||||||
|
}
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user