Vinculum Release Notes

Version 9.3.159

16th July, 2024


Vin eRetail

Order Management: 

Change Requests/ Enhancements/ Improvements:

  • Multiple Brand Filter on SKU Enquiry:


  1. Users can now filter the SKUs by selecting multiple brands using Brand Code filter on the SKU enquiry screen (max 10 brands)


Navigation: Vin e-Retail >> Masters >> SKU Master



  • Visibility of Endless Aisle Order's Attributes:


  1. The order detail page is now enhanced for Endless Aisle orders providing visibility of the Sales Representative and customer’s walk-in location for better insights into each order and quick customer assistance.

Navigation: Vin e-Retail >> Sales >> Order Enquiry>> Order Create/Edit

  • Enhancement in Bulk User Creation in Multi-client Environment:


  1. Users can now be directly created/ linked to their associated clients during user creation through import using the newly added “Client ID” field in the bulk import sheet. 

Navigation: Vin e-Retail >> Admin>> User Management>> User Master > Import

  • Better Visibility of Hazmat Label :


  1. This enhancement provides better visibility of the Hazmat label on order processing screens ensuring an accurate Hazmat label is attached to each shipment and reinforcing the safety protocols for hazardous material shipments.

Navigation: Vin e-Retail >> WMS>> Order Processing>> Manage Picking 

                    Vin e-Retail >> Sales >> Order Enquiry>> Order Create/ Edit

  • Provision of Bulk Shipment Processing via Import:


a. With this enhancement, users can do the bulk order processing of shipments using the Bulk Order Shipment screen. This feature allows users to do actions in bulk like Pack, Unpack, Cancel, and Ship.

Navigation: Vin e-Retail >> WMS>> Order Processing>> Bulk Order Shipment


Warehouse Management:

Change Requests/ Enhancements/ Improvements:

  • Alternate printing of Label and Invoice: 

  1. The users can now print invoices and labels together. The print would happen sequentially order-wise alternating between invoice and label of each order.

  2. This will help save time and avoid the sorting of documents.

  3. This functionality is not supported for ZPL format labels.

Navigation: WMS>> Order Processing >> Delivery Shipping


  • Location-wise derived inventory view for BOM:

  1. An option to view the derived inventory can be viewed location-wise from Headoffice. Earlier only consolidated total derived inventory across all locations or for a single location was available.

  2. Derived inventory is the maximum possible complete BOMs that can be created from the inventory of child SKUs.

Navigation: WMS>> Inventory >> Inventory View >> By SKU BOM


  • Sound alert for errors in the WMS Android App:


  1. An error sound has been introduced across the App when an error occurs due to incorrect input or other reasons.

  2. This makes it easier for users to recognise an error has occurred during a process.


  • Access controlled restriction on skipping a pick task in the WMS Android App:

  1. Users can be restricted from scrolling to the next pick task, using access control, without either picking or short-picking the current pick task.

  2. This enforces the pickers using the defined picking path and optimum picking behaviour.

Navigation: WMS App>> Picking >> Orderwise Picking


Key Bug Fixes:

  • STO screen: real-time calculation of available qty: 

  1. The available quantity in the STO detail screen was earlier a snapshot of inventory from the time of STO creation.

  2. This has been updated to provide real-time visibility of available stock of the SKU.

Navigation: Returns and Transfer >> Transfer >> STO Order Create/Edit


  • Improved clarity of error messages on LPN scan:

  1. The system earlier used to throw a generic error message "Picklist No/Lpn No not found" when an LPN scanned was invalid.

  2. An LPN can be invalid for a few reasons. The earlier error message left users ambiguous on the reason for failure and the action required from their end.

  3. The following two cases have self-explanatory messages now:

    1. The order associated with the LPN is already packed. The system will throw the following error: “Order <OrderNo> associated with this LPN is already packed”.

    2. The order(s) associated with the LPN have been cancelled. The system will throw the following error: “Order <OrderNo> associated with this LPN is cancelled/unallocated”.

Navigation: WMS >> Order Processing >> Manage Picking



Vin FBS (Store Fulfillment App)

Change Requests/ Enhancements/ Improvements:

  • B2C Manifest Module:


We're excited to announce a major upgrade to the manifest creation module in the Store Fulfillment app! Offering greater efficiency and control over shipment processing.


Key enhancements:

  1. Unified Manifest Creation: Generate manifests for both self-fulfilled and marketplace orders within a single, user-friendly interface.

  2. Proforma Manifest Printing: Print preliminary manifests to ensure accuracy before finalizing shipments.

  3. Dynamic Manifest Management: Add or remove individual shipments from existing manifests for ultimate flexibility.

  4. Advanced Filtering Options: Leverage multiple filters to quickly locate specific orders and streamline manifest creation.


  • Order Remarks Visibility:


  1. Users can now view any customer comments or order remarks directly within the order interface allowing tailored order processing based on customer notes.


Vin Endless Aisle

Change Requests/ Enhancements/ Improvements:

  • Capturing Order Notes:

    This update introduces the ability to add any specific order creation notes for Endless Aisle orders directly within the order creation screen, empowering staff with greater flexibility in managing Endless Aisle orders.


  • Proforma Invoice Generation:

    Store staff now have provision to generate and print the  Proforma invoice before creating the final invoice. These invoices can function as bills and be sent to customers electronically, enhancing order management with pre-billing capabilities for endless aisle orders!


Vin Lister

Change Requests/ Enhancements/ Improvements:

  • Addition of filters in the Export screen:

  1. From Export >> Product by Export profile, users can generate the output of respective marketplaces. Users can now generate the export based on parameters like  Brand, SKU Creation date, Number of SKUs Etc :


  • SKU push only after the image transformation is completed:

  1. With this enhancement, SKUs will be pushed only after the image transformation is completed. The SKU will be in pending status under transmit enquiry if the SKUs are pushed in bulk and images are not transformed.


Standard APIs

Change Requests/ Enhancements/ Improvements:

  • Addition of Bundle Information in Order & Return Fetch APIs:


  1. Order and Return fetch APIs are now enhanced to include Bundle article information using which users can retrieve the details of the Bundle article along with its child SKU associated with the shipment in the response.


API Touchpoints:    /order/orderPull

                               /order/status

                              /order/customerOrder

                              /order/orderInvoice

                              /order/shipmentDetail

                              /rtv/detail


  • Enhanced Data Filtering with Shipment Detail API:

  1. The “filterBy” parameter is enhanced to retrieve the shipment details on the basis of shipment created, updated, shipped, and delivered date offering granular shipment information.

  2. The LPN from which SKUs have been allocated is now also added in the shipment detail API response. 


API Touchpoint  /order/shipmentDetail


  • Addition of Seller Order Rejection Attributes in Order Fetch API:

  1. Order fetch API now includes comprehensive order line rejection information. Sellers can access the rejected quantity, reason, and who has rejected the order line. This enables sellers to retrieve rejection attributes directly within the API response.


API Touchpoint/orderFetch


  • Option to update and pull PO additional charges:


  1. The users can update the value of additional charges applied to a PO via  PO Create API. Chargemaster should be defined for the concerned vendor.

  2. The additional charges applied on a PO can also be retrieved from the system via PO PULL API.


API Touchpoint:  /po/create

API Touchpoint:   /po/popull