Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0024485Openbravo ERP07. Sales managementpublic2013-08-05 17:542013-09-02 12:29
jonalegriaesarte 
ngarcia 
immediateminorhave not tried
closedfixed 
5
 
3.0MP273.0MP27 
jonalegriaesarte
Core
No
0024485: Create order from sales quotation is not working if the role does not have permissions to sales invoice and discount
Create order from sales quotation is not working if the role does not have permissions to sales invoice and basic discount.
- Create a new role with access to sales quotation window
- Create a sales quotation with one line and book it
- Create order
Error
java.lang.Exception: Entity PricingDiscount is not directly readable, only id and identifier properties are readable, property PricingDiscount.discount is neither of these.
- Grant privilegies to Basic discount
- Create order in the quotation created before
ERROR org.openbravo.base.exception.OBException - Entity FIN_Payment_Schedule is not
directly readable, only id and identifier properties are readable, property
FIN_Payment_Schedule.expectedDate is neither of these.
- Grant privilegies to Sales invoice
- Create order
Now the process works
No tags attached.
Issue History
2013-08-05 17:54jonalegriaesarteNew Issue
2013-08-05 17:54jonalegriaesarteAssigned To => jonalegriaesarte
2013-08-05 17:54jonalegriaesarteModules => Core
2013-08-05 17:54jonalegriaesarteTriggers an Emergency Pack => No
2013-08-05 18:01jonalegriaesarteAssigned Tojonalegriaesarte => caristu
2013-08-05 18:01jonalegriaesartePrioritynormal => immediate
2013-08-05 18:06jonalegriaesarteAssigned Tocaristu => ngarcia
2013-08-29 08:24hgbotCheckin
2013-08-29 08:24hgbotNote Added: 0060808
2013-08-29 08:24hgbotStatusnew => resolved
2013-08-29 08:24hgbotResolutionopen => fixed
2013-08-29 08:24hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/b770ecd93cf59c5a95862924c04f3d9fb0126ab1 [^]
2013-08-30 00:30hudsonbotCheckin
2013-08-30 00:30hudsonbotNote Added: 0060822
2013-09-02 12:29jonalegriaesarteReview Assigned To => jonalegriaesarte
2013-09-02 12:29jonalegriaesarteNote Added: 0060855
2013-09-02 12:29jonalegriaesarteStatusresolved => closed
2013-09-02 12:29jonalegriaesarteFixed in Version => 3.0MP27

Notes
(0060808)
hgbot   
2013-08-29 08:24   
Repository: erp/devel/pi
Changeset: b770ecd93cf59c5a95862924c04f3d9fb0126ab1
Author: Naiara Garcia <naiara.garcia <at> openbravo.com>
Date: Wed Aug 28 12:16:57 2013 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/b770ecd93cf59c5a95862924c04f3d9fb0126ab1 [^]

Fixed issue 24485: Create order from sales quotation is not working if the
role does not have permissions to sales invoice and discount

---
M src/org/openbravo/erpCommon/ad_process/ConvertQuotationIntoOrder.java
---
(0060822)
hudsonbot   
2013-08-30 00:30   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/af1a10655e4e [^]

Maturity status: Test
(0060855)
jonalegriaesarte   
2013-09-02 12:29   
Following the steps to reproduce, now the process is working fine.