home *** CD-ROM | disk | FTP | other *** search
- ! ProjectING Report Form File.
- ! ===========================
- !
- ! Project costing Report.
- !
- ! Lists all activities on the currently loaded project
- ! where cost information appears on the allocated resources.
- !
- ! Prints the cost of each activity, and the entire project.
- !
-
- ----------------
- Project Costings
- ----------------
- [C1: ] Printed on: [G25 ]
- =========================================================================
- Project: [G1] [G2]
-
- Project Manager: [G3: ] Working Date: [G24: ]
-
- Project Target Cost: [{%.2f}G20]
- Project Maximum Cost: [{%.2f}G21]
-
- Resource Cost Items Total
- Code Description /Item /Unit Qty Cost
- ============== ============================== ====== ==== ===== =========
- #cost = 0.00
- #sectioncost = 0.00
- #totalcost = 0.00
- #titleprinted = 0
- #SORT A16 19
- #SELECT A 1
- #WHILE A
- # IF A16 == 0
- # activityused = 0
- # activitycost = 0.00
- # SELECT P 1
- # WHILE P
- # SELECT R P1
- # IF (R5 != 0)
- # IF titleprinted == 0
-
- Uncommenced Activities:
- =======================
- # titleprinted = 1
- # ENDIF
- # IF activityused == 0
-
- Activity:- [(A1+" "+A2+" "+A3+" "+A4):<62]
- --------
- # activityused = 1
- # ENDIF
- # cost = R5*R6*P2
- # sectioncost = sectioncost + cost
- # totalcost = totalcost + cost
- # activitycost = activitycost + cost
- [P1:<14] [R2:<30] [{%.2f}R5:>6] [R6:>4] [P2:>5] [{%.2f}cost:>9]
- # ENDIF
- # SELECT P NEXT
- # ENDWHILE
- # IF activityused == 1
- ---------
- Total Cost of Activity [{%.2f}activitycost:>9]
- # ENDIF
- # ENDIF
- #SELECT A NEXT
- #ENDWHILE
- #IF titleprinted == 1
-
- =========
- Total Cost of Uncommenced Activities [{%.2f}sectioncost:>9]
- #ENDIF
- #sectioncost = 0.00
- #titleprinted = 0
- #SELECT A 1
- #WHILE A
- # IF (A16 > 0) && (A16 < 100)
- # activityused = 0
- # activitycost = 0.00
- # SELECT P 1
- # WHILE P
- # SELECT R P1
- # IF (R5 != 0)
- # IF titleprinted == 0
-
- Activities in Progress:
- =======================
- # titleprinted = 1
- # ENDIF
- # IF activityused == 0
-
- Activity:- [(A1+" "+A2+" "+A3+" "+A4):<62]
- --------
- # activityused = 1
- # ENDIF
- # cost = R5*R6*P2
- # sectioncost = sectioncost + cost
- # totalcost = totalcost + cost
- # activitycost = activitycost + cost
- [P1:<14] [R2:<30] [{%.2f}R5:>6] [R6:>4] [P2:>5] [{%.2f}cost:>9]
- # ENDIF
- # SELECT P NEXT
- # ENDWHILE
- # IF activityused == 1
- ---------
- Total Cost of Activity [{%.2f}activitycost:>9]
- # ENDIF
- # ENDIF
- #SELECT A NEXT
- #ENDWHILE
- #IF titleprinted == 1
-
- =========
- Total Cost of Activities in Progress [{%.2f}sectioncost:>9]
- #ENDIF
- #sectioncost = 0.00
- #titleprinted = 0
- #SORT A16 19
- #SELECT A 1
- #WHILE A
- # IF A16 == 100
- # activityused = 0
- # activitycost = 0.00
- # SELECT P 1
- # WHILE P
- # SELECT R P1
- # IF (R5 != 0)
- # IF titleprinted == 0
-
- Completed Activities:
- =====================
- # titleprinted = 1
- # ENDIF
- # IF activityused == 0
-
- Activity:- [(A1+" "+A2+" "+A3+" "+A4):<62]
- --------
- # activityused = 1
- # ENDIF
- # cost = R5*R6*P2
- # sectioncost = sectioncost + cost
- # totalcost = totalcost + cost
- # activitycost = activitycost + cost
- [P1:<14] [R2:<30] [{%.2f}R5:>6] [R6:>4] [P2:>5] [{%.2f}cost:>9]
- # ENDIF
- # SELECT P NEXT
- # ENDWHILE
- # IF activityused == 1
- ---------
- Total Cost of Activity [{%.2f}activitycost:>9]
- # ENDIF
- # ENDIF
- #SELECT A NEXT
- #ENDWHILE
- #IF titleprinted == 1
-
- =========
- Total Cost of Completed Activities [{%.2f}sectioncost:>9]
- #ENDIF
-
-
- =========
- TOTAL COST OF PROJECT [{%.2f}(totalcost):>9]
- =========
-
- Report complete.
-