Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0027355 | Openbravo ERP | 07. Sales management | public | 2014-08-18 08:02 | 2014-12-30 23:24 |
|
Reporter | VictorVillar | |
Assigned To | reinaldoguerra | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0PR15Q1 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | pramakrishnan |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 29780 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0027355: Attribute field should not appear in the Sales Orders |
Description | Attribute field should not appear in the Sales Orders, because it seems that it has no purpose. Problem:
If you fill it manually you are creating a new m_attributesetinstance_id, which has no stock, it means, you are creating a new product. |
Steps To Reproduce | Attribute field should not appear in the Sales Orders, because it seems that it has no purpose. Problem:
If you fill it manually you are creating a new m_attributesetinstance_id, which has no stock, it means, you are creating a new product. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-08-18 08:02 | VictorVillar | New Issue | |
2014-08-18 08:02 | VictorVillar | Assigned To | => dmiguelez |
2014-08-18 08:02 | VictorVillar | OBNetwork customer | => Yes |
2014-08-18 08:02 | VictorVillar | Modules | => Core |
2014-08-18 08:02 | VictorVillar | Support ticket | => 29780 |
2014-08-18 08:02 | VictorVillar | Resolution time | => 1411423200 |
2014-08-18 08:02 | VictorVillar | Triggers an Emergency Pack | => No |
2014-08-18 08:02 | VictorVillar | Assigned To | dmiguelez => jonalegriaesarte |
2014-08-18 08:02 | VictorVillar | Issue Monitored: networkb | |
2014-09-01 16:33 | jonalegriaesarte | Assigned To | jonalegriaesarte => AtulOpenbravo |
2014-09-29 16:12 | jonalegriaesarte | Target Version | 3.0PR14Q4 => 3.0PR15Q1 |
2014-10-21 05:01 | reinaldoguerra | Assigned To | AtulOpenbravo => reinaldoguerra |
2014-10-21 05:01 | reinaldoguerra | Status | new => scheduled |
2014-10-22 04:46 | reinaldoguerra | Note Added: 0071106 | |
2014-10-25 03:28 | reinaldoguerra | Note Edited: 0071106 | bug_revision_view_page.php?bugnote_id=0071106#r6894 |
2014-11-06 21:10 | reinaldoguerra | Note Edited: 0071106 | bug_revision_view_page.php?bugnote_id=0071106#r6979 |
2014-11-18 09:01 | hgbot | Checkin | |
2014-11-18 09:01 | hgbot | Note Added: 0071741 | |
2014-11-18 09:01 | hgbot | Status | scheduled => resolved |
2014-11-18 09:01 | hgbot | Resolution | open => fixed |
2014-11-18 09:01 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/8d86f28e2da1d901d4b6dd06a8efca682b2a067d [^] |
2014-11-18 09:02 | pramakrishnan | Review Assigned To | => pramakrishnan |
2014-11-18 09:02 | pramakrishnan | Note Added: 0071742 | |
2014-11-18 09:02 | pramakrishnan | Status | resolved => closed |
2014-12-30 23:24 | hudsonbot | Checkin | |
2014-12-30 23:24 | hudsonbot | Note Added: 0073069 | |
Notes |
|
(0071106)
|
reinaldoguerra
|
2014-10-22 04:46
(edited on: 2014-11-06 21:10) |
|
Test plan used:
1- Login into Openbravo ERP.
2- Go to Sales Order window
3- Create a new header record.
4- Go to lines tab and create a new one.
5- Select a product with an attribute set defined for example: Zumo de Naranja Bio 0,33L
6- Note that attribute set value field is not writable (read only).
7- Open selected product and realize that attribute set named "Lote" is defined for this product.
8- Go to "Lote" attribute set window.
9- Realize that field "Lot" is marked as true.
10- Uncheck "Lot" and save the attribute set.
11- Go again to Order Line tab and note that attribute set value field is now writable.
12- As "Lot" property is unchecked it is not possible to write or select some value from attributes set value selector. In this case go to the Attribute set window then select "Lote" record and add a new attribute using tab Asigned Attribute.
13- Now it is possible to select a value from attributes set value selector.
14- Go to Purchase Order window
15- Create a new header record.
16- Go to lines tab and create a new one.
17- Select a product with an attribute set defined for example: Zumo de Naranja Bio 0,33L.
18- Note that attribute set value field is not writable (read only).
|
|
|
(0071741)
|
hgbot
|
2014-11-18 09:01
|
|
Repository: erp/devel/pi
Changeset: 8d86f28e2da1d901d4b6dd06a8efca682b2a067d
Author: Reinaldo Guerra <reinaldo.guerra <at> peoplewalking.com>
Date: Fri Oct 24 14:54:51 2014 -0500
URL: http://code.openbravo.com/erp/devel/pi/rev/8d86f28e2da1d901d4b6dd06a8efca682b2a067d [^]
Fixed bug 27355: Attribute should be readonly in order lines for some cases.
Readonly logic for Attribute Set Value in order line column is now applied when the attribute set of the line's product has at least one of the following fields defined as true: Lot, Serial Number, Expiration Date.
Two new auxiliary inputs were added to validate the mentioned scenario in sales and purchase orders.
---
M src-db/database/sourcedata/AD_AUXILIARINPUT.xml
M src-db/database/sourcedata/AD_COLUMN.xml
---
|
|
|
|
Code Review + Testing - OK. |
|
|
|
|