Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0022984 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
feature request | [Retail Modules] Retail Configuration | minor | N/A | 2013-02-05 20:27 | 2013-04-03 12:55 | |||
Reporter | dmitry_mezentsev | View Status | public | |||||
Assigned To | marvintm | |||||||
Priority | high | Resolution | fixed | Fixed in Version | RMP20 | |||
Status | closed | Fix in branch | Fixed in SCM revision | f71d3a8ac5d9 | ||||
Projection | none | ETA | none | Target Version | RMP20 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | migueldejuana | |||||||
OBNetwork customer | No | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0022984: Authorised user´s access to POS terminals | |||||||
Description | Allow / disallow users to access particular POS terminals. As of now user has an access either to all or to none of the POS terminals. In some cases it is required to configure an ability for the user ("Cashier" role) to have an access only to the particular terminals (border case - only to one). At the same time some roles like "Store Manager" should have an access to all terminals. | |||||||
Steps To Reproduce | - | |||||||
Proposed Solution | New Tab "Restrict to POS Terminals" in the User window. If it is not filled in - no terminal restriction is applied. If it is - user should be able to login only to the terminal specified. Feedback is welcome :-) | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0056440) hgbot (developer) 2013-02-14 13:21 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: f71d3a8ac5d917492370c894eea4544bf32869c4 Author: Antonio Moreno <antonio.moreno <at> openbravo.com> Date: Thu Feb 14 13:21:07 2013 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/f71d3a8ac5d917492370c894eea4544bf32869c4 [^] Fixed issue 22984. Now authorization to use POS terminals can be granted to users. --- M src-db/database/sourcedata/AD_COLUMN.xml M src-db/database/sourcedata/AD_ELEMENT.xml M src-db/database/sourcedata/AD_FIELD.xml M src-db/database/sourcedata/AD_MESSAGE.xml M src-db/database/sourcedata/AD_PROCESS.xml M src-db/database/sourcedata/AD_TAB.xml M src-db/database/sourcedata/AD_TABLE.xml M src/org/openbravo/retail/posterminal/POSLoginHandler.java M src/org/openbravo/retail/posterminal/term/Context.java M web/org.openbravo.retail.posterminal/index.html M web/org.openbravo.retail.posterminal/js/utilities.js A src-db/database/model/tables/OBPOS_USERTERMINAL_ACCESS.xml --- |
(0056475) hgbot (developer) 2013-02-15 09:08 |
Repository: erp/pmods/org.openbravo.retail.posterminal.layaways Changeset: f71d3a8ac5d917492370c894eea4544bf32869c4 Author: Antonio Moreno <antonio.moreno <at> openbravo.com> Date: Thu Feb 14 13:21:07 2013 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.layaways/rev/f71d3a8ac5d917492370c894eea4544bf32869c4 [^] Fixed issue 22984. Now authorization to use POS terminals can be granted to users. --- M src-db/database/sourcedata/AD_COLUMN.xml M src-db/database/sourcedata/AD_ELEMENT.xml M src-db/database/sourcedata/AD_FIELD.xml M src-db/database/sourcedata/AD_MESSAGE.xml M src-db/database/sourcedata/AD_PROCESS.xml M src-db/database/sourcedata/AD_TAB.xml M src-db/database/sourcedata/AD_TABLE.xml M src/org/openbravo/retail/posterminal/POSLoginHandler.java M src/org/openbravo/retail/posterminal/term/Context.java M web/org.openbravo.retail.posterminal/index.html M web/org.openbravo.retail.posterminal/js/utilities.js A src-db/database/model/tables/OBPOS_USERTERMINAL_ACCESS.xml --- |
(0056810) hgbot (developer) 2013-02-27 13:18 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 17dfa58dea0694a60a016f2bc6ab3ce11e74eab6 Author: Antonio Moreno <antonio.moreno <at> openbravo.com> Date: Wed Feb 27 13:17:48 2013 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/17dfa58dea0694a60a016f2bc6ab3ce11e74eab6 [^] Related to issue 22984. Now users without access to a terminal will not be shown in the login window --- M src/org/openbravo/retail/posterminal/LoginUtilsServlet.java --- |
(0056811) migueldejuana (viewer) 2013-02-27 13:37 |
Tested and reviewed 9b7b428d01ff |
(0057639) hgbot (developer) 2013-04-02 20:07 |
Repository: erp/pmods/org.openbravo.retail.posterminal-core Changeset: f71d3a8ac5d917492370c894eea4544bf32869c4 Author: Antonio Moreno <antonio.moreno <at> openbravo.com> Date: Thu Feb 14 13:21:07 2013 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal-core/rev/f71d3a8ac5d917492370c894eea4544bf32869c4 [^] Fixed issue 22984. Now authorization to use POS terminals can be granted to users. --- M src-db/database/sourcedata/AD_COLUMN.xml M src-db/database/sourcedata/AD_ELEMENT.xml M src-db/database/sourcedata/AD_FIELD.xml M src-db/database/sourcedata/AD_MESSAGE.xml M src-db/database/sourcedata/AD_PROCESS.xml M src-db/database/sourcedata/AD_TAB.xml M src-db/database/sourcedata/AD_TABLE.xml M src/org/openbravo/retail/posterminal/POSLoginHandler.java M src/org/openbravo/retail/posterminal/term/Context.java M web/org.openbravo.retail.posterminal/index.html M web/org.openbravo.retail.posterminal/js/utilities.js A src-db/database/model/tables/OBPOS_USERTERMINAL_ACCESS.xml --- |
(0057658) hgbot (developer) 2013-04-02 20:09 |
Repository: erp/pmods/org.openbravo.retail.posterminal-core Changeset: 17dfa58dea0694a60a016f2bc6ab3ce11e74eab6 Author: Antonio Moreno <antonio.moreno <at> openbravo.com> Date: Wed Feb 27 13:17:48 2013 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal-core/rev/17dfa58dea0694a60a016f2bc6ab3ce11e74eab6 [^] Related to issue 22984. Now users without access to a terminal will not be shown in the login window --- M src/org/openbravo/retail/posterminal/LoginUtilsServlet.java --- |
![]() |
|||
Date Modified | Username | Field | Change |
2013-02-05 20:27 | dmitry_mezentsev | New Issue | |
2013-02-05 20:27 | dmitry_mezentsev | Assigned To | => marvintm |
2013-02-05 20:27 | dmitry_mezentsev | OBNetwork customer | => No |
2013-02-14 13:21 | hgbot | Checkin | |
2013-02-14 13:21 | hgbot | Note Added: 0056440 | |
2013-02-14 13:21 | hgbot | Status | new => resolved |
2013-02-14 13:21 | hgbot | Resolution | open => fixed |
2013-02-14 13:21 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/f71d3a8ac5d917492370c894eea4544bf32869c4 [^] |
2013-02-15 09:08 | hgbot | Checkin | |
2013-02-15 09:08 | hgbot | Note Added: 0056475 | |
2013-02-15 09:08 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/f71d3a8ac5d917492370c894eea4544bf32869c4 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.layaways/rev/f71d3a8ac5d917492370c894eea4544bf32869c4 [^] |
2013-02-27 13:18 | hgbot | Checkin | |
2013-02-27 13:18 | hgbot | Note Added: 0056810 | |
2013-02-27 13:37 | migueldejuana | Review Assigned To | => migueldejuana |
2013-02-27 13:37 | migueldejuana | Note Added: 0056811 | |
2013-02-27 13:37 | migueldejuana | Status | resolved => closed |
2013-02-27 13:37 | migueldejuana | Fixed in Version | => RMP20 |
2013-04-02 20:07 | hgbot | Checkin | |
2013-04-02 20:07 | hgbot | Note Added: 0057639 | |
2013-04-02 20:07 | hgbot | Status | closed => resolved |
2013-04-02 20:07 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.layaways/rev/f71d3a8ac5d917492370c894eea4544bf32869c4 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal-core/rev/f71d3a8ac5d917492370c894eea4544bf32869c4 [^] |
2013-04-02 20:09 | hgbot | Checkin | |
2013-04-02 20:09 | hgbot | Note Added: 0057658 | |
2013-04-03 12:55 | marvintm | Status | resolved => closed |
Copyright © 2000 - 2009 MantisBT Group |