Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0037625
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Sessionsmajoralways2018-01-12 10:502018-02-02 15:42
Reportersamuel_nicuesaView Statuspublic 
Assigned Torqueralta 
PrioritynormalResolutionfixedFixed in VersionRR18Q2
StatusclosedFix in branchFixed in SCM revisiond458e5dccd01
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionRR17Q2.1SCM revision 
Review Assigned Tomarvintm
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0037625: There is a issue when we try to save again one error located in Errors While Importing POS Data window related to Open Till.

DescriptionThere is a issue when we try to save again one error located in Errors While Importing POS Data window related to Open Till.

Tomcat log throws this exception :

org.openbravo.base.validation.ValidationException: typeofdata: Property C_IMPORT_ENTRY.typeofdata, value (POSS_Terminal_Sessions) is not allowed.
Steps To Reproduce1-You need to have sessions module.
2-Find OpenSessionsPOS.java class and add one exception inside the first try.
  After that, you have to compile the environment.
  You can use this code:
        int w =1;
        if (w==1){
            throw new OBException();
        }
3-Then login into WEB POS using VBS-1 store and the error will be throw.
4-Remove the exception created in the first step.
5-Login in the ERP using The White Valley Group Admin and navigate to errors while importing window.
  You will see one Open Till error and you will have to save again this error, the error won't disappear and tomcat log will display the error:

  org.openbravo.base.validation.ValidationException: typeofdata: Property C_IMPORT_ENTRY.typeofdata, value (POSS_Terminal_Sessions) is not allowed.

  In order to save again the records you will have to change processing flag using :
    update obpos_errors set processing = 'N'
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0101756)
hgbot (developer)
2018-01-17 14:57

Repository: erp/pmods/org.openbravo.retail.sessions
Changeset: d458e5dccd01d2577c5a0a96c15beb2bc7ad306f
Author: Rafael Queralta Pozo <rqueralta <at> nauta.cu>
Date: Wed Jan 17 08:33:00 2018 -0500
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.sessions/rev/d458e5dccd01d2577c5a0a96c15beb2bc7ad306f [^]

Fixed issue 37625: There is a issue when we try to save again one error located
in Errors While Importing POS Data window related to Open Till.

---
M src-db/database/sourcedata/AD_REF_LIST.xml
---

- Issue History
Date Modified Username Field Change
2018-01-12 10:50 samuel_nicuesa New Issue
2018-01-12 10:50 samuel_nicuesa Assigned To => Retail
2018-01-12 10:50 samuel_nicuesa Resolution time => 1517526000
2018-01-12 10:50 samuel_nicuesa Triggers an Emergency Pack => No
2018-01-15 22:34 rqueralta Assigned To Retail => rqueralta
2018-01-17 14:57 hgbot Checkin
2018-01-17 14:57 hgbot Note Added: 0101756
2018-01-17 14:57 hgbot Status new => resolved
2018-01-17 14:57 hgbot Resolution open => fixed
2018-01-17 14:57 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.sessions/rev/d458e5dccd01d2577c5a0a96c15beb2bc7ad306f [^]
2018-02-02 15:42 marvintm Review Assigned To => marvintm
2018-02-02 15:42 marvintm Status resolved => closed
2018-02-02 15:42 marvintm Fixed in Version => RR18Q2


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker