Currently I understand the website will display when the next line of stock is due in on a PO but only when the item is out of stock. I would like to display incoming lines all the time so that if I have 2 in stock but a customer wants 3+, then they will know when the rest are due in.
Determining Due In Date is a very expensive operation for some of the accounting systems that GOb2b integrates to (particularly Sage 50) as the API/SDKs do not provide a simply query to do this so we have to trawl back through every PO for every stock code on a page to see if there any undelivered items. The performance hit can make the pages unusable.
We will keep this idea for consideration particularly as new accounting systems such as BC365 do give adequate performance.