Currency input from Chart of Accounts page

This commit is contained in:
Nabin Hait 2015-08-19 19:21:49 +05:30
parent 46bcbaf97b
commit 50ba6faaf6

View File

@ -211,7 +211,8 @@ erpnext.AccountsChart = Class.extend({
'Income Account', 'Tax', 'Chargeable', 'Temporary'].join('\n'),
description: __("Optional. This setting will be used to filter in various transactions.") },
{fieldtype:'Float', fieldname:'tax_rate', label:__('Tax Rate')},
{fieldtype:'Link', fieldname:'warehouse', label:__('Warehouse'), options:"Warehouse"}
{fieldtype:'Link', fieldname:'warehouse', label:__('Warehouse'), options:"Warehouse"},
{fieldtype:'Link', fieldname:'currency', label:__('Currency'), options:"Currency"}
]
})