Uses of Class
com.storedobject.core.Rate
Packages that use Rate
Package
Description
-
Uses of Rate in com.storedobject.accounts
Methods in com.storedobject.accounts that return RateMethods in com.storedobject.accounts with parameters of type Rate -
Uses of Rate in com.storedobject.core
Fields in com.storedobject.core declared as RateMethods in com.storedobject.core that return RateModifier and TypeMethodDescriptionRate.average(BigDecimal another) static RateCurrencyRate.getBuyingRate()CurrencyRateProvider.getBuyingRate()ExchangeRate.getBuyingRate()Money.getBuyingRate(Date date, Currency currency) Gets the selling rate.static RateMoney.getBuyingRate(Date date, Currency currency, SystemEntity systemEntity) Gets the buying rate.static RateMoney.getBuyingRate(Date date, Currency from, Currency to) Gets the selling rate.Money.getBuyingRate(Currency currency) Gets the selling rate.static RateMoney.getBuyingRate(Currency currency, SystemEntity systemEntity) Gets the buying rate.static RateMoney.getBuyingRate(Currency from, Currency to) Gets the selling rate.InventoryGRN.getExchangeRate()Money.getExchangeRate(Date date, Currency currency) Gets the exchange rate (average of selling rate and buying rate).Money.getExchangeRate(Date date, Currency currency, SystemEntity systemEntity) Gets the exchange rate (average of selling rate and buying rate).static RateMoney.getExchangeRate(Date date, Currency from, Currency to) Gets the exchange rate (average of selling rate and buying rate).Money.getExchangeRate(Currency currency) Gets the exchange rate (average of selling rate and buying rate).Money.getExchangeRate(Currency currency, SystemEntity systemEntity) Gets the exchange rate (average of selling rate and buying rate).static RateMoney.getExchangeRate(Currency from, Currency to) Gets the exchange rate (average of selling rate and buying rate).CurrencyRate.getRate()default RateCurrencyRateProvider.getRate()ExchangeRate.getRate()CurrencyRate.getSellingRate()CurrencyRateProvider.getSellingRate()ExchangeRate.getSellingRate()Money.getSellingRate(Date date, Currency currency) Gets the selling rate.static RateMoney.getSellingRate(Date date, Currency currency, SystemEntity systemEntity) Gets the selling rate.static RateMoney.getSellingRate(Date date, Currency from, Currency to) Gets the selling rate.Money.getSellingRate(Currency currency) Gets the selling rate.static RateMoney.getSellingRate(Currency currency, SystemEntity systemEntity) Gets the selling rate.static RateMoney.getSellingRate(Currency from, Currency to) Gets the selling rate.Rate.reverse()Methods in com.storedobject.core with parameters of type RateModifier and TypeMethodDescriptionvoidInventoryGRN.correctExchangeRate(Transaction transaction, Rate exchangeRate) InventoryPO.createGRN(Transaction transaction, Map<Id, Quantity> quantities, InventoryGRN grn, String invoiceNumber, Date invoiceDate, Rate exchangeRate) Create a GRN for this PO.Money.percentage(Rate percentage) Calculate the percentage.voidCurrencyRate.setBuyingRate(Rate buyingRate) voidExchangeRate.setBuyingRate(Rate buyingRate) voidInventoryGRN.setExchangeRate(Rate exchangeRate) voidCurrencyRate.setSellingRate(Rate sellingRate) voidExchangeRate.setSellingRate(Rate sellingRate) Money.toLocal(Rate exchangeRate, SystemEntity systemEntity) Convert this monetary value to the equivalent in local currency by multiplying with the given "exchange rate".Money.toLocal(Rate exchangeRate, TransactionManager tm) Convert this monetary value to the equivalent in local currency by multiplying with the given "exchange rate".Constructors in com.storedobject.core with parameters of type Rate -
Uses of Rate in com.storedobject.core.converter
Methods in com.storedobject.core.converter that return RateMethods in com.storedobject.core.converter that return types with arguments of type Rate -
Uses of Rate in com.storedobject.ui
Constructors in com.storedobject.ui with parameters of type Rate