Table of Contents
Interfaces
- SAFTInterface
Constants
-
KEY_LIST
= ['buyerVatNumber', 'buyerName', 'buyerAddress', 'invoiceNumber', 'invoiceDate', 'eventDate', 'K_10', 'K_11', 'K_12', 'K_13', 'K_14', 'K_15', 'K_16', 'K_17', 'K_18', 'K_19', 'K_20', 'K_21', 'K_22', 'K_23', 'K_24', 'K_25', 'K_26', 'K_27', 'K_28', 'K_29', 'K_30', 'K_31', 'K_32', 'K_33', 'K_34', 'K_35', 'K_36', 'K_37', 'K_38', 'K_39']
-
KEY_TRANS_SOURCE
= ['nth' => 'LpSprzedazy', 'buyerVatNumber' => 'NrKontrahenta', 'buyerName' => 'NazwaKontrahenta', 'buyerAddress' => 'AdresKontrahenta', 'invoiceNumber' => 'DowodSprzedazy', 'invoiceDate' => 'DataWystawienia', 'eventDate' => 'DataSprzedazy', 'saleCtrl' => 'SprzedazCtrl', 'countOfSaleInvoices' => 'LiczbaWierszySprzedazy', 'saleTotalVatValue' => 'PodatekNalezny']
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
= ['buyerVatNumber', 'buyerName', 'buyerAddress', 'invoiceNumber', 'invoiceDate', 'eventDate', 'K_10', 'K_11', 'K_12', 'K_13', 'K_14', 'K_15', 'K_16', 'K_17', 'K_18', 'K_19', 'K_20', 'K_21', 'K_22', 'K_23', 'K_24', 'K_25', 'K_26', 'K_27', 'K_28', 'K_29', 'K_30', 'K_31', 'K_32', 'K_33', 'K_34', 'K_35', 'K_36', 'K_37', 'K_38', 'K_39']
KEY_TRANS_SOURCE
public
mixed
KEY_TRANS_SOURCE
= ['nth' => 'LpSprzedazy', 'buyerVatNumber' => 'NrKontrahenta', 'buyerName' => 'NazwaKontrahenta', 'buyerAddress' => 'AdresKontrahenta', 'invoiceNumber' => 'DowodSprzedazy', 'invoiceDate' => 'DataWystawienia', 'eventDate' => 'DataSprzedazy', 'saleCtrl' => 'SprzedazCtrl', 'countOfSaleInvoices' => 'LiczbaWierszySprzedazy', 'saleTotalVatValue' => 'PodatekNalezny']
$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
-