Uses of Class
com.storedobject.core.InventoryGRN
Packages that use InventoryGRN
-
Uses of InventoryGRN in com.storedobject.accounts
Methods in com.storedobject.accounts with parameters of type InventoryGRNModifier and TypeMethodDescriptionstatic <SI extends SupplierInvoice>
voidSupplierInvoice.checkCreateFrom(Class<SI> invoiceClass, InventoryGRN grn) static <SI extends SupplierInvoice>
SISupplierInvoice.createFrom(Class<SI> invoiceClass, InventoryGRN grn, EntityAccount partyAccount) -
Uses of InventoryGRN in com.storedobject.core
Methods in com.storedobject.core that return InventoryGRNModifier and TypeMethodDescriptionInventoryItem.createGRN(Transaction transaction, InventoryStore store, Date grnDate, int grnNumber, Date invoiceDate, String invoiceReference, Entity supplier) Create the GRN for this item.InventoryItem.createGRN(Transaction transaction, InventoryStore store, Date grnDate, int grnNumber, Date invoiceDate, String invoiceReference, Entity supplier, int grnType) Create the GRN for this item.InventoryPO.createGRN(Transaction transaction, Map<Id, Quantity> quantities, InventoryGRN grn, String invoiceNumber, Date invoiceDate, Rate exchangeRate) Create a GRN for this PO.final InventoryGRNInventoryItem.getGRN()Methods in com.storedobject.core with parameters of type InventoryGRNModifier and TypeMethodDescriptionInventoryPO.createGRN(Transaction transaction, Map<Id, Quantity> quantities, InventoryGRN grn, String invoiceNumber, Date invoiceDate, Rate exchangeRate) Create a GRN for this PO.booleanInventoryPO.isApplicable(LandedCostType landedCostType, InventoryGRN grn) Is a specific type of landed cost is applicable to this PO?voidInventoryItem.setGRN(InventoryGRN grn) voidInventoryTransaction.setGRN(InventoryGRN grn) Set the GRN for this transaction so that all items will be marked as received from this GRN. -
Uses of InventoryGRN in com.storedobject.ui.inventory
Methods in com.storedobject.ui.inventory that return types with arguments of type InventoryGRNModifier and TypeMethodDescriptionprotected final ObjectEditor<InventoryGRN> GRN.createObjectEditor()Methods in com.storedobject.ui.inventory with parameters of type InventoryGRNModifier and TypeMethodDescriptionprotected booleanGRN.canFinalize(InventoryGRN grn) This method is invoked when the button is pressed to mark the GRN as inspected/received.booleanGRN.canRowEdit(InventoryGRN item) voidGRN.doDelete(InventoryGRN object) voidGRN.doEdit(InventoryGRN object) voidGRN.doView(InventoryGRN object) voidGRN.processGRN(InventoryGRN grn) voidGRNEditor.setObject(InventoryGRN object, boolean load) voidGRN.viewGRN(InventoryGRN grn) Constructors in com.storedobject.ui.inventory with parameters of type InventoryGRNModifierConstructorDescriptionComputeLandedCost(InventoryGRN grn, ObjectBrowser<InventoryGRN> grns) Constructor parameters in com.storedobject.ui.inventory with type arguments of type InventoryGRNModifierConstructorDescriptionComputeLandedCost(InventoryGRN grn, ObjectBrowser<InventoryGRN> grns)