Merge branch 'master' of github.com:webnotes/erpnext
This commit is contained in:
commit
ee92f4b8ca
@ -5,7 +5,7 @@
|
|||||||
{
|
{
|
||||||
'creation': '2010-08-08 17:09:22',
|
'creation': '2010-08-08 17:09:22',
|
||||||
'docstatus': 0,
|
'docstatus': 0,
|
||||||
'modified': '2012-03-02 15:12:45',
|
'modified': '2012-03-02 15:49:26',
|
||||||
'modified_by': u'Administrator',
|
'modified_by': u'Administrator',
|
||||||
'owner': u'Administrator'
|
'owner': u'Administrator'
|
||||||
},
|
},
|
||||||
@ -22,7 +22,7 @@
|
|||||||
'section_style': u'Tray',
|
'section_style': u'Tray',
|
||||||
'server_code_error': u' ',
|
'server_code_error': u' ',
|
||||||
'show_in_menu': 0,
|
'show_in_menu': 0,
|
||||||
'version': 51
|
'version': 53
|
||||||
},
|
},
|
||||||
|
|
||||||
# These values are common for all DocField
|
# These values are common for all DocField
|
||||||
@ -117,18 +117,15 @@
|
|||||||
|
|
||||||
# DocField
|
# DocField
|
||||||
{
|
{
|
||||||
'default': u'0.00',
|
|
||||||
'doctype': u'DocField',
|
'doctype': u'DocField',
|
||||||
'fieldname': u'ref_rate',
|
'fieldname': u'base_ref_rate',
|
||||||
'fieldtype': u'Currency',
|
'fieldtype': u'Currency',
|
||||||
'label': u'Price List Rate',
|
'label': u'Price List Rate*',
|
||||||
'oldfieldname': u'ref_rate',
|
'oldfieldname': u'base_ref_rate',
|
||||||
'oldfieldtype': u'Currency',
|
'oldfieldtype': u'Currency',
|
||||||
'permlevel': 0,
|
'permlevel': 1,
|
||||||
'print_hide': 1,
|
'print_hide': 1,
|
||||||
'reqd': 0,
|
'width': u'100px'
|
||||||
'trigger': u'Client',
|
|
||||||
'width': u'70px'
|
|
||||||
},
|
},
|
||||||
|
|
||||||
# DocField
|
# DocField
|
||||||
@ -146,49 +143,6 @@
|
|||||||
'width': u'70px'
|
'width': u'70px'
|
||||||
},
|
},
|
||||||
|
|
||||||
# DocField
|
|
||||||
{
|
|
||||||
'default': u'0.00',
|
|
||||||
'doctype': u'DocField',
|
|
||||||
'fieldname': u'export_rate',
|
|
||||||
'fieldtype': u'Currency',
|
|
||||||
'label': u'Rate',
|
|
||||||
'oldfieldname': u'export_rate',
|
|
||||||
'oldfieldtype': u'Currency',
|
|
||||||
'permlevel': 0,
|
|
||||||
'reqd': 0,
|
|
||||||
'trigger': u'Client',
|
|
||||||
'width': u'100px'
|
|
||||||
},
|
|
||||||
|
|
||||||
# DocField
|
|
||||||
{
|
|
||||||
'default': u'0.00',
|
|
||||||
'doctype': u'DocField',
|
|
||||||
'fieldname': u'export_amount',
|
|
||||||
'fieldtype': u'Currency',
|
|
||||||
'label': u'Amount',
|
|
||||||
'no_copy': 0,
|
|
||||||
'oldfieldname': u'export_amount',
|
|
||||||
'oldfieldtype': u'Currency',
|
|
||||||
'permlevel': 1,
|
|
||||||
'reqd': 0,
|
|
||||||
'width': u'100px'
|
|
||||||
},
|
|
||||||
|
|
||||||
# DocField
|
|
||||||
{
|
|
||||||
'doctype': u'DocField',
|
|
||||||
'fieldname': u'base_ref_rate',
|
|
||||||
'fieldtype': u'Currency',
|
|
||||||
'label': u'Price List Rate*',
|
|
||||||
'oldfieldname': u'base_ref_rate',
|
|
||||||
'oldfieldtype': u'Currency',
|
|
||||||
'permlevel': 1,
|
|
||||||
'print_hide': 1,
|
|
||||||
'width': u'100px'
|
|
||||||
},
|
|
||||||
|
|
||||||
# DocField
|
# DocField
|
||||||
{
|
{
|
||||||
'default': u'0.00',
|
'default': u'0.00',
|
||||||
@ -221,6 +175,52 @@
|
|||||||
'width': u'100px'
|
'width': u'100px'
|
||||||
},
|
},
|
||||||
|
|
||||||
|
# DocField
|
||||||
|
{
|
||||||
|
'default': u'0.00',
|
||||||
|
'doctype': u'DocField',
|
||||||
|
'fieldname': u'ref_rate',
|
||||||
|
'fieldtype': u'Currency',
|
||||||
|
'label': u'Price List Rate',
|
||||||
|
'oldfieldname': u'ref_rate',
|
||||||
|
'oldfieldtype': u'Currency',
|
||||||
|
'permlevel': 0,
|
||||||
|
'print_hide': 1,
|
||||||
|
'reqd': 0,
|
||||||
|
'trigger': u'Client',
|
||||||
|
'width': u'70px'
|
||||||
|
},
|
||||||
|
|
||||||
|
# DocField
|
||||||
|
{
|
||||||
|
'default': u'0.00',
|
||||||
|
'doctype': u'DocField',
|
||||||
|
'fieldname': u'export_rate',
|
||||||
|
'fieldtype': u'Currency',
|
||||||
|
'label': u'Rate',
|
||||||
|
'oldfieldname': u'export_rate',
|
||||||
|
'oldfieldtype': u'Currency',
|
||||||
|
'permlevel': 0,
|
||||||
|
'reqd': 0,
|
||||||
|
'trigger': u'Client',
|
||||||
|
'width': u'100px'
|
||||||
|
},
|
||||||
|
|
||||||
|
# DocField
|
||||||
|
{
|
||||||
|
'default': u'0.00',
|
||||||
|
'doctype': u'DocField',
|
||||||
|
'fieldname': u'export_amount',
|
||||||
|
'fieldtype': u'Currency',
|
||||||
|
'label': u'Amount',
|
||||||
|
'no_copy': 0,
|
||||||
|
'oldfieldname': u'export_amount',
|
||||||
|
'oldfieldtype': u'Currency',
|
||||||
|
'permlevel': 1,
|
||||||
|
'reqd': 0,
|
||||||
|
'width': u'100px'
|
||||||
|
},
|
||||||
|
|
||||||
# DocField
|
# DocField
|
||||||
{
|
{
|
||||||
'doctype': u'DocField',
|
'doctype': u'DocField',
|
||||||
|
@ -128,7 +128,7 @@ pscript.feature_dict = {
|
|||||||
'Receivable Voucher': {'fields':['conversion_rate','currency','grand_total_export','in_words_export','rounded_total_export'],'entries':['ref_rate','export_amount','export_rate']},
|
'Receivable Voucher': {'fields':['conversion_rate','currency','grand_total_export','in_words_export','rounded_total_export'],'entries':['ref_rate','export_amount','export_rate']},
|
||||||
'Item': {'ref_rate_details':['ref_currency']},
|
'Item': {'ref_rate_details':['ref_currency']},
|
||||||
'Sales BOM': {'fields':['currency']},
|
'Sales BOM': {'fields':['currency']},
|
||||||
'Sales Order': {'fields':['Note1','OT Notes','conversion_rate','currency','grand_total_export','in_words_export','rounded_total_export'],'sales_order_details':['base_ref_rate','export_amount','export_rate']}
|
'Sales Order': {'fields':['Note1','OT Notes','conversion_rate','currency','grand_total_export','in_words_export','rounded_total_export'],'sales_order_details':['ref_rate','export_amount','export_rate']}
|
||||||
},
|
},
|
||||||
'fs_imports': {
|
'fs_imports': {
|
||||||
'Payable Voucher': {'fields':['conversion_rate','currency','grand_total_import','in_words_import','net_total_import','other_charges_added_import','other_charges_deducted_import'],'entries':['import_amount','import_rate']},
|
'Payable Voucher': {'fields':['conversion_rate','currency','grand_total_import','in_words_import','net_total_import','other_charges_added_import','other_charges_deducted_import'],'entries':['import_amount','import_rate']},
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user