Error 404 Not Found

POST http://vibil.net/_next

Forwarded to ErrorController (963093)

Query Metrics

0 Database Queries
0 Different statements
0.00 ms Query time
12 Invalid entities

Queries

No executed queries.

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Entities Mapping

Class Mapping errors
App\Entity\AbstractDraftConfigValue No errors.
App\Entity\ProductDraftConfigValue No errors.
App\Entity\AbstractTransaction No errors.
App\Entity\TransactionIncome No errors.
App\Entity\TransactionExpense No errors.
App\Entity\Supplier No errors.
App\Entity\ProductDraftConfig
  • The mappings App\Entity\ProductDraftConfig#categoryDraftConfigValues and App\Entity\CategoryDraftConfigValue#config are inconsistent with each other.
App\Entity\InventoryReceipt
  • The association App\Entity\InventoryReceipt#warehouse refers to the inverse side field App\Entity\Warehouse#inventoryReceipts which does not exist.
App\Entity\Warehouse
  • The association App\Entity\Warehouse#store refers to the inverse side field App\Entity\Store#warehouses which does not exist.
App\Entity\AbstractOrder No errors.
App\Entity\OrderDetail
  • The field 'App\Entity\OrderDetail#tax' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
App\Entity\Unit No errors.
App\Entity\Category
  • The mappings App\Entity\Category#draftConfigValues and App\Entity\CategoryDraftConfigValue#category are inconsistent with each other.
App\Entity\SupplierOrder
  • The mappings App\Entity\SupplierOrder#refundedTransactions and App\Entity\TransactionIncome#order are inconsistent with each other.
App\Entity\InventoryReceiptDetail No errors.
App\Entity\User No errors.
App\Entity\CustomerReturnOrder
  • The mappings App\Entity\CustomerReturnOrder#refundedTransactions and App\Entity\TransactionExpense#order are inconsistent with each other.
App\Entity\Order
  • The mappings App\Entity\Order#refundedTransactions and App\Entity\TransactionExpense#order are inconsistent with each other.
App\Entity\Customer No errors.
App\Entity\Store
  • The association App\Entity\Store#inventories refers to the owning side field App\Entity\Inventory#store which does not exist.
App\Entity\Product
  • The field 'App\Entity\Product#tax' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
App\Entity\CategoryDraftConfigValue
  • The association App\Entity\CategoryDraftConfigValue#category refers to the inverse side field App\Entity\Category#categoryDraftConfigValues which does not exist.
App\Entity\Employee No errors.
App\Entity\Setting
  • The association App\Entity\Setting#store refers to the inverse side field App\Entity\Store#settings which does not exist.
App\Entity\Inventory No errors.
Vich\UploaderBundle\Entity\File No errors.