OrderRepo class

Constructors

OrderRepo({required OrderApiProvider orderApiProvider})

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

createPurchaseOrder() Future<String>
getBundlesWithDeliveries({required DeliveryRepo deliveryRepo, required List<PHBundle> bundles, Options? getDeliveriesOptions}) Future<List<PHBundle>>
getCobaltSSCCUnitCodes(ProcessOrderDetails processOrderDetails) Set<String>
getConfirmedDeliveries({required String poNumber, required DeliveryRepo deliveryRepo, Options? getPurchaseConfirmationOptions, Options? getDeliveriesOptions}) Future<List<Delivery>>
getFilteredPHDetails({required List<HuDetails> phDetails, required List<String> localPHNumbers}) Future<List<HuDetails>>
getIdepackSSCCUnits({required DioClient microsoftClient, required String fillingOrderId, Options? getIdepackSSCCSOptions}) Future<List<UnitSSCC>>
getIdepackUnitItems({required DioClient microsoftClient, required String fillingOrderId, Options? getIdepackItemsOptions}) Future<List<UnitItem>>
getLocalSSCCUnitCodes(List<UnitSSCC> ssccUnits) Set<String>
getMaterialDetail({required String materialDocumentNo, Options? getMaterialDocumentsOptions}) Future
getPackagingInstruction({required String piNumber, Options? getPackingInstructionOptions}) Future<PackingInstruction?>
getPackagingInstructionsByMaterial({required String materialNo, String? determinationType = 'ZHUM', String? plantId, String? versionId, Options? getPackingInstructionDeterminationOptions}) Future<List<PackingInstruction>>
getPackagingInstructionsDetermination({String determinationScheme = 'ZHUM', String? plant, String? materialNumber, String? usageIndicator, String? shipToParty, String? unloadingPoint, String? accountNumber, String? route, String? soldToParty, String? shippingType, String? shippingPoint, String? storageLocation, String? warehouseNumber, String? storageType, String? stagingArea, String? doorNumber, String? goodsSupplier, String? supplyArea, String? transportationGroup, String? loadingGroup, String? issuingPlant, String? referenceMaterial, String? mrpArea, String? sellingOrganisation, String? shippingConditions, String? shipToPartyCountry, String? productionVersion, String? containerType, String? salesOrganisation, String? batchNumber, Options? getPackingInstructionDeterminationOptions}) Future<List<PackingInstruction>>
getProcessOrderDetails({required String orderId, Options? getProcessOrderDetailsOptions}) Future<ProcessOrderDetails>
getProcessOrders({required String plant, required String orderResource, required String processOrder, Options? getPurchaseConfirmationOptions}) Future<List<ProcessOrder>>
getPurchaseOrderConfirmations({required String poNumber, Options? getPurchaseConfirmationOptions}) Future<List<PurchaseOrderConfirmation>>
getPurchaseOrderItemByMatBatch({required String poNumber, required String material, required String? batch, Options? getPOItemsOptions}) Future<PurchaseOrderItem>
getPurchaseOrderItems({required String poNumber, Options? getPOItemsOptions}) Future<List<PurchaseOrderItem>>
getSSCCUnitByNumber(String code) UnitSSCC
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updatePurchaseOrderItem({required String poNumber, required String poItemNumber, required String quantity, required String deliveryCSRFToken, Json? updatingPOItemExtra}) Future<void>

Operators

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