QuickEditDocuments

Implements \QuickEditDocumentsInterface

Class QuickEditDocuments

category

System

package

Extensions

subpackage

QuickEdit

Methods

QuickEditDocuments constructor.

__construct() 

Creates a PDF file and saves it.

_createPdfInventoryDocument() : boolean

Response

boolean

Returns true if the create and save was successful - otherwise, false is returned.

Returns the required column names and their names.

_getColumns() : array

Response

array

Returns the required column names and their names.

Creates a list of all products needed to create the inventory list. The list is then generated.

getProducts() : boolean

Response

boolean

Returns true if the create and save was successful - otherwise, false is returned.

Creates a list of products that have been passed as parameters.

getProductsById(array $products) : boolean

Arguments

$products

array

Returns the list of products that have been passed as parameters.

Response

boolean

Returns true if the create and save was successful - otherwise, false is returned.

Constants

PDF_PAGE_ORIENTATION

PDF_PAGE_ORIENTATION
var

PDF_UNIT

PDF_UNIT
var

PDF_PAGE_FORMAT

PDF_PAGE_FORMAT
var

PDF_HEADER_LOGO_WIDTH

PDF_HEADER_LOGO_WIDTH
var

PDF_HEADER_TITLE

PDF_HEADER_TITLE
var

PDF_HEADER_STRING

PDF_HEADER_STRING
var

PDF_FONT_SIZE_MAIN

PDF_FONT_SIZE_MAIN
var

PDF_FILENAME

PDF_FILENAME
var

Properties

db

db : \CI_DB_query_builder
var

Type(s)

\CI_DB_query_builder

title

title : string
var

Type(s)

string

creator

creator : string
var

Type(s)

string

products

products : array
var

Type(s)

array

categories

categories : array
var

Type(s)

array

languageTextManager

languageTextManager : \LanguageTextManager
var

Type(s)

\LanguageTextManager

quickEditOverviewColumns

quickEditOverviewColumns : \QuickEditOverviewColumns