CashReportItem

Aggrosoft\WAWIBundle\Entity\CashReportItem
19
Columns
4
Relations
30
Properties

Relationships

Click entity to navigate
erDiagram
    CashReportItem {
                string id PK
                integer number
                integer receiptNumber
                datetime date
                string account
                decimal receiptBrutto
                        ___ ___more___
            }
                CashReportItem }o--|| User : "user"
        User {
        int id PK
    }
                CashReportItem }o--|| PublicKey : "publicKeyObject"
        PublicKey {
        int id PK
    }
                CashReportItem }o--|| Order : "order"
        Order {
        int id PK
    }
                CashReportItem }o--|| CashReport : "cashReport"
        CashReport {
        int id PK
    }
                    

Metadaten

Tabelle cashreportitem
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 }}
date date datetime
{{ entity.date }}
account account string(255)
{{ entity.account }}
receiptBrutto receiptBrutto decimal
{{ entity.receiptBrutto }}
outcomeBrutto outcomeBrutto decimal
{{ entity.outcomeBrutto }}
vat vat decimal
{{ entity.vat }}
bookingText bookingText text
{{ entity.bookingText }}
bookingType bookingType integer
{{ entity.bookingType }}
receiptFile receiptFile string(255)
{{ entity.receiptFile }}
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()
-
taxSign Computed
read
{{ entity.taxSign }}
getTaxSign()
-
useTax Computed
read
{{ entity.useTax }}
getUseTax()
-
id DB
read
{{ entity.id }}
getId()
string
dynId Computed
write

setDynId()
-
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
outcomeBrutto DB
read write
{{ entity.outcomeBrutto }}
getOutcomeBrutto()
setOutcomeBrutto()
string
vat DB
read write
{{ entity.vat }}
getVat()
setVat()
string
bookingText DB
read write
{{ entity.bookingText }}
getBookingText()
setBookingText()
string
cashReport DB
read write
{{ entity.cashReport }}
getCashReport()
setCashReport()
\Aggrosoft\WAWIBundle\Entity\CashReport
account DB
read write
{{ entity.account }}
getAccount()
setAccount()
string
user DB
read write
{{ entity.user }}
getUser()
setUser()
\Aggrosoft\WAWIBundle\Entity\User
bookingType DB
read write
{{ entity.bookingType }}
getBookingType()
setBookingType()
integer
receiptNetto Computed
read
{{ entity.receiptNetto }}
getReceiptNetto()
-
outcomeNetto Computed
read
{{ entity.outcomeNetto }}
getOutcomeNetto()
-
receiptFile DB
read write
{{ entity.receiptFile }}
getReceiptFile()
setReceiptFile()
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
pawn Computed
read
{{ entity.pawn }}
isPawn()
-
Property Type Target Entity Mapped By Inversed By Cascade Twig Access
user ManyToOne User - - - {{ entity.user }}
publicKeyObject ManyToOne PublicKey - cashReportItems - {{ entity.publicKeyObject }}
order ManyToOne Order - - - {{ entity.order }}
cashReport ManyToOne CashReport - items - {{ entity.cashReport }}
Keine Indexes definiert