Open RobertPaasche opened 6 years ago
In our scenario the XML is fine, but MPXJ delivers for a Single Task 180 hours in November and -140 hours in December.
The XML has many TimePahsedWork with zero time and one with 40 hours.
Its seems to be the same Issue like the already reported one. I'm don't able/allowed to provide the files.
Hi guys, i got the same error or something similar:
I'm reading a .mpp file where all the tasks are ok, but when i read ResourceAssignment.TimephasedWork some days came with half time or zero time.
For Example: Task to Set 13 and Set 14, 2 days, 16 hours; TimephasedWork returns: Set 13 with 8 hours and Set 14 with 0 hours.
Edit
Hi Guys,
Testing files with the same issue realized us that the error comes from the MPP files not by library. We notice that Gantt Chart it's ok in the file but Resource Usage did not contain the same information. After correct this difference the MPP file was read correctly.
Hi, we also have this problem. In the example file, there is a split from Fri 14:00 to Monday 14:00, however this is read as if it were from Thu 14:00 to Fri 16:00. (Calendars are tricky.)
[TimephasedItem start=Mon Nov 14 15:00:00 UTC 2016 totalAmount=480.0m finish=Thu Nov 17 11:00:00 UTC 2016 amountPerDay=480.0m modified=true], [TimephasedItem start=Thu Nov 17 14:00:00 UTC 2016 totalAmount=0.0m finish=Fri Nov 18 16:00:00 UTC 2016 amountPerDay=0.0m modified=false], [TimephasedItem start=Fri Nov 18 16:00:00 UTC 2016 totalAmount=3840.0m finish=Thu Dec 01 06:00:00 UTC 2016 amountPerDay=480.0m modified=true]
Tested with 7.3.0 Split at wrong position.zip
Hi, could you test it in the last version? We have some problems that looks the same.
It's copied from: https://sourceforge.net/p/mpxj/bugs/322/ (This is a major Bug for us.)