Ext.namespace('commondata.ExchangeRate');
commondata.ExchangeRate.EntityName='Exchange Rate';
commondata.ExchangeRate.exchangeRateId='exchangeRateId';
commondata.ExchangeRate.createdByUser='Created User';
commondata.ExchangeRate.createdOffice='Created Office';
commondata.ExchangeRate.createdDtmLoc='Created Time';
commondata.ExchangeRate.createdTimeZone='Created Timezone';
commondata.ExchangeRate.updatedByUser='Updated User';
commondata.ExchangeRate.updatedOffice='Updated Office';
commondata.ExchangeRate.updatedDtmLoc='Updated Time';
commondata.ExchangeRate.updatedTimeZone='Updated Timezone';
commondata.ExchangeRate.recordVersion='Record Version';
commondata.ExchangeRate.curIdFrom='Currency From Id';
commondata.ExchangeRate.curIdTo='Currency To Id';
commondata.ExchangeRate.rate='Exchange Rate';
commondata.ExchangeRate.effDate='Effective Date';
commondata.ExchangeRate.disDate='Expiring Date';
commondata.ExchangeRate.exchangeName='Exchange Name';
commondata.ExchangeRate.baseIndicator='Indicator';
commondata.ExchangeRate.remark='Remark';
commondata.ExchangeRate.principalGroupCode='Principal Group Code';
commondata.ExchangeRate.currencyFrom='Currency From';
commondata.ExchangeRate.currencyTo='Currency To';

Ext.namespace('commondata.Country');
//InventoryInv  Country
commondata.Country.countryCode='Country Code';
commondata.Country.countryName='Country Name';
