Openbravo Issue Tracking System - Retail Modules
View Issue Details
0038351Retail ModulesWeb POSpublic2018-04-12 12:122018-05-04 14:40
avicente 
jorge-garcia 
highmajoralways
closedfixed 
5
 
RR18Q2RR18Q2 
marvintm
No
0038351: Permission error when reject quotation
It is not possible to reject quotation with a manual rol due to a check introduce by the issue 38011.
1. Login in webpos with a manual role with access to the reject quotation option.
2. Create a quotation for a customer: check it has been created in backend, Under Evaluation
3. Click on Menu > Reject Quotation
Process seem to be OK, but in Chrome console: serviceSuccess error: status: -1, error.message: Current user/role has no access to class org.openbravo.retail.posterminal.QuotationsReject; line: serviceSuccess (https://butcopy-central.services.openbravo.com/openbravo/web/js/gen/4f47d66f45c7ead934bc8b8aa9b0106e_WebPOS.js:49:37 [^]) (*,+)
In backend the Quotation is still in under Evaluation
The preference to control the access to Reject Quotations is: Web POS Quotation rejections (search key: OBPOS_quotation.rejections).

However, the java process check the preferenceOBPOS_receipt.rejectquotation that does not exist.
No tags attached.
blocks defect 0038343 closed jorge-garcia Permission error when reject quotation 
Issue History
2018-04-12 14:19marvintmTypedefect => backport
2018-04-12 14:19marvintmTarget Version => RR18Q2
2018-05-03 10:24hgbotCheckin
2018-05-03 10:24hgbotNote Added: 0104225
2018-05-03 10:24hgbotStatusscheduled => resolved
2018-05-03 10:24hgbotResolutionopen => fixed
2018-05-03 10:24hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/9852add2a987ae96ad78cd3f6bf5d8cb6c72cb70 [^] => http://code.openbravo.com/retail/backports/3.0RR18Q2/org.openbravo.retail.posterminal/rev/68eef77703e9ac8ded49e1321e997e6e655f1e36 [^]
2018-05-04 14:40marvintmReview Assigned To => marvintm
2018-05-04 14:40marvintmStatusresolved => closed
2018-05-04 14:40marvintmFixed in Version => RR18Q2

Notes
(0104225)
hgbot   
2018-05-03 10:24   
Repository: retail/backports/3.0RR18Q2/org.openbravo.retail.posterminal
Changeset: 68eef77703e9ac8ded49e1321e997e6e655f1e36
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Thu May 03 10:23:48 2018 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR18Q2/org.openbravo.retail.posterminal/rev/68eef77703e9ac8ded49e1321e997e6e655f1e36 [^]

Fixed issue 38351: Permission error when reject quotation

OBPOS_receipt.rejectquotation preference without ref_list has been removed
from ad_preference sourcedata.

For QuotationsReject.java the property has been change for the one used
also in the menu entry OBPOS_quotation.rejections.

---
M src-db/database/sourcedata/AD_PREFERENCE.xml
M src/org/openbravo/retail/posterminal/QuotationsReject.java
---