Uses of Record Class
com.storedobject.core.QuantityWithCost
Packages that use QuantityWithCost
-
Uses of QuantityWithCost in com.storedobject.core
Methods in com.storedobject.core that return QuantityWithCostModifier and TypeMethodDescriptionQuantityWithCost.add(QuantityWithCost another) Add another instance to this instance and return the resulted instance.static QuantityWithCostInventoryLedger.getClosingStock(InventoryItemType itemType, Date date, InventoryLocation location) static QuantityWithCostInventoryLedger.getOpeningStock(InventoryItemType itemType, Date date, InventoryLocation location) QuantityWithCost.subtract(QuantityWithCost another) Subtract another instance to this instance and return the resulted instance.Methods in com.storedobject.core with parameters of type QuantityWithCostModifier and TypeMethodDescriptionQuantityWithCost.add(QuantityWithCost another) Add another instance to this instance and return the resulted instance.QuantityWithCost.subtract(QuantityWithCost another) Subtract another instance to this instance and return the resulted instance.