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

Feature/print layouts #157

Merged
merged 3 commits into from
May 21, 2024
Merged

Feature/print layouts #157

merged 3 commits into from
May 21, 2024

Conversation

Sysix
Copy link
Owner

@Sysix Sysix commented May 21, 2024


name: New Feature
labels: enhancement

Requirements

  • Updated README.md
  • Add PHPUnit test
  • Added related lexoffice documentation

Description

Add new Endpoint, which is added 2024-05-13

Related lexoffice documentation

https://developers.lexoffice.io/docs/#print-layouts-endpoint

Copy link

github-actions bot commented May 21, 2024

Coverage report for commit: 753df58
File: coverage.xml

Cover ┌─────────────────────────┐ Freq.
   0% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  10% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  20% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  30% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  40% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  50% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  60% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  70% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  80% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  90% │ █░░░░░░░░░░░░░░░░░░░░░░ │  2.7%
 100% │ ███████████████████████ │ 97.3%
      └─────────────────────────┘
 *Legend:* █ = Current Distribution 
Summary - Lines: 98.70% | Methods: 95.16%
FilesLinesMethodsBranches
src
   Api.php100.00%100.00%100.00%
   BaseClient.php100.00%100.00%100.00%
   PaginationClient.php96.67%75.00%100.00%
   Utils.php96.30%83.33%100.00%
src/Clients
   Contact.php100.00%100.00%100.00%
   Country.php100.00%100.00%100.00%
   CreditNote.php100.00%100.00%100.00%
   DeliveryNote.php100.00%100.00%100.00%
   DownPaymentInvoice.php100.00%100.00%100.00%
   Dunning.php100.00%100.00%100.00%
   Event.php100.00%100.00%100.00%
   File.php100.00%100.00%100.00%
   Invoice.php100.00%100.00%100.00%
   OrderConfirmation.php100.00%100.00%100.00%
   Payment.php100.00%100.00%100.00%
   PaymentCondition.php100.00%100.00%100.00%
   PostingCategory.php100.00%100.00%100.00%
   PrintLayout.php100.00%100.00%100.00%
   Profile.php100.00%100.00%100.00%
   Quotation.php100.00%100.00%100.00%
   RecurringTemplate.php100.00%100.00%100.00%
   Voucher.php100.00%100.00%100.00%
   VoucherList.php100.00%100.00%100.00%
src/Clients/Traits
   CreateFinalizeTrait.php100.00%100.00%100.00%
   CreateTrait.php100.00%100.00%100.00%
   DeleteTrait.php100.00%100.00%100.00%
   DocumentClientTrait.php91.67%-100.00%
   GetTrait.php100.00%100.00%100.00%
   PursueFinalizeTrait.php100.00%100.00%100.00%
   PursueTrait.php100.00%100.00%100.00%
   UpdateTrait.php100.00%100.00%100.00%
   VoucherListTrait.php100.00%100.00%100.00%
src/Config/FileClient
   VoucherConfig.php100.00%100.00%100.00%
src/Config
   FileClientConfig.php100.00%100.00%100.00%
src/Exceptions
   LexOfficeApiException.php100.00%100.00%100.00%
src/Interfaces
   ApiInterface.php100.00%100.00%100.00%
   ClientInterface.php100.00%100.00%100.00%

🤖 comment via lucassabreu/comment-coverage-clover

@Sysix Sysix merged commit 202ba2e into development May 21, 2024
10 checks passed
@Sysix Sysix deleted the feature/print-layouts branch May 21, 2024 23:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant