Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0027696 | Openbravo ERP | 07. Sales management | public | 2014-09-26 14:02 | 2014-12-30 23:23 |
|
Reporter | jonalegriaesarte | |
Assigned To | reinaldoguerra | |
Priority | high | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | 3.0PR15Q1 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | vmromanos |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 31349 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0027696: Print report in goods shipment and receipt is not printing the attribute |
Description | Print report in goods shipment and receipt is not printing the attribute |
Steps To Reproduce | - Goods shipment receipt
- Select a header which lines have attribute
- Print it |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | 27696.diff (1,946) 2014-10-14 19:09 https://issues.openbravo.com/file_download.php?file_id=7363&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2014-09-26 14:02 | jonalegriaesarte | New Issue | |
2014-09-26 14:02 | jonalegriaesarte | Assigned To | => AtulOpenbravo |
2014-09-26 14:02 | jonalegriaesarte | OBNetwork customer | => Yes |
2014-09-26 14:02 | jonalegriaesarte | Modules | => Core |
2014-09-26 14:02 | jonalegriaesarte | Support ticket | => 31349 |
2014-09-26 14:02 | jonalegriaesarte | Resolution time | => 1417734000 |
2014-09-26 14:02 | jonalegriaesarte | Triggers an Emergency Pack | => No |
2014-10-13 16:48 | jonalegriaesarte | Resolution time | 1417734000 => 1412200800 |
2014-10-14 19:09 | jonalegriaesarte | File Added: 27696.diff | |
2014-10-15 17:14 | reinaldoguerra | Assigned To | AtulOpenbravo => reinaldoguerra |
2014-10-15 17:14 | reinaldoguerra | Status | new => scheduled |
2014-10-17 04:50 | reinaldoguerra | Note Added: 0071007 | |
2014-10-17 12:54 | hgbot | Checkin | |
2014-10-17 12:54 | hgbot | Note Added: 0071020 | |
2014-10-17 12:54 | hgbot | Status | scheduled => resolved |
2014-10-17 12:54 | hgbot | Resolution | open => fixed |
2014-10-17 12:54 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/2fab1f6f5e7083e231cf8e0b4433fff5d09d0bbf [^] |
2014-10-17 12:55 | vmromanos | Review Assigned To | => vmromanos |
2014-10-17 12:55 | vmromanos | Note Added: 0071024 | |
2014-10-17 12:55 | vmromanos | Status | resolved => closed |
2014-12-30 23:23 | hudsonbot | Checkin | |
2014-12-30 23:23 | hudsonbot | Note Added: 0072945 | |
Notes |
|
|
Test plan used:
1- Login into Openbravo ERP.
2- Go to Goods shipment window and insert a new record.
3- Go to lines tab and create a new one.
4- Select a product with attributes defined for example: Zumo de Naranja Bio 0,33L
5- Go to header and press print record button in the tool bar.
6- Report now prints the attribute field correctly.
7- Go to Goods Receipt window and insert a new record.
8- Go to lines tab and create a new one.
9- Select a product with attributes defined for example: Zumo de Naranja Bio 0,33L.
10- If attribute set value is empty, insert a value for example: L47.
11- Go to header and press print record button in the tool bar.
12- Report now prints the attribute field correctly. |
|
|
(0071020)
|
hgbot
|
2014-10-17 12:54
|
|
Repository: erp/devel/pi
Changeset: 2fab1f6f5e7083e231cf8e0b4433fff5d09d0bbf
Author: Reinaldo Guerra <reinaldo.guerra <at> peoplewalking.com>
Date: Wed Oct 15 11:32:56 2014 -0500
URL: http://code.openbravo.com/erp/devel/pi/rev/2fab1f6f5e7083e231cf8e0b4433fff5d09d0bbf [^]
Fixed bug 27696: Report in goods shipmt and recpt is not printing the attribute.
Rptm_InOut_Lines_new report queryString was changed to view as Lot the M_ATTRIBUTESETINSTANCE.DESCRIPTION instead of the combination of LOT and GUARANTEEDATE fields.
Now print report in goods shipment and receipt is printing the attribute correctly.
---
M src/org/openbravo/erpReports/Rptm_InOut_Lines_new.jrxml
---
|
|
|
|
|
|
|
|