Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0031090 | Openbravo ERP | A. Platform | public | 2015-10-08 08:41 | 2015-11-25 16:38 |
|
Reporter | alostale | |
Assigned To | alostale | |
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0PR16Q1 | Fixed in Version | 3.0PR16Q1 | |
Merge Request Status | |
Review Assigned To | AugustoMauch |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0031090: Implement Retail licensing model |
Description | Retail licensing model is based on restricting the number of WebPOS terminals that can be registered at system level.
Include model as part of activation key and implement the restrictions required accordingly.
More details: https://docs.google.com/document/d/1kWe0tIhv9Wd0gXpQ4b6oxtub5fqTSrrVsUdsq-kainU/edit [^] |
Steps To Reproduce | - |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0031667 | RR16Q1 | closed | Orekaria | Retail Modules | unlimited terminals licenses don't allow to create terminals | related to | feature request | 0032821 | | closed | platform | Openbravo ERP | Mobile Core. Reinforce CU Licensing | causes | defect | 0033012 | | closed | alostale | Openbravo ERP | error in Instance Activation window when using an expired license |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-10-08 08:41 | alostale | New Issue | |
2015-10-08 08:41 | alostale | Assigned To | => platform |
2015-10-08 08:41 | alostale | Modules | => Core |
2015-10-08 08:41 | alostale | Triggers an Emergency Pack | => No |
2015-10-08 08:41 | alostale | Status | new => scheduled |
2015-10-08 08:41 | alostale | Assigned To | platform => alostale |
2015-10-08 08:42 | alostale | Review Assigned To | => AugustoMauch |
2015-10-08 08:42 | alostale | Target Version | => 3.0PR16Q1 |
2015-11-23 11:49 | hgbot | Checkin | |
2015-11-23 11:49 | hgbot | Note Added: 0082067 | |
2015-11-23 11:49 | hgbot | Status | scheduled => resolved |
2015-11-23 11:49 | hgbot | Resolution | open => fixed |
2015-11-23 11:49 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/0533c8d6569d7ca75ba77ecb7bcb224b1ff681a1 [^] |
2015-11-23 11:51 | hgbot | Checkin | |
2015-11-23 11:51 | hgbot | Note Added: 0082068 | |
2015-11-23 11:57 | hgbot | Checkin | |
2015-11-23 11:57 | hgbot | Note Added: 0082069 | |
2015-11-23 21:17 | hudsonbot | Checkin | |
2015-11-23 21:17 | hudsonbot | Note Added: 0082266 | |
2015-11-25 16:38 | AugustoMauch | Note Added: 0082346 | |
2015-11-25 16:38 | AugustoMauch | Status | resolved => closed |
2015-11-25 16:38 | AugustoMauch | Fixed in Version | => 3.0PR16Q1 |
2015-12-09 10:18 | alostale | Relationship added | related to 0031667 |
2016-05-20 10:51 | alostale | Relationship added | causes 0033012 |
2017-07-06 08:36 | alostale | Relationship added | related to 0032821 |
Notes |
|
(0082067)
|
hgbot
|
2015-11-23 11:49
|
|
Repository: erp/devel/pi
Changeset: 0533c8d6569d7ca75ba77ecb7bcb224b1ff681a1
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Mon Nov 23 11:44:13 2015 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/0533c8d6569d7ca75ba77ecb7bcb224b1ff681a1 [^]
fixed issue 31090: Implement Retail licensing model
Retail licensing model is based on restricting the number of WebPOS terminals
that can be registered at system level.
---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/navigationbarcomponents/UserInfoWidgetActionHandler.java
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/AD_TEXTINTERFACES.xml
M src/org/openbravo/base/secureApp/HttpSecureAppServlet.java
M src/org/openbravo/base/secureApp/LoginHandler.java
M src/org/openbravo/erpCommon/ad_forms/About.html
M src/org/openbravo/erpCommon/ad_forms/About.java
M src/org/openbravo/erpCommon/ad_forms/About.xml
M src/org/openbravo/erpCommon/ad_forms/InstanceManagement.html
M src/org/openbravo/erpCommon/ad_forms/InstanceManagement.java
M src/org/openbravo/erpCommon/ad_forms/InstanceManagement.xml
M src/org/openbravo/erpCommon/ad_forms/Role.java
M src/org/openbravo/erpCommon/obps/ActivationKey.java
A src/org/openbravo/erpCommon/obps/ModuleLicenseRestrictions.java
---
|
|
|
(0082068)
|
hgbot
|
2015-11-23 11:51
|
|
|
|
(0082069)
|
hgbot
|
2015-11-23 11:57
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 8710755559139d41025c62b33ef90241c79df30b
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Mon Nov 23 11:54:30 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/8710755559139d41025c62b33ef90241c79df30b [^]
related to issue 31090: Implement Retail licensing model
POS terminal implementation for new reatail licensing model
---
M src-db/database/sourcedata/AD_FORM.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT_MAPPING.xml
M src-db/database/sourcedata/AD_TEXTINTERFACES.xml
A src/org/openbravo/retail/posterminal/security/DeactivateAllTerminalsButton.html
A src/org/openbravo/retail/posterminal/security/DeactivateAllTerminalsButton.xml
A src/org/openbravo/retail/posterminal/security/DeactivateTerminals.html
A src/org/openbravo/retail/posterminal/security/DeactivateTerminals.xml
A src/org/openbravo/retail/posterminal/security/InstanceActivationExtensions.java
A src/org/openbravo/retail/posterminal/security/POSLicenseRestrictions.java
A src/org/openbravo/retail/posterminal/security/POSLicenseWarningFICExtension.java
A src/org/openbravo/retail/posterminal/security/TerminalRestrictionsEventHandler.java
---
|
|
|
|
|
|
|
Code reviewed and verified in pi@871075555913 |
|