Author Topic: Dates at custom report  (Read 2647 times)

chekka

  • Newbie
  • *
  • Posts: 25
    • View Profile
Dates at custom report
« on: November 13, 2009, 11:15:50 pm »
hi,
if I build an custom report in which I want to find all task within a specific time range, the displayed start an due date is wrong. Both values are the actual date.

OG 1.6 b2
« Last Edit: November 13, 2009, 11:21:02 pm by chekka »

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: Dates at custom report
« Reply #1 on: November 16, 2009, 02:38:54 pm »
What version is that? Seems to be fixed in version 1.6-beta2

chekka

  • Newbie
  • *
  • Posts: 25
    • View Profile
Re: Dates at custom report
« Reply #2 on: November 16, 2009, 02:41:02 pm »
It is version 1.6 beta 2

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: Dates at custom report
« Reply #3 on: November 23, 2009, 01:24:21 pm »
What date format are you using?

chekka

  • Newbie
  • *
  • Posts: 25
    • View Profile
Re: Dates at custom report
« Reply #4 on: November 24, 2009, 07:27:33 am »
Ahh ...

This is what i found in log.php:
Code: [Select]
#1 ERROR: Error: Undefined offset:  3 in '/opengoo/application/views/reporting/view_custom_report.php' on line 54 (error code: 8)
...
#8 ERROR: Error: A non well formed numeric value encountered in '/opengoo/environment/classes/datetimevalue/DateTimeValueLib.class.php' on line 33 (error code: 8)
#9 ERROR: Error: mktime() expects parameter 6 to be long, string given in '/opengoo/environment/classes/datetimevalue/DateTimeValueLib.class.php' on line 33 (error code: 2)

The dateformat in my user preferences is 'd.m.Y' (german)
« Last Edit: November 24, 2009, 07:37:35 am by chekka »