Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0008417
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] B. User interfaceminoralways2009-04-03 12:312011-10-28 11:56
ReportersureshbabuView Statuspublic 
Assigned Todbaz 
PrioritynoneResolutionno change requiredFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSLinux 64 bitDatabaseOracleJava version
OS VersionDatabase versionAnt version
Product Version2.50betaSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0008417: Auto fill functionality for date fields (for years) not working in Reports (Warehouse management)

DescriptionIn the warehouse module, auto save functionality is not working in below list of reports

Warehouse Management || Analysis Tools ||
 Expiration Date Report
 Offers Report
 Shipper Report
 Material Transaction Report
 Warehouse Control Report
 Stock Report
 Valued Stock Report
 Product Movements Report
 Detailed Warehouse Inventory
 Invoice Consignment Report
 Production Report

if we enter year as 01 its accepting whereas if we enter year as 00 the page throws script error.
Steps To ReproduceMove to any report mentioned above and enter date as 010102 it should fill as 01-01-2002 based on the comments given in issue id https://issues.openbravo.com/view.php?id=5273 [^]



**********Developer comments in issue id 5273 *******************************

Finally the solution is that if a YYYY (for the year representation) is set in Openbravo.properties, any two digit input will be rounded as:

00 -> 49 .......... 2000 -> 2049
50 -> 99 .......... 1950 -> 1999

If anyone should have another range proposal, just tell me.

The proposed range is set in the variable

centuryReference

of the function

expandDateYear

of the file

web/js/default/DateTextBox.js
Tags250 final review
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0005273 closeddbaz When entering dates with dd-mm-yy format are saved as dd-mm-00yy 

-  Notes
(0015415)
dbaz (developer)
2009-04-20 10:07

The related bug fix says

Fixed bug 5273: Now two yeard digit inputs are completed when YYYY format is set (just in WAD windows)

So the fix was done in WAD window in order to avoid instability

- Issue History
Date Modified Username Field Change
2009-04-03 12:31 sureshbabu New Issue
2009-04-03 12:31 sureshbabu Assigned To => rafaroda
2009-04-03 12:31 sureshbabu Regression testing => No
2009-04-03 12:32 sureshbabu Tag Attached: 250 final review
2009-04-03 12:32 sureshbabu Tag Attached: comsup_sprint7
2009-04-03 12:53 sureshbabu Tag Detached: comsup_sprint7
2009-04-03 12:54 sureshbabu version => 2.50beta
2009-04-09 17:28 rafaroda Assigned To rafaroda => dbaz
2009-04-09 17:28 rafaroda Priority normal => low
2009-04-09 17:28 rafaroda Status new => scheduled
2009-04-20 10:06 dbaz Relationship added related to 0005273
2009-04-20 10:07 dbaz Note Added: 0015415
2009-04-20 10:10 dbaz Priority low => none
2011-10-28 11:56 psarobe Status scheduled => closed
2011-10-28 11:56 psarobe Resolution open => no change required


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker