In my project scheduling I need to keep track of hours for payment purposes & can't figure out how to use an 8hr day as an input to make a gantt schedule
Can someone help me w this?
Thank you.
--
Jan Rifkinson
Ridgefield CT USA
Comments
Have a look at the Invoices Grid and fields (InvoiceStartDate, InvoiceEndDate, Duration) and the defined equations (namely the WorkTime function).
Also, I'm making changes to the Gantt to support:
a list of Duration units (currently, it is fixed at days)
2 sets of bars (actual and planned)
With this, you should be able to use the Gantt for that purpose
Thanks, Pierre. The additions will help, especially the duration units (if I understand them). I think I'll wait on the changes before efforting another gantt chart.
Comments