Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0005192 | Openbravo ERP | 09. Financial management | public | 2008-09-23 12:09 | 2009-02-06 14:39 |
|
Reporter | rafaroda | |
Assigned To | artem | |
Priority | normal | Severity | trivial | Reproducibility | always |
Status | closed | Resolution | no change required | |
Platform | | OS | 20 | OS Version | Ubuntu 7.10 |
Product Version | pi | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0005192: 'Accounting Date From' mandatory field |
Description | When accessing first time to 'Accounting Transaction Details', a pop-up window displays in order to select two dates. First one, 'Accounting Date From', is mandatory (Javascript check is done) but does not display yellow. |
Steps To Reproduce | Go to 'Financial Management || Accounting || Analysis Tools || Accounting Transaction Details' |
Proposed Solution | Make 'Accounting Date From' display mandatory (yellow) in the file with parameters /businessUtility/Buscador.html?inpTabId=242&inpWindow=AccountingTransactionDetails/Header_Relation.html&inpWindowId=162 |
Additional Information | |
Tags | comsup_sprint5 |
Relationships | related to | backport | 0007321 | | closed | Hennadzi | Fields are not mandatory in search pop-up windows | blocks | defect | 0005191 | | closed | artem | 'Accounting Date From' mandatory field |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2008-09-23 12:09 | rafaroda | New Issue | |
2008-09-23 12:09 | rafaroda | Assigned To | => Hennadzi |
2008-09-23 12:09 | rafaroda | Status | new => scheduled |
2008-11-11 12:25 | svnbot | Checkin | |
2008-11-11 12:25 | svnbot | Note Added: 0010161 | |
2008-11-11 12:25 | svnbot | Status | scheduled => resolved |
2008-11-11 12:25 | svnbot | Resolution | open => fixed |
2008-11-11 12:25 | svnbot | svn_revision | => 9871 |
2008-11-24 09:06 | svnbot | Checkin | |
2008-11-24 09:06 | svnbot | Note Added: 0010537 | |
2008-11-24 09:06 | svnbot | svn_revision | 9871 => 10439 |
2008-12-09 12:11 | krishna | Regression testing | => No |
2008-12-09 12:11 | krishna | Status | resolved => closed |
2009-02-02 16:09 | rafaroda | Note Deleted: 0010537 | |
2009-02-02 17:45 | rafaroda | Status | closed => new |
2009-02-02 17:45 | rafaroda | Resolution | fixed => open |
2009-02-02 17:45 | rafaroda | Note Added: 0013030 | |
2009-02-02 17:45 | rafaroda | Status | new => scheduled |
2009-02-02 17:45 | rafaroda | Steps to Reproduce Updated | |
2009-02-02 17:47 | rafaroda | Relationship added | related to 0007321 |
2009-02-03 09:54 | PavelPonomarev | Assigned To | Hennadzi => artem |
2009-02-05 13:09 | artem | Note Added: 0013179 | |
2009-02-05 13:09 | artem | Status | scheduled => resolved |
2009-02-05 13:09 | artem | Resolution | open => fixed |
2009-02-06 08:07 | Hennadzi | Tag Attached: comsup_sprint5 | |
2009-02-06 14:38 | rafaroda | Status | resolved => new |
2009-02-06 14:38 | rafaroda | Resolution | fixed => open |
2009-02-06 14:39 | rafaroda | Status | new => closed |
2009-02-06 14:39 | rafaroda | Note Added: 0013219 | |
2009-02-06 14:39 | rafaroda | Resolution | open => no change required |
Notes |
|
(0010161)
|
svnbot
|
2008-11-11 12:25
|
|
Repository: openbravo
Revision: 9871
Author: hennadzi
Date: 2008-11-11 12:25:42 +0100 (Tue, 11 Nov 2008)
Fixed bug 0005192: 'Accounting Date From' mandatory field
---
U branches/r2.40/src/org/openbravo/erpCommon/businessUtility/Buscador.java
---
https://dev.openbravo.com/websvn/openbravo/?rev=9871&sc=1 [^]
|
|
|
|
Hi Hennadzi,
The fix is not valid since it made all DateFrom fields display mandatory. If it is not possible to make only 'Accounting Date From' display as mandatory please close this issue as won't fix.
Thanks. |
|
|
(0013179)
|
artem
|
2009-02-05 13:09
|
|
If there is a field of type Date (for ex "DateAcct" for "Accounting Transaction Details") Buscador.java generates two datetime controls ("*** From" and "To") on the form. Function aceptar checks both values for null and empty values. So it is not impossible to decide which control must be yellow (in medias res to add attribute "required=true").
For the present Bucador.java cannot differentiate logic against form name or smth.
Information message for user like "Fill any of the fields" could resolve inaccuracy. |
|
|
|
This backport will not be fixed. |
|