webERP Forum
Cost Roll Up After Interface Updates - Printable Version

+- webERP Forum (http://www.weberp.org/forum)
+-- Forum: webERP Discussion (http://www.weberp.org/forum/forumdisplay.php?fid=1)
+--- Forum: How To ? (http://www.weberp.org/forum/forumdisplay.php?fid=6)
+--- Thread: Cost Roll Up After Interface Updates (/showthread.php?tid=178)



Cost Roll Up After Interface Updates - BruceB - 03-31-2012

Hi. I'm new to the product and to PHP in general so I apologize if this is covered somewhere and I'm not finding it. I have checked several areas of the site but I haven't found the answer to this question yet.

I would like to have an interface between the webERP system and a supplier's system to update the cost of items on a monthly basis. This interface would interact with the database directly. Is there a way to kick off the automatic cost roll up process for all BOMs after the interface process has completed? If so where can I find the documentation for kicking this process off?

Much appreciated - Bruce


RE: Cost Roll Up After Interface Updates - Exsonqu_Qu - 03-31-2012

Hi, Bruce,

You can check the manual for api contents ( There is a online manual here: http://www.weberp.org/weberp/doc/Manual/ManualContents.php?ViewTopic=API). And check the api/ directory to see if it does meet your requirements.

Hope it's helpful.
Best regards!

Exson


RE: Cost Roll Up After Interface Updates - phil - 03-31-2012

Bruce,

This is of course development work outside of the current functionality. All things are possible. The cost roll up is done as part of creating a work order (at the time the work order is released) in the script WorkOrders.php