Skip to content
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

added decimal format for invoice duration #1037

Merged
merged 3 commits into from Aug 15, 2019
Merged

Conversation

kevinpapst
Copy link
Member

@kevinpapst kevinpapst commented Aug 15, 2019

Description

added decimal format for invoice duration

Fixes #955

Types of changes

  • New feature (non-breaking change which adds functionality)

Checklist

  • I verified that my code applies to the guidelines (composer kimai:code-check)
  • I updated the documentation (see here)
  • I agree that this code is used in Kimai and will be published under the MIT license

@codecov
Copy link

codecov bot commented Aug 15, 2019

Codecov Report

Merging #1037 into master will increase coverage by 0.01%.
The diff coverage is 100%.

@@             Coverage Diff              @@
##             master    #1037      +/-   ##
============================================
+ Coverage     93.46%   93.48%   +0.01%     
- Complexity     2697     2703       +6     
============================================
  Files           290      290              
  Lines          8406     8425      +19     
============================================
+ Hits           7857     7876      +19     
  Misses          549      549
Impacted Files Coverage Δ Complexity Δ
src/Invoice/Renderer/AbstractRenderer.php 100% <100%> (ø) 7 <1> (+1) ⬆️
src/Invoice/Renderer/RendererTrait.php 100% <100%> (ø) 16 <0> (ø) ⬇️
src/Twig/Extensions.php 100% <100%> (ø) 25 <11> (+5) ⬆️

@lock
Copy link

lock bot commented Oct 14, 2019

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.

@lock lock bot locked and limited conversation to collaborators Oct 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging this pull request may close these issues.

Template variable with decimal time entry (with "dirty" self-made solutions)
1 participant