PDA

View Full Version : "Complete Projects" are not moved into "Compl


Buzzy
04-05-04, 06:29 PM
Hi there,
I was testing some functions and suddenly I found out that projects marked as "completed" are not moved into the "completed" folder. :? They are viewable in "all" and are marked with "complete" but cannot be found in the specific folder. Any ideas where i can solve that problem?

By they way, does anyone know a way of "deleting" hours and worktime in the projects and tasks? I tried that already in changing the stuff in "TaskDurationType" in the System Folder, but that wrecked my dotproject. :cry:

Well I hope you guys can help me. Thanx in advance.

Dan

bartszyszka
22-05-04, 04:50 AM
I'm having the same exact problem. The weird thing is that things marked "In Planning" are being put into the "In Planning" tab just fine and if I go into the admin and edit the System Lookup Values where I switch just the text "In Planning" with "Complete", it won't start showing Completed items (but switching 'Complete' to 'In Planning' does make In Planning items show up in that tab).

netmd_dev
02-06-04, 02:41 AM
I have run across this today also and the problem comes from this line of code:

/modules/projects/vw_idx_complete.php:

if ($row["project_active"] > 0 && $row["project_percent_complete"] >= 100 && $row["project_status"] == 5) {

An item will not show up in the completed list unless the project_percent_complete is at 100%, in otherwords all tasks need to be brought up to 100% before it will show in that list.

lfilms
13-06-04, 07:24 AM
That's the ticket! Must have a task that is 100% completed

Thanks, that had me stumped too!