Just about finished a plugin which will import a stock transfer from an Excel sheet.
The source sheet simply looks like this:
| From PartNo | To PartNo | Quantity |
| External | GHQ123 | 5 |
| 8_FGTR4 | External | 3 |
| PART56 | External | 10 |
It works pretty much OK except I need to programmatically replicate how the GUI finds the IN_SOH record to get the Available Quantity and allow me to populate the transfer quantity.
When I populate the line with transfer quantity it populates with 0 and available quantity is also 0.
In the Jiwa code I can see
- Code: Select all
internal void GetInventoryDetails


