Openbravo Issue Tracking System - Openbravo ERP | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0032755 | Openbravo ERP | A. Platform | public | 2016-04-21 16:30 | 2022-02-01 08:09 |
| Reporter | alostale | ||||
| Assigned To | Triage Platform Base | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | acknowledged | Resolution | open | ||
| Platform | OS | 5 | OS Version | ||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Merge Request Status | |||||
| Review Assigned To | |||||
| OBNetwork customer | No | ||||
| Web browser | |||||
| Modules | Core | ||||
| Support ticket | |||||
| Regression level | |||||
| Regression date | |||||
| Regression introduced in release | |||||
| Regression introduced by commit | |||||
| Triggers an Emergency Pack | No | ||||
| Summary | 0032755: some actions are not tracked in ad_session_usage_audit | ||||
| Description | 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 | ||||
| Steps To Reproduce | 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 | ||||
| Proposed Solution | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2016-04-21 16:30 | alostale | New Issue | |||
| 2016-04-21 16:30 | alostale | Assigned To | => platform | ||
| 2016-04-21 16:30 | alostale | OBNetwork customer | => No | ||
| 2016-04-21 16:30 | alostale | Modules | => Core | ||
| 2016-04-21 16:30 | alostale | Triggers an Emergency Pack | => No | ||
| 2016-04-21 16:31 | alostale | Status | new => acknowledged | ||
| 2016-12-01 14:36 | alostale | Type | defect => design defect | ||
| 2022-02-01 08:09 | alostale | Assigned To | platform => Triage Platform Base | ||
| There are no notes attached to this issue. |