-
-
Notifications
You must be signed in to change notification settings - Fork 606
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
Merge projects and/or activities #406
Comments
I thought about adding a "re-assign form" to the warning message, which shows up when you try to delete a activity/project/customer which has assigned timesheet entries. This workflow could later on be used to build a UI that allows to move things around. Yes: needed and good idea, thanks for posting! |
I attached a PR that I would consider work-in-progress for now. |
Thanks for tackling this. To transfer one activity to another is really good. But unfortunately it does not help me to transfer whole projects, as explained above. Is it possible to implement the same thing as you done now but when deleting projects as well? |
Moving projects is a bit more complicated, that's why I started with Activities and see if that's a way that would work. Will work on the projects later today and let you know. |
Latest commit includes support for projects |
I get: |
Uups, hope you tried than on a development/test database. |
of course I always try on the development server and the test data with susan_super etc. |
Can you have a look if there is something relevant in var/log/dev.log ? Unfortunately it works for me ... so I don't see what could have went wrong. |
now it works on my side as well. Propably old table data.. |
I'll test it on my data (after backup) and tell you |
Seems to be fine 🥇 Though it is a bit confusing to push the delete button, if you transfer the project to another |
True, but as I said often before: one step after another ;-) |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. If you use Kimai on a daily basis, please consider donating to support further development of Kimai. |
Is your feature request related to a problem? Please describe.
At the moment I have created many projects (this was before the migration to the separate project and activity design) and I would like to bring them down to only two projects (personal and work; maybe in the future I will divide them again more). So the task I would like to perform is some kind of merging the projects (and their times) into another. But at the moment this is not possible. I have to filter for project/activity (which I want to merge) and edit each time entry individually (and changing the project/activity to which I want to merge there). Now, we say, I have a project called "hobbies", where I want all (1000) time entries to be merged into the project "personal". For that at the moment I need to manually filter and edit each of the 1000 time entries individually.
Describe the solution you'd like
I would like to perform is some kind of merging the projects/activities (and their times) into another.
Describe alternatives you've considered
The functionionality of "multi edit" maybe have the same effect or is similiar.
The text was updated successfully, but these errors were encountered: