wms_data 0.0.24 copy "wms_data: ^0.0.24" to clipboard
wms_data: ^0.0.24 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]

0.0.21 #

  • Added properties [quantityDecimals] and [quantityDecimalsOverride] to [Product]
  • Added properties [decimalQuantity], [decimalPrice], and [masterBranch] to [BranchData]
  • Added parameters [masterBranch] and [branchId] to GET method [BranchData].[getBranchList]

0.0.22 #

  • Removed [quantityDecimalsOverride] to [Product]
  • Added properties [quantityDecimals] to [EquipmentPartData]

0.0.24 #

  • Fixed an issue with [PurchaseOrderData] not getting the proper [Status].