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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0024572
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Layaway orderminoralways2013-08-23 13:272024-10-18 12:18
ReportersureshbabuView Statuspublic 
Assigned ToRetail 
PrioritynormalResolutionopenFixed in Version
StatusnewFix 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

0024572: RMP26: Not able to void a Layaway order after clicking the line item

DescriptionNot able to void a Layaway order after clicking the line item
Steps To ReproduceNote: I am testing using price list not inclusive of taxes

1) Create a Layaway order with more than one line item(without any partial payment)
2) Then reopen the layaway order using Layaways options
3) Then from drop down menu option, select "Void This layaway" option
4) In the webpos, "Void this Layaway" label appears as well as at the right hand side, "Total is Zero. No Payment required" label appears along with "Done" button
5) Click any line item, Product details will appear at the right hand side

6) Then to void the Layaway order, click Total amount

Defect: There is no response from the system once i click Total amount field
TagsNo tags attached.
Attached Filespng file icon Not able to void a layaway order, when the user clicks the line item from webpos.png [^] (208,539 bytes) 2013-08-23 13:27


diff file icon diffVoidLayaway.diff [^] (835 bytes) 2013-08-26 09:49 [Show Content]

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0029517 newRetail [RR15Q2] Amount button crashes following certain steps in "Void this layaway" flow 

-  Notes
(0060753)
guilleaer (manager)
2013-08-24 01:32

Is not needed to have several lines to reproduce the problem.
(0060758)
guilleaer (manager)
2013-08-26 09:48
edited on: 2013-08-26 09:50

No critical for RMP26

Attached a possible patch

diff -r 8e4de78a5592 web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-left.js
--- a/web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-left.js Mon Aug 26 09:00:57 2013 +0200
+++ b/web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-left.js Mon Aug 26 09:49:32 2013 +0200
@@ -202,7 +202,7 @@
       OB.UTIL.showConfirmation.display(OB.I18N.getLabel('OBPOS_NegativeTotal'), OB.I18N.getLabel('OBPOS_NegativeTotalMessage'));
       return true;
     }
- if ((this.model.get('order').get('isEditable') === false && !this.model.get('order').get('isLayaway')) || this.model.get('order').get('orderType') === 3) {
+ if ((this.model.get('order').get('isEditable') === false && !this.model.get('order').get('isLayaway'))) {
       return true;
     }
     OB.MobileApp.view.scanningFocus(false);

(0076369)
lorenzofidalgo (developer)
2015-04-07 16:23

I have tested that this issue is still reproducible up to RR15Q1.2 but it is not reproducible in RR15Q2.

- Issue History
Date Modified Username Field Change
2013-08-23 13:27 sureshbabu New Issue
2013-08-23 13:27 sureshbabu Assigned To => guilleaer
2013-08-23 13:27 sureshbabu File Added: Not able to void a layaway order, when the user clicks the line item from webpos.png
2013-08-23 13:27 sureshbabu Triggers an Emergency Pack => No
2013-08-24 01:32 guilleaer Note Added: 0060753
2013-08-26 09:48 guilleaer Note Added: 0060758
2013-08-26 09:49 guilleaer File Added: diffVoidLayaway.diff
2013-08-26 09:50 guilleaer Note Edited: 0060758 View Revisions
2015-04-07 16:23 lorenzofidalgo Note Added: 0076369
2015-04-07 16:57 lorenzofidalgo Relationship added related to 0029517
2024-10-18 12:18 guilleaer Assigned To guilleaer => Retail


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker