DeliveryBookingHelper class

Constructors

DeliveryBookingHelper.new({required DeliveryRepo deliveryRepo, required OrderRepo orderRepo})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getPOItemAndDelivery({required String? poDeliveryNumber, required List<HuDetails> unitsToDeliver, required Delivery? exactDelivery, required String poNumber, required String material, required String? batch, required HuRepo huRepo, Options? getPOItemsOptions, Json? updatingPOItemExtra, Options? getHUDetailsReferenceOptions, Options? getUnitsOfMeasureOptions, Options? getPurchaseConfirmationOptions, Options? getDeliveriesOptions, Options? getMaterialByBatchOptions, Json? getDeliveryCSRFExtra, Json? createDeliveryExtra}) Future<({Delivery delivery, List<Delivery> otherDeliveries, PurchaseOrderItem poItem})>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateDeliveryAndPO({required bool isOverDelivery, required PurchaseOrderItem poItem, required List<Delivery> otherDeliveries, required Delivery delivery, required String poNumber, required double delQtyAfterBooking, required String material, required String? batch, required String huManagementCSRFToken, Json? getDeliveryCSRFExtra, Json? updatingPOItemExtra, Json? updatePickUpQuantityExtra, Json? updateDeliveryQuantityExtra, Options? getDeliveriesOptions}) Future<void>
updateDeliveryQuantity({required Delivery delivery, required String material, required String? batch, required double delQtyAfterBooking, required String huManagementCSRFToken, Json? updatePickUpQuantityExtra, Json? updateDeliveryQuantityExtra, Options? getDeliveriesOptions}) Future<void>
updatePurchaseOrderItem({required double totalDeliveriesQty, required PurchaseOrderItem poItem, required Delivery delivery, required String poNumber, Json? updatingPOItemExtra, Json? getDeliveryCSRFExtra}) Future<void>

Operators

operator ==(Object other) bool
The equality operator.
inherited