SendSafe can help manage your inventory in a number of different ways using several different tools.
You can optionally set par levels for items. If the quantity in stock goes below the par level or is predicted to go below the par level when all queued orders complete THEN an email alert is send out. The email will indicate whether this is an actual inventory level alert or a predicted inventory level alert (i.e. a level which will occur shortly). Par levels for an item are set by entering a record into the Inventory Par table in the store config:
This method of tracking is always used. It will allow you know how much of any one item are in stock.
This method of tracking is optional. It will allow you to track which units are in stock, sold, and in RMA processing.
This page is used to mark specific units as sold. The unit is identified by serial number. The unit must have been previously entered into the system either by RMA or an Inventory Balance adjustment.
The item's serial number is entered into this admin page (either via barcode scanner or keyboard). This page will then mark the inventory as sold by moving the inventory to the bin designated by Application("RMASoldInventoryBid").
This Admin page is used to report on items in inventory bins and move items between inventory bins. The "Report Type" dropdown allows selection between reports. The Units Report at its most basic level shows how many units have been sold or processed during a specified time frame.
Special assignment actions occur for items which have been handled by the RMA system. If an item that was handled by the RMA system is added to the salable bin (a special bid disignated as salable items), then the item is automatically added to a matching items table entry by increasing the QtyInStock by 1. This action is performed by a special RMA Job.
This admin page is used to report the stock levels for each SKU. You can create reports which only show information for SKUs which have stocking levels below, above, or equal to a specific par levels or zero.
This report is typically combined with a bar code reader and special input pages, and custom reports. It is used to report how many units each employee has processed. If you use a call center, this report can be easily modified to record the employee ID for each call center worker who entered an order for a customer.
This report shows the employee Id entered into the InspectedBy DB column for each lineitem.
The optional e-store framework will stop selling a product once the inventory level on that product (QtyInStock) reaches or drops below zero. This sales limiting function can be enabled or disabled for the entire storefront. You have the global options of displaying out of stock messages with or without a buy button.
When a product is out of stock, an out of stock message is displayed and the add to cart button is disabled. The out of stock message is ether the default “Temporarily out of stock” OR the message can be configured to be a unique message on an item by item basis by inserting messages into the OutOfStockMsg column. This message can include hyperlinks to special contact pages or custom images (icons) which you create. Most HTML tags are legal in this field. Test carefully, because an unclosed TAG could mess up an entire buying page!
Product levels can drop below zero before sales limiting starts disabling further sales. This occurs in two ways:
The above over-sales of items are allowed on the principal that stocking control should have a minimum impact on a customer. Customer will not understand why they could only buy 4 of an item when they tried to add ten to the cart OR they will be upset when an item they added to the cart is no longer available at the time of checkout.
If an item in the cart is out of stock, an out of stock message is displayed in the cart below each affected item (this message is not configurable at this time).
If you require absolute inventory locking then we can customize the SendSafe to perform in this way. It will result in products in a customer's cart disappearing if the inventory level is too low. This could confuse or anger some customers who through they had the product reserved by placing it in their cart. You will need a clear policy statement explaining what can happen to items left in a cart for an extended period of time. We also recommend that you add the display of stock levels on all purchasing pages.