From add0c85648a760cf658e2ed25d8e60c8c68419cf Mon Sep 17 00:00:00 2001 From: Nijil Y Date: Thu, 8 Dec 2011 16:53:12 +0530 Subject: [PATCH] Discount in purchase cycle --- .../accounts/doctype/pv_detail/pv_detail.txt | 40 +++++++++---------- .../buying/doctype/po_detail/po_detail.txt | 4 +- .../purchase_receipt_detail.txt | 4 +- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/erpnext/accounts/doctype/pv_detail/pv_detail.txt b/erpnext/accounts/doctype/pv_detail/pv_detail.txt index 557697f526..6d4c788968 100755 --- a/erpnext/accounts/doctype/pv_detail/pv_detail.txt +++ b/erpnext/accounts/doctype/pv_detail/pv_detail.txt @@ -5,7 +5,7 @@ { 'creation': '2010-08-08 17:09:17', 'docstatus': 0, - 'modified': '2011-12-08 15:58:58', + 'modified': '2011-12-08 16:51:09', 'modified_by': 'Administrator', 'owner': 'Administrator' }, @@ -21,7 +21,7 @@ 'section_style': 'Tray', 'server_code_error': ' ', 'show_in_menu': 0, - 'version': 28 + 'version': 30 }, # These values are common for all DocField @@ -123,6 +123,15 @@ 'trigger': 'Client' }, + # DocField + { + 'doctype': 'DocField', + 'fieldname': 'purchase_ref_rate', + 'fieldtype': 'Currency', + 'label': 'Ref Rate *', + 'permlevel': 0 + }, + # DocField { 'doctype': 'DocField', @@ -137,6 +146,15 @@ 'trigger': 'Client' }, + # DocField + { + 'doctype': 'DocField', + 'fieldname': 'import_ref_rate', + 'fieldtype': 'Currency', + 'label': 'Ref Rate ', + 'permlevel': 0 + }, + # DocField { 'doctype': 'DocField', @@ -303,23 +321,5 @@ 'permlevel': 0, 'print_hide': 1, 'report_hide': 1 - }, - - # DocField - { - 'doctype': 'DocField', - 'fieldname': 'purchase_ref_rate', - 'fieldtype': 'Currency', - 'label': 'Ref Rate *', - 'permlevel': 0 - }, - - # DocField - { - 'doctype': 'DocField', - 'fieldname': 'import_ref_rate', - 'fieldtype': 'Currency', - 'label': 'Ref Rate ', - 'permlevel': 0 } ] \ No newline at end of file diff --git a/erpnext/buying/doctype/po_detail/po_detail.txt b/erpnext/buying/doctype/po_detail/po_detail.txt index ec854c3491..c64112bc9a 100755 --- a/erpnext/buying/doctype/po_detail/po_detail.txt +++ b/erpnext/buying/doctype/po_detail/po_detail.txt @@ -5,7 +5,7 @@ { 'creation': '2010-08-08 17:09:12', 'docstatus': 0, - 'modified': '2011-12-08 16:05:27', + 'modified': '2011-12-08 16:46:57', 'modified_by': 'Administrator', 'owner': 'Administrator' }, @@ -21,7 +21,7 @@ 'section_style': 'Tray', 'server_code_error': ' ', 'show_in_menu': 0, - 'version': 54 + 'version': 56 }, # These values are common for all DocField diff --git a/erpnext/stock/doctype/purchase_receipt_detail/purchase_receipt_detail.txt b/erpnext/stock/doctype/purchase_receipt_detail/purchase_receipt_detail.txt index 3816e4543d..3c0c43d9a8 100755 --- a/erpnext/stock/doctype/purchase_receipt_detail/purchase_receipt_detail.txt +++ b/erpnext/stock/doctype/purchase_receipt_detail/purchase_receipt_detail.txt @@ -5,7 +5,7 @@ { 'creation': '2010-08-08 17:09:16', 'docstatus': 0, - 'modified': '2011-12-08 16:06:08', + 'modified': '2011-12-08 16:49:08', 'modified_by': 'Administrator', 'owner': 'Administrator' }, @@ -21,7 +21,7 @@ 'section_style': 'Tray', 'server_code_error': ' ', 'show_in_menu': 0, - 'version': 64 + 'version': 66 }, # These values are common for all DocField