Client

Aggrosoft\WAWIBundle\Entity\Client
162
Columns
22
Relations
194
Properties

Relationships

Click entity to navigate
erDiagram
    Client {
                string id PK
                string foreignId
                boolean blocked
                string title
                boolean devMode
                string clientUrl
                        ___ ___more___
            }
                Client }o--|| Country : "country"
        Country {
        int id PK
    }
                Client }o--|| Currency : "defaultCurrency"
        Currency {
        int id PK
    }
                Client }o--|| AccountSystem : "accountSystem"
        AccountSystem {
        int id PK
    }
                Client }o--|| Client : "sendMailsWithClient"
        Client {
        int id PK
    }
                Client ||--o{ RetailStore : "retailStores"
        RetailStore {
        int id PK
    }
                Client }o--o{ Product : "products"
        Product {
        int id PK
    }
                Client }o--o{ ProductOption : "productoptions"
        ProductOption {
        int id PK
    }
                Client }o--o{ Attribute : "attributes"
        Attribute {
        int id PK
    }
                Client }o--o{ Category : "categories"
        Category {
        int id PK
    }
                Client }o--o{ Manufacturer : "manufacturers"
        Manufacturer {
        int id PK
    }
                Client }o--o{ Vendor : "vendors"
        Vendor {
        int id PK
    }
                Client ||--o{ Offer : "offers"
        Offer {
        int id PK
    }
                Client ||--o{ Order : "orders"
        Order {
        int id PK
    }
                Client ||--o{ Shipping : "shippings"
        Shipping {
        int id PK
    }
                Client ||--o{ Discount : "discounts"
        Discount {
        int id PK
    }
                Client ||--o{ ClientSheme : "clientshemes"
        ClientSheme {
        int id PK
    }
                Client }o--o{ Warehouse : "warehouses"
        Warehouse {
        int id PK
    }
                Client }o--o{ Warehouse : "warehousesForPicking"
        Warehouse {
        int id PK
    }
                Client }o--o{ Warehouse : "warehousesForReturn"
        Warehouse {
        int id PK
    }
                Client }o--o{ Document : "orderDocuments"
        Document {
        int id PK
    }
                Client ||--o{ Workflow : "workflows"
        Workflow {
        int id PK
    }
                Client ||--o{ ClientMetaField : "metafields"
        ClientMetaField {
        int id PK
    }
                    

Metadaten

Tabelle client
Bundle WAWIBundle
Interfaces
IUpload IMetaExtendable
Property Column Type Flags Twig Access
id id string(36)
PK AUTO
{{ entity.id }}
foreignId foreign_id string(36)
{{ entity.foreignId }}
blocked blocked boolean
{{ entity.blocked }}
title title string(255)
{{ entity.title }}
devMode devMode boolean
{{ entity.devMode }}
clientUrl clientUrl string(255)
{{ entity.clientUrl }}
company company string(255)
{{ entity.company }}
email email string(255)
{{ entity.email }}
cc cc string(255)
{{ entity.cc }}
bcc bcc string(255)
{{ entity.bcc }}
executive executive string(255)
{{ entity.executive }}
salutation salutation string(30)
{{ entity.salutation }}
firstName firstName string(255)
{{ entity.firstName }}
lastName lastName string(255)
{{ entity.lastName }}
street street string(255)
{{ entity.street }}
city city string(255)
{{ entity.city }}
zip zip string(16)
{{ entity.zip }}
vatId vatId string(16)
{{ entity.vatId }}
phone phone string(128)
{{ entity.phone }}
fax fax string(128)
{{ entity.fax }}
shopType shopType integer
{{ entity.shopType }}
shopUrl shopUrl string(255)
{{ entity.shopUrl }}
shopUser shopUser string(255)
{{ entity.shopUser }}
shopPassword shopPassword string(255)
{{ entity.shopPassword }}
ident ident string(32)
{{ entity.ident }}
intrashipId intrashipId string(1)
{{ entity.intrashipId }}
hbciAccount hbciAccount string(32)
{{ entity.hbciAccount }}
logo logo string(255)
{{ entity.logo }}
ftpServer ftpServer string(255)
{{ entity.ftpServer }}
ftpUserName ftpUserName string(255)
{{ entity.ftpUserName }}
ftpPassword ftpPassword string(255)
{{ entity.ftpPassword }}
ftpPath ftpPath string(255)
{{ entity.ftpPath }}
ftpPassive ftpPassive boolean
{{ entity.ftpPassive }}
smtpEmailAddress smtpEmailAddress string(255)
{{ entity.smtpEmailAddress }}
smtpUserName smtpUserName string(255)
{{ entity.smtpUserName }}
smtpPassword smtpPassword string(255)
{{ entity.smtpPassword }}
smtpHost smtpHost string(255)
{{ entity.smtpHost }}
smtpPort smtpPort string(50)
{{ entity.smtpPort }}
smtpEncryption smtpEncryption string(50)
{{ entity.smtpEncryption }}
smtpSSL smtpSSL boolean
{{ entity.smtpSSL }}
imapUserName imapUserName string(255)
{{ entity.imapUserName }}
imapPassword imapPassword string(255)
{{ entity.imapPassword }}
imapHost imapHost string(255)
{{ entity.imapHost }}
imapPort imapPort string(255)
{{ entity.imapPort }}
imapEncryption imapEncryption string(50)
{{ entity.imapEncryption }}
blockedForSendingMails blockedForSendingMails text
{{ entity.blockedForSendingMails }}
phpExecutable phpExecutable string(255)
{{ entity.phpExecutable }}
phpIniFile phpIniFile string(255)
{{ entity.phpIniFile }}
mysqlExecutable mysqlExecutable string(255)
{{ entity.mysqlExecutable }}
mysqldumpExecutable mysqldumpExecutable string(255)
{{ entity.mysqldumpExecutable }}
currency currency string(255)
{{ entity.currency }}
currencyPrecision currencyPrecision integer
{{ entity.currencyPrecision }}
liabilityCurrencyPrecision liabilityCurrencyPrecision integer
{{ entity.liabilityCurrencyPrecision }}
sepaCreditorNumber sepaCreditorNumber string(255)
{{ entity.sepaCreditorNumber }}
accountHolder accountHolder string(255)
{{ entity.accountHolder }}
bankName bankName string(255)
{{ entity.bankName }}
bankCode bankCode string(100)
{{ entity.bankCode }}
bankNumber bankNumber string(100)
{{ entity.bankNumber }}
bicCode bicCode string(100)
{{ entity.bicCode }}
ibanNumber ibanNumber string(100)
{{ entity.ibanNumber }}
orderNumberRange orderNumberRange string(255)
{{ entity.orderNumberRange }}
offerNumberRange offerNumberRange string(255)
{{ entity.offerNumberRange }}
invoiceNumberRange invoiceNumberRange string(255)
{{ entity.invoiceNumberRange }}
invoiceHoldDate invoiceHoldDate date
{{ entity.invoiceHoldDate }}
useCompanyInvoiceNumberRange useCompanyInvoiceNumberRange boolean
{{ entity.useCompanyInvoiceNumberRange }}
firstInvoiceNumber firstInvoiceNumber string(255)
{{ entity.firstInvoiceNumber }}
paymentInvoiceNumberRange paymentInvoiceNumberRange string(255)
{{ entity.paymentInvoiceNumberRange }}
firstPaymentInvoiceNumber firstPaymentInvoiceNumber string(255)
{{ entity.firstPaymentInvoiceNumber }}
creditNoteNumberRange creditNoteNumberRange string(255)
{{ entity.creditNoteNumberRange }}
firstCreditNoteNumber firstCreditNoteNumber string(255)
{{ entity.firstCreditNoteNumber }}
paymentCreditNoteNumberRange paymentCreditNoteNumberRange string(255)
{{ entity.paymentCreditNoteNumberRange }}
firstPaymentCreditNoteNumber firstPaymentCreditNoteNumber string(255)
{{ entity.firstPaymentCreditNoteNumber }}
deliveryNoteNumberRange deliveryNoteNumberRange string(100)
{{ entity.deliveryNoteNumberRange }}
firstReceivableAccount firstReceivableAccount string(100)
{{ entity.firstReceivableAccount }}
firstCreditorAccount firstCreditorAccount string(100)
{{ entity.firstCreditorAccount }}
commissionContractNumberRange commissionContractNumberRange string(100)
{{ entity.commissionContractNumberRange }}
customerNumberMask customerNumberMask string(100)
{{ entity.customerNumberMask }}
hrbNumber hrbNumber string(100)
{{ entity.hrbNumber }}
court court string(255)
{{ entity.court }}
glnNumber glnNumber string(128)
{{ entity.glnNumber }}
manageStock manageStock boolean
{{ entity.manageStock }}
notSendMailsOnOrderPlaced notSendMailsOnOrderPlaced boolean
{{ entity.notSendMailsOnOrderPlaced }}
defaultVat defaultVat decimal
{{ entity.defaultVat }}
showCostsInNetto showCostsInNetto boolean
{{ entity.showCostsInNetto }}
partialRefundWithCashDiscount partialRefundWithCashDiscount boolean
{{ entity.partialRefundWithCashDiscount }}
nonEUReplacementsWithFullDiscount nonEUReplacementsWithFullDiscount boolean
{{ entity.nonEUReplacementsWithFullDiscount }}
logWorkflowActions logWorkflowActions boolean
{{ entity.logWorkflowActions }}
additionalCostName additionalCostName string(255)
{{ entity.additionalCostName }}
additionalCost2Name additionalCost2Name string(255)
{{ entity.additionalCost2Name }}
additionalCost3Name additionalCost3Name string(255)
{{ entity.additionalCost3Name }}
additionalCost4Name additionalCost4Name string(255)
{{ entity.additionalCost4Name }}
additionalCost5Name additionalCost5Name string(255)
{{ entity.additionalCost5Name }}
warehouseBookingReason1Name warehouseBookingReason1Name string(32)
{{ entity.warehouseBookingReason1Name }}
warehouseBookingReason2Name warehouseBookingReason2Name string(32)
{{ entity.warehouseBookingReason2Name }}
warehouseBookingReason3Name warehouseBookingReason3Name string(32)
{{ entity.warehouseBookingReason3Name }}
warehouseBookingReason4Name warehouseBookingReason4Name string(32)
{{ entity.warehouseBookingReason4Name }}
warehouseBookingReason5Name warehouseBookingReason5Name string(32)
{{ entity.warehouseBookingReason5Name }}
warehouseBookingReason6Name warehouseBookingReason6Name string(32)
{{ entity.warehouseBookingReason6Name }}
warehouseBookingReason7Name warehouseBookingReason7Name string(32)
{{ entity.warehouseBookingReason7Name }}
warehouseBookingReason8Name warehouseBookingReason8Name string(32)
{{ entity.warehouseBookingReason8Name }}
warehouseBookingReason9Name warehouseBookingReason9Name string(32)
{{ entity.warehouseBookingReason9Name }}
warehouseBookingReason10Name warehouseBookingReason10Name string(32)
{{ entity.warehouseBookingReason10Name }}
minStockFormula minStockFormula text
{{ entity.minStockFormula }}
minStockForFormula minStockForFormula string(255)
{{ entity.minStockForFormula }}
maxStockFormula maxStockFormula text
{{ entity.maxStockFormula }}
sortPickListBySerialNumbers sortPickListBySerialNumbers boolean
{{ entity.sortPickListBySerialNumbers }}
numberFormulaForSortPickListBySerialNumbers numberFormulaForSortPickListBySerialNumbers text
{{ entity.numberFormulaForSortPickListBySerialNumbers }}
internalPickListSortForSameProduct internalPickListSortForSameProduct integer
{{ entity.internalPickListSortForSameProduct }}
serialNumberForMixedBookings serialNumberForMixedBookings string(255)
{{ entity.serialNumberForMixedBookings }}
allowPickUnknownSerialNumbers allowPickUnknownSerialNumbers boolean
{{ entity.allowPickUnknownSerialNumbers }}
additionalColumnsForCSVInventory additionalColumnsForCSVInventory text
{{ entity.additionalColumnsForCSVInventory }}
additionalColumnsForCSVInvoiceLedger additionalColumnsForCSVInvoiceLedger text
{{ entity.additionalColumnsForCSVInvoiceLedger }}
additionalProductFieldsForReturn additionalProductFieldsForReturn text
{{ entity.additionalProductFieldsForReturn }}
additionalProductFieldsForVendorDelivery additionalProductFieldsForVendorDelivery text
{{ entity.additionalProductFieldsForVendorDelivery }}
additionalProductPriceFieldsForVendorDelivery additionalProductPriceFieldsForVendorDelivery text
{{ entity.additionalProductPriceFieldsForVendorDelivery }}
additionalOfferItemFieldsForOrderPicking additionalOfferItemFieldsForOrderPicking text
{{ entity.additionalOfferItemFieldsForOrderPicking }}
searchInProductFields searchInProductFields text
{{ entity.searchInProductFields }}
vendorOrderDeliverySerialNumberCondition vendorOrderDeliverySerialNumberCondition text
{{ entity.vendorOrderDeliverySerialNumberCondition }}
searchIndexSheme searchIndexSheme text
{{ entity.searchIndexSheme }}
searchableEntitiesArray searchableEntitiesArray text
{{ entity.searchableEntitiesArray }}
purchasePriceCalculatingType purchasePriceCalculatingType integer
{{ entity.purchasePriceCalculatingType }}
maintainPurchasePricesAsCalculatedInVendorDelivery maintainPurchasePricesAsCalculatedInVendorDelivery boolean
{{ entity.maintainPurchasePricesAsCalculatedInVendorDelivery }}
defaultReturnAction defaultReturnAction string(2)
{{ entity.defaultReturnAction }}
sortDqlForWarehouseManagement sortDqlForWarehouseManagement text
{{ entity.sortDqlForWarehouseManagement }}
alwaysNotRefundDeliveryCostsCondition alwaysNotRefundDeliveryCostsCondition text
{{ entity.alwaysNotRefundDeliveryCostsCondition }}
alwaysBookSubmissionByOrderReturnCondition alwaysBookSubmissionByOrderReturnCondition text
{{ entity.alwaysBookSubmissionByOrderReturnCondition }}
usePricesAsNetto usePricesAsNetto integer
{{ entity.usePricesAsNetto }}
calcMinimumScalePrice calcMinimumScalePrice boolean
{{ entity.calcMinimumScalePrice }}
notInheritCustomerGroupPrices notInheritCustomerGroupPrices boolean
{{ entity.notInheritCustomerGroupPrices }}
useNettoPricesForOss useNettoPricesForOss boolean
{{ entity.useNettoPricesForOss }}
notUseOssForNettoModeCustomersWithoutVatId notUseOssForNettoModeCustomersWithoutVatId boolean
{{ entity.notUseOssForNettoModeCustomersWithoutVatId }}
useNotEUVats useNotEUVats boolean
{{ entity.useNotEUVats }}
additionalConditionForNotEUVats additionalConditionForNotEUVats text
{{ entity.additionalConditionForNotEUVats }}
allowVirtualPickLists allowVirtualPickLists boolean
{{ entity.allowVirtualPickLists }}
notCalc30DaysMinPrice notCalc30DaysMinPrice boolean
{{ entity.notCalc30DaysMinPrice }}
priceFormulaForOffer priceFormulaForOffer text
{{ entity.priceFormulaForOffer }}
calcStockOnCombinedProducts calcStockOnCombinedProducts boolean
{{ entity.calcStockOnCombinedProducts }}
adjustNegativeBookings adjustNegativeBookings boolean
{{ entity.adjustNegativeBookings }}
acquisitionCostsPercent acquisitionCostsPercent decimal
{{ entity.acquisitionCostsPercent }}
transferDirectOnStores transferDirectOnStores boolean
{{ entity.transferDirectOnStores }}
libreOfficePath libreOfficePath string(100)
{{ entity.libreOfficePath }}
defaultDeliveryStatus defaultDeliveryStatus integer
{{ entity.defaultDeliveryStatus }}
refundsOnlyManually refundsOnlyManually boolean
{{ entity.refundsOnlyManually }}
excludeFromStatisticAllClients excludeFromStatisticAllClients boolean
{{ entity.excludeFromStatisticAllClients }}
excludeShippedOrdersInTodayStatistics excludeShippedOrdersInTodayStatistics boolean
{{ entity.excludeShippedOrdersInTodayStatistics }}
dashboardStatisticsDateType dashboardStatisticsDateType integer
{{ entity.dashboardStatisticsDateType }}
dashboardStatisticsWhereDql dashboardStatisticsWhereDql text
{{ entity.dashboardStatisticsWhereDql }}
dashboardStatisticsJoinDql dashboardStatisticsJoinDql text
{{ entity.dashboardStatisticsJoinDql }}
dashboardStatisticsTotalDql dashboardStatisticsTotalDql text
{{ entity.dashboardStatisticsTotalDql }}
orderPickingAdditionalLegend orderPickingAdditionalLegend text
{{ entity.orderPickingAdditionalLegend }}
useOfferItemWeightWithMaterials useOfferItemWeightWithMaterials boolean
{{ entity.useOfferItemWeightWithMaterials }}
transferMaterialPricesByOrderSplitting transferMaterialPricesByOrderSplitting boolean
{{ entity.transferMaterialPricesByOrderSplitting }}
orderReservationOnlyThisClient orderReservationOnlyThisClient boolean
{{ entity.orderReservationOnlyThisClient }}
sortProductsInSearchBy sortProductsInSearchBy integer
{{ entity.sortProductsInSearchBy }}
productsSearchAndCondition productsSearchAndCondition text
{{ entity.productsSearchAndCondition }}
customSalesChannelStock customSalesChannelStock text
{{ entity.customSalesChannelStock }}
notUseCustomReservedStockInBuyingProposals notUseCustomReservedStockInBuyingProposals boolean
{{ entity.notUseCustomReservedStockInBuyingProposals }}
productDeletionCondition productDeletionCondition text
{{ entity.productDeletionCondition }}
productDeletionConditionErrorText productDeletionConditionErrorText text
{{ entity.productDeletionConditionErrorText }}
embedImagesInBase64Format embedImagesInBase64Format boolean
{{ entity.embedImagesInBase64Format }}
calcCustomerAssetsFromDate calcCustomerAssetsFromDate date
{{ entity.calcCustomerAssetsFromDate }}
accumulateProductOptionSurcharge accumulateProductOptionSurcharge boolean
{{ entity.accumulateProductOptionSurcharge }}

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
uploadFields Computed
read
{{ entity.uploadFields }}
getUploadFields()
-
foreignId DB
read write
{{ entity.foreignId }}
getForeignId()
setForeignId()
string
title DB
read write
{{ entity.title }}
getTitle()
setTitle()
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
city DB
read write
{{ entity.city }}
getCity()
setCity()
string
zip DB
read write
{{ entity.zip }}
getZip()
setZip()
string
vatId DB
read write
{{ entity.vatId }}
getVatId()
setVatId()
string
phone DB
read write
{{ entity.phone }}
getPhone()
setPhone()
string
fax DB
read write
{{ entity.fax }}
getFax()
setFax()
string
logo DB
read write
{{ entity.logo }}
getLogo()
setLogo()
string
logoFile Computed
read write
{{ entity.logoFile }}
getLogoFile()
setLogoFile()
string
shopUrl DB
read write
{{ entity.shopUrl }}
getShopUrl()
setShopUrl()
string
shopUser DB
read write
{{ entity.shopUser }}
getShopUser()
setShopUser()
string
shopPassword DB
read write
{{ entity.shopPassword }}
getShopPassword()
setShopPassword()
string
ident DB
read write
{{ entity.ident }}
getIdent()
setIdent()
string
products DB
read
{{ entity.products }}
getProducts()
\Doctrine\Common\Collections\Collection
categories DB
read
{{ entity.categories }}
getCategories()
\Doctrine\Common\Collections\Collection
offers DB
read
{{ entity.offers }}
getOffers()
\Doctrine\Common\Collections\Collection
orders DB
read
{{ entity.orders }}
getOrders()
\Doctrine\Common\Collections\Collection
intrashipId DB
read write
{{ entity.intrashipId }}
getIntrashipId()
setIntrashipId()
string
hbciAccount DB
read write
{{ entity.hbciAccount }}
getHbciAccount()
setHbciAccount()
string
clientshemes DB
read
{{ entity.clientshemes }}
getClientshemes()
\Doctrine\Common\Collections\Collection
productoptions DB
read
{{ entity.productoptions }}
getProductoptions()
\Doctrine\Common\Collections\Collection
ftpServer DB
read write
{{ entity.ftpServer }}
getFtpServer()
setFtpServer()
string
ftpUserName DB
read write
{{ entity.ftpUserName }}
getFtpUserName()
setFtpUserName()
string
ftpPassive DB
read write
{{ entity.ftpPassive }}
getFtpPassive()
setFtpPassive()
boolean
ftpPassword DB
read write
{{ entity.ftpPassword }}
getFtpPassword()
setFtpPassword()
string
ftpPath DB
read write
{{ entity.ftpPath }}
getFtpPath()
setFtpPath()
string
attributes DB
read
{{ entity.attributes }}
getAttributes()
\Doctrine\Common\Collections\Collection
smtpEmailAddress DB
read write
{{ entity.smtpEmailAddress }}
getSmtpEmailAddress()
setSmtpEmailAddress()
string
smtpUserName DB
read write
{{ entity.smtpUserName }}
getSmtpUserName()
setSmtpUserName()
string
smtpPassword DB
read write
{{ entity.smtpPassword }}
getSmtpPassword()
setSmtpPassword()
string
smtpHost DB
read write
{{ entity.smtpHost }}
getSmtpHost()
setSmtpHost()
string
smtpPort DB
read write
{{ entity.smtpPort }}
getSmtpPort()
setSmtpPort()
string
smtpEncryption DB
read write
{{ entity.smtpEncryption }}
getSmtpEncryption()
setSmtpEncryption()
string
smtpSSL DB
read write
{{ entity.smtpSSL }}
getSmtpSSL()
setSmtpSSL()
boolean
imapUserName DB
read write
{{ entity.imapUserName }}
getImapUserName()
setImapUserName()
string
imapPassword DB
read write
{{ entity.imapPassword }}
getImapPassword()
setImapPassword()
string
imapHost DB
read write
{{ entity.imapHost }}
getImapHost()
setImapHost()
string
imapPort DB
read write
{{ entity.imapPort }}
getImapPort()
setImapPort()
string
imapEncryption DB
read write
{{ entity.imapEncryption }}
getImapEncryption()
setImapEncryption()
string
phpExecutable DB
read write
{{ entity.phpExecutable }}
getPhpExecutable()
setPhpExecutable()
string
phpIniFile DB
read write
{{ entity.phpIniFile }}
getPhpIniFile()
setPhpIniFile()
string
mysqlExecutable DB
read write
{{ entity.mysqlExecutable }}
getMysqlExecutable()
setMysqlExecutable()
string
mysqldumpExecutable DB
read write
{{ entity.mysqldumpExecutable }}
getMysqldumpExecutable()
setMysqldumpExecutable()
string
email DB
read write
{{ entity.email }}
getEmail()
setEmail()
string
country DB
read write
{{ entity.country }}
getCountry()
setCountry()
string
currency DB
read write
{{ entity.currency }}
getCurrency()
setCurrency()
string
bankName DB
read write
{{ entity.bankName }}
getBankName()
setBankName()
string
bankCode DB
read write
{{ entity.bankCode }}
getBankCode()
setBankCode()
string
bankNumber DB
read write
{{ entity.bankNumber }}
getBankNumber()
setBankNumber()
string
bicCode DB
read write
{{ entity.bicCode }}
getBicCode()
setBicCode()
string
ibanNumber DB
read write
{{ entity.ibanNumber }}
getIbanNumber()
setIbanNumber()
string
hrbNumber DB
read write
{{ entity.hrbNumber }}
getHrbNumber()
setHrbNumber()
string
court DB
read write
{{ entity.court }}
getCourt()
setCourt()
string
orderNumberRange DB
read write
{{ entity.orderNumberRange }}
getOrderNumberRange()
setOrderNumberRange()
string
accountHolder DB
read write
{{ entity.accountHolder }}
getAccountHolder()
setAccountHolder()
string
manageStock DB
read write
{{ entity.manageStock }}
getManageStock()
setManageStock()
boolean
shippings DB
read
{{ entity.shippings }}
getShippings()
\Doctrine\Common\Collections\Collection
executive DB
read write
{{ entity.executive }}
getExecutive()
setExecutive()
string
subPath Computed
read
{{ entity.subPath }}
getSubPath()
-
manufacturers DB
read
{{ entity.manufacturers }}
getManufacturers()
\Doctrine\Common\Collections\Collection
vendors DB
read
{{ entity.vendors }}
getVendors()
\Doctrine\Common\Collections\Collection
defaultVat DB
read write
{{ entity.defaultVat }}
getDefaultVat()
setDefaultVat()
float
contents Computed
read
{{ entity.contents }}
getContents()
\Doctrine\Common\Collections\Collection
contentcategories Computed
read
{{ entity.contentcategories }}
getContentcategories()
\Doctrine\Common\Collections\Collection
showCostsInNetto DB
read write
{{ entity.showCostsInNetto }}
getShowCostsInNetto()
setShowCostsInNetto()
boolean
salutation DB
read write
{{ entity.salutation }}
getSalutation()
setSalutation()
string
defaultCurrency DB
read write
{{ entity.defaultCurrency }}
getDefaultCurrency()
setDefaultCurrency()
\Aggrosoft\WAWIBundle\Entity\Currency
warehouses DB
read
{{ entity.warehouses }}
getWarehouses()
\Doctrine\Common\Collections\Collection
invoiceNumberRange DB
read write
{{ entity.invoiceNumberRange }}
getInvoiceNumberRange()
setInvoiceNumberRange()
string
firstInvoiceNumber DB
read write
{{ entity.firstInvoiceNumber }}
getFirstInvoiceNumber()
setFirstInvoiceNumber()
string
orderDocuments DB
read
{{ entity.orderDocuments }}
getOrderDocuments()
\Doctrine\Common\Collections\Collection
workflows DB
read
{{ entity.workflows }}
getWorkflows()
\Doctrine\Common\Collections\Collection
devMode DB
read write
{{ entity.devMode }}
getDevMode()
setDevMode()
boolean
additionalCostName DB
read write
{{ entity.additionalCostName }}
getAdditionalCostName()
setAdditionalCostName()
string
additionalCost2Name DB
read write
{{ entity.additionalCost2Name }}
getAdditionalCost2Name()
setAdditionalCost2Name()
string
additionalCost3Name DB
read write
{{ entity.additionalCost3Name }}
getAdditionalCost3Name()
setAdditionalCost3Name()
string
additionalCost4Name DB
read write
{{ entity.additionalCost4Name }}
getAdditionalCost4Name()
setAdditionalCost4Name()
string
additionalCost5Name DB
read write
{{ entity.additionalCost5Name }}
getAdditionalCost5Name()
setAdditionalCost5Name()
string
sendMailsOnOrderPlaced Computed
read write
{{ entity.sendMailsOnOrderPlaced }}
getSendMailsOnOrderPlaced()
setSendMailsOnOrderPlaced()
boolean
notSendMailsOnOrderPlaced DB
read write
{{ entity.notSendMailsOnOrderPlaced }}
getNotSendMailsOnOrderPlaced()
setNotSendMailsOnOrderPlaced()
boolean
shopType DB
read write
{{ entity.shopType }}
getShopType()
setShopType()
integer
usePricesAsNetto DB
read write
{{ entity.usePricesAsNetto }}
getUsePricesAsNetto()
setUsePricesAsNetto()
integer
transferDirectOnStores DB
read write
{{ entity.transferDirectOnStores }}
getTransferDirectOnStores()
setTransferDirectOnStores()
boolean
retailStores DB
read
{{ entity.retailStores }}
getRetailStores()
\Doctrine\Common\Collections\Collection
libreOfficePath DB
read write
{{ entity.libreOfficePath }}
getLibreOfficePath()
setLibreOfficePath()
string
removeRouter Computed
read
{{ entity.removeRouter }}
getRemoveRouter()
-
accountSystem DB
read write
{{ entity.accountSystem }}
getAccountSystem()
setAccountSystem()
\Aggrosoft\WAWIBundle\Entity\AccountSystem
debitorNumberRange Computed
read write
{{ entity.debitorNumberRange }}
getDebitorNumberRange()
setDebitorNumberRange()
string
creditorNumberRange Computed
read write
{{ entity.creditorNumberRange }}
getCreditorNumberRange()
setCreditorNumberRange()
string
firstReceivableAccount DB
read write
{{ entity.firstReceivableAccount }}
getFirstReceivableAccount()
setFirstReceivableAccount()
string
firstCreditorAccount DB
read write
{{ entity.firstCreditorAccount }}
getFirstCreditorAccount()
setFirstCreditorAccount()
string
commissionContractNumberRange DB
read write
{{ entity.commissionContractNumberRange }}
getCommissionContractNumberRange()
setCommissionContractNumberRange()
string
customerNumberMask DB
read write
{{ entity.customerNumberMask }}
getCustomerNumberMask()
setCustomerNumberMask()
string
calcStockOnCombinedProducts DB
read write
{{ entity.calcStockOnCombinedProducts }}
getCalcStockOnCombinedProducts()
setCalcStockOnCombinedProducts()
boolean
currencyPrecision DB
read write
{{ entity.currencyPrecision }}
getCurrencyPrecision()
setCurrencyPrecision()
integer
sepaCreditorNumber DB
read write
{{ entity.sepaCreditorNumber }}
getSepaCreditorNumber()
setSepaCreditorNumber()
string
shortcut Computed
read
{{ entity.shortcut }}
getShortcut()
-
cc DB
read write
{{ entity.cc }}
getCc()
setCc()
string
defaultDeliveryStatus DB
read write
{{ entity.defaultDeliveryStatus }}
getDefaultDeliveryStatus()
setDefaultDeliveryStatus()
integer
liabilityCurrencyPrecision DB
read write
{{ entity.liabilityCurrencyPrecision }}
getLiabilityCurrencyPrecision()
setLiabilityCurrencyPrecision()
integer
blocked DB
read write
{{ entity.blocked }}
getBlocked()
setBlocked()
boolean
discounts DB
read
{{ entity.discounts }}
getDiscounts()
\Doctrine\Common\Collections\Collection
clientUrl DB
read write
{{ entity.clientUrl }}
getClientUrl()
setClientUrl()
string
paymentInvoiceNumberRange DB
read write
{{ entity.paymentInvoiceNumberRange }}
getPaymentInvoiceNumberRange()
setPaymentInvoiceNumberRange()
string
firstPaymentInvoiceNumber DB
read write
{{ entity.firstPaymentInvoiceNumber }}
getFirstPaymentInvoiceNumber()
setFirstPaymentInvoiceNumber()
string
paymentCreditNoteNumberRange DB
read write
{{ entity.paymentCreditNoteNumberRange }}
getPaymentCreditNoteNumberRange()
setPaymentCreditNoteNumberRange()
string
firstPaymentCreditNoteNumber DB
read write
{{ entity.firstPaymentCreditNoteNumber }}
getFirstPaymentCreditNoteNumber()
setFirstPaymentCreditNoteNumber()
string
creditNoteNumberRange DB
read write
{{ entity.creditNoteNumberRange }}
getCreditNoteNumberRange()
setCreditNoteNumberRange()
string
firstCreditNoteNumber DB
read write
{{ entity.firstCreditNoteNumber }}
getFirstCreditNoteNumber()
setFirstCreditNoteNumber()
string
refundsOnlyManually DB
read write
{{ entity.refundsOnlyManually }}
getRefundsOnlyManually()
setRefundsOnlyManually()
boolean
acquisitionCostsPercent DB
read write
{{ entity.acquisitionCostsPercent }}
getAcquisitionCostsPercent()
setAcquisitionCostsPercent()
string
excludeFromStatisticAllClients DB
read write
{{ entity.excludeFromStatisticAllClients }}
getExcludeFromStatisticAllClients()
setExcludeFromStatisticAllClients()
boolean
bcc DB
read write
{{ entity.bcc }}
getBcc()
setBcc()
string
warehouseBookingReason1Name DB
read write
{{ entity.warehouseBookingReason1Name }}
getWarehouseBookingReason1Name()
setWarehouseBookingReason1Name()
string
warehouseBookingReason2Name DB
read write
{{ entity.warehouseBookingReason2Name }}
getWarehouseBookingReason2Name()
setWarehouseBookingReason2Name()
string
warehouseBookingReason3Name DB
read write
{{ entity.warehouseBookingReason3Name }}
getWarehouseBookingReason3Name()
setWarehouseBookingReason3Name()
string
warehouseBookingReason4Name DB
read write
{{ entity.warehouseBookingReason4Name }}
getWarehouseBookingReason4Name()
setWarehouseBookingReason4Name()
string
warehouseBookingReason5Name DB
read write
{{ entity.warehouseBookingReason5Name }}
getWarehouseBookingReason5Name()
setWarehouseBookingReason5Name()
string
warehouseBookingReason6Name DB
read write
{{ entity.warehouseBookingReason6Name }}
getWarehouseBookingReason6Name()
setWarehouseBookingReason6Name()
string
warehouseBookingReason7Name DB
read write
{{ entity.warehouseBookingReason7Name }}
getWarehouseBookingReason7Name()
setWarehouseBookingReason7Name()
string
warehouseBookingReason8Name DB
read write
{{ entity.warehouseBookingReason8Name }}
getWarehouseBookingReason8Name()
setWarehouseBookingReason8Name()
string
warehouseBookingReason9Name DB
read write
{{ entity.warehouseBookingReason9Name }}
getWarehouseBookingReason9Name()
setWarehouseBookingReason9Name()
string
warehouseBookingReason10Name DB
read write
{{ entity.warehouseBookingReason10Name }}
getWarehouseBookingReason10Name()
setWarehouseBookingReason10Name()
string
adjustNegativeBookings DB
read write
{{ entity.adjustNegativeBookings }}
getAdjustNegativeBookings()
setAdjustNegativeBookings()
boolean
minStockFormula DB
read write
{{ entity.minStockFormula }}
getMinStockFormula()
setMinStockFormula()
string
maxStockFormula DB
read write
{{ entity.maxStockFormula }}
getMaxStockFormula()
setMaxStockFormula()
string
searchInProductFields DB
read write
{{ entity.searchInProductFields }}
getSearchInProductFields()
setSearchInProductFields()
string
purchasePriceCalculatingType DB
read write
{{ entity.purchasePriceCalculatingType }}
getPurchasePriceCalculatingType()
setPurchasePriceCalculatingType()
integer
defaultReturnAction DB
read write
{{ entity.defaultReturnAction }}
getDefaultReturnAction()
setDefaultReturnAction()
string
dashboardStatisticsDateType DB
read write
{{ entity.dashboardStatisticsDateType }}
getDashboardStatisticsDateType()
setDashboardStatisticsDateType()
integer
dashboardStatisticsWhereDql DB
read write
{{ entity.dashboardStatisticsWhereDql }}
getDashboardStatisticsWhereDql()
setDashboardStatisticsWhereDql()
string
dashboardStatisticsJoinDql DB
read write
{{ entity.dashboardStatisticsJoinDql }}
getDashboardStatisticsJoinDql()
setDashboardStatisticsJoinDql()
string
dashboardStatisticsTotalDql DB
read write
{{ entity.dashboardStatisticsTotalDql }}
getDashboardStatisticsTotalDql()
setDashboardStatisticsTotalDql()
string
minStockForFormula DB
read write
{{ entity.minStockForFormula }}
getMinStockForFormula()
setMinStockForFormula()
string
excludeShippedOrdersInTodayStatistics DB
read write
{{ entity.excludeShippedOrdersInTodayStatistics }}
getExcludeShippedOrdersInTodayStatistics()
setExcludeShippedOrdersInTodayStatistics()
boolean
sortPickListBySerialNumbers DB
read write
{{ entity.sortPickListBySerialNumbers }}
getSortPickListBySerialNumbers()
setSortPickListBySerialNumbers()
boolean
partialRefundWithCashDiscount DB
read write
{{ entity.partialRefundWithCashDiscount }}
getPartialRefundWithCashDiscount()
setPartialRefundWithCashDiscount()
boolean
useOfferItemWeightWithMaterials DB
read write
{{ entity.useOfferItemWeightWithMaterials }}
getUseOfferItemWeightWithMaterials()
setUseOfferItemWeightWithMaterials()
boolean
orderReservationOnlyThisClient DB
read write
{{ entity.orderReservationOnlyThisClient }}
getOrderReservationOnlyThisClient()
setOrderReservationOnlyThisClient()
boolean
warehousesForPicking DB
read
{{ entity.warehousesForPicking }}
getWarehousesForPicking()
\Doctrine\Common\Collections\Collection
logWorkflowActions DB
read write
{{ entity.logWorkflowActions }}
getLogWorkflowActions()
setLogWorkflowActions()
boolean
calcMinimumScalePrice DB
read write
{{ entity.calcMinimumScalePrice }}
getCalcMinimumScalePrice()
setCalcMinimumScalePrice()
boolean
nonEUReplacementsWithFullDiscount DB
read write
{{ entity.nonEUReplacementsWithFullDiscount }}
getNonEUReplacementsWithFullDiscount()
setNonEUReplacementsWithFullDiscount()
boolean
sortProductsInSearchBy DB
read write
{{ entity.sortProductsInSearchBy }}
getSortProductsInSearchBy()
setSortProductsInSearchBy()
integer
glnNumber DB
read write
{{ entity.glnNumber }}
getGlnNumber()
setGlnNumber()
string
useNettoPricesForOss DB
read write
{{ entity.useNettoPricesForOss }}
getUseNettoPricesForOss()
setUseNettoPricesForOss()
boolean
deliveryNoteNumberRange DB
read write
{{ entity.deliveryNoteNumberRange }}
getDeliveryNoteNumberRange()
setDeliveryNoteNumberRange()
string
customSalesChannelStock DB
read write
{{ entity.customSalesChannelStock }}
getCustomSalesChannelStock()
setCustomSalesChannelStock()
string
serialNumberForMixedBookings DB
read write
{{ entity.serialNumberForMixedBookings }}
getSerialNumberForMixedBookings()
setSerialNumberForMixedBookings()
string
additionalColumnsForCSVInventory DB
read write
{{ entity.additionalColumnsForCSVInventory }}
getAdditionalColumnsForCSVInventory()
setAdditionalColumnsForCSVInventory()
string
offerNumberRange DB
read write
{{ entity.offerNumberRange }}
getOfferNumberRange()
setOfferNumberRange()
string
searchableEntitiesArray DB
read write
{{ entity.searchableEntitiesArray }}
getSearchableEntitiesArray()
setSearchableEntitiesArray()
string
numberFormulaForSortPickListBySerialNumbers DB
read write
{{ entity.numberFormulaForSortPickListBySerialNumbers }}
getNumberFormulaForSortPickListBySerialNumbers()
setNumberFormulaForSortPickListBySerialNumbers()
string
warehousesForReturn DB
read
{{ entity.warehousesForReturn }}
getWarehousesForReturn()
\Doctrine\Common\Collections\Collection
sortDqlForWarehouseManagement DB
read write
{{ entity.sortDqlForWarehouseManagement }}
getSortDqlForWarehouseManagement()
setSortDqlForWarehouseManagement()
string
useCompanyInvoiceNumberRange DB
read write
{{ entity.useCompanyInvoiceNumberRange }}
getUseCompanyInvoiceNumberRange()
setUseCompanyInvoiceNumberRange()
boolean
additionalProductFieldsForReturn DB
read write
{{ entity.additionalProductFieldsForReturn }}
getAdditionalProductFieldsForReturn()
setAdditionalProductFieldsForReturn()
string
additionalProductFieldsForVendorDelivery DB
read write
{{ entity.additionalProductFieldsForVendorDelivery }}
getAdditionalProductFieldsForVendorDelivery()
setAdditionalProductFieldsForVendorDelivery()
string
embedImagesInBase64Format DB
read write
{{ entity.embedImagesInBase64Format }}
getEmbedImagesInBase64Format()
setEmbedImagesInBase64Format()
boolean
productsSearchAndCondition DB
read write
{{ entity.productsSearchAndCondition }}
getProductsSearchAndCondition()
setProductsSearchAndCondition()
string
orderPickingAdditionalLegend DB
read write
{{ entity.orderPickingAdditionalLegend }}
getOrderPickingAdditionalLegend()
setOrderPickingAdditionalLegend()
string
allowPickUnknownSerialNumbers DB
read write
{{ entity.allowPickUnknownSerialNumbers }}
getAllowPickUnknownSerialNumbers()
setAllowPickUnknownSerialNumbers()
boolean
productDeletionCondition DB
read write
{{ entity.productDeletionCondition }}
getProductDeletionCondition()
setProductDeletionCondition()
string
productDeletionConditionErrorText DB
read write
{{ entity.productDeletionConditionErrorText }}
getProductDeletionConditionErrorText()
setProductDeletionConditionErrorText()
string
vendorOrderDeliverySerialNumberCondition DB
read write
{{ entity.vendorOrderDeliverySerialNumberCondition }}
getVendorOrderDeliverySerialNumberCondition()
setVendorOrderDeliverySerialNumberCondition()
string
calcCustomerAssetsFromDate DB
read write
{{ entity.calcCustomerAssetsFromDate }}
getCalcCustomerAssetsFromDate()
setCalcCustomerAssetsFromDate()
\DateTime
notInheritCustomerGroupPrices DB
read write
{{ entity.notInheritCustomerGroupPrices }}
getNotInheritCustomerGroupPrices()
setNotInheritCustomerGroupPrices()
boolean
additionalOfferItemFieldsForOrderPicking DB
read write
{{ entity.additionalOfferItemFieldsForOrderPicking }}
getAdditionalOfferItemFieldsForOrderPicking()
setAdditionalOfferItemFieldsForOrderPicking()
string
maintainPurchasePricesAsCalculatedInVendorDelivery DB
read write
{{ entity.maintainPurchasePricesAsCalculatedInVendorDelivery }}
getMaintainPurchasePricesAsCalculatedInVendorDelivery()
setMaintainPurchasePricesAsCalculatedInVendorDelivery()
boolean
priceFormulaForOffer DB
read write
{{ entity.priceFormulaForOffer }}
getPriceFormulaForOffer()
setPriceFormulaForOffer()
string
useNotEUVats DB
read write
{{ entity.useNotEUVats }}
getUseNotEUVats()
setUseNotEUVats()
boolean
blockedForSendingMails DB
read write
{{ entity.blockedForSendingMails }}
getBlockedForSendingMails()
setBlockedForSendingMails()
string
additionalProductPriceFieldsForVendorDelivery DB
read write
{{ entity.additionalProductPriceFieldsForVendorDelivery }}
getAdditionalProductPriceFieldsForVendorDelivery()
setAdditionalProductPriceFieldsForVendorDelivery()
string
additionalColumnsForCSVInvoiceLedger DB
read write
{{ entity.additionalColumnsForCSVInvoiceLedger }}
getAdditionalColumnsForCSVInvoiceLedger()
setAdditionalColumnsForCSVInvoiceLedger()
string
transferMaterialPricesByOrderSplitting DB
read write
{{ entity.transferMaterialPricesByOrderSplitting }}
getTransferMaterialPricesByOrderSplitting()
setTransferMaterialPricesByOrderSplitting()
boolean
internalPickListSortForSameProduct DB
read write
{{ entity.internalPickListSortForSameProduct }}
getInternalPickListSortForSameProduct()
setInternalPickListSortForSameProduct()
integer
invoiceHoldDate DB
read write
{{ entity.invoiceHoldDate }}
getInvoiceHoldDate()
setInvoiceHoldDate()
\DateTime
additionalConditionForNotEUVats DB
read write
{{ entity.additionalConditionForNotEUVats }}
getAdditionalConditionForNotEUVats()
setAdditionalConditionForNotEUVats()
string
metafields DB
read
{{ entity.metafields }}
getMetafields()
\Doctrine\Common\Collections\Collection
allowVirtualPickLists DB
read write
{{ entity.allowVirtualPickLists }}
getAllowVirtualPickLists()
setAllowVirtualPickLists()
boolean
accumulateProductOptionSurcharge DB
read write
{{ entity.accumulateProductOptionSurcharge }}
getAccumulateProductOptionSurcharge()
setAccumulateProductOptionSurcharge()
boolean
alwaysNotRefundDeliveryCostsCondition DB
read write
{{ entity.alwaysNotRefundDeliveryCostsCondition }}
getAlwaysNotRefundDeliveryCostsCondition()
setAlwaysNotRefundDeliveryCostsCondition()
string
notUseOssForNettoModeCustomersWithoutVatId DB
read write
{{ entity.notUseOssForNettoModeCustomersWithoutVatId }}
getNotUseOssForNettoModeCustomersWithoutVatId()
setNotUseOssForNettoModeCustomersWithoutVatId()
boolean
alwaysBookSubmissionByOrderReturnCondition DB
read write
{{ entity.alwaysBookSubmissionByOrderReturnCondition }}
getAlwaysBookSubmissionByOrderReturnCondition()
setAlwaysBookSubmissionByOrderReturnCondition()
string
sendMailsWithClient DB
read write
{{ entity.sendMailsWithClient }}
getSendMailsWithClient()
setSendMailsWithClient()
\Aggrosoft\WAWIBundle\Entity\Client
notCalc30DaysMinPrice DB
read write
{{ entity.notCalc30DaysMinPrice }}
getNotCalc30DaysMinPrice()
setNotCalc30DaysMinPrice()
boolean
searchIndexSheme DB
read write
{{ entity.searchIndexSheme }}
getSearchIndexSheme()
setSearchIndexSheme()
string
notUseCustomReservedStockInBuyingProposals DB
read write
{{ entity.notUseCustomReservedStockInBuyingProposals }}
getNotUseCustomReservedStockInBuyingProposals()
setNotUseCustomReservedStockInBuyingProposals()
boolean
Property Type Target Entity Mapped By Inversed By Cascade Twig Access
country ManyToOne Country - - - {{ entity.country }}
defaultCurrency ManyToOne Currency - - - {{ entity.defaultCurrency }}
accountSystem ManyToOne AccountSystem - - - {{ entity.accountSystem }}
sendMailsWithClient ManyToOne Client - - - {{ entity.sendMailsWithClient }}
retailStores OneToMany RetailStore client - - {{ entity.retailStores }}
products ManyToMany Product clients - - {{ entity.products }}
productoptions ManyToMany ProductOption clients - - {{ entity.productoptions }}
attributes ManyToMany Attribute clients - - {{ entity.attributes }}
categories ManyToMany Category clients - - {{ entity.categories }}
manufacturers ManyToMany Manufacturer clients - - {{ entity.manufacturers }}
vendors ManyToMany Vendor clients - - {{ entity.vendors }}
offers OneToMany Offer client - - {{ entity.offers }}
orders OneToMany Order client - - {{ entity.orders }}
shippings OneToMany Shipping client - - {{ entity.shippings }}
discounts OneToMany Discount client - - {{ entity.discounts }}
clientshemes OneToMany ClientSheme client -
persist refresh
{{ entity.clientshemes }}
warehouses ManyToMany Warehouse clients - - {{ entity.warehouses }}
warehousesForPicking ManyToMany Warehouse - clientsForPicking - {{ entity.warehousesForPicking }}
warehousesForReturn ManyToMany Warehouse - clientsForReturn - {{ entity.warehousesForReturn }}
orderDocuments ManyToMany Document - orderclients
persist
{{ entity.orderDocuments }}
workflows OneToMany Workflow client - - {{ entity.workflows }}
metafields OneToMany ClientMetaField client -
persist remove
{{ entity.metafields }}
Keine Indexes definiert