-
Notifications
You must be signed in to change notification settings - Fork 32
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
Spent time - Spent time should be counted by the spent_at column, not by created_at #63
Comments
@danielciobanica Thanks for involve, please read similar issue #36 |
ok, i guess we can close this issue. Btw, i thought it's an open source repository. Is there any chance to push my code? |
You are may fork of the project and create pull request |
ok, i'll do that |
…spent_at, update translations, zubroide#63
I am following this, as I have same feature request :).. thank you -> still using "created_at" time and not "spend_at" time |
https://github.com/danielciobanica/gitpab @KeldNielsen86 - You can clone the project from here. I forked it and pushed my changes to use the spend_at time |
thank you, isen 't it possible to help @mnvx in order to change this in this project? :) thank you regards |
@KeldNielsen86 - nothing else is different. I created a pull-request in the past but it wasn't approved. You can read why here: @mnvx calculates employees salaries based on the time spent and he wants to make sure employee can't add time spent in the past |
Ahh. I see. it makes sense. (good point). If my developers register time which in the previous payment period, they will lose those hours. ( else I like the idea that they are able to register hours spend for instance yesterday, in case they forgot. thank you for the answer |
Yes, it depends on what are you using this time report for. But everybody may forget at some point to register the time spent, so that's why i needed the report based on spent_at instead of created_at |
@danielciobanica Hi again, now i finally got time to "upgrade" my time registration and I did download your latest fixes, however the /spend 30m <date in the past> command stil show me "created at" date in my gitpab. do i need to do anything else than
regards |
We can add time spent on gitlab Today(2020-08-28), for last week (e.g. /spend 4h 2020-08-20).
Reports will count the hours by the created_at date which is Today (2020-08-28)
I think we should change this because the and also update the filter to search for spent_at time.
The text was updated successfully, but these errors were encountered: