Customer contacts

Record extra addresses and contact information on a Customer

Customer records now support having many contacts. Useful for cases where a Customer has many addresses etc.

  • Allocation now has the property lineItemsCount showing the count of line items, useful for find single line item allocations quickly, such as in wave building.
  • Allocation now has the property activityLastAt showing when the Allocation was last modified, or a related action last happened.
  • Introduced the inventory preferences quantityOnHandMinimum and quantityOnHandMaximum which are used in replenishment to inform desired stock levels.
  • Product now has the property activityLastAt showing when the product was last modified, or when inventory actions last happened in relation to the Product, whichever was last.
  • A location now records the last cycle count information on the properties "cycleCountedAt" and "cycleCountedBy" for display purposes.
  • Customer information is now available on a feed.
  • Fixed a case where a Pack Job would not correctly cancel when moving related stock into a location that cannot assign inventory, leading to the situation where picking would not function as expected.
  • Fixed a case where a Pack Job could incorrectly calculate quantity remaining to pack, which could lead to an additional Pack Job.
  • Fixed order statuses not being updated when a job was cancelled.
  • Tagging a Purchase Order line item now functions as expected.
  • Fixed a miscalculation of allocation line quantity fulfilled when there are multiple lines with the same item.