Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0028331 | Openbravo ERP | 09. Financial management | public | 2014-12-01 19:18 | 2015-02-04 20:34 |
|
Reporter | caristu | |
Assigned To | reinaldoguerra | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | 3.0PR15Q2 | Fixed in Version | pi | |
Merge Request Status | |
Review Assigned To | umartirena |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 32797 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0028331: After completing a G/L Journal Reactivate should be the default option |
Description | After completing a G/L Journal Reactivate should be the default option |
Steps To Reproduce | 1) Go to the [G/L Journal] window.
2) Create a new [G/L Journal] with its corresponding records on the [Header] and [Lines] tabs or navigate to an already existing completed one.
3) Notice that action button in the header shows "Closed" but as the G/L Journal is already closed, this button name should be "Reactivate"
4) Click on the button. Notice that the default option is "Closed" but it should be "Reactivate" instead. |
Proposed Solution | After completing the G/L Journal the value of the "docaction" column in the gl_journal table should be "RE" instead of "--" |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-12-01 19:18 | caristu | New Issue | |
2014-12-01 19:18 | caristu | Assigned To | => AtulOpenbravo |
2014-12-01 19:18 | caristu | OBNetwork customer | => Yes |
2014-12-01 19:18 | caristu | Modules | => Core |
2014-12-01 19:18 | caristu | Support ticket | => 32797 |
2014-12-01 19:18 | caristu | Triggers an Emergency Pack | => No |
2014-12-01 19:18 | caristu | Resolution time | => 1420585200 |
2014-12-01 19:19 | caristu | Issue Monitored: networkb | |
2015-01-09 05:04 | reinaldoguerra | Assigned To | AtulOpenbravo => reinaldoguerra |
2015-01-09 05:04 | reinaldoguerra | Status | new => scheduled |
2015-01-13 01:25 | reinaldoguerra | Note Added: 0073440 | |
2015-01-21 11:27 | hgbot | Checkin | |
2015-01-21 11:27 | hgbot | Note Added: 0073681 | |
2015-01-21 11:27 | hgbot | Status | scheduled => resolved |
2015-01-21 11:27 | hgbot | Resolution | open => fixed |
2015-01-21 11:27 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/3722c475350fc1c3432046105263ef822f467635 [^] |
2015-01-21 11:28 | umartirena | Review Assigned To | => umartirena |
2015-01-21 11:28 | umartirena | Note Added: 0073682 | |
2015-01-21 11:28 | umartirena | Status | resolved => closed |
2015-01-21 11:28 | umartirena | Fixed in Version | => pi |
2015-02-04 20:34 | hudsonbot | Checkin | |
2015-02-04 20:34 | hudsonbot | Note Added: 0074171 | |
Notes |
|
|
Test plan used:
1- Login into Openbravo ERP.
2- Go to the [G/L Journal] window.
3- Create a new [G/L Journal] inserting a description.
4- Go to Header tab and create a new record. The go to lines tab and create a 2 new records by selecting an account and entering values for debit in one of the lines and credit in the other.
5- Go back to header tab and complete it.
6- Realize that now a "Reactivate" button is shown.
7- Click on the button. Notice that the default option is also "Reactivate". |
|
|
(0073681)
|
hgbot
|
2015-01-21 11:27
|
|
Repository: erp/devel/pi
Changeset: 3722c475350fc1c3432046105263ef822f467635
Author: Reinaldo Guerra <reinaldo.guerra <at> peoplewalking.com>
Date: Tue Jan 20 09:23:02 2015 -0500
URL: http://code.openbravo.com/erp/devel/pi/rev/3722c475350fc1c3432046105263ef822f467635 [^]
Fixed bug 28331: After completing a G/L Journal Reactivate should be the option.
Gl_journal_post stored procedure now updates required field in Gl_Journal table to pass from Complete to Reactivate Document Action. So now when GL/Journal is completed, DocAction field is updated with RE value and the button option in GL/Journal header window will be Reactivate. Also default option will be Reactivate, instead of Close, when clicking the button.
---
M src-db/database/model/functions/GL_JOURNAL_POST.xml
---
|
|
|
(0073682)
|
umartirena
|
2015-01-21 11:28
|
|
|
|
|
|