From 12ce3eefca455e165b1c563e06c901ae506605c6 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Mon, 1 Sep 2014 18:14:44 +0530 Subject: [PATCH] landed cost voucher added in module page --- erpnext/config/stock.py | 4 ++-- .../doctype/landed_cost_voucher/landed_cost_voucher.json | 3 ++- erpnext/stock/doctype/landed_cost_voucher/test_records.json | 6 ++++++ 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 erpnext/stock/doctype/landed_cost_voucher/test_records.json diff --git a/erpnext/config/stock.py b/erpnext/config/stock.py index afee0f5e2d..bfb4b7fd94 100644 --- a/erpnext/config/stock.py +++ b/erpnext/config/stock.py @@ -74,8 +74,8 @@ def get_data(): }, { "type": "doctype", - "name": "Landed Cost Wizard", - "description": _("Distribute transport overhead across items."), + "name": "Landed Cost Voucher", + "description": _("Update additional costs to calculate landed cost of items"), }, { "type": "doctype", diff --git a/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.json b/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.json index f064198d8f..682a16bfd1 100644 --- a/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.json +++ b/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.json @@ -71,8 +71,9 @@ "read_only": 1 } ], + "icon": "icon-usd", "is_submittable": 1, - "modified": "2014-08-08 13:11:55.764550", + "modified": "2014-09-01 12:05:46.834513", "modified_by": "Administrator", "module": "Stock", "name": "Landed Cost Voucher", diff --git a/erpnext/stock/doctype/landed_cost_voucher/test_records.json b/erpnext/stock/doctype/landed_cost_voucher/test_records.json new file mode 100644 index 0000000000..4fc0017939 --- /dev/null +++ b/erpnext/stock/doctype/landed_cost_voucher/test_records.json @@ -0,0 +1,6 @@ +[ + { + "doctype": "Landed Cost Voucher", + "name": "_Test Landed Cost Voucher 1" + } +]