Liability

Aggrosoft\WAWIBundle\Entity\Liability
73
Columns
23
Relations
137
Properties

Relationships

Click entity to navigate
erDiagram
    Liability {
                string id PK
                datetime created
                datetime updated
                integer number
                boolean completed
                boolean pureAccountBooking
                        ___ ___more___
            }
                Liability ||--o{ LiabilityPaymentField : "paymentFields"
        LiabilityPaymentField {
        int id PK
    }
                Liability ||--o{ LiabilityPayment : "liabilityPayments"
        LiabilityPayment {
        int id PK
    }
                Liability }o--|| Customer : "customer"
        Customer {
        int id PK
    }
                Liability }o--|| Vendor : "vendor"
        Vendor {
        int id PK
    }
                Liability }o--|| VendorOrder : "vendorOrder"
        VendorOrder {
        int id PK
    }
                Liability }o--o{ VendorOrder : "vendorOrders"
        VendorOrder {
        int id PK
    }
                Liability }o--|| EntityStatus : "liabilityStatus"
        EntityStatus {
        int id PK
    }
                Liability }o--|| CostCenter : "costCenter"
        CostCenter {
        int id PK
    }
                Liability }o--|| Country : "country"
        Country {
        int id PK
    }
                Liability }o--|| State : "state"
        State {
        int id PK
    }
                Liability }o--|| Country : "shippingCountry"
        Country {
        int id PK
    }
                Liability }o--|| State : "shippingState"
        State {
        int id PK
    }
                Liability ||--o{ LiabilityItem : "items"
        LiabilityItem {
        int id PK
    }
                Liability ||--o{ OrderReturn : "returns"
        OrderReturn {
        int id PK
    }
                Liability }o--|| Client : "client"
        Client {
        int id PK
    }
                Liability }o--|| Payment : "payment"
        Payment {
        int id PK
    }
                Liability }o--|| Language : "language"
        Language {
        int id PK
    }
                Liability }o--|| CommissionContract : "commissionContract"
        CommissionContract {
        int id PK
    }
                Liability }o--|| User : "clerk"
        User {
        int id PK
    }
                Liability ||--o{ LiabilityUpload : "uploads"
        LiabilityUpload {
        int id PK
    }
                Liability ||--o{ Voucher : "vouchers"
        Voucher {
        int id PK
    }
                Liability }o--o{ ObjectGroup : "groups"
        ObjectGroup {
        int id PK
    }
                Liability ||--o{ LiabilityInternalComment : "internalComments"
        LiabilityInternalComment {
        int id PK
    }
                    

Metadaten

Tabelle liability
Bundle WAWIBundle
Interfaces
IClientable IUpload IDocumentUpload IGroupable IEntityStatus IPrototype IHasLanguage IPrivateEntity
Property Column Type Flags Twig Access
id id string(36)
PK AUTO
{{ entity.id }}
created created datetime
{{ entity.created }}
updated updated datetime
{{ entity.updated }}
number number integer(11)
{{ entity.number }}
completed completed boolean
{{ entity.completed }}
pureAccountBooking pureAccountBooking boolean
{{ entity.pureAccountBooking }}
foreignId foreignId string(255)
{{ entity.foreignId }}
completedDate completedDate datetime
{{ entity.completedDate }}
creditNoteNumber creditNoteNumber bigint(11)
{{ entity.creditNoteNumber }}
creditNoteDate creditNoteDate datetime
{{ entity.creditNoteDate }}
creditorInvoiceNumber creditorInvoiceNumber string(255)
{{ entity.creditorInvoiceNumber }}
creditorInvoiceDate creditorInvoiceDate date
{{ entity.creditorInvoiceDate }}
creditorInvoiceFileName creditorInvoiceFile string(255)
{{ entity.creditorInvoiceFileName }}
account account string(12)
{{ entity.account }}
bookingText bookingText string(255)
{{ entity.bookingText }}
paymentDueDate paymentDueDate date
{{ entity.paymentDueDate }}
total total decimal
{{ entity.total }}
totalnetto totalnetto decimal
{{ entity.totalnetto }}
discount discount decimal
{{ entity.discount }}
discountNote discountNote text
{{ entity.discountNote }}
cashDiscount cashDiscount decimal
{{ entity.cashDiscount }}
cashDiscountPercent cashDiscountPercent decimal
{{ entity.cashDiscountPercent }}
cashDiscountDays cashDiscountDays integer(8)
{{ entity.cashDiscountDays }}
voucherDiscount voucherDiscount decimal
{{ entity.voucherDiscount }}
deliveryCost deliveryCost decimal
{{ entity.deliveryCost }}
paymentCost paymentCost decimal
{{ entity.paymentCost }}
deliveryVat deliveryVat decimal
{{ entity.deliveryVat }}
additionalCost additionalCost decimal
{{ entity.additionalCost }}
additionalCost2 additionalCost2 decimal
{{ entity.additionalCost2 }}
additionalCost3 additionalCost3 decimal
{{ entity.additionalCost3 }}
additionalCost4 additionalCost4 decimal
{{ entity.additionalCost4 }}
additionalCost5 additionalCost5 decimal
{{ entity.additionalCost5 }}
liabilityTemplate liabilityTemplate string(128)
{{ entity.liabilityTemplate }}
status status string(50)
{{ entity.status }}
email email string(255)
{{ entity.email }}
salutation salutation string(255)
{{ entity.salutation }}
company company string(255)
{{ entity.company }}
additInfo additInfo string(255)
{{ entity.additInfo }}
firstName firstName string(255)
{{ entity.firstName }}
lastName lastName string(255)
{{ entity.lastName }}
street street string(255)
{{ entity.street }}
street2 street2 string(255)
{{ entity.street2 }}
vatId vatId string(50)
{{ entity.vatId }}
vatNumber vatNumber string(50)
{{ entity.vatNumber }}
city city string(200)
{{ entity.city }}
zip zip string(16)
{{ entity.zip }}
phone phone string(128)
{{ entity.phone }}
mobilePhone mobilePhone string(128)
{{ entity.mobilePhone }}
privatePhone privatePhone string(128)
{{ entity.privatePhone }}
fax fax string(128)
{{ entity.fax }}
shippingSalutation shippingSalutation string(128)
{{ entity.shippingSalutation }}
shippingCompany shippingCompany string(255)
{{ entity.shippingCompany }}
shippingFirstName shippingFirstName string(255)
{{ entity.shippingFirstName }}
shippingLastName shippingLastName string(255)
{{ entity.shippingLastName }}
shippingStreet shippingStreet string(255)
{{ entity.shippingStreet }}
shippingAdditionalInfo shippingAdditionalInfo string(255)
{{ entity.shippingAdditionalInfo }}
shippingZip shippingZip string(16)
{{ entity.shippingZip }}
shippingCity shippingCity string(255)
{{ entity.shippingCity }}
shippingPhone shippingPhone string(128)
{{ entity.shippingPhone }}
shippingFax shippingFax string(128)
{{ entity.shippingFax }}
currency currency string(32)
{{ entity.currency }}
note note text
{{ entity.note }}
internalNote internalNote text
{{ entity.internalNote }}
additionalInfo additionalInfo text
{{ entity.additionalInfo }}
additionalInfo2 additionalInfo2 text
{{ entity.additionalInfo2 }}
additionalInfo3 additionalInfo3 text
{{ entity.additionalInfo3 }}
paymentTransactionId paymentTransactionId string(128)
{{ entity.paymentTransactionId }}
paidDate paidDate datetime
{{ entity.paidDate }}
shippingDate shippingDate datetime
{{ entity.shippingDate }}
transactionStatus transactionStatus string(128)
{{ entity.transactionStatus }}
nettoMode nettoMode boolean
{{ entity.nettoMode }}
calcPlusTax calcPlusTax boolean
{{ entity.calcPlusTax }}
lastUpdated lastupdated integer(11)
{{ entity.lastUpdated }}

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

Property Access Twig Usage Methods Return Type
stornoItemsOrStorno Computed
read
{{ entity.stornoItemsOrStorno }}
hasStornoItemsOrStorno()
-
discountableSum Computed
read
{{ entity.discountableSum }}
getDiscountableSum()
-
sum Computed
read
{{ entity.sum }}
getSum()
-
positiveSum Computed
read
{{ entity.positiveSum }}
getPositiveSum()
-
commissionSum Computed
read
{{ entity.commissionSum }}
getCommissionSum()
-
sumToPay Computed
read
{{ entity.sumToPay }}
getSumToPay()
-
stornoSum Computed
read
{{ entity.stornoSum }}
getStornoSum()
-
nettoPrice Computed
read
{{ entity.nettoPrice }}
getNettoPrice()
-
nettoSum Computed
read
{{ entity.nettoSum }}
getNettoSum()
-
deliveryNettoCost Computed
read
{{ entity.deliveryNettoCost }}
getDeliveryNettoCost()
-
deliveryNettoCostForCalc Computed
read write
{{ entity.deliveryNettoCostForCalc }}
getDeliveryNettoCostForCalc()
setDeliveryNettoCostForCalc()
-
articleBruttoPrice Computed
read
{{ entity.articleBruttoPrice }}
getArticleBruttoPrice()
-
articleNettoPrice Computed
read
{{ entity.articleNettoPrice }}
getArticleNettoPrice()
-
discountedArticleBruttoPrice Computed
read
{{ entity.discountedArticleBruttoPrice }}
getDiscountedArticleBruttoPrice()
-
stornoArticleBruttoPrice Computed
read
{{ entity.stornoArticleBruttoPrice }}
getStornoArticleBruttoPrice()
-
stornoArticleNettoPrice Computed
read
{{ entity.stornoArticleNettoPrice }}
getStornoArticleNettoPrice()
-
taxValue Computed
read
{{ entity.taxValue }}
getTaxValue()
-
stornoTaxValue Computed
read
{{ entity.stornoTaxValue }}
getStornoTaxValue()
-
client DB
read write
{{ entity.client }}
getClient()
setClient()
\Aggrosoft\WAWIBundle\Entity\Client
id DB
read
{{ entity.id }}
getId()
string
created DB
read write
{{ entity.created }}
getCreated()
setCreated()
\DateTime
updated DB
read write
{{ entity.updated }}
getUpdated()
setUpdated()
\DateTime
number DB
read write
{{ entity.number }}
getNumber()
setNumber()
integer
creditNoteNumber DB
read write
{{ entity.creditNoteNumber }}
getCreditNoteNumber()
setCreditNoteNumber()
integer
creditorInvoiceNumber DB
read write
{{ entity.creditorInvoiceNumber }}
getCreditorInvoiceNumber()
setCreditorInvoiceNumber()
integer
total DB
read write
{{ entity.total }}
getTotal()
setTotal()
string
discount DB
read write
{{ entity.discount }}
getDiscount()
setDiscount()
string
deliveryCost DB
read write
{{ entity.deliveryCost }}
getDeliveryCost()
setDeliveryCost()
string
paymentCost DB
read write
{{ entity.paymentCost }}
getPaymentCost()
setPaymentCost()
string
paymentNettoCostForCalc Computed
read write
{{ entity.paymentNettoCostForCalc }}
getPaymentNettoCostForCalc()
setPaymentNettoCostForCalc()
-
deliveryVat DB
read write
{{ entity.deliveryVat }}
getDeliveryVat()
setDeliveryVat()
string
additionalCost DB
read write
{{ entity.additionalCost }}
getAdditionalCost()
setAdditionalCost()
string
additionalCost2 DB
read write
{{ entity.additionalCost2 }}
getAdditionalCost2()
setAdditionalCost2()
string
additionalCost3 DB
read write
{{ entity.additionalCost3 }}
getAdditionalCost3()
setAdditionalCost3()
string
additionalCost4 DB
read write
{{ entity.additionalCost4 }}
getAdditionalCost4()
setAdditionalCost4()
string
additionalCost5 DB
read write
{{ entity.additionalCost5 }}
getAdditionalCost5()
setAdditionalCost5()
string
status DB
read write
{{ entity.status }}
getStatus()
setStatus()
string
email DB
read write
{{ entity.email }}
getEmail()
setEmail()
string
salutation DB
read write
{{ entity.salutation }}
getSalutation()
setSalutation()
string
company DB
read write
{{ entity.company }}
getCompany()
setCompany()
string
firstName DB
read write
{{ entity.firstName }}
getFirstName()
setFirstName()
string
lastName DB
read write
{{ entity.lastName }}
getLastName()
setLastName()
string
street DB
read write
{{ entity.street }}
getStreet()
setStreet()
string
street2 DB
read write
{{ entity.street2 }}
getStreet2()
setStreet2()
string
vatId DB
read write
{{ entity.vatId }}
getVatId()
setVatId()
string
city DB
read write
{{ entity.city }}
getCity()
setCity()
string
zip DB
read write
{{ entity.zip }}
getZip()
setZip()
string
phone DB
read write
{{ entity.phone }}
getPhone()
setPhone()
string
fax DB
read write
{{ entity.fax }}
getFax()
setFax()
string
currency DB
read write
{{ entity.currency }}
getCurrency()
setCurrency()
string
note DB
read write
{{ entity.note }}
getNote()
setNote()
string
internalNote DB
read write
{{ entity.internalNote }}
getInternalNote()
setInternalNote()
string
additionalInfo DB
read write
{{ entity.additionalInfo }}
getAdditionalInfo()
setAdditionalInfo()
string
additionalInfo2 DB
read write
{{ entity.additionalInfo2 }}
getAdditionalInfo2()
setAdditionalInfo2()
string
additionalInfo3 DB
read write
{{ entity.additionalInfo3 }}
getAdditionalInfo3()
setAdditionalInfo3()
string
paymentTransactionId DB
read write
{{ entity.paymentTransactionId }}
getPaymentTransactionId()
setPaymentTransactionId()
string
paidDate DB
read write
{{ entity.paidDate }}
getPaidDate()
setPaidDate()
\DateTime
transactionStatus DB
read write
{{ entity.transactionStatus }}
getTransactionStatus()
setTransactionStatus()
string
nettoMode DB
read write
{{ entity.nettoMode }}
getNettoMode()
setNettoMode()
boolean
calcPlusTax DB
read write
{{ entity.calcPlusTax }}
getCalcPlusTax()
setCalcPlusTax()
boolean
customer DB
read write
{{ entity.customer }}
getCustomer()
setCustomer()
\Aggrosoft\WAWIBundle\Entity\Customer
country DB
read write
{{ entity.country }}
getCountry()
setCountry()
\Aggrosoft\WAWIBundle\Entity\Country
state DB
read write
{{ entity.state }}
getState()
setState()
\Aggrosoft\WAWIBundle\Entity\State
items DB
read
{{ entity.items }}
getItems()
\Doctrine\Common\Collections\Collection
payment DB
read write
{{ entity.payment }}
getPayment()
setPayment()
\Aggrosoft\WAWIBundle\Entity\Payment
voucherDiscount DB
read write
{{ entity.voucherDiscount }}
getVoucherDiscount()
setVoucherDiscount()
string
additInfo DB
read write
{{ entity.additInfo }}
getAdditInfo()
setAdditInfo()
string
completed DB
read write
{{ entity.completed }}
getCompleted()
setCompleted()
boolean
creditNoteDate DB
read write
{{ entity.creditNoteDate }}
getCreditNoteDate()
setCreditNoteDate()
\DateTime
pricingItems Computed
read
{{ entity.pricingItems }}
getPricingItems()
-
creditorInvoiceDate DB
read write
{{ entity.creditorInvoiceDate }}
getCreditorInvoiceDate()
setCreditorInvoiceDate()
\DateTime
completedDate DB
read write
{{ entity.completedDate }}
getCompletedDate()
setCompletedDate()
\DateTime
paymentDueDate DB
read write
{{ entity.paymentDueDate }}
getPaymentDueDate()
setPaymentDueDate()
\DateTime
vendor DB
read write
{{ entity.vendor }}
getVendor()
setVendor()
\Aggrosoft\WAWIBundle\Entity\Vendor
vendorOrder DB
read write
{{ entity.vendorOrder }}
getVendorOrder()
setVendorOrder()
\Aggrosoft\WAWIBundle\Entity\VendorOrder
paymentFields DB
read
{{ entity.paymentFields }}
getPaymentFields()
\Doctrine\Common\Collections\Collection
uploadFields Computed
read
{{ entity.uploadFields }}
getUploadFields()
-
notInWebDir Computed
read
{{ entity.notInWebDir }}
getNotInWebDir()
-
subPath Computed
read
{{ entity.subPath }}
getSubPath()
-
extension Computed
read
{{ entity.extension }}
getExtension()
-
removeRouter Computed
read
{{ entity.removeRouter }}
getRemoveRouter()
-
creditorInvoiceFile Computed
read write
{{ entity.creditorInvoiceFile }}
getCreditorInvoiceFile()
setCreditorInvoiceFile()
-
creditorInvoiceFileName DB
read write
{{ entity.creditorInvoiceFileName }}
getCreditorInvoiceFileName()
setCreditorInvoiceFileName()
string
lastUpdated DB
read write
{{ entity.lastUpdated }}
getLastUpdated()
setLastUpdated()
integer
account DB
read write
{{ entity.account }}
getAccount()
setAccount()
string
bookingText DB
read write
{{ entity.bookingText }}
getBookingText()
setBookingText()
string
vatNumber DB
read write
{{ entity.vatNumber }}
getVatNumber()
setVatNumber()
string
liabilityPayments DB
read
{{ entity.liabilityPayments }}
getLiabilityPayments()
\Doctrine\Common\Collections\Collection
restSumToPaid Computed
read
{{ entity.restSumToPaid }}
getRestSumToPaid()
-
uploads DB
read
{{ entity.uploads }}
getUploads()
\Doctrine\Common\Collections\Collection
commissionContract DB
read write
{{ entity.commissionContract }}
getCommissionContract()
setCommissionContract()
\Aggrosoft\WAWIBundle\Entity\CommissionContract
cashDiscount DB
read write
{{ entity.cashDiscount }}
getCashDiscount()
setCashDiscount()
string
vouchers DB
read
{{ entity.vouchers }}
getVouchers()
\Doctrine\Common\Collections\Collection
groups DB
read
{{ entity.groups }}
getGroups()
\Doctrine\Common\Collections\Collection
vendorOrders DB
read
{{ entity.vendorOrders }}
getVendorOrders()
\Doctrine\Common\Collections\Collection
liabilityStatus DB
read write
{{ entity.liabilityStatus }}
getLiabilityStatus()
setLiabilityStatus()
\Aggrosoft\WAWIBundle\Entity\EntityStatus
clerk DB
read write
{{ entity.clerk }}
getClerk()
setClerk()
\Aggrosoft\WAWIBundle\Entity\User
liabilityTemplate DB
read write
{{ entity.liabilityTemplate }}
getLiabilityTemplate()
setLiabilityTemplate()
string
pureAccountBooking DB
read write
{{ entity.pureAccountBooking }}
getPureAccountBooking()
setPureAccountBooking()
boolean
language DB
read write
{{ entity.language }}
getLanguage()
setLanguage()
\Aggrosoft\WAWIBundle\Entity\Language
translatableLocale Computed
write

setTranslatableLocale()
-
selectedLanguage Computed
read write
{{ entity.selectedLanguage }}
getSelectedLanguage()
setSelectedLanguage()
-
totalnetto DB
read write
{{ entity.totalnetto }}
getTotalnetto()
setTotalnetto()
string
shippingDate DB
read write
{{ entity.shippingDate }}
getShippingDate()
setShippingDate()
\DateTime
cashDiscountPercent DB
read write
{{ entity.cashDiscountPercent }}
getCashDiscountPercent()
setCashDiscountPercent()
string
cashDiscountDays DB
read write
{{ entity.cashDiscountDays }}
getCashDiscountDays()
setCashDiscountDays()
integer
maxTaxRate Computed
read
{{ entity.maxTaxRate }}
getMaxTaxRate()
-
paidSum Computed
read
{{ entity.paidSum }}
getPaidSum()
-
taxTable Computed
read write
{{ entity.taxTable }}
getTaxTable()
setTaxTable()
-
costCenter DB
read write
{{ entity.costCenter }}
getCostCenter()
setCostCenter()
\Aggrosoft\WAWIBundle\Entity\CostCenter
costCenterAlsoByCustomer Computed
read
{{ entity.costCenterAlsoByCustomer }}
getCostCenterAlsoByCustomer()
-
mobilePhone DB
read write
{{ entity.mobilePhone }}
getMobilePhone()
setMobilePhone()
string
privatePhone DB
read write
{{ entity.privatePhone }}
getPrivatePhone()
setPrivatePhone()
string
lastPayment Computed
read
{{ entity.lastPayment }}
getLastPayment()
-
privateCustomer Computed
read
{{ entity.privateCustomer }}
getPrivateCustomer()
-
discountNote DB
read write
{{ entity.discountNote }}
getDiscountNote()
setDiscountNote()
string
discountedArticleNettoPrice Computed
read
{{ entity.discountedArticleNettoPrice }}
getDiscountedArticleNettoPrice()
-
intraCommunitySupply Computed
read
{{ entity.intraCommunitySupply }}
isIntraCommunitySupply()
-
shippingCompany DB
read write
{{ entity.shippingCompany }}
getShippingCompany()
setShippingCompany()
string
shippingFirstName DB
read write
{{ entity.shippingFirstName }}
getShippingFirstName()
setShippingFirstName()
string
shippingLastName DB
read write
{{ entity.shippingLastName }}
getShippingLastName()
setShippingLastName()
string
shippingStreet DB
read write
{{ entity.shippingStreet }}
getShippingStreet()
setShippingStreet()
string
shippingAdditionalInfo DB
read write
{{ entity.shippingAdditionalInfo }}
getShippingAdditionalInfo()
setShippingAdditionalInfo()
string
shippingZip DB
read write
{{ entity.shippingZip }}
getShippingZip()
setShippingZip()
string
shippingCity DB
read write
{{ entity.shippingCity }}
getShippingCity()
setShippingCity()
string
shippingPhone DB
read write
{{ entity.shippingPhone }}
getShippingPhone()
setShippingPhone()
string
shippingFax DB
read write
{{ entity.shippingFax }}
getShippingFax()
setShippingFax()
string
shippingCountry DB
read write
{{ entity.shippingCountry }}
getShippingCountry()
setShippingCountry()
\Aggrosoft\WAWIBundle\Entity\Country
shippingState DB
read write
{{ entity.shippingState }}
getShippingState()
setShippingState()
\Aggrosoft\WAWIBundle\Entity\State
shippingSalutation DB
read write
{{ entity.shippingSalutation }}
getShippingSalutation()
setShippingSalutation()
string
shippingAddress Computed
read write
{{ entity.shippingAddress }}
getShippingAddress()
setShippingAddress()
-
billingAddress Computed
read
{{ entity.billingAddress }}
getBillingAddress()
-
nonMaterialProducts Computed
read
{{ entity.nonMaterialProducts }}
hasNonMaterialProducts()
-
onlyNonMaterialProducts Computed
read
{{ entity.onlyNonMaterialProducts }}
hasOnlyNonMaterialProducts()
-
internalComments DB
read
{{ entity.internalComments }}
getInternalComments()
\Doctrine\Common\Collections\Collection
foreignId DB
read write
{{ entity.foreignId }}
getForeignId()
setForeignId()
string
returns DB
read
{{ entity.returns }}
getReturns()
\Doctrine\Common\Collections\Collection
Property Type Target Entity Mapped By Inversed By Cascade Twig Access
paymentFields OneToMany LiabilityPaymentField liability -
persist remove
{{ entity.paymentFields }}
liabilityPayments OneToMany LiabilityPayment liability -
persist remove
{{ entity.liabilityPayments }}
customer ManyToOne Customer - - - {{ entity.customer }}
vendor ManyToOne Vendor - - - {{ entity.vendor }}
vendorOrder ManyToOne VendorOrder - - - {{ entity.vendorOrder }}
vendorOrders ManyToMany VendorOrder - commonLiabilities - {{ entity.vendorOrders }}
liabilityStatus ManyToOne EntityStatus - - - {{ entity.liabilityStatus }}
costCenter ManyToOne CostCenter - - - {{ entity.costCenter }}
country ManyToOne Country - -
persist refresh
{{ entity.country }}
state ManyToOne State - -
persist refresh
{{ entity.state }}
shippingCountry ManyToOne Country - -
persist refresh
{{ entity.shippingCountry }}
shippingState ManyToOne State - -
persist refresh
{{ entity.shippingState }}
items OneToMany LiabilityItem liability -
persist remove
{{ entity.items }}
returns OneToMany OrderReturn liability - - {{ entity.returns }}
client ManyToOne Client - liabilities
persist refresh
{{ entity.client }}
payment ManyToOne Payment - -
persist refresh
{{ entity.payment }}
language ManyToOne Language - -
persist refresh
{{ entity.language }}
commissionContract ManyToOne CommissionContract - -
persist refresh
{{ entity.commissionContract }}
clerk ManyToOne User - liabilities - {{ entity.clerk }}
uploads OneToMany LiabilityUpload liability -
all
{{ entity.uploads }}
vouchers OneToMany Voucher liability - - {{ entity.vouchers }}
groups ManyToMany ObjectGroup - liabilities - {{ entity.groups }}
internalComments OneToMany LiabilityInternalComment liability -
persist remove refresh
{{ entity.internalComments }}
Index Name Columns Type
created_idx
created
INDEX
template_idx
liabilityTemplate
INDEX
search_idx
foreignId
INDEX