Payment

Aggrosoft\WAWIBundle\Entity\Payment
21
Columns
16
Relations
42
Properties

Relationships

Click entity to navigate
erDiagram
    Payment {
                string id PK
                boolean active
                integer sort
                string handler
                string ident
                string assignmentKey
                        ___ ___more___
            }
                Payment ||--o{ PaymentMetaField : "metafields"
        PaymentMetaField {
        int id PK
    }
                Payment ||--o{ PaymentField : "fields"
        PaymentField {
        int id PK
    }
                Payment }o--o{ Client : "excludedClients"
        Client {
        int id PK
    }
                Payment }o--o{ ObjectGroup : "groups"
        ObjectGroup {
        int id PK
    }
                Payment }o--o{ Category : "categories"
        Category {
        int id PK
    }
                Payment }o--o{ Product : "products"
        Product {
        int id PK
    }
                Payment }o--o{ Product : "onlyProducts"
        Product {
        int id PK
    }
                Payment }o--o{ Category : "excludedCategories"
        Category {
        int id PK
    }
                Payment }o--o{ Category : "onlyCategories"
        Category {
        int id PK
    }
                Payment }o--o{ Product : "excludedProducts"
        Product {
        int id PK
    }
                Payment }o--o{ CustomerGroup : "customerGroups"
        CustomerGroup {
        int id PK
    }
                Payment }o--o{ CustomerGroup : "excludedCustomerGroups"
        CustomerGroup {
        int id PK
    }
                Payment }o--o{ SalesChannel : "saleschannels"
        SalesChannel {
        int id PK
    }
                Payment }o--o{ Country : "countries"
        Country {
        int id PK
    }
                Payment }o--o{ Country : "excludedCountries"
        Country {
        int id PK
    }
                Payment }o--o{ User : "users"
        User {
        int id PK
    }
                    

Metadaten

Tabelle payment
Bundle WAWIBundle
Interfaces
IMetaExtendable Translatable IGroupable IHasLanguage IUpdateTimeTrackable
Property Column Type Flags Twig Access
id id string(36)
PK AUTO
{{ entity.id }}
active active boolean
{{ entity.active }}
sort sort integer(11)
{{ entity.sort }}
handler handler string(36)
{{ entity.handler }}
ident ident string(36)
{{ entity.ident }}
assignmentKey assignmentKey string(255)
{{ entity.assignmentKey }}
additionalTitle additionalTitle string(255)
{{ entity.additionalTitle }}
title title string(64)
{{ entity.title }}
longdescription longdescription text
{{ entity.longdescription }}
creditorPayment creditorPayment boolean
{{ entity.creditorPayment }}
offsetting offsetting boolean
{{ entity.offsetting }}
cashDiscountPercent cashDiscountPercent decimal
{{ entity.cashDiscountPercent }}
cashDiscountDays cashDiscountDays integer(8)
{{ entity.cashDiscountDays }}
paymentTerm paymentTerm integer(2)
{{ entity.paymentTerm }}
customCondition customCondition text
{{ entity.customCondition }}
paymentFeeForMerchantPercent paymentFeeForMerchantPercent decimal
{{ entity.paymentFeeForMerchantPercent }}
paymentFeeForMerchantFix paymentFeeForMerchantFix decimal
{{ entity.paymentFeeForMerchantFix }}
stornoFeeForMerchantPercent stornoFeeForMerchantPercent decimal
{{ entity.stornoFeeForMerchantPercent }}
stornoFeeForMerchantFix stornoFeeForMerchantFix decimal
{{ entity.stornoFeeForMerchantFix }}
paymentProcessingLink paymentProcessingLink string(255)
{{ entity.paymentProcessingLink }}
updated updated datetime
{{ entity.updated }}

Tipp: Diese Properties sind über Getter/Setter-Methoden in Twig verfügbar. Verwende {{ entity.propertyName }} zum Lesen.

Property Access Twig Usage Methods Return Type
id DB
read
{{ entity.id }}
getId()
string
handler DB
read write
{{ entity.handler }}
getHandler()
setHandler()
string
ident DB
read write
{{ entity.ident }}
getIdent()
setIdent()
string
title DB
read write
{{ entity.title }}
getTitle()
setTitle()
string
metafields DB
read
{{ entity.metafields }}
getMetafields()
\Doctrine\Common\Collections\Collection
translatableLocale Computed
write

setTranslatableLocale()
-
sort DB
read write
{{ entity.sort }}
getSort()
setSort()
integer
fields DB
read
{{ entity.fields }}
getFields()
\Doctrine\Common\Collections\Collection
creditorPayment DB
read write
{{ entity.creditorPayment }}
getCreditorPayment()
setCreditorPayment()
boolean
active DB
read write
{{ entity.active }}
getActive()
setActive()
boolean
offsetting DB
read write
{{ entity.offsetting }}
getOffsetting()
setOffsetting()
boolean
cashDiscountPercent DB
read write
{{ entity.cashDiscountPercent }}
getCashDiscountPercent()
setCashDiscountPercent()
string
cashDiscountDays DB
read write
{{ entity.cashDiscountDays }}
getCashDiscountDays()
setCashDiscountDays()
integer
excludedClients DB
read
{{ entity.excludedClients }}
getExcludedClients()
\Doctrine\Common\Collections\Collection
groups DB
read
{{ entity.groups }}
getGroups()
\Doctrine\Common\Collections\Collection
paymentFeeForMerchantPercent DB
read write
{{ entity.paymentFeeForMerchantPercent }}
getPaymentFeeForMerchantPercent()
setPaymentFeeForMerchantPercent()
string
paymentFeeForMerchantFix DB
read write
{{ entity.paymentFeeForMerchantFix }}
getPaymentFeeForMerchantFix()
setPaymentFeeForMerchantFix()
string
stornoFeeForMerchantPercent DB
read write
{{ entity.stornoFeeForMerchantPercent }}
getStornoFeeForMerchantPercent()
setStornoFeeForMerchantPercent()
string
stornoFeeForMerchantFix DB
read write
{{ entity.stornoFeeForMerchantFix }}
getStornoFeeForMerchantFix()
setStornoFeeForMerchantFix()
string
assignmentKey DB
read write
{{ entity.assignmentKey }}
getAssignmentKey()
setAssignmentKey()
string
categories DB
read write
{{ entity.categories }}
getCategories()
setCategories()
\Doctrine\Common\Collections\Collection
products DB
read write
{{ entity.products }}
getProducts()
setProducts()
\Doctrine\Common\Collections\Collection
excludedCategories DB
read write
{{ entity.excludedCategories }}
getExcludedCategories()
setExcludedCategories()
\Doctrine\Common\Collections\Collection
excludedProducts DB
read write
{{ entity.excludedProducts }}
getExcludedProducts()
setExcludedProducts()
\Doctrine\Common\Collections\Collection
customerGroups DB
read
{{ entity.customerGroups }}
getCustomerGroups()
\Doctrine\Common\Collections\Collection
excludedCustomerGroups DB
read
{{ entity.excludedCustomerGroups }}
getExcludedCustomerGroups()
\Doctrine\Common\Collections\Collection
saleschannels DB
read
{{ entity.saleschannels }}
getSaleschannels()
\Doctrine\Common\Collections\Collection
countries DB
read
{{ entity.countries }}
getCountries()
\Doctrine\Common\Collections\Collection
excludedCountries DB
read
{{ entity.excludedCountries }}
getExcludedCountries()
\Doctrine\Common\Collections\Collection
onlyCategories DB
read write
{{ entity.onlyCategories }}
getOnlyCategories()
setOnlyCategories()
\Doctrine\Common\Collections\Collection
onlyProducts DB
read write
{{ entity.onlyProducts }}
getOnlyProducts()
setOnlyProducts()
\Doctrine\Common\Collections\Collection
language Computed
read
{{ entity.language }}
getLanguage()
-
selectedLanguage Computed
read write
{{ entity.selectedLanguage }}
getSelectedLanguage()
setSelectedLanguage()
-
longdescription DB
read write
{{ entity.longdescription }}
getLongdescription()
setLongdescription()
string
paymentProcessingLink DB
read write
{{ entity.paymentProcessingLink }}
getPaymentProcessingLink()
setPaymentProcessingLink()
string
paymentTerm DB
read write
{{ entity.paymentTerm }}
getPaymentTerm()
setPaymentTerm()
integer
users DB
read
{{ entity.users }}
getUsers()
\Doctrine\Common\Collections\Collection
entityLocale Computed
read
{{ entity.entityLocale }}
getEntityLocale()
-
customCondition DB
read write
{{ entity.customCondition }}
getCustomCondition()
setCustomCondition()
string
fullTitle Computed
read
{{ entity.fullTitle }}
getFullTitle()
-
additionalTitle DB
read write
{{ entity.additionalTitle }}
getAdditionalTitle()
setAdditionalTitle()
string
updated DB
read write
{{ entity.updated }}
getUpdated()
setUpdated()
\DateTime
Property Type Target Entity Mapped By Inversed By Cascade Twig Access
metafields OneToMany PaymentMetaField payment -
persist remove
{{ entity.metafields }}
fields OneToMany PaymentField payment -
persist remove
{{ entity.fields }}
excludedClients ManyToMany Client - excludedpayments - {{ entity.excludedClients }}
groups ManyToMany ObjectGroup - payments - {{ entity.groups }}
categories ManyToMany Category - payments - {{ entity.categories }}
products ManyToMany Product - payments - {{ entity.products }}
onlyProducts ManyToMany Product - onlypayments - {{ entity.onlyProducts }}
excludedCategories ManyToMany Category - excludedpayments - {{ entity.excludedCategories }}
onlyCategories ManyToMany Category - onlypayments - {{ entity.onlyCategories }}
excludedProducts ManyToMany Product - excludedpayments - {{ entity.excludedProducts }}
customerGroups ManyToMany CustomerGroup - payments - {{ entity.customerGroups }}
excludedCustomerGroups ManyToMany CustomerGroup - excludedpayments - {{ entity.excludedCustomerGroups }}
saleschannels ManyToMany SalesChannel - payments
persist
{{ entity.saleschannels }}
countries ManyToMany Country - payments - {{ entity.countries }}
excludedCountries ManyToMany Country - excludedpayments - {{ entity.excludedCountries }}
users ManyToMany User - payments - {{ entity.users }}
Index Name Columns Type
title_idx
title
INDEX