Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0032444 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | always | 2016-03-09 11:44 | 2016-03-17 00:42 | |||
Reporter | agete | View Status | public | |||||
Assigned To | mario_castello | |||||||
Priority | high | Resolution | no change required | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | bed61c9b4080 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | marvintm | |||||||
OBNetwork customer | OBPS | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0032444: [SERQA 783] Preferences to hide menu option Verify returns and Return this receipt are not working properly | |||||||
Description | Preferences to hide menu option Verify returns and Return this receipt are not working properly Configuring them not to show these options, when you access POS they are available. | |||||||
Steps To Reproduce | 1. Log into Openbravo backend 2. Go to the window preference and add a new record with the following information: - Client: The White Valley Group - Organization: * - Preference: Web POS action Return receipt - Value: N - Visible at client: The White Valley Group - Visible at User: Vall Blanca Store User Leave the other fields as they are by default Save the record 3.Log into WEB POS and look for the option Return this receipt --> ERROR: realize the option Return this receipt is available. The same happens for the preference Return receipt menu option, these are the steps to reproduce 1. Log into Openbravo backend 2. Go to the window preference and add a new record with the following information: - Client: The White Valley Group - Organization: * - Preference: Return receipt menu option - Value: N - Visible at client: The White Valley Group - Visible at User: Vall Blanca Store User Leave the other fields as they are by default Save the record 3.Log into WEB POS and look for the option Verified returns --> ERROR: realize the option Verified returns is available. | |||||||
Tags | SER-QA | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0084948) hgbot (developer) 2016-03-14 14:02 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: bed61c9b4080f9270e7c229c2c2ca583bfb69b76 Author: Mario Castello <mario.castello <at> peoplewalking.com> Date: Sat Mar 12 13:39:46 2016 -0600 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/bed61c9b4080f9270e7c229c2c2ca583bfb69b76 [^] Fixed issue 32444: Fixed problem in adjustVisibilityBasedOnPermissions function --- M web/org.openbravo.mobile.core/source/component/ob-menu.js --- |
(0084968) hgbot (developer) 2016-03-14 20:13 |
Repository: erp/pmods/org.openbravo.retail.sampledata Changeset: 9e9f16b92af4f16db75941ffdcffed7cf09a5fc8 Author: Mario Castello <mario.castello <at> peoplewalking.com> Date: Mon Mar 14 10:24:17 2016 -0600 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.sampledata/rev/9e9f16b92af4f16db75941ffdcffed7cf09a5fc8 [^] Related to issue 32444: Added news preferences to sample data --- M referencedata/sampledata/The_White_Valley_Group/AD_PREFERENCE.xml --- |
(0084969) hgbot (developer) 2016-03-14 20:18 |
Repository: tools/automation/pi-mobile Changeset: 787212d4b1b7fd18ba0f1a226e25019a520ac7f9 Author: Mario Castello <mario.castello <at> peoplewalking.com> Date: Mon Mar 14 10:32:40 2016 -0600 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/787212d4b1b7fd18ba0f1a226e25019a520ac7f9 [^] Related to issue 32444: Added new test --- A src-test/org/openbravo/test/mobile/quarantine/pack/MCA/returns/I32444_VerifiedReturnsMenuEntries.java --- |
(0084976) hgbot (developer) 2016-03-15 12:54 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: b7d529e38fc7d02938df8a1842fbc3a4c9cbc5cf Author: Antonio Moreno <antonio.moreno <at> openbravo.com> Date: Tue Mar 15 12:52:56 2016 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/b7d529e38fc7d02938df8a1842fbc3a4c9cbc5cf [^] Related to issue 32444. Menu items should be always visible if the role is automatic. --- M web/org.openbravo.mobile.core/source/component/ob-menu.js --- |
(0084977) marvintm (viewer) 2016-03-15 12:55 |
Menu items should always be shown if the role is automatic. |
(0084979) hgbot (developer) 2016-03-15 13:29 |
Repository: erp/pmods/org.openbravo.retail.sampledata Changeset: c6c9111f2ecc93e6194424f7d47b94b03dba21b9 Author: Antonio Moreno <antonio.moreno <at> openbravo.com> Date: Tue Mar 15 13:29:23 2016 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.sampledata/rev/c6c9111f2ecc93e6194424f7d47b94b03dba21b9 [^] Related to issue 32444: removed non needed sampledata --- M referencedata/sampledata/The_White_Valley_Group/AD_PREFERENCE.xml --- |
(0084981) hgbot (developer) 2016-03-15 13:31 |
Repository: tools/automation/pi-mobile Changeset: 9d6d9d044cd54b68fae3eef37d48fa9ac2d09c45 Author: Antonio Moreno <antonio.moreno <at> openbravo.com> Date: Tue Mar 15 13:31:45 2016 +0100 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/9d6d9d044cd54b68fae3eef37d48fa9ac2d09c45 [^] Related to issue 32444: Removed non needed test --- R src-test/org/openbravo/test/mobile/quarantine/pack/MCA/returns/I32444_VerifiedReturnsMenuEntries.java --- |
(0084982) marvintm (viewer) 2016-03-15 13:34 |
The feature works correctly. It's important to take into account that automatic roles are not affected by preferences related to permissions, as all features are available for them. |
(0085019) hgbot (developer) 2016-03-17 00:37 |
Repository: erp/pmods/org.openbravo.retail.sampledata Changeset: 350195c71f76341e10b4aa261c78fac4e363b34b Author: Mario Castello <mario.castello <at> peoplewalking.com> Date: Wed Mar 16 08:36:26 2016 -0600 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.sampledata/rev/350195c71f76341e10b4aa261c78fac4e363b34b [^] Related to issue 32444: Added new preference for manual user --- M referencedata/sampledata/The_White_Valley_Group/AD_PREFERENCE.xml --- |
(0085020) hgbot (developer) 2016-03-17 00:42 |
Repository: tools/automation/pi-mobile Changeset: 795fe0ac9bad8b3d1166ae8bf6bd4dad515429fe Author: Mario Castello <mario.castello <at> peoplewalking.com> Date: Wed Mar 16 17:42:09 2016 -0600 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/795fe0ac9bad8b3d1166ae8bf6bd4dad515429fe [^] Related to issue 32444: Added automated tets --- A src-test/org/openbravo/test/mobile/quarantine/pack/MCA/returns/I32444_VerifiedReturnsMenuEntries.java --- |
![]() |
|||
Date Modified | Username | Field | Change |
2016-03-09 11:44 | agete | New Issue | |
2016-03-09 11:44 | agete | Assigned To | => Retail |
2016-03-09 11:44 | agete | OBNetwork customer | => Yes |
2016-03-09 11:44 | agete | Resolution time | => 1457737200 |
2016-03-09 11:44 | agete | Triggers an Emergency Pack | => No |
2016-03-09 11:46 | agete | Tag Attached: SER-QA | |
2016-03-10 09:17 | Orekaria | Status | new => acknowledged |
2016-03-10 09:19 | Orekaria | Resolution time | 1457737200 => 1458687600 |
2016-03-12 20:14 | mario_castello | Assigned To | Retail => mario_castello |
2016-03-12 20:40 | mario_castello | Status | acknowledged => scheduled |
2016-03-14 14:02 | hgbot | Checkin | |
2016-03-14 14:02 | hgbot | Note Added: 0084948 | |
2016-03-14 14:02 | hgbot | Status | scheduled => resolved |
2016-03-14 14:02 | hgbot | Resolution | open => fixed |
2016-03-14 14:02 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/bed61c9b4080f9270e7c229c2c2ca583bfb69b76 [^] |
2016-03-14 20:13 | hgbot | Checkin | |
2016-03-14 20:13 | hgbot | Note Added: 0084968 | |
2016-03-14 20:18 | hgbot | Checkin | |
2016-03-14 20:18 | hgbot | Note Added: 0084969 | |
2016-03-15 12:54 | hgbot | Checkin | |
2016-03-15 12:54 | hgbot | Note Added: 0084976 | |
2016-03-15 12:55 | marvintm | Note Added: 0084977 | |
2016-03-15 12:55 | marvintm | Status | resolved => new |
2016-03-15 12:55 | marvintm | Resolution | fixed => open |
2016-03-15 13:29 | hgbot | Checkin | |
2016-03-15 13:29 | hgbot | Note Added: 0084979 | |
2016-03-15 13:31 | hgbot | Checkin | |
2016-03-15 13:31 | hgbot | Note Added: 0084981 | |
2016-03-15 13:34 | marvintm | Review Assigned To | => marvintm |
2016-03-15 13:34 | marvintm | Note Added: 0084982 | |
2016-03-15 13:34 | marvintm | Status | new => closed |
2016-03-15 13:34 | marvintm | Resolution | open => no change required |
2016-03-17 00:37 | hgbot | Checkin | |
2016-03-17 00:37 | hgbot | Note Added: 0085019 | |
2016-03-17 00:42 | hgbot | Checkin | |
2016-03-17 00:42 | hgbot | Note Added: 0085020 |
Copyright © 2000 - 2009 MantisBT Group |