Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • AdminHttpViewControllers
  • ApiV2Controllers
  • Authentication
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Strategies
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Storages
    • Validation
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Extensions
    • Customers
    • Emails
    • Helpers
    • Invoices
    • Orders
    • Serializers
    • Templates
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • HttpViewControllers
  • InfoBox
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Invoice
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • Precheck
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • Shared
    • ClassFinder
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • SharedShoppingCart
    • Interfaces
  • Slider
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Classes

  • InvoiceActions
  • InvoicesOverviewColumns

Class InvoiceActions

Class InvoiceActions

Package: Extensions\Invoices
Category: System
Located at Extensions/Invoices/InvoiceActions.inc.php

Methods summary

public
# bulkPdfInvoices( array $invoiceIds )

Outputs the concatenated invoice PDFs.

Outputs the concatenated invoice PDFs.

Parameters

$invoiceIds
The invoice IDs to be included in the concatenated file.

Throws

InvalidArgumentException
protected
# _createBulkPdf( array $invoiceIds )

Outputs a bulk PDF file through the use of mPDF.

Outputs a bulk PDF file through the use of mPDF.

This method will parse the selected PDFs of the provided invoices and will concatenate them into a single file. This file will be then outputted directly so that browsers download it immediately.

Parameters

$invoiceIds
The selected invoice IDs.

See

mPDF
protected array
# _getPdfPermissions( )

Generate the PDF permissions depending the shop configuration.

Generate the PDF permissions depending the shop configuration.

Returns

array

Link

https://mpdf.github.io/reference/mpdf-functions/setprotection.html
API documentation generated by ApiGen