Openbravo Issue Tracking System - Retail Modules
View Issue Details
0031658Retail ModulesWeb POSpublic2015-12-07 16:062016-04-29 17:31
mtaal 
AugustoMauch 
normalminorhave not tried
closedfixed 
5
 
RR16Q3 
mtaal
No
0031658: Store server backoffice enablement
See wiki page:
http://wiki.openbravo.com/wiki/Projects:Store_Server_BackOffice_Enablement [^]
See description
No tags attached.
Issue History
2015-12-07 16:06mtaalNew Issue
2015-12-07 16:06mtaalAssigned To => mtaal
2015-12-07 16:06mtaalTriggers an Emergency Pack => No
2016-03-31 11:27AugustoMauchFile Added: restrictErpAccessInStoreServers_pi.diff
2016-03-31 11:27AugustoMauchFile Added: restrictErpAccessInStoreServers_mobileCore.diff
2016-03-31 11:27AugustoMauchFile Added: restrictErpAccessInStoreServers_posterminal.diff
2016-04-18 09:52AugustoMauchFile Deleted: restrictErpAccessInStoreServers_pi.diff
2016-04-18 09:52AugustoMauchFile Deleted: restrictErpAccessInStoreServers_mobileCore.diff
2016-04-18 09:53AugustoMauchFile Deleted: restrictErpAccessInStoreServers_posterminal.diff
2016-04-18 09:56AugustoMauchFile Added: pi.export
2016-04-18 09:56AugustoMauchFile Added: posterminal.export
2016-04-18 09:56AugustoMauchFile Added: mobileCore.export
2016-04-18 11:09AugustoMauchFile Deleted: pi.export
2016-04-18 11:10AugustoMauchFile Added: pi.export
2016-04-19 10:02AugustoMauchIssue cloned0032702
2016-04-19 10:02AugustoMauchAssigned Tomtaal => AugustoMauch
2016-04-21 09:05AugustoMauchFile Deleted: posterminal.export
2016-04-21 09:05AugustoMauchFile Deleted: mobileCore.export
2016-04-21 09:05AugustoMauchFile Deleted: pi.export
2016-04-21 09:11AugustoMauchReview Assigned To => mtaal
2016-04-21 09:11hgbotCheckin
2016-04-21 09:11hgbotNote Added: 0085812
2016-04-21 09:15hgbotCheckin
2016-04-21 09:15hgbotNote Added: 0085813
2016-04-21 09:15hgbotStatusnew => resolved
2016-04-21 09:15hgbotResolutionopen => fixed
2016-04-21 09:15hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/9ecf98bc456e67612aa50875cb5f30d0162fdd9f [^]
2016-04-27 08:47hgbotCheckin
2016-04-27 08:47hgbotNote Added: 0086007
2016-04-29 17:03mtaalNote Added: 0086092
2016-04-29 17:31mtaalNote Added: 0086093
2016-04-29 17:31mtaalStatusresolved => closed
2016-04-29 17:31mtaalFixed in Version => RR16Q3

Notes
(0085812)
hgbot   
2016-04-21 09:11   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 8c66e4a5b3c9d63209a607fc51fe7bf7eb3fb559
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Wed Apr 20 08:45:54 2016 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/8c66e4a5b3c9d63209a607fc51fe7bf7eb3fb559 [^]

Related with issue 31658: Provides a ServerController implementation

The ServerController can be subclassed to establish what logic should be followed to know whether the current server is a central or a store server. This changeset provides an im
plementation based on the MobileServerController.

---
A src/org/openbravo/mobile/core/servercontroller/ServerControllerImplementation.java
---
(0085813)
hgbot   
2016-04-21 09:15   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 9ecf98bc456e67612aa50875cb5f30d0162fdd9f
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Tue Apr 19 15:07:35 2016 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/9ecf98bc456e67612aa50875cb5f30d0162fdd9f [^]

Fixes issue 31658: ERP restriction in store server does not apply to POS login

Restricting the access to the ERP in the store servers does prevent to access to the POS through the POS login. If the access is restricted, the POS login will just set the session value onlySystemAdminRoleShouldBeAvailableInErp to make sure the restrictions are applied if the ERP is accessed from the POS

---
M src/org/openbravo/retail/posterminal/POSLoginHandler.java
---
(0086007)
hgbot   
2016-04-27 08:47   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 76e0daa2311d880ddecb54f7b45b2d0c2023b487
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Wed Apr 27 08:44:48 2016 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/76e0daa2311d880ddecb54f7b45b2d0c2023b487 [^]

Related with issue 31658: Removes log meant for debug

---
M src/org/openbravo/mobile/core/servercontroller/ServerControllerImplementation.java
---
(0086092)
mtaal   
2016-04-29 17:03   
Added docs

http://wiki.openbravo.com/wiki/Retail:Configuration_Guide#Store_Server_Backoffice_ERP_access_disabled [^]
(0086093)
mtaal   
2016-04-29 17:31   
Reviewed and tested