Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0031022 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
backport | [Openbravo ERP] 09. Financial management | major | always | 2015-10-01 18:28 | 2015-10-05 17:00 | |||
Reporter | egoitz | View Status | public | |||||
Assigned To | vmromanos | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | 25e89d6b7afa | ||||
Projection | none | ETA | none | Target Version | 3.0PR15Q3.2 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | dmiguelez | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | Production - QA Approved | |||||||
Regression date | 2015-05-07 | |||||||
Regression introduced in release | 3.0PR15Q3 | |||||||
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/72e2b8bfe6fcf24641d900e00cdb6c38a0731483 [^] | |||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0031022: ON the sales order window when selecting a organization that has not got document types some fields are hidden | |||||||
Description | When creating a new sales order, if the org selected on the combo has not got applicable document types, the organization and partner fields are not shown and the window is not usable until you close it and open again. | |||||||
Steps To Reproduce | -Deactivate all the document types that applies to sales order window -go to sales order window -click on new *See that the organization and partner fields are not shown | |||||||
Tags | Approved | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0080830) hgbot (developer) 2015-10-05 17:00 |
Repository: erp/backports/3.0PR15Q3.2 Changeset: 25e89d6b7afaf7e39229f8a9be8e64aa2f42fa57 Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> Date: Fri Oct 02 12:39:49 2015 +0200 URL: http://code.openbravo.com/erp/backports/3.0PR15Q3.2/rev/25e89d6b7afaf7e39229f8a9be8e64aa2f42fa57 [^] Fixed bug 31022: hidden fields in several windows related to acct. dimensions The display logic of some fields driven by the accounting dimension display logic utility was not working fine when the auxiliary input "DOCBASETYPE" (used by to calculate the acct. dimension display logic) was null. This auxiliary input has a hardcoded value in some windows, however in other windows it is gotten from the DB using the selected document type. In the latter scenario, when the document type field is blank, the "DOCBASETYPE" auxiliary input was null, so the system was unable to detect the right configuration, thus hiding the fields. The regression is caused by issue 0029767. The business partner and organization fields were configured to use the accounting dimension display logic utility in the following windows: * Sales Order * Purchase Order * Sales Invoice * Purchase Invoice * Payment In (not affected as it has a hardcoded "DOCBASETYPE") * Payment Out (not affected as it has a hardcoded "DOCBASETYPE") The fix improves the SQL for getting the "DOCBASETYPE" auxiliary input in the affected windows, so in case the document type is null, a generic value (the most commonly used) is returned depending on the window: * Sales Order: SOO * Purchase Order: POO * Sales Invoice: ARI * Purchase Invoice: API --- M src-db/database/sourcedata/AD_AUXILIARINPUT.xml --- |
(0080831) dmiguelez (developer) 2015-10-05 17:00 |
Code Review + Testing Ok |
Issue History | |||
Date Modified | Username | Field | Change |
2015-10-02 11:41 | vmromanos | Type | defect => backport |
2015-10-02 11:41 | vmromanos | Target Version | => 3.0PR15Q3.2 |
2015-10-02 11:42 | vmromanos | Tag Attached: Approved | |
2015-10-05 17:00 | hgbot | Checkin | |
2015-10-05 17:00 | hgbot | Note Added: 0080830 | |
2015-10-05 17:00 | hgbot | Status | scheduled => resolved |
2015-10-05 17:00 | hgbot | Resolution | open => fixed |
2015-10-05 17:00 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/backports/3.0PR15Q3.2/rev/25e89d6b7afaf7e39229f8a9be8e64aa2f42fa57 [^] |
2015-10-05 17:00 | dmiguelez | Review Assigned To | => dmiguelez |
2015-10-05 17:00 | dmiguelez | Note Added: 0080831 | |
2015-10-05 17:00 | dmiguelez | Status | resolved => closed |
Copyright © 2000 - 2009 MantisBT Group |