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) Create a GRN for this PO.final InventoryGRN
InventoryItem.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) Create a GRN for this PO.boolean
InventoryPO.isApplicable
(LandedCostType landedCostType, InventoryGRN grn) Is a specific type of landed cost is applicable to this PO?void
InventoryItem.setGRN
(InventoryGRN grn) void
InventoryTransaction.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 boolean
GRN.canFinalize
(InventoryGRN grn) This method is invoked when the button is pressed to mark the GRN as inspected/received.default boolean
ProducesGRN.canFinalize
(InventoryGRN grn) This method is invoked when the button is pressed to mark the GRN as inspected/received.boolean
GRN.canRowEdit
(InventoryGRN item) void
GRN.doDelete
(InventoryGRN object) void
GRN.doEdit
(InventoryGRN object) void
GRN.doView
(InventoryGRN object) default void
ProducesGRN.extraGRNInfoCreated
(InventoryGRN grn, StoredObject extraInfo) This is invoked when an "Extra Information" instance is created for a GRN.default void
ProducesGRN.extraGRNInfoLoaded
(InventoryGRN grn, StoredObject extraInfo) This is invoked when an existing "Extra Information" instance is loaded for the current object.void
GRN.processGRN
(InventoryGRN grn) default void
ProducesGRN.savingGRNExtraInfo
(InventoryGRN grn, StoredObject extraInfo) This is invoked when an existing "Extra Information" instance is being saved.void
GRNEditor.setObject
(InventoryGRN object, boolean load) protected void
GRN.statusChanged
(InventoryGRN grn) This is invoked whenever the GRN status is changed.default void
ProducesGRN.statusOfGRNChanged
(InventoryGRN grn) This is invoked whenever status of a GRN is changed.void
GRN.viewGRN
(InventoryGRN grn) Constructors in com.storedobject.ui.inventory with parameters of type InventoryGRN