VoucherReportItem
Aggrosoft\WAWIBundle\Entity\VoucherReportItem
17
Columns
4
Relations
23
Properties
Metadaten
Tabelle
voucherreportitem
Bundle
WAWIBundle
| Property | Column | Type | Flags | Twig Access |
|---|---|---|---|---|
id
|
id
|
string(36)
|
PK
AUTO
|
{{ entity.id }} |
number
|
number
|
integer
|
|
{{ entity.number }} |
receiptNumber
|
receiptNumber
|
integer
|
|
{{ entity.receiptNumber }} |
voucherNumber
|
voucherNumber
|
string(255)
|
|
{{ entity.voucherNumber }} |
date
|
date
|
datetime
|
|
{{ entity.date }} |
receiptBrutto
|
receiptBrutto
|
decimal
|
|
{{ entity.receiptBrutto }} |
vat
|
vat
|
decimal
|
|
{{ entity.vat }} |
bookingText
|
bookingText
|
string(255)
|
|
{{ entity.bookingText }} |
reference
|
reference
|
string(255)
|
|
{{ entity.reference }} |
customerCard
|
customerCard
|
boolean
|
|
{{ entity.customerCard }} |
signature
|
signature
|
string(255)
|
|
{{ entity.signature }} |
wormSignature
|
wormSignature
|
text
|
|
{{ entity.wormSignature }} |
tseTransactionNumber
|
tseTransactionNumber
|
string(32)
|
|
{{ entity.tseTransactionNumber }} |
tseStartDate
|
tseStartDate
|
string(20)
|
|
{{ entity.tseStartDate }} |
tseFinishDate
|
tseFinishDate
|
string(20)
|
|
{{ entity.tseFinishDate }} |
tseSerialNumber
|
tseSerialNumber
|
string(255)
|
|
{{ entity.tseSerialNumber }} |
uniqNumber
|
uniqNumber
|
string(255)
|
|
{{ entity.uniqNumber }} |
Tipp: Diese Properties sind über Getter/Setter-Methoden in Twig verfügbar.
Verwende {{ entity.propertyName }} zum Lesen.
| Property | Access | Twig Usage | Methods | Return Type |
|---|---|---|---|---|
taxValue
Computed
|
read
|
{{
entity.taxValue
}}
|
getTaxValue()
|
- |
id
DB
|
read
|
{{
entity.id
}}
|
getId()
|
string
|
number
DB
|
read
write
|
{{
entity.number
}}
|
getNumber()
setNumber()
|
integer
|
receiptNumber
DB
|
read
write
|
{{
entity.receiptNumber
}}
|
getReceiptNumber()
setReceiptNumber()
|
integer
|
date
DB
|
read
write
|
{{
entity.date
}}
|
getDate()
setDate()
|
\DateTime
|
receiptBrutto
DB
|
read
write
|
{{
entity.receiptBrutto
}}
|
getReceiptBrutto()
setReceiptBrutto()
|
string
|
vat
DB
|
read
write
|
{{
entity.vat
}}
|
getVat()
setVat()
|
string
|
bookingText
DB
|
read
write
|
{{
entity.bookingText
}}
|
getBookingText()
setBookingText()
|
string
|
user
DB
|
read
write
|
{{
entity.user
}}
|
getUser()
setUser()
|
\Aggrosoft\WAWIBundle\Entity\User
|
voucherReport
DB
|
read
write
|
{{
entity.voucherReport
}}
|
getVoucherReport()
setVoucherReport()
|
\Aggrosoft\WAWIBundle\Entity\VoucherReport
|
voucherNumber
DB
|
read
write
|
{{
entity.voucherNumber
}}
|
getVoucherNumber()
setVoucherNumber()
|
string
|
reference
DB
|
read
write
|
{{
entity.reference
}}
|
getReference()
setReference()
|
string
|
order
DB
|
read
write
|
{{
entity.order
}}
|
getOrder()
setOrder()
|
\Aggrosoft\WAWIBundle\Entity\Order
|
signature
DB
|
read
write
|
{{
entity.signature
}}
|
getSignature()
setSignature()
|
string
|
publicKeyObject
DB
|
read
write
|
{{
entity.publicKeyObject
}}
|
getPublicKeyObject()
setPublicKeyObject()
|
\Aggrosoft\WAWIBundle\Entity\PublicKey
|
uniqNumber
DB
|
read
write
|
{{
entity.uniqNumber
}}
|
getUniqNumber()
setUniqNumber()
|
string
|
wormSignature
DB
|
read
write
|
{{
entity.wormSignature
}}
|
getWormSignature()
setWormSignature()
|
string
|
tseTransactionNumber
DB
|
read
write
|
{{
entity.tseTransactionNumber
}}
|
getTseTransactionNumber()
setTseTransactionNumber()
|
string
|
tseStartDate
DB
|
read
write
|
{{
entity.tseStartDate
}}
|
getTseStartDate()
setTseStartDate()
|
string
|
tseFinishDate
DB
|
read
write
|
{{
entity.tseFinishDate
}}
|
getTseFinishDate()
setTseFinishDate()
|
string
|
tseSerialNumber
DB
|
read
write
|
{{
entity.tseSerialNumber
}}
|
getTseSerialNumber()
setTseSerialNumber()
|
string
|
receiptNetto
Computed
|
read
|
{{
entity.receiptNetto
}}
|
getReceiptNetto()
|
- |
customerCard
DB
|
read
write
|
{{
entity.customerCard
}}
|
getCustomerCard()
setCustomerCard()
|
boolean
|
| Property | Type | Target Entity | Mapped By | Inversed By | Cascade | Twig Access |
|---|---|---|---|---|---|---|
user
|
ManyToOne | User | - | - | - | {{ entity.user }} |
order
|
ManyToOne | Order | - | - | - | {{ entity.order }} |
publicKeyObject
|
ManyToOne | PublicKey | - |
voucherReportItems
|
- | {{ entity.publicKeyObject }} |
voucherReport
|
ManyToOne | VoucherReport | - |
items
|
- | {{ entity.voucherReport }} |
Keine Indexes definiert