addtocash using sendcoins Circuit

This commit is contained in:
Surya Paolo
2024-01-03 15:46:48 +01:00
parent eee069c039
commit 605f6afa0d
11 changed files with 25 additions and 4 deletions

View File

@@ -46,11 +46,13 @@ export interface IProduct {
stockQty: number, // UPDATING
stockBloccatiQty: number, // UPDATING
bookedQtyOrdered: number // UPDATING
bookedQtyConfirmed: number // UPDATING
qtyToReachForGas: number
maxbookableGASQty: number
bookedGASQtyOrdered: number // UPDATING
bookedGASQtyConfirmed: number // UPDATING
bookableGASBloccatiQty: number // UPDATING
minBuyQty: number