drnorthcott - Tuesday, April 26, 2011 8:48 PM:
xTuple ERP Part and Bill of Material integration with Aras
I've done this but it needs more work before I'd release it.
-Part numbers are made in Innovator and appear onAfterAdd in xTuple
-Descriptions and Make/Buy are updated onAfterUpdate
-Bills of material are updated onAfterUpdate
OPTIONAL (Maybe better?)
-Bills of material could be pushed only upon release (ECO, ECN approval, or Variant config etc)
The idea relies on using Npgsql as an interface to the postgreSQL database (http://pgfoundry.org/projects/npgsql/)
xTuple isn't the only ERP using postgreSQL, OpenERP also does. However xTuple uses a simple table view as the api, so parts and BOMs update really easily with a few queries.
Suggestions and best practices from anybody out there would be appreciated.
xueron564 - Sunday, August 14, 2011 8:52 PM:
888xuerong-3: