ECReportItem
Aggrosoft\WAWIBundle\Entity\ECReportItem
18
Columns
5
Relations
25
Properties
Metadaten
Tabelle
ecreportitem
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 }} |
transactionId
|
transactionId
|
string(255)
|
|
{{ entity.transactionId }} |
date
|
date
|
datetime
|
|
{{ entity.date }} |
account
|
account
|
string(255)
|
|
{{ entity.account }} |
receiptBrutto
|
receiptBrutto
|
decimal
|
|
{{ entity.receiptBrutto }} |
vat
|
vat
|
decimal
|
|
{{ entity.vat }} |
bookingText
|
bookingText
|
string(255)
|
|
{{ entity.bookingText }} |
bookingType
|
bookingType
|
integer
|
|
{{ entity.bookingType }} |
reference
|
reference
|
string(255)
|
|
{{ entity.reference }} |
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
|
account
DB
|
read
write
|
{{
entity.account
}}
|
getAccount()
setAccount()
|
string
|
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
|
ecReport
DB
|
read
write
|
{{
entity.ecReport
}}
|
getEcReport()
setEcReport()
|
\Aggrosoft\WAWIBundle\Entity\ECReport
|
transactionId
DB
|
read
write
|
{{
entity.transactionId
}}
|
getTransactionId()
setTransactionId()
|
string
|
bookingType
DB
|
read
write
|
{{
entity.bookingType
}}
|
getBookingType()
setBookingType()
|
integer
|
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
|
payment
DB
|
read
write
|
{{
entity.payment
}}
|
getPayment()
setPayment()
|
\Aggrosoft\WAWIBundle\Entity\Payment
|
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()
|
- |
| Property | Type | Target Entity | Mapped By | Inversed By | Cascade | Twig Access |
|---|---|---|---|---|---|---|
user
|
ManyToOne | User | - | - | - | {{ entity.user }} |
payment
|
ManyToOne | Payment | - | - | - | {{ entity.payment }} |
publicKeyObject
|
ManyToOne | PublicKey | - |
ecReportItems
|
- | {{ entity.publicKeyObject }} |
order
|
ManyToOne | Order | - | - | - | {{ entity.order }} |
ecReport
|
ManyToOne | ECReport | - |
items
|
- | {{ entity.ecReport }} |
Keine Indexes definiert