Hi everyone,
I am performing an integration between adempiere and a third party product using activemq and jms, so far things are going well ,and for that purpose I should send the product information including the total stock.
From my preliminary review, I have seen the stock information in the M_Storage table, and I saw 1 row per document, so if I want to get the total I have to summarize the product rows.
However, looking at the sales order window, when we choose the product to sell per line, there is a column with the summarized stock per product, is that information available in other adempiere table, or should I summarize this total from the M_storage each time that I need it ?
Regards,
Pedro Rozo.