Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0005191Openbravo ERP09. Financial managementpublic2008-09-23 12:092009-02-06 14:39
rafaroda 
artem 
normaltrivialalways
closedno change required 
20Ubuntu 7.10
pi 
 
Core
No
0005191: 'Accounting Date From' mandatory field
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.
Go to 'Financial Management || Accounting || Analysis Tools || Accounting Transaction Details'
Make 'Accounting Date From' display mandatory (yellow) in the file with parameters /businessUtility/Buscador.html?inpTabId=242&inpWindow=AccountingTransactionDetails/Header_Relation.html&inpWindowId=162
comsup_sprint5
related to defect 0007320 closed Hennadzi Fields are not mandatory in search pop-up windows 
depends on backport 0005192 closed artem 'Accounting Date From' mandatory field 
Issue History
2008-09-23 12:09rafarodaNew Issue
2008-09-23 12:09rafarodaAssigned To => Hennadzi
2008-09-23 12:09rafarodasf_bug_id0 => 2124309
2008-09-23 12:09rafarodaRegression testing => No
2008-09-23 12:09rafarodaStatusnew => scheduled
2008-09-23 12:09rafarodafix_in_branch => trunk
2008-11-11 12:16svnbotCheckin
2008-11-11 12:16svnbotNote Added: 0010158
2008-11-11 12:16svnbotStatusscheduled => resolved
2008-11-11 12:16svnbotResolutionopen => fixed
2008-11-11 12:16svnbotsvn_revision => 9868
2008-12-02 07:17krishnaStatusresolved => closed
2009-02-02 17:44rafarodaStatusclosed => new
2009-02-02 17:44rafarodaResolutionfixed => open
2009-02-02 17:44rafarodaNote Added: 0013029
2009-02-02 17:45rafarodaStatusnew => scheduled
2009-02-02 17:45rafarodafix_in_branchtrunk =>
2009-02-02 17:46rafarodaRelationship addedrelated to 0007320
2009-02-03 09:54PavelPonomarevAssigned ToHennadzi => artem
2009-02-05 10:13artemNote Added: 0013170
2009-02-05 10:14artemStatusscheduled => resolved
2009-02-05 10:14artemResolutionopen => fixed
2009-02-06 08:07HennadziTag Attached: comsup_sprint5
2009-02-06 14:38rafarodaStatusresolved => new
2009-02-06 14:38rafarodaResolutionfixed => open
2009-02-06 14:39rafarodaStatusnew => closed
2009-02-06 14:39rafarodaNote Added: 0013218
2009-02-06 14:39rafarodaResolutionopen => no change required

Notes
(0010158)
svnbot   
2008-11-11 12:16   
Repository: openbravo
Revision: 9868
Author: hennadzi
Date: 2008-11-11 12:16:04 +0100 (Tue, 11 Nov 2008)

Fixed bug 0005191: 'Accounting Date From' mandatory field

---
U trunk/src/org/openbravo/erpCommon/businessUtility/Buscador.java
---

https://dev.openbravo.com/websvn/openbravo/?rev=9868&sc=1 [^]
(0013029)
rafaroda   
2009-02-02 17:44   
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.
(0013170)
artem   
2009-02-05 10:13   
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.
(0013218)
rafaroda   
2009-02-06 14:39   
This defect will not be fixed.