Openbravo Issue Tracking System - Retail Modules
View Issue Details
0031841Retail ModulesWeb POSpublic2016-01-08 11:032016-02-02 19:08
gorkaion 
Asantos9 
normaltrivialN/A
closedfixed 
5
 
RR16Q2 
marvintm
No
0031841: Make POS Initial Validations extensible by modules
Add a hook in the InitialValidations java class so other modules can add custom validations.
N/A
See diff attached
No tags attached.
diff initialValidations.diff (2,792) 2016-01-29 12:52
https://issues.openbravo.com/file_download.php?file_id=8983&type=bug
Issue History
2016-01-08 11:03gorkaionNew Issue
2016-01-08 11:03gorkaionAssigned To => Asantos9
2016-01-08 11:03gorkaionTriggers an Emergency Pack => No
2016-01-20 08:41guillermogilReview Assigned To => marvintm
2016-01-20 08:41guillermogilTypedefect => feature request
2016-01-20 10:20Asantos9File Added: initialValidationsHook.diff
2016-01-20 10:20Asantos9Proposed Solution updated
2016-01-29 11:10Asantos9File Deleted: initialValidationsHook.diff
2016-01-29 11:11Asantos9File Added: initialValidationsHook.diff
2016-01-29 12:52guillermogilFile Deleted: initialValidationsHook.diff
2016-01-29 12:52guillermogilFile Added: initialValidations.diff
2016-02-01 10:37hgbotCheckin
2016-02-01 10:37hgbotNote Added: 0083771
2016-02-01 10:37hgbotStatusnew => resolved
2016-02-01 10:37hgbotResolutionopen => fixed
2016-02-01 10:37hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/436df3ddebfac048d391907351fb11bfb47a0e21 [^]
2016-02-02 19:08marvintmStatusresolved => closed
2016-02-02 19:08marvintmFixed in Version => RR16Q2

Notes
(0083771)
hgbot   
2016-02-01 10:37   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 436df3ddebfac048d391907351fb11bfb47a0e21
Author: Alberto Santos <alberto.santos <at> openbravo.com>
Date: Mon Feb 01 10:36:12 2016 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/436df3ddebfac048d391907351fb11bfb47a0e21 [^]

Fixed issue 31841: Make POS Initial Validations extensible by modules
>
> Now you can add validations at the POS Terminal you are doing log in
 For that, it is necessary implement validation abstract method that gets a POS Terminal to check all validations that you want.

---
M src/org/openbravo/retail/posterminal/InitialValidations.java
A src/org/openbravo/retail/posterminal/CustomInitialValidation.java
---