wms_data 0.0.20 copy "wms_data: ^0.0.20" to clipboard
wms_data: ^0.0.20 copied to clipboard

WMS Data package

0.0.17 #

  • Added "WarehouseId" to Warehouse

0.0.18 #

  • Added "BestByDate" to InventoryBatch
  • Added enum LoadOrderStatus
  • Updated Boolean Property "Closed" to LoadOrderStatus "LoadOrderStatus" in LoadOrderHeader
  • Added DataClass ProductBinLocationData with GET API call getProductBinLocations

0.0.19 #

  • Fixed property Warehouse.type enumeration to correct value
  • Updated Product.getProductList to return inventory products only
  • Updated CreateInventoryAdjustmentData.saveInventoryAdjustment() to return 'GenericError' ResultCode when trying to save with empty or invalid Code.
  • Added [WmsScanner] class for scanning QR codes.

0.0.20 #

  • Added [PurchaseOrderStatus] enum with values full and partial
  • Added property [Status] to [PurchaseOrderData] with value [PurchaseOrderStatus] for full or partial
  • Added property [fullPurchaseOrderDetails] to [PurchaseOrderData] containing list of all [PurchaseOrderDetail]
  • Updated property [purchaseOrderDetails] in [PurchaseOrderData] to return partial [PurchaseOrderDetail] only
  • Added property [totalQuantityReceived] to [PurchaseOrderData] which returns the sum of [PurchaseOrderDetail].[quantityReceived]
  • Added property [vendorItemNumber] to [PurchaseOrderDetail]
  • Added class [VendorData] with GET api method [getVendors]