You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could do with a simplified report generation process for invoicing and checking progress of a project against its PO cover. This process could be distilled down to this:
Select a project
Select a month (invoice up to end of that month) - no start month required
Check box - mark hours as billed
This process would look at all tasks which are flagged as 'billable' and sum the hours against all resources, ignoring any booked hours which are flagged as 'billed'.
The report would look something like (maybe with a weekly break-down):
Steve Revill 58.75
Andrew Hodgkinson 128.50
Richard Nicoll 7.25
TOTAL 194.50
If the checkbox is ticked, then all hours that went into the report calculation have their 'billed' flag set. This checkbox is important because the state of the project against PO cover could be viewed (leaving the checkbox is unticked) without it affecting the results of any future invoice calculation.
Note: this assumes that tasks can be marked billable vs not billable. It also assumes the introduction of a 'billed' flag to all work packets against all tasks.
Maybe a simple implementation would be for non-billable tasks to automatically set the 'billed' flag against any newly-entered hours so that they never get included in the invoice report.
Ideally, if we could register (and later edit) a level of PO cover against a given project, the report generator could include total PO cover hours and hours remaining figures in the report above.
The text was updated successfully, but these errors were encountered:
We could do with a simplified report generation process for invoicing and checking progress of a project against its PO cover. This process could be distilled down to this:
This process would look at all tasks which are flagged as 'billable' and sum the hours against all resources, ignoring any booked hours which are flagged as 'billed'.
The report would look something like (maybe with a weekly break-down):
If the checkbox is ticked, then all hours that went into the report calculation have their 'billed' flag set. This checkbox is important because the state of the project against PO cover could be viewed (leaving the checkbox is unticked) without it affecting the results of any future invoice calculation.
Note: this assumes that tasks can be marked billable vs not billable. It also assumes the introduction of a 'billed' flag to all work packets against all tasks.
Maybe a simple implementation would be for non-billable tasks to automatically set the 'billed' flag against any newly-entered hours so that they never get included in the invoice report.
Ideally, if we could register (and later edit) a level of PO cover against a given project, the report generator could include total PO cover hours and hours remaining figures in the report above.
The text was updated successfully, but these errors were encountered: