-
-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong timephased data when importing from mpp #41
Comments
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 For Example:
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], Tested with 7.3.0 |
Hi, could you test it in the last version? |
It's copied from: https://sourceforge.net/p/mpxj/bugs/322/
(This is a major Bug for us.)
The text was updated successfully, but these errors were encountered: