Openbravo Issue Tracking System - Retail Modules
View Issue Details
0035678Retail ModulesWeb POSpublic2017-04-03 16:382017-05-08 18:19
malsasua 
mario_castello 
immediatemajoralways
closedfixed 
5
 
RR17Q3 
marvintm
Production - Confirmed Stable
No
0035678: Sales with total amount 0 can not be done
In POS, when total amount receipt is 0, the "done" button is not displayed.
It is not happening in the first sale, but yes in the rest of sales
backoffice:
. go to product window:
 . record Whistle
 . go to price tab
   . The White Valley Group Sale Price List Version: unit price 0 / list price 0

POS
. new receipt:
 . product Whistle
total receipt 0. click in total button, and "Done" button is displayed (it is OK). Click it
. new receipt:
 . product Whistle
total receipt 0. click in total button, and "Done" button is NOT displayed. It is not possible to finish the sale
No tags attached.
depends on backport 0035948RR17Q2 closed mario_castello Sales with total amount 0 can not be done 
depends on backport 0035949RR17Q1.2 closed mario_castello Sales with total amount 0 can not be done 
has duplicate defect 0035930 closed migueldejuana [RR17Q2][Store Server][HighVol][GC & V] After applying a 100% discount to a product, it is not possible selling 2 orders 
Issue History
2017-04-03 16:38malsasuaNew Issue
2017-04-03 16:38malsasuaAssigned To => Retail
2017-04-03 16:38malsasuaResolution time => 1492984800
2017-04-03 16:38malsasuaTriggers an Emergency Pack => No
2017-04-03 17:09mario_castelloAssigned ToRetail => mario_castello
2017-04-03 17:14malsasuaResolution time1492984800 => 1491775200
2017-04-03 17:14malsasuaRegression level => Production - Confirmed Stable
2017-04-03 17:14malsasuaPrioritynormal => immediate
2017-04-03 18:19mario_castelloStatusnew => acknowledged
2017-04-03 18:19mario_castelloStatusacknowledged => scheduled
2017-04-04 16:25mario_castelloFile Added: 8060.patch
2017-04-05 17:15hgbotCheckin
2017-04-05 17:15hgbotNote Added: 0095851
2017-04-05 17:15hgbotStatusscheduled => resolved
2017-04-05 17:15hgbotResolutionopen => fixed
2017-04-05 17:15hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/731ea5cdce40f56b5a1dc45aa1f5e39b4b74e118 [^]
2017-04-05 17:16hgbotCheckin
2017-04-05 17:16hgbotNote Added: 0095852
2017-04-05 17:17mario_castelloFile Deleted: 8060.patch
2017-04-05 17:18mario_castelloNote Edited: 0095851bug_revision_view_page.php?bugnote_id=0095851#r14961
2017-04-05 17:47marvintmReview Assigned To => marvintm
2017-04-05 17:47marvintmStatusresolved => closed
2017-04-05 17:47marvintmFixed in Version => RR17Q2
2017-05-08 15:54lorenzofidalgoRelationship addedrelated to 0035930
2017-05-08 18:18marvintmStatusclosed => new
2017-05-08 18:18marvintmResolutionfixed => open
2017-05-08 18:18marvintmFixed in VersionRR17Q2 =>
2017-05-08 18:19marvintmStatusnew => scheduled
2017-05-08 18:19marvintmStatusscheduled => resolved
2017-05-08 18:19marvintmFixed in Version => RR17Q3
2017-05-08 18:19marvintmResolutionopen => fixed
2017-05-08 18:19marvintmStatusresolved => closed
2017-05-22 18:12marvintmRelationship replacedhas duplicate 0035930

Notes
(0095851)
hgbot   
2017-04-05 17:15   
(edited on: 2017-04-05 17:18)
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 731ea5cdce40f56b5a1dc45aa1f5e39b4b74e118
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Tue Apr 04 09:08:55 2017 -0600
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/731ea5cdce40f56b5a1dc45aa1f5e39b4b74e118 [^]

Fixed issue 0035678: Sales with total amount 0 can not be done

- Call event updatePending to update the status of payment buttons

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-left.js
---

(0095852)
hgbot   
2017-04-05 17:16   
Repository: tools/automation/pi-mobile
Changeset: 93a8a105b68995b4f89e5e2226916b67a4c241e9
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Mon Apr 03 11:08:15 2017 -0600
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/93a8a105b68995b4f89e5e2226916b67a4c241e9 [^]

Verifies issue 35678: Added automated I35678_PayReceiptWithTotalZero

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I35678_PayReceiptWithTotalZero.java
---