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

0.0.25 #

  • Added [quantityFormatter] and [formatQuantity] to [Product] class.

0.0.26 #

  • Added [recurring] to [PurchaseOrderData] class.
  • Added [poLineKey] and [batchData] to [PurchaseOrderData] class.
  • Updated [quantityReceived] to allow set for [PurchaseOrderData] class.
  • Added API methods for [receivePurchaseOrder] and [receive] to [PurchaseOrderData] class.
  • Added [PurchaseOrderReceiveData] class

0.0.27 #

  • Added [driverTruck] to [RouteData] class.

0.0.28 #

  • Added [WarehouseInventoryData] class for getting warehouse on hand inventory quantities.
  • Added [getWarehouseInventory] API call to [WarehouseInventoryData] for getting list of warehouse inventory quantities.

0.0.29 #

  • Removed various properties from [EmployeeData] class.

0.0.30 #

  • Adding [secondaryChargeCode] to [Product] class.
  • Adding [productionDate], [rowId], [bayId], [levelId], and [positionId] to [BaseInventoryData] class.
  • Added [WarehouseBinData] class with Get API call [getWarehouseBins].
  • Added [InventoryRowData] class with Get API call [getInventoryRows].
  • Added [InventoryBayData] class with Get API call [getInventoryBays].
  • Added [InventoryLevelData] class with Get API call [getInventoryLevels].
  • Added [InventoryPositionData] class with Get API call [getInventoryPositions].