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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0038574
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajoralways2018-05-17 18:172018-05-28 11:18
ReporterjonibcView Statuspublic 
Assigned Toranjith_qualiantech_com 
PriorityhighResolutionfixedFixed in VersionRR18Q3
StatusclosedFix in branchFixed in SCM revisionfa04fc741c81
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomarvintm
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0038574: Flag "realCategory" is ignored in product category tree after tree expand.

DescriptionOnce the product category tree is displayed, if one category is expanded, product category tree is rebuilt and categories are displayed based only on property "display" and not in "realCategory" flag.

It is reproducible in livebuilds. It is possible to assign Product Category combo to an OTF product.
Steps To ReproduceLog in http://livebuilds.openbravo.com/retail_modules_pgsql_pi/web/org.openbravo.retail.posterminal/?terminal=CTST1#retail.pointofsale: [^]

1- In lateral menu, tap on "Create OTF" button.
2- Open product category. Check that category "Combo" is not present in the tree.
3- Expand a category.
4- Check that "Combo" product category can be selected.
5- If ticket is completed. An error must be shown in "Errors while importing POS data".
Proposed SolutionChange the previous showing logic:

this.owner.setShowing(this.model.get('display');

to this:
var showOnlyReal = this.parent.parent.parent.parent.parent.parent.parent.parent.parent.args.showOnlyReal;
this.owner.setShowing((this.model.get('realCategory') === 'N' && showOnlyReal) ? false : this.model.get('display'));
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0104697)
hgbot (developer)
2018-05-25 09:34

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: fa04fc741c8190ca59b22a25c5059f4df6fb5970
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri May 25 13:03:53 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/fa04fc741c8190ca59b22a25c5059f4df6fb5970 [^]

Fixed issue 38574 : Non Real Category should not be shown based on model popup arguments

* While Opening Category Tre Popup, Non Real Category should be shown based on popup arguments "showOnlyReal"

---
M web/org.openbravo.retail.posterminal/js/components/rendercategory.js
---

- Issue History
Date Modified Username Field Change
2018-05-17 18:17 jonibc New Issue
2018-05-17 18:17 jonibc Assigned To => Retail
2018-05-17 18:17 jonibc Resolution time => 1528927200
2018-05-17 18:17 jonibc Triggers an Emergency Pack => No
2018-05-18 09:51 jonibc Proposed Solution updated
2018-05-18 09:56 jonibc Proposed Solution updated
2018-05-23 07:57 ranjith_qualiantech_com Assigned To Retail => ranjith_qualiantech_com
2018-05-23 07:57 ranjith_qualiantech_com Status new => scheduled
2018-05-25 09:34 hgbot Checkin
2018-05-25 09:34 hgbot Note Added: 0104697
2018-05-25 09:34 hgbot Status scheduled => resolved
2018-05-25 09:34 hgbot Resolution open => fixed
2018-05-25 09:34 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/fa04fc741c8190ca59b22a25c5059f4df6fb5970 [^]
2018-05-28 11:18 marvintm Review Assigned To => marvintm
2018-05-28 11:18 marvintm Status resolved => closed
2018-05-28 11:18 marvintm Fixed in Version => RR18Q3


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker