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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0034185
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajoralways2016-10-11 10:372016-10-21 09:27
ReporterjavietxeView Statuspublic 
Assigned Toranjith_qualiantech_com 
PriorityurgentResolutionfixedFixed in VersionRR17Q1
StatusclosedFix in branchFixed in SCM revision3eb9492cdf2d
ProjectionnoneETAnoneTarget Version
OSLinux 64 bitDatabasePostgreSQLJava version8
OS Version16.04Database version9.6.0Ant version
Product VersionSCM revision 
Review Assigned Toguilleaer
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0034185: When saving a not paid layaway, if the preOrderSave hook ends with the cancellation flag, the Layaway button disappears.

DescriptionWhen saving a not paid layaway, if the preOrderSave hook ends with the cancellation flag, the Layaway button disappears.

Sample Hook:

(function () {

  OB.UTIL.HookManager.registerHook('OBPOS_PreOrderSave', function (args, callback) {
      args.cancellation = true;
      OB.UTIL.HookManager.callbackExecutor(args, callback);
   });
}());
Steps To ReproduceWith the hook of the description inserted.

1. Log in webPOS
2. Create a Layaway
3. Add a product to the ticket
4. Validate the layaway
5. Press "Layaway" button

The saving is cancelled, but the "Layaway" button doesn't appear. The only possibility is to add a payment.
TagsSER-QA
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
causes defect 0034799 closedranjith_qualiantech_com Layaway button status is not right with Reverse Payments 

-  Notes
(0090683)
hgbot (developer)
2016-10-19 08:04

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 3eb9492cdf2deda1a59ee7319bfd839af2761a4b
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Oct 18 11:07:55 2016 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/3eb9492cdf2deda1a59ee7319bfd839af2761a4b [^]

Fixes issue 34185 : Show Layaway button if the layaway is not saved in local db

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/payment.js
---
(0090684)
hgbot (developer)
2016-10-19 08:04

Repository: tools/automation/pi-mobile
Changeset: 3540c28d91e3b9b7561f1545cd1081ae13975c84
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Oct 19 11:33:08 2016 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/3540c28d91e3b9b7561f1545cd1081ae13975c84 [^]

Verifies issue 34185 : Added automated test 'I34185_VerifyLayawayWithHookCancellation'

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/I34185_VerifyLayawayWithHookCancellation.java
---

- Issue History
Date Modified Username Field Change
2016-10-11 10:37 javietxe New Issue
2016-10-11 10:37 javietxe Assigned To => Orekaria
2016-10-11 10:37 javietxe Resolution time => 1476741600
2016-10-11 10:37 javietxe Triggers an Emergency Pack => No
2016-10-11 10:37 javietxe Issue Monitored: javietxe
2016-10-11 10:38 javietxe Tag Attached: SER-QA
2016-10-17 14:01 marvintm Resolution time 1476741600 => 1477346400
2016-10-17 14:01 marvintm Assigned To Orekaria => Retail
2016-10-17 15:22 ranjith_qualiantech_com Assigned To Retail => ranjith_qualiantech_com
2016-10-17 15:22 ranjith_qualiantech_com Status new => scheduled
2016-10-19 08:04 hgbot Checkin
2016-10-19 08:04 hgbot Note Added: 0090683
2016-10-19 08:04 hgbot Status scheduled => resolved
2016-10-19 08:04 hgbot Resolution open => fixed
2016-10-19 08:04 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/3eb9492cdf2deda1a59ee7319bfd839af2761a4b [^]
2016-10-19 08:04 hgbot Checkin
2016-10-19 08:04 hgbot Note Added: 0090684
2016-10-21 09:27 guilleaer Review Assigned To => guilleaer
2016-10-21 09:27 guilleaer Status resolved => closed
2016-10-21 09:27 guilleaer Fixed in Version => RR17Q1
2016-12-21 13:25 jorge-garcia Relationship added causes 0034799


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker