Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0032755Openbravo ERPA. Platformpublic2016-04-21 16:302022-02-01 08:09
alostale 
Triage Platform Base 
normalminoralways
acknowledgedopen 
5
 
 
Core
No
0032755: some actions are not tracked in ad_session_usage_audit
AD_session_usage_audit table stores information about requests and time each took to be processed.

It skips some valuable requests such as:
* Requests in Process definitions
* Action handler invocations
1. Execute the following command (changing db connection params), this will log every .5 seconds the latest record in ad_usage_audit table
watch -n .5 "psql -U tad -h localhost -p 5432 -d retail_mods -c 'select created, object_id, command, classname, object_type, process_time from ad_session_usage_audit order by created desc limit 30'"

2. Create a Sales Invoice
3. Process it
4. Click on Add Payment button
  -> ERROR: check there is no entries for fetches executed to populate grids in that popup
5. Click on Done button to add a payment
  -> ERROR: check there is no entries for this process
No tags attached.
Issue History
2016-04-21 16:30alostaleNew Issue
2016-04-21 16:30alostaleAssigned To => platform
2016-04-21 16:30alostaleModules => Core
2016-04-21 16:30alostaleTriggers an Emergency Pack => No
2016-04-21 16:31alostaleStatusnew => acknowledged
2016-12-01 14:36alostaleTypedefect => design defect
2022-02-01 08:09alostaleAssigned Toplatform => Triage Platform Base

There are no notes attached to this issue.