Your best bet is get familiar with ofbiz entities and how they work.
I will give a response but it will not make much sense with out that
knowledge.
there are entities that have last modified by.
you can use SECA to intercept a transaction and do something with it for
you audit trail.

To your second question:
By setting up an external DB through the entityengine.xml then assign a
delegator to it you can then communicate with DB's that are not part of
ofbiz.
You will have to generate the Entities for the new DB first.

Then going back to the SECA you can have them send your audit info to
the external db.

that are docs that cover all this, just not in a way that shows you step
by step how to accomplish it.


My joke is
it is anything a 5yr can do with 20 years experience.

ARays sent the following on 8/11/2009 10:47 AM:
> Hi All,
> 
> I have a requirement to show details of changes made to a submitted orders.
> Essentially audit trail of which user modified what, field by field. This
> would need to include change made to line items besides of course shipping
> details etc. In short all details linked to orderid. 
> 
> Going through the Nabble archives found the thread below. 
> 
> http://www.nabble.com/audit-trail-to9675210.html#a9675210
> 
> Q1: Was this implemented? While I am looking, thought would be useful if
> anyone can throw some pointers. 
> 
> Q2: There would be an upstream system where the initial orders are posted.
> Till fulfillment orders would be tracked in ofbiz and sent back to the up
> stream system for invoicing and financials. Any suggested design approaches
> to achieve this? I am thinking of a cron job to dump the order data from up
> stream system using some standard EDI format and update Ofbiz order tables.
> Once fulfilled do the same other way around. That still leaves the situation
> where changes are made on both systems which may conflict. 
> 
> Thanks in advance
> - Aray

-- 
BJ Freeman
http://www.businessesnetwork.com/automation
http://bjfreeman.elance.com
http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
Systems Integrator.

Reply via email to