Table of Contents
Interfaces
- SAFTInterface
Constants
-
KEY_LIST
= ['sellerVatNumber', 'sellerName', 'sellerAddress', 'invoiceNumber', 'eventDate', 'invoiceDate', 'K_43', 'K_44', 'K_45', 'K_46', 'K_47', 'K_48', 'K_49']
-
KEY_TRANS_SOURCE
= ['nth' => 'LpZakupu', 'sellerVatNumber' => 'NrDostawcy', 'sellerName' => 'NazwaDostawcy', 'sellerAddress' => 'AdresDostawcy', 'invoiceNumber' => 'DowodZakupu', 'eventDate' => 'DataZakupu', 'invoiceDate' => 'DataWplywu', 'saleCtrl' => 'SprzedazCtrl', 'countOfSaleInvoices' => 'LiczbaWierszyZakupow', 'saleTotalVatValue' => 'PodatekNaliczony']
Properties
-
$countOfRows
: mixed
-
$totalVatValue
: mixed
Methods
-
__construct()
: mixed
-
add()
: mixed
-
addInvoiceItem()
: mixed
-
dateFormat()
: mixed
-
dateTimeFormat()
: mixed
-
getFormated()
: mixed
-
setHead()
: mixed
-
transKey()
: mixed
KEY_LIST
public
mixed
KEY_LIST
= ['sellerVatNumber', 'sellerName', 'sellerAddress', 'invoiceNumber', 'eventDate', 'invoiceDate', 'K_43', 'K_44', 'K_45', 'K_46', 'K_47', 'K_48', 'K_49']
KEY_TRANS_SOURCE
public
mixed
KEY_TRANS_SOURCE
= ['nth' => 'LpZakupu', 'sellerVatNumber' => 'NrDostawcy', 'sellerName' => 'NazwaDostawcy', 'sellerAddress' => 'AdresDostawcy', 'invoiceNumber' => 'DowodZakupu', 'eventDate' => 'DataZakupu', 'invoiceDate' => 'DataWplywu', 'saleCtrl' => 'SprzedazCtrl', 'countOfSaleInvoices' => 'LiczbaWierszyZakupow', 'saleTotalVatValue' => 'PodatekNaliczony']
$countOfRows
public
mixed
$countOfRows
= 0
$totalVatValue
public
mixed
$totalVatValue
= 0
__construct()
public
__construct() : mixed
add()
public
add([mixed $item = null ]) : mixed
Parameters
-
$item
: mixed
= null
-
addInvoiceItem()
public
addInvoiceItem(SAFTInvoiceItem $item) : mixed
Parameters
-
$item
: SAFTInvoiceItem
-
public
static dateFormat() : mixed
public
static dateTimeFormat() : mixed
public
getFormated(mixed $key) : mixed
Parameters
-
$key
: mixed
-
setHead()
public
setHead(SAFTInvoiceItem $item) : mixed
Parameters
-
$item
: SAFTInvoiceItem
-
transKey()
public
static transKey(mixed $key) : mixed
Parameters
-
$key
: mixed
-