Giter Club home page Giter Club logo

Comments (10)

kevinpapst avatar kevinpapst commented on August 11, 2024

What screen is that?

from deductiontimebundle.

Does-This-Work avatar Does-This-Work commented on August 11, 2024

The screen is located under
/reporting/user/week
/reporting/user/month
/reporting/user/year
grafik

from deductiontimebundle.

kevinpapst avatar kevinpapst commented on August 11, 2024
Bildschirmfoto 2023-05-25 um 10 37 46

Maybe you have to upgrade to the latest Kimai release?

from deductiontimebundle.

Does-This-Work avatar Does-This-Work commented on August 11, 2024

Running Kimai: 2.0.23
Plugin Version: 2.0.1

Anything that I maybe misconfigured with the plugin? This is how I configured the break activity
grafik

User View
grafik

Admin View
grafik

from deductiontimebundle.

kevinpapst avatar kevinpapst commented on August 11, 2024

Strange... I can't see any cause for that, sorry 🤷

from deductiontimebundle.

Does-This-Work avatar Does-This-Work commented on August 11, 2024

Okay! Thanks for taking the time, to look at this issue

from deductiontimebundle.

kevinpapst avatar kevinpapst commented on August 11, 2024

Can you share the actual timesheet as well please. What you show doesn't really make sense.
Afair there is no check that hides negative times in this screen, so I do not understand how this can happen.

from deductiontimebundle.

Does-This-Work avatar Does-This-Work commented on August 11, 2024

Of course! I added some extra data. I also saw, that I made a mistake in the earlier screenshot.
I hope the new screenshots can tell you more

grafik

grafik

Thank you for your help! 👍

EDIT: I also tried reinstalling the plugin but that didn't do anything...

from deductiontimebundle.

stephan-senkbeil avatar stephan-senkbeil commented on August 11, 2024

I just came across the same issue using this plugin.
I tracked this down to the twig template for the reports in which activities with a negative duration are excluded (https://github.com/kimai/kimai/blob/e98732f44a75b60a53a9a55e5a9d1b890e473526/templates/reporting/report_by_user_data.html.twig#L106).

Changing column.duration > 0 to e.g. column.duration != 0 fixes this issue but I haven't checked if anything else breaks with this change as I'm not at all familiar with the Kimai code base.

from deductiontimebundle.

kevinpapst avatar kevinpapst commented on August 11, 2024

Ah Interesting. So for me the rate was always bigger than 0, so it always showed up.
I wonder why I added that check...
Anyway, next release has the changed check for != 0 - fixed by kimai/kimai#4609

from deductiontimebundle.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.