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

allow to filter for canceled invoices #3415

Merged
merged 1 commit into from
Jul 13, 2022
Merged

Conversation

kevinpapst
Copy link
Member

Description

Fixes #3411

Types of changes

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

Checklist

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

@kevinpapst kevinpapst added this to the 1.21 milestone Jul 13, 2022
@codecov
Copy link

codecov bot commented Jul 13, 2022

Codecov Report

Merging #3415 (9883cb0) into master (0616506) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##             master    #3415   +/-   ##
=========================================
  Coverage     91.89%   91.89%           
  Complexity     7810     7810           
=========================================
  Files           742      742           
  Lines         23600    23600           
=========================================
  Hits          21688    21688           
  Misses         1912     1912           
Impacted Files Coverage Δ
src/Form/Type/InvoiceStatusType.php 100.00% <ø> (ø)
src/Repository/Query/InvoiceArchiveQuery.php 95.83% <100.00%> (ø)

@kevinpapst kevinpapst merged commit dc40a05 into master Jul 13, 2022
@kevinpapst kevinpapst deleted the invoice-filter-canceled branch July 13, 2022 10:22
@github-actions github-actions bot locked and limited conversation to collaborators Jan 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

filter "cancelled invoice"
1 participant