Documentation

SAFTInvoiceItem
in package

Table of Contents

Constants

KEY_LIST  = ['sellerVatNumber', 'sellerName', 'sellerAddress', 'buyerVatNumber', 'buyerName', 'buyerAddress', 'invoiceNumber', 'invoiceDate', 'eventDate', 'grossValue', 'netValue', 'currency', 'vatRate', 'sourceType', 'statusCode', 'fromCountryId', 'toCountryId', 'vatCountryId', 'reportCountryId', 'orgCurrency', 'orgGrossValue', 'orgNetValue']
TRANS_EMPTY_VATID  = 'brak'
TRANSACTION_TYPE_DOMV  = 10
TRANSACTION_TYPE_DOMV_B2B  = 11
TRANSACTION_TYPE_DOMV_B2C  = 12
TRANSACTION_TYPE_DS  = 20
TRANSACTION_TYPE_DSF  = 21
TRANSACTION_TYPE_DST  = 22
TRANSACTION_TYPE_EC  = 40
TRANSACTION_TYPE_ECA  = 42
TRANSACTION_TYPE_ECS  = 41
TRANSACTION_TYPE_EXPORT  = 32
TRANSACTION_TYPE_IGNORE  = -1
TRANSACTION_TYPE_IMPORT  = 31

Properties

$buyerAddress  : mixed
$buyerName  : mixed
$buyerVatNumber  : mixed
$eventDate  : mixed
$invoiceDate  : mixed
$invoiceNumber  : mixed
$sellerAddress  : mixed
$sellerName  : mixed
$sellerVatNumber  : mixed
$currency  : mixed
$fromCountryId  : mixed
$grossValue  : mixed
$netValue  : mixed
$orgCurrency  : mixed
$orgGrossValue  : mixed
$orgNetValue  : mixed
$reportCountryId  : mixed
$sourceType  : mixed
$statusCode  : mixed
$toCountryId  : mixed
$vatCountryId  : mixed
$vatRate  : mixed

Methods

__construct()  : mixed
get()  : mixed
getBuyerAddress()  : mixed
getBuyerName()  : mixed
getBuyerVatNumber()  : mixed
getCurrency()  : mixed
getEventDate()  : mixed
getFromCountryId()  : mixed
getGross()  : mixed
getGrossValue()  : mixed
getInvoiceDate()  : mixed
getInvoiceNumber()  : mixed
getNet()  : mixed
getNetValue()  : mixed
getOrgCurrency()  : mixed
getOrgGrossValue()  : mixed
getOrgNetValue()  : mixed
getReportCountryId()  : mixed
getSellerAddress()  : mixed
getSellerName()  : mixed
getSellerVatNumber()  : mixed
getSourceType()  : mixed
getStatusCode()  : mixed
getToCountryId()  : mixed
getVat()  : mixed
getVatCountryId()  : mixed
getVatRate()  : mixed
getVatValue()  : mixed
hasCategory()  : mixed
isB2B()  : mixed
isB2C()  : mixed
isBelongToReportCountry()  : mixed
isCredit()  : mixed
isDistance()  : mixed
isDomestic()  : mixed
isExport()  : mixed
isFromReportCountry()  : mixed
isImport()  : mixed
isIntraCommunity()  : mixed
isLocal()  : mixed
isProduct()  : mixed
isToReportCountry()  : mixed
transactionType()  : mixed
transactionTypeIs()  : mixed

Constants

KEY_LIST

public mixed KEY_LIST = ['sellerVatNumber', 'sellerName', 'sellerAddress', 'buyerVatNumber', 'buyerName', 'buyerAddress', 'invoiceNumber', 'invoiceDate', 'eventDate', 'grossValue', 'netValue', 'currency', 'vatRate', 'sourceType', 'statusCode', 'fromCountryId', 'toCountryId', 'vatCountryId', 'reportCountryId', 'orgCurrency', 'orgGrossValue', 'orgNetValue']

TRANSACTION_TYPE_DOMV_B2B

public mixed TRANSACTION_TYPE_DOMV_B2B = 11

TRANSACTION_TYPE_DOMV_B2C

public mixed TRANSACTION_TYPE_DOMV_B2C = 12

Properties

Methods

__construct()

public __construct(mixed $array) : mixed
Parameters
$array : mixed

hasCategory()

public hasCategory(mixed $category) : mixed
Parameters
$category : mixed

transactionTypeIs()

public transactionTypeIs(int $transactionType) : mixed
Parameters
$transactionType : int

        
On this page

Search results