Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The RetailStoreInventory class performs store inventory operations such as stock count, picking and receiving.
Syntax
class RetailStoreInventory
Run On
Called
Methods
Method | Description | |
---|---|---|
![]() |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
![]() |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
![]() |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
![]() |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
![]() |
new | Initializes a new instance of the Object class. (Inherited from Object.) |
![]() |
notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
![]() |
notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
![]() |
objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
![]() |
owner | Returns the instance that owns the object. (Inherited from Object.) |
![]() |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
![]() |
toString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
![]() |
wait | Pauses a process. (Inherited from Object.) |
![]() |
xml | Returns an XML string that represents the current object. (Inherited from Object.) |
![]() ![]() |
::createStockCount | Gets the Journal number from the Xml document. |
![]() ![]() |
::deletePickingTableNotOpenInHQ | |
![]() ![]() |
::deleteReceivingTableNotOpenInHQ | |
![]() ![]() |
::deleteSuccessFullyUpdatedPickingLine | Deletes the updated picking lines. |
![]() ![]() |
::deleteSuccessFullyUpdatedReceivingLine | Deletes successfully updated receiving lines. |
![]() ![]() |
::getItemNameByItemId | Gets the Product name for the given item. |
![]() ![]() |
::getRetailUserStoreInventLocationId | Gets the warehouse for the given store. |
![]() ![]() |
::inventColorLookupByItemId | Builds a query to get the color Id. |
![]() ![]() |
::inventConfigLookupByItemId | Builds a query to get the config Id. |
![]() ![]() |
::inventSizeLookupByItemId | Builds a query to get the size Id. |
![]() ![]() |
::inventStyleLookupByItemId | Builds a query to get the style Id. |
![]() ![]() |
::isTimeToRefreshLines | |
![]() ![]() |
::itemIdLookup | Build the query and perform the lookup of Item Id. |
![]() ![]() |
::pickAll | Picks all the quantity available for invent transfer line. |
![]() ![]() |
::receiveAll | Receives all the quantity available for invent transfer line. |
![]() ![]() |
::refreshInventJournalTable | Gets the inventory journals for stock counting and update stock count table accordingly |
![]() ![]() |
::refreshInventJournalTrans | Gets the inventory journal transactions for stock counting and update stock count line accordingly |
![]() ![]() |
::refreshRetailInvPickingLines | Gets the inventory transfer order for inventory transfer picking and update RetailInvTransferPickingLine table accordingly |
![]() ![]() |
::refreshRetailInvPickingListTable | Gets the open inventory transfer orders for inventory transfer picking and update RetailInvTransferPickingTable table accordingly |
![]() ![]() |
::refreshRetailInvPickingListTable4SO | Gets the store picking lists for sales order and update RetailInvTransferPickingListTable table accordingly. |
![]() ![]() |
::refreshRetailInvReceivingLines | Gets the store receiving lists for purchase order and update RetailInvReceivingLine table accordingly. |
![]() ![]() |
::refreshRetailInvReceivingListTable | Gets the open store receiving lists for purchase order and update RetailInvReceivingListTable table accordingly. |
![]() ![]() |
::submitInventoryJournal | Creates an Xml Document with inventory dimension values and deletes the line |
![]() ![]() |
::submitRetailInvPickingLines | Creates an Xml Document with inventory dimension values and deletes the line |
![]() ![]() |
::submitRetailReceivingLines | Creates an Xml Document with inventory dimension values and deletes the line |
![]() ![]() |
::updatePickingLinesLastRefreshedFromHQ | Updates the picking lines last refreshed value in the table RetailInvTransferPickingListTable. |
![]() ![]() |
::updateReceivingLinesLastRefreshedFromHQ | Updates the receiving lines last refreshed value in the table RetailInvReceivingListTable. |
![]() ![]() |
::updateStockCountLinesLastRefreshedFromHQ | Updates the stock count last refreshed value in the table RetailStockCountTable. |
Top
Inheritance Hierarchy
Object Class
RetailStoreInventory Class