Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0023679 | Openbravo ERP | 09. Financial management | public | 2013-04-29 18:59 | 2014-12-30 23:26 |
|
Reporter | mirurita | |
Assigned To | reinaldoguerra | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Community Appliance |
Product Version | pi | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | pramakrishnan |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | Production - Confirmed Stable |
Regression date | 2012-11-28 |
Regression introduced in release | |
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/8e775c18f204 [^] |
Triggers an Emergency Pack | No |
|
Summary | 0023679: G\L Journal: not possible to enter different Document and Accounting dates (loop in callout) |
Description | G\L Journal: not possible to enter different Document and Accounting dates (loop in callout) |
Steps To Reproduce | 1) Create a new G/L Journal batch
2) Create a new G/L Journal Header
3) Enter the following Document Date: 20/04/2013
4) Realize that the callout has populated the Accounting Date with the same value
5) Change the Accounting Date to 22/04/2013
6) Realize that the callout has populated the Document Date with the same value
It is not possible to have different dates. |
Proposed Solution | Looking at this change
https://code.openbravo.com/erp/devel/pi/diff/8e775c18f204/src/org/openbravo/erpCommon/ad_callouts/SL_Journal_Period.java [^]
see attached (issue23679.diff) proposed solution.
|
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0024117 | 3.0MP29 | closed | ngarcia | Document date and accounting date in G/L Journal can not be different | causes | defect | 0028943 | | closed | aferraz | It should be possible to enter different accounting and document date in GL Journal and Header |
|
Attached Files | issue23679.diff (1,465) 2013-04-29 19:00 https://issues.openbravo.com/file_download.php?file_id=6115&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2013-04-29 18:59 | mirurita | New Issue | |
2013-04-29 18:59 | mirurita | Assigned To | => dmiguelez |
2013-04-29 18:59 | mirurita | Modules | => Core |
2013-04-29 18:59 | mirurita | Triggers an Emergency Pack | => No |
2013-04-29 18:59 | mirurita | Regression level | => Production - Confirmed Stable |
2013-04-29 18:59 | mirurita | Regression date | => 2012-11-28 |
2013-04-29 18:59 | mirurita | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/8e775c18f204 [^] |
2013-04-29 19:00 | mirurita | File Added: issue23679.diff | |
2013-04-29 19:01 | mirurita | Proposed Solution updated | |
2014-11-17 15:03 | reinaldoguerra | Assigned To | dmiguelez => reinaldoguerra |
2014-11-17 15:03 | reinaldoguerra | Status | new => scheduled |
2014-11-18 14:26 | reinaldoguerra | Note Added: 0071760 | |
2014-12-08 06:12 | hgbot | Checkin | |
2014-12-08 06:12 | hgbot | Note Added: 0072319 | |
2014-12-08 06:12 | hgbot | Status | scheduled => resolved |
2014-12-08 06:12 | hgbot | Resolution | open => fixed |
2014-12-08 06:12 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/ca006bb312dd1243f340d64c73f426304d88263c [^] |
2014-12-08 06:23 | pramakrishnan | Review Assigned To | => pramakrishnan |
2014-12-08 06:23 | pramakrishnan | Note Added: 0072320 | |
2014-12-08 06:23 | pramakrishnan | Status | resolved => closed |
2014-12-30 23:26 | hudsonbot | Checkin | |
2014-12-30 23:26 | hudsonbot | Note Added: 0073182 | |
2015-02-13 13:04 | ngarcia | Relationship added | related to 0024117 |
2015-02-16 13:26 | ngarcia | Relationship added | causes 0028943 |
Notes |
|
|
Test plan used:
1- Login into Openbravo ERP
2- Go to G/L Journal window and create a new record.
3- Go to Header tab and create a new one.
4- Enter the following Document Date: 20/04/2013
5- Realize that the callout has populated the Accounting Date with the same value
6- Change the Accounting Date to 22/04/2013
7- Realize that the callout now updates the Document Date with the Accounting Date value (22/04/2013) |
|
|
(0072319)
|
hgbot
|
2014-12-08 06:12
|
|
Repository: erp/devel/pi
Changeset: ca006bb312dd1243f340d64c73f426304d88263c
Author: Reinaldo Guerra <reinaldo.guerra <at> peoplewalking.com>
Date: Mon Nov 17 18:24:32 2014 -0500
URL: http://code.openbravo.com/erp/devel/pi/rev/ca006bb312dd1243f340d64c73f426304d88263c [^]
Fixed bug 23679: In G\L Journal window is possible to enter different dates.
Callout logic when changing G\L Journal data was modified to equally change document date when accounting date is updated.
Now it is possible to change one of both dates and the other takes the same value, as is requested in the issue content.
---
M src/org/openbravo/erpCommon/ad_callouts/SL_Journal_Period.java
---
|
|
|
|
Code Review + Testing - OK. |
|
|
|
|