Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0029963 | Openbravo ERP | 09. Financial management | public | 2015-05-21 17:23 | 2016-02-02 09:41 |
|
Reporter | jonalegriaesarte | |
Assigned To | AtulOpenbravo | |
Priority | immediate | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 3.0PR15Q1.3 | |
Target Version | 3.0PR15Q3 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | vmromanos |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | Production - Confirmed Stable |
Regression date | 2014-12-23 |
Regression introduced in release | 3.0PR15Q1 |
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/fbc674d56f04 [^] |
Triggers an Emergency Pack | No |
|
Summary | 0029963: Role without access to currency entity can not post a purchase invoice |
Description | Role without access to currency entity can not post a purchase invoice |
Steps To Reproduce | - Access using Role F&B España, S.A - Finance
- Create a Purchase Invoice
- Complete it
- Post it
Error
Entity Currency is not directly readable, only id and identifier properties are readable, property Currency.standardPrecision is neither of these. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | backport | 0029995 | 3.0PR15Q2.2 | closed | AtulOpenbravo | Role without access to currency entity can not post a purchase invoice | depends on | backport | 0029996 | 3.0PR15Q1.5 | closed | AtulOpenbravo | Role without access to currency entity can not post a purchase invoice | caused by | defect | 0027580 | 3.0PR15Q1 | closed | Sandrahuguet | Wrong journal entries when you void a sales invoice under some circumstances |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-05-21 17:23 | jonalegriaesarte | New Issue | |
2015-05-21 17:23 | jonalegriaesarte | Assigned To | => Triage Finance |
2015-05-21 17:23 | jonalegriaesarte | Modules | => Core |
2015-05-21 17:23 | jonalegriaesarte | Resolution time | => 1434319200 |
2015-05-21 17:23 | jonalegriaesarte | Triggers an Emergency Pack | => No |
2015-05-22 05:09 | AtulOpenbravo | Assigned To | Triage Finance => AtulOpenbravo |
2015-05-22 05:09 | AtulOpenbravo | Status | new => scheduled |
2015-05-22 07:15 | AtulOpenbravo | Regression date | => 2014-12-30 |
2015-05-22 07:15 | AtulOpenbravo | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/222329b73c20 [^] |
2015-05-22 07:25 | AtulOpenbravo | Regression date | 2014-12-30 => 2014-12-23 |
2015-05-22 07:25 | AtulOpenbravo | Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/222329b73c20 [^] => https://code.openbravo.com/erp/devel/pi/rev/fbc674d56f04 [^] |
2015-05-22 08:19 | AtulOpenbravo | Note Added: 0077644 | |
2015-05-25 13:10 | vmromanos | Status | scheduled => acknowledged |
2015-05-25 13:11 | vmromanos | Status | acknowledged => scheduled |
2015-05-25 18:12 | dmitry_mezentsev | Relationship added | caused by 0027580 |
2015-05-26 10:02 | vmromanos | Review Assigned To | => vmromanos |
2015-05-26 10:02 | vmromanos | Regression level | => Production - Confirmed Stable |
2015-05-26 10:02 | vmromanos | Regression introduced in release | => 3.0PR15Q1 |
2015-05-26 10:05 | hgbot | Checkin | |
2015-05-26 10:05 | hgbot | Note Added: 0077738 | |
2015-05-26 10:05 | hgbot | Status | scheduled => resolved |
2015-05-26 10:05 | hgbot | Resolution | open => fixed |
2015-05-26 10:05 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/b4bff01c84ff8ca11cb0e9102b67ffcd5fee8cc8 [^] |
2015-05-26 10:07 | vmromanos | Note Added: 0077741 | |
2015-05-26 10:07 | vmromanos | Status | resolved => closed |
2015-05-27 00:39 | hudsonbot | Checkin | |
2015-05-27 00:39 | hudsonbot | Note Added: 0077777 | |
2016-02-02 09:41 | hgbot | Checkin | |
2016-02-02 09:41 | hgbot | Note Added: 0083827 | |
Notes |
|
|
Test Plan
- Login and change role to F&B España, S.A - Finance.
- Create a Purchase Invoice.
- Complete it.
- Post it.
- Check that invoice is posted successfully. |
|
|
(0077738)
|
hgbot
|
2015-05-26 10:05
|
|
Repository: erp/devel/pi
Changeset: b4bff01c84ff8ca11cb0e9102b67ffcd5fee8cc8
Author: Atul Gaware <atul.gaware <at> openbravo.com>
Date: Fri May 22 10:58:48 2015 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/b4bff01c84ff8ca11cb0e9102b67ffcd5fee8cc8 [^]
Fixes Issue 29963:Role without access to currency entity can not post a
purchase invoice
Entity Currency not readable issue is fixed by using switching context
to Admin mode and restoring it back again.
---
M src/org/openbravo/erpCommon/ad_forms/DocInvoice.java
---
|
|
|
|
|
|
|
|
|
(0083827)
|
hgbot
|
2016-02-02 09:41
|
|
Repository: tools/automation/int
Changeset: 9c42c78ff7fd8a9ac2e63661ae43bd985987a9ed
Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com>
Date: Mon Nov 23 23:38:29 2015 +0100
URL: http://code.openbravo.com/tools/automation/int/rev/9c42c78ff7fd8a9ac2e63661ae43bd985987a9ed [^]
Related to issue 29963: Added some automated tests
---
M src-test/com/openbravo/test/integration/erp/modules/functionalteam/addpayment/testsuites/APR_Regressions/APRIn_Regressions/APRIn_RegressionSuite.java
M src-test/com/openbravo/test/integration/erp/modules/functionalteam/addpayment/testsuites/APR_Regressions/APRIn_Regressions/build.xml
M src-test/com/openbravo/test/integration/erp/modules/functionalteam/addpayment/testsuites/APR_Regressions/APROut_Regressions/APROut_RegressionSuite.java
M src-test/com/openbravo/test/integration/erp/modules/functionalteam/addpayment/testsuites/APR_Regressions/APROut_Regressions/build.xml
A src-test/com/openbravo/test/integration/erp/modules/functionalteam/addpayment/testsuites/APR_Regressions/APRIn_Regressions/APRRegression29963In.java
A src-test/com/openbravo/test/integration/erp/modules/functionalteam/addpayment/testsuites/APR_Regressions/APROut_Regressions/APRRegression29963Out.java
---
|
|