Openbravo Issue Tracking System - Retail Modules
View Issue Details
0028597Retail ModulesWeb POSpublic2015-01-13 17:522015-01-19 20:02
malsasua 
aaroncalero 
highmajoralways
closedfixed 
20Community Appliance
main 
RR15Q1 
malsasua
QA functional test
main
No
0028597: Documents are not synced when quotation is loaded
Documents (orders, quotations, cashups...) are not synced when a quotation is created and confirmed, and after that, navigation between the orders loaded is done
Using the old discounts flow (Preference WEB POS Enable New Flow Discount with value N), in WEB POS:
. create quotation:
  . add line
  . confirm -> "under evaluation" is displayed

now, there are two receipts in multi order
 . select the first receipt
 . select the quotation

. create new receipt and complete it.
never is synced
No tags attached.
Issue History
2015-01-13 17:52malsasuaNew Issue
2015-01-13 17:52malsasuaAssigned To => marvintm
2015-01-13 17:52malsasuaTriggers an Emergency Pack => No
2015-01-15 12:05aaroncaleroSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=7455#r7455
2015-01-15 16:52hgbotCheckin
2015-01-15 16:52hgbotNote Added: 0073528
2015-01-15 16:52hgbotStatusnew => resolved
2015-01-15 16:52hgbotResolutionopen => fixed
2015-01-15 16:52hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/8991444ecfc29d9eeb5a89ceb4a5099344b7c25e [^]
2015-01-16 11:05aaroncaleroAssigned Tomarvintm => aaroncalero
2015-01-19 14:27malsasuaRegression level => QA functional test
2015-01-19 14:54malsasuaRegression introduced in release => main
2015-01-19 20:02malsasuaReview Assigned To => malsasua
2015-01-19 20:02malsasuaNote Added: 0073629
2015-01-19 20:02malsasuaStatusresolved => closed
2015-01-19 20:02malsasuaFixed in Version => RR15Q1

Notes
(0073528)
hgbot   
2015-01-15 16:52   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 8991444ecfc29d9eeb5a89ceb4a5099344b7c25e
Author: Aaron Calero <aaron.calero <at> openbravo.com>
Date: Thu Jan 15 16:48:31 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/8991444ecfc29d9eeb5a89ceb4a5099344b7c25e [^]

Fixed issue 28597: Documents are not synced when quotation is loaded

Added the attribute 'isEditable' with value 'false' to the quotation at the point of closing it. This has been done to prevent discounts from executing when loading the quotation.
The problem was that, with the old discounts flow, the discounts calculation was saving the quotation in local database incorrectly.

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-left.js
---
(0073629)
malsasua   
2015-01-19 20:02   
verified