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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0046857
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Discounts and Promotionsmajoralways2021-05-27 09:062021-06-02 08:21
ReporterguillermogilView Statuspublic 
Assigned Torqueralta 
PrioritynormalResolutionfixedFixed in VersionRR21Q3
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0046857: It is not possible to add a discount for a GC

DescriptionIt is not possible to add a discount for a GC from the keyboard button.
A popup raises saying that "This line cannot be edited"
Steps To ReproduceLogin on Livebuilds with modules
Add a GC Infinite
Click discounts button from the keyboard
The popup raises -> Wrong behaviour

Add a different product (e.g.- Avalanche Transceiver)
Go to the menu
Click Receipt Discounts

You can add a discount to the GC
Proposed SolutionReview why the following logic is needed:
        if (selectedReceiptLine.get('product').get('isEditableQty') === false) {
          view.doShowPopup({
            popup: 'modalNotEditableLine'
          });
          return;
        }
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0128827)
hgbot (developer)
2021-06-01 05:08

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/443 [^]
(0128918)
hgbot (developer)
2021-06-02 08:21

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/443 [^]
(0128919)
hgbot (developer)
2021-06-02 08:21

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 7013299fcdac127a4723e920532d3cf249cfd296
Author: Rafael Queralta <rafaelcuba81@gmail.com>
Date: 2021-06-02T06:21:33+00:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/7013299fcdac127a4723e920532d3cf249cfd296 [^]

Fixed BUG-46857: Removed unnecessary logic

---
M web/org.openbravo.retail.posterminal/js/actions/discount.js
---

- Issue History
Date Modified Username Field Change
2021-05-27 09:06 guillermogil New Issue
2021-05-27 09:06 guillermogil Assigned To => Retail
2021-05-27 09:06 guillermogil Resolution time => 1623276000
2021-05-27 09:06 guillermogil Triggers an Emergency Pack => No
2021-05-28 23:37 rqueralta Assigned To Retail => rqueralta
2021-06-01 05:08 hgbot Note Added: 0128827
2021-06-02 08:21 hgbot Resolution open => fixed
2021-06-02 08:21 hgbot Status new => closed
2021-06-02 08:21 hgbot Note Added: 0128918
2021-06-02 08:21 hgbot Fixed in Version => RR21Q3
2021-06-02 08:21 hgbot Note Added: 0128919


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker