Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0013228 | Openbravo ERP | 09. Financial management | public | 2010-05-05 10:59 | 2010-05-18 21:44 |
|
Reporter | harikrishnan | |
Assigned To | adrianromero | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | pi | 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 | 0013228: When completing or processing documents the updatedby column is not updated properly |
Description | These are the places where the audit fields are not properly updated.
1.Payment Status Management
2.Open/Close Period Control
3.Amortization
|
Steps To Reproduce | -Create a document with one user
Process or complete with other user
See that the updatedby is not properly updated. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | backport | 0013254 | pi | closed | harikrishnan | When completing or processing documents the updatedby column is not updated properly |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-05-05 10:59 | harikrishnan | New Issue | |
2010-05-05 10:59 | harikrishnan | Assigned To | => dalsasua |
2010-05-05 10:59 | harikrishnan | OBNetwork customer | => No |
2010-05-07 08:45 | harikrishnan | Status | new => scheduled |
2010-05-07 08:45 | harikrishnan | Assigned To | dalsasua => adrianromero |
2010-05-07 08:45 | harikrishnan | fix_in_branch | => pi |
2010-05-07 08:55 | hgbot | Checkin | |
2010-05-07 08:55 | hgbot | Note Added: 0027025 | |
2010-05-07 08:55 | hgbot | Status | scheduled => resolved |
2010-05-07 08:55 | hgbot | Resolution | open => fixed |
2010-05-07 08:55 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/af3a9aa426e2d78bf5883ceda3f4340aae27807c [^] |
2010-05-07 08:56 | harikrishnan | Note Added: 0027026 | |
2010-05-14 12:01 | arunkumar | Note Added: 0027232 | |
2010-05-14 12:01 | arunkumar | Status | resolved => closed |
2010-05-17 00:00 | anonymous | sf_bug_id | 0 => 3002511 |
2010-05-18 21:44 | hudsonbot | Checkin | |
2010-05-18 21:44 | hudsonbot | Note Added: 0027494 | |
Notes |
|
(0027025)
|
hgbot
|
2010-05-07 08:55
|
|
Repository: erp/devel/pi
Changeset: af3a9aa426e2d78bf5883ceda3f4340aae27807c
Author: Harikrishnan Raja <harikrishnan.raja <at> openbravo.com>
Date: Fri May 07 12:24:44 2010 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/af3a9aa426e2d78bf5883ceda3f4340aae27807c [^]
Fixes Issue 13228: When completing or processing documents the updatedby column is not updated properly.
---
M src-db/database/model/functions/A_AMORTIZATION_PROCESS.xml
M src-db/database/model/functions/C_DP_MANAGEMENT_POST.xml
---
|
|
|
|
Steps to test:
*Create two new user.
1.UserA
2.userB
*Login as UserA
*Create new record in each above mentioned section(Don't complete it or process it)
*Login as UserB and complete all the record above created.
Root cause & solution:
Audit fields are not properly updated.Hence the user id is taken from the pinstance table and used in update and insert statement.
Impact:
The impact other then these files are.
C_BANKSTATEMENT_POST.xml
C_REMITTANCE_POST.xml |
|
|
|
The issue is working fine except one thing.
In Open/Close period control Createdby field is blank. It does not display the user name who created the document. I discussed with the developer. He told that the fix is not done since it breaks API.
The support team is already aware of this.
So I close this issue. |
|
|
|
|