Closed Thread Icon

Topic awaiting preservation: Project Management (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=12424" title="Pages that link to Topic awaiting preservation: Project Management (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: Project Management <span class="small">(Page 1 of 1)</span>\

 
Thumper
Paranoid (IV) Inmate

From: Deeetroit, MI. USA
Insane since: Mar 2002

posted posted 09-16-2002 19:50

Ok I am working on a project manager to keep track of work time, cost, and all that jazz. Right now I have things set so that I can manually enter percentages of project and sub-project completion (and even sub-sub-projects...etc.). Not being even close to a mathematician, I was wondering what the basis for coding a script that does the folllowing would be: (I am using PHP and MySQL)

1. Setting a sub-project's weight (and storing to db) so that when I update the percentage completed, it will return a value to the root project and sum it against all other sub-projects according to weight. Here is a visual example:

Main Project (var TOTAL) ===>figure X

<B>

Thumper
Paranoid (IV) Inmate

From: Deeetroit, MI. USA
Insane since: Mar 2002

posted posted 09-17-2002 03:52

Am I looking at doing something like this?:

.% complete of sub-project * %weight of sub-project = root's % completed?

Thumper
Paranoid (IV) Inmate

From: Deeetroit, MI. USA
Insane since: Mar 2002

posted posted 09-18-2002 07:54

Nevamind, I figured it out...

« BackwardsOnwards »

Show Forum Drop Down Menu