Table |
name="COMMERCIAL_INVOICE_ITEM" |
Entity |
Entity |
Methods
Get accountingLabel
getAccountingLabel() : string
Get accountingNumber
getAccountingNumber() : string
Get amountTax
getAmountTax() : \decimal
Get isGroup
getIsGroup() : boolean
Get itemLabel
getItemLabel() : string
Get itemRef
getItemRef() : string
Get purchasingDfUnitPrice
getPurchasingDfUnitPrice() : \decimal
Get quantityArticle
getQuantityArticle() : \decimal
Get taxRate
getTaxRate() : \decimal
Get totSellPriceArticleDf
getTotSellPriceArticleDf() : \decimal
Get totSellPriceArticleTi
getTotSellPriceArticleTi() : \decimal
Set accountingLabel
setAccountingLabel(string $accountingLabel) : \CommercialInvoiceItem
Parameters
$accountingLabel
string
Returns
Set accountingNumber
setAccountingNumber(string $accountingNumber) : \CommercialInvoiceItem
Parameters
$accountingNumber
string
Returns
Set amountTax
setAmountTax(\decimal $amountTax) : \CommercialInvoiceItem
Parameters
$amountTax
\decimal
Returns
Set purchasingDfUnitPrice
setPurchasingDfUnitPrice(\decimal $purchasingDfUnitPrice) : \CommercialInvoiceItem
Parameters
$purchasingDfUnitPrice
\decimal
Returns
Set quantityArticle
setQuantityArticle(\decimal $quantityArticle) : \CommercialInvoiceItem
Parameters
$quantityArticle
\decimal
Returns
Set totSellPriceArticleDf
setTotSellPriceArticleDf(\decimal $totSellPriceArticleDf) : \CommercialInvoiceItem
Parameters
$totSellPriceArticleDf
\decimal
Returns
Set totSellPriceArticleTi
setTotSellPriceArticleTi(\decimal $totSellPriceArticleTi) : \CommercialInvoiceItem
Parameters
$totSellPriceArticleTi
\decimal
Returns
Properties
$accountingLabel : string
Column |
name="accounting_label", type="string", length=20 |
$accountingNumber : string
Column |
name="accounting_number", type="string", length=12 |
$amountTax : \decimal
Column |
name="amount_tax", type="decimal" |
$id : integer
Column |
name="id", type="integer" |
Id |
Id |
GeneratedValue |
strategy="IDENTITY" |
$invoice : \CommercialInvoice
ManyToOne |
targetEntity="CommercialInvoice" |
JoinColumns |
({
@JoinColumn(name="invoice_id", referencedColumnName="id")
}) |
$isGroup : boolean
Column |
name="is_group", type="boolean" |
$itemLabel : string
Column |
name="item_label", type="string", length=500 |
$itemRef : string
Column |
name="item_ref", type="string", length=10 |
$parent : \CommercialInvoiceItem
ManyToOne |
targetEntity="CommercialInvoiceItem" |
JoinColumns |
({
@JoinColumn(name="parent_id", referencedColumnName="id")
}) |
$purchasingDfUnitPrice : \decimal
Column |
name="purchasing_DF_unit_price", type="decimal" |
$quantityArticle : \decimal
Column |
name="quantity_article", type="decimal" |
$taxRate : \decimal
Column |
name="tax_rate", type="decimal" |
$totSellPriceArticleDf : \decimal
Column |
name="tot_sell_price_article_DF", type="decimal" |
$totSellPriceArticleTi : \decimal
Column |
name="tot_sell_price_article_TI", type="decimal" |