Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0027996 | Openbravo ERP | 07. Sales management | public | 2014-10-28 09:56 | 2015-02-04 20:33 |
|
Reporter | jonalegriaesarte | |
Assigned To | reinaldoguerra | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0PR15Q2 | Fixed in Version | 3.0PR15Q2 | |
Merge Request Status | |
Review Assigned To | Sandrahuguet |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 32034 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0027996: Users are able to void invoices in draft status and it does not make sense |
Description | Users are able to void invoices in draft status and it does not make sense. Besides, if the user uses this option, there are several fields not correctly updated by the process. |
Steps To Reproduce | - Create an invoice with lines
- Process button
- See the void option in the selector |
Proposed Solution | Remove void option when the invoice is in draft status |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-10-28 09:56 | jonalegriaesarte | New Issue | |
2014-10-28 09:56 | jonalegriaesarte | Assigned To | => AtulOpenbravo |
2014-10-28 09:56 | jonalegriaesarte | OBNetwork customer | => Yes |
2014-10-28 09:56 | jonalegriaesarte | Modules | => Core |
2014-10-28 09:56 | jonalegriaesarte | Support ticket | => 32034 |
2014-10-28 09:56 | jonalegriaesarte | Resolution time | => 1389308400 |
2014-10-28 09:56 | jonalegriaesarte | Triggers an Emergency Pack | => No |
2014-11-03 13:33 | jonalegriaesarte | Resolution time | 1389308400 => 1420844400 |
2014-11-12 18:21 | reinaldoguerra | Assigned To | AtulOpenbravo => reinaldoguerra |
2014-11-12 18:21 | reinaldoguerra | Status | new => scheduled |
2014-11-14 03:18 | reinaldoguerra | Note Added: 0071644 | |
2014-11-14 09:52 | daniOpenbravo | Issue Monitored: daniOpenbravo | |
2014-12-01 13:41 | egoitz | Target Version | 3.0PR15Q1 => 3.0PR15Q2 |
2015-01-08 12:14 | hgbot | Checkin | |
2015-01-08 12:14 | hgbot | Note Added: 0073354 | |
2015-01-08 12:14 | hgbot | Status | scheduled => resolved |
2015-01-08 12:14 | hgbot | Resolution | open => fixed |
2015-01-08 12:14 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/21b419419ea075fe92d9087e18163f60003f484d [^] |
2015-01-08 12:15 | Sandrahuguet | Review Assigned To | => Sandrahuguet |
2015-01-08 12:15 | Sandrahuguet | Note Added: 0073355 | |
2015-01-08 12:15 | Sandrahuguet | Status | resolved => closed |
2015-01-08 12:15 | Sandrahuguet | Fixed in Version | => 3.0PR15Q2 |
2015-02-04 20:33 | hudsonbot | Checkin | |
2015-02-04 20:33 | hudsonbot | Note Added: 0074120 | |
Notes |
|
|
Test plan used:
1- Login into Openbravo ERP
2- Create an invoice with lines
3- Note that document is in Draft status
4- Click Process button
5- See the void option is not present in the selector. |
|
|
(0073354)
|
hgbot
|
2015-01-08 12:14
|
|
Repository: erp/devel/pi
Changeset: 21b419419ea075fe92d9087e18163f60003f484d
Author: Reinaldo Guerra <reinaldo.guerra <at> peoplewalking.com>
Date: Thu Nov 13 13:15:11 2014 -0500
URL: http://code.openbravo.com/erp/devel/pi/rev/21b419419ea075fe92d9087e18163f60003f484d [^]
Fixed bug 27996: Users are able to void invoices in draft status.
ActionButtonUtility class now also excludes from combo the void option for c_invoice table when process button is clicked and document is in draft status.
Now when processing a just created invoice, it is not possible to void the document.
---
M src/org/openbravo/erpCommon/ad_actionButton/ActionButtonUtility.java
---
|
|
|
|
|
|
|
|