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 json, xml and txt invoice renderer #1576

Merged
merged 12 commits into from Mar 21, 2020
Merged

added json, xml and txt invoice renderer #1576

merged 12 commits into from Mar 21, 2020

Conversation

kevinpapst
Copy link
Member

Description

to be used with applications and/or scripts

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

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

@kevinpapst kevinpapst marked this pull request as ready for review March 20, 2020 17:50
@codecov
Copy link

codecov bot commented Mar 20, 2020

Codecov Report

Merging #1576 into master will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##             master    #1576      +/-   ##
============================================
+ Coverage     92.00%   92.03%   +0.02%     
- Complexity     4659     4673      +14     
============================================
  Files           433      436       +3     
  Lines         14385    14435      +50     
============================================
+ Hits          13235    13285      +50     
  Misses         1150     1150              
Impacted Files Coverage Δ Complexity Δ
src/Form/Type/LanguageType.php 100.00% <100.00%> (ø) 5.00 <0.00> (ø)
...ce/NumberGenerator/ConfigurableNumberGenerator.php 98.27% <100.00%> (ø) 18.00 <0.00> (ø)
src/Invoice/Renderer/JsonRenderer.php 100.00% <100.00%> (ø) 3.00 <3.00> (?)
src/Invoice/Renderer/TextRenderer.php 100.00% <100.00%> (ø) 3.00 <3.00> (?)
src/Invoice/Renderer/XmlRenderer.php 100.00% <100.00%> (ø) 3.00 <3.00> (?)
src/Twig/Extensions.php 98.82% <100.00%> (+0.15%) 33.00 <5.00> (+5.00)

@kevinpapst kevinpapst merged commit 1ca1b00 into master Mar 21, 2020
@kevinpapst kevinpapst deleted the invoice-renderer branch March 21, 2020 00:02
@lock
Copy link

lock bot commented May 20, 2020

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 May 20, 2020
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.

None yet

1 participant