Uses of Class
com.storedobject.core.TaxRegion
Packages that use TaxRegion
-
Uses of TaxRegion in com.storedobject.accounts
Methods in com.storedobject.accounts that return TaxRegionModifier and TypeMethodDescriptionEntityAccount.getTaxRegion()
Retrieves the associated Tax Region for this EntityAccount.Methods in com.storedobject.accounts with parameters of type TaxRegionModifier and TypeMethodDescriptionvoid
EntityAccount.setTaxRegion
(TaxRegion taxRegion) Sets the associated Tax Region for the EntityAccount. -
Uses of TaxRegion in com.storedobject.core
Methods in com.storedobject.core that return TaxRegionModifier and TypeMethodDescriptionstatic TaxRegion
static TaxRegion
TaxRegion.getDefault()
static TaxRegion
Tax.getRegion()
TaxType.getRegion()
Methods in com.storedobject.core that return types with arguments of type TaxRegionMethods in com.storedobject.core with parameters of type TaxRegionModifier and TypeMethodDescriptionvoid
InventoryGRN.computeTax
(TransactionManager tm, TaxRegion region) InventoryGRNItem.computeTax
(Date date, TaxRegion region, Currency localCurrency) int
InventoryItemType.getTaxCategory
(TaxRegion taxRegion) Get the tax category this type of item belongs to for the given tax region.static ObjectIterator
<TaxType> TaxDefinition.listTypes
(InventoryItem item, TaxRegion region, Date date) static ObjectIterator
<TaxType> TaxDefinition.listTypes
(InventoryItemType itemType, TaxRegion region, Date date) void