-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatically add a generic task when creating a project #29
Comments
I'll look into auto-creation of a "starter" generic task for booking against. The way we've worked internally at my company is to have a customer which is ourselves, the name of our company; then one or more projects, depending mostly upon our mood :-) that break down into tasks. So although it might seem a bit counter-intuitive, you could create a project called "Non-project activities" and populate that with the tasks for technical support and so forth. |
That's pretty much the workaround I came up with. The overall model works for what we do; we have clients who can have one or more projects on the go. Those projects form cost centres to which we attach time and materials. Different grades of employee are costed at set rates, so a place to put user's role would also be useful for reporting in our use case. So what we need to record is the amount of time spent on each project in a day rather than time spent on individual tasks. An alternative to OpenID and some ability to add branding would also be cool :-) Overall I really like it though. I just need to figure out how to get it working on my Apache server and we're in business. H Sent from my iPad
|
Yeah, OpenID was all the rage when we started out and now it's dying. Bit of a pain.
You can at least change the name by editing the locale file. Edit You've probably already seen |
(Not forgotten about this, just busy with the move - will get back to it once I'm in NZ I should think). |
Finally addressed the create-thing-in-passing aspect of this in version 2.26, along with removing ORGANISATION_NAME so that the locale files are entirely used for that. |
Closing. The rest of this is tracked in Issue #35. |
Would it be possible to add a generic task to each project as it is create? We don't break our time sheets down into individual Gantt chart tasks, rather we simply book time against a project. Also we have non-project functions which also need to be recorded - technical support, management, Admin, IT etc. These don't fit into a particular project, but are necessary for the business to function, and the time needs to be recorded. How do you see these tasks fitting into the assumptions you've taken?
The text was updated successfully, but these errors were encountered: