From 815a75f917334cb0d1f8ae3314aa6513166d8dd1 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Wed, 16 Nov 2011 16:34:53 +0530 Subject: [PATCH] Rewritten landed cost wizard --- .../landed_cost_wizard/landed_cost_wizard.txt | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/erpnext/stock/doctype/landed_cost_wizard/landed_cost_wizard.txt b/erpnext/stock/doctype/landed_cost_wizard/landed_cost_wizard.txt index 76f4968f2c2..1e12afae71c 100644 --- a/erpnext/stock/doctype/landed_cost_wizard/landed_cost_wizard.txt +++ b/erpnext/stock/doctype/landed_cost_wizard/landed_cost_wizard.txt @@ -3,16 +3,16 @@ # These values are common in all dictionaries { - 'creation': '2010-08-08 17:09:07', + 'creation': '2011-11-16 16:17:22', 'docstatus': 0, - 'modified': '2011-11-16 15:59:42', + 'modified': '2011-11-16 16:32:18', 'modified_by': 'Administrator', 'owner': 'wasim@webnotestech.com' }, # These values are common for all DocType { - '_last_update': '1321350727', + '_last_update': '1321441191', 'colour': 'White:FFF', 'default_print_format': 'Standard', 'doctype': 'DocType', @@ -22,7 +22,7 @@ 'section_style': 'Simple', 'server_code_error': ' ', 'show_in_menu': 1, - 'version': 33 + 'version': 35 }, # These values are common for all DocField @@ -117,11 +117,18 @@ 'role': 'Purchase Manager' }, + # DocField + { + 'doctype': 'DocField', + 'fieldtype': 'HTML', + 'label': 'Process', + 'options': '
Process:
1. Fetch and select Purchase Receipt
2. Enter extra costs
3. Click on Update Landed Cost button
4. Cost will be added into other charges table of selected PR proportionately based on net total
5. Item Valuation Rate will be recalculated
' + }, + # DocField { 'doctype': 'DocField', 'fieldtype': 'Section Break', - 'label': 'Select PR', 'options': 'Simple' }, @@ -174,7 +181,6 @@ { 'doctype': 'DocField', 'fieldtype': 'Section Break', - 'label': 'Update Landed Cost', 'options': 'Simple' },