Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0023842 | Openbravo ERP | A. Platform | public | 2013-05-17 14:44 | 2013-05-23 01:33 |
|
Reporter | plujan | |
Assigned To | dmiguelez | |
Priority | urgent | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 3.0MP20 | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | Sandrahuguet |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | Production - Confirmed Stable |
Regression date | 2012-11-20 |
Regression introduced in release | |
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/18879 [^] |
Triggers an Emergency Pack | No |
|
Summary | 0023842: On Sales Invoice window, all fields that are Selector type remain active after completing the invoice |
Description | When completing a Sales Invoice, all the fields should change to non editable. But I can see all the selectors as editable.
It is not possible to save the changes though. However, it is something to fix immediately since it is disrupting the GUI experience. |
Steps To Reproduce | 1. As Openbravo user, go to Sales Invoice window
2. Create a header, selecting a Business Partner
3. Create a line, selecting a Product
4. Save
5. Complete
6. After completing, check that all the fields but the selectors are non editable and that you can change the values of the selectors. See attach. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | Openbravo Sales Invoice 1000073 17 0....png (75,709) 2013-05-17 14:44 https://issues.openbravo.com/file_download.php?file_id=6139&type=bug

|
|
Issue History |
Date Modified | Username | Field | Change |
2013-05-17 14:44 | plujan | New Issue | |
2013-05-17 14:44 | plujan | Assigned To | => AugustoMauch |
2013-05-17 14:44 | plujan | File Added: Openbravo Sales Invoice 1000073 17 0....png | |
2013-05-17 14:44 | plujan | Modules | => Core |
2013-05-17 14:44 | plujan | OBNetwork customer | => No |
2013-05-17 14:44 | plujan | Triggers an Emergency Pack | => No |
2013-05-20 09:48 | AugustoMauch | Assigned To | AugustoMauch => dmiguelez |
2013-05-20 11:47 | dmiguelez | Regression level | => Production - Confirmed Stable |
2013-05-20 11:47 | dmiguelez | Regression date | => 2012-11-20 |
2013-05-20 11:47 | dmiguelez | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/18879 [^] |
2013-05-20 11:50 | hgbot | Checkin | |
2013-05-20 11:50 | hgbot | Note Added: 0058694 | |
2013-05-20 11:50 | hgbot | Status | new => resolved |
2013-05-20 11:50 | hgbot | Resolution | open => fixed |
2013-05-20 11:50 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/a40f5609747d1c16d1e1ba774b08d3fc14a747ba [^] |
2013-05-20 11:54 | dmiguelez | Note Added: 0058695 | |
2013-05-20 17:06 | hgbot | Checkin | |
2013-05-20 17:06 | hgbot | Note Added: 0058703 | |
2013-05-21 13:27 | Sandrahuguet | Review Assigned To | => Sandrahuguet |
2013-05-21 13:27 | Sandrahuguet | Note Added: 0058722 | |
2013-05-21 13:27 | Sandrahuguet | Status | resolved => closed |
2013-05-23 01:33 | hudsonbot | Checkin | |
2013-05-23 01:33 | hudsonbot | Note Added: 0058832 | |
2013-05-23 01:33 | hudsonbot | Checkin | |
2013-05-23 01:33 | hudsonbot | Note Added: 0058836 | |
Notes |
|
(0058694)
|
hgbot
|
2013-05-20 11:50
|
|
Repository: erp/devel/pi
Changeset: a40f5609747d1c16d1e1ba774b08d3fc14a747ba
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Mon May 20 11:48:01 2013 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/a40f5609747d1c16d1e1ba774b08d3fc14a747ba [^]
Fixes Issue 23842. Some Fields are only editable if the Document
is not Processed instead of not Posted.
---
M src-db/database/sourcedata/AD_COLUMN.xml
---
|
|
|
|
The display logic of some columns has changed from @Posted@='Y' to @Processed@='Y'
The Columns are:
TableName ColumnName
C_Order Business Partner
C_Invoice Business Partner
C_InvoiceLine Organization
C_InvoiceLine Product
C_OrderLine Product
M_InOutLine Product
M_MovementLine Product
This are Fields that, even if the UI was telling that they were editable, in truth they were not. |
|
|
(0058703)
|
hgbot
|
2013-05-20 17:06
|
|
|
|
|
|
|
|
|
|
|
|