https://www.nimeca.nova.ao/auth/reset

Query Metrics

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

Queries

No executed queries.

Database Connections

Name Service
default doctrine.dbal.default_connection
queue doctrine.dbal.queue_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\Company
  • The field 'App\Entity\Company#date' has the property type 'DateTimeInterface' that differs from the metadata field type 'string' returned by the 'string' DBAL type.
  • The field App\Entity\Company#contasBancarias is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\ContaBancaria#company does not contain the required 'inversedBy="contasBancarias"' attribute.
App\Entity\User
  • The field App\Entity\User#invoices is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Factura#user does not contain the required 'inversedBy="invoices"' attribute.
  • The field App\Entity\User#bookmarks is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Bookmark#user does not contain the required 'inversedBy="bookmarks"' attribute.
  • The association App\Entity\User#wareHouse refers to the inverse side field App\Entity\WareHouse#wareHouse which does not exist.
  • The association App\Entity\User#empresa refers to the inverse side field App\Entity\Company#empresa which does not exist.
App\Entity\Address No errors.
App\Entity\TaxExemption No errors.
App\Entity\Diversos No errors.
App\Entity\DocumentSettings No errors.
App\Entity\ContaBancaria
  • The association App\Entity\ContaBancaria#banco refers to the inverse side field App\Entity\Banco#banco which does not exist.
  • The association App\Entity\ContaBancaria#moeda refers to the inverse side field App\Entity\Moeda#moeda which does not exist.
  • The mappings App\Entity\ContaBancaria#pagamentos and App\Entity\Pagamento#contaDestino are inconsistent with each other.
  • The mappings App\Entity\ContaBancaria#recebimentos and App\Entity\Recebimento#contaDestino are inconsistent with each other.
  • The field App\Entity\ContaBancaria#wareHouses is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\WareHouse#bankAccounts does not contain the required 'mappedBy="wareHouses"' attribute.
App\Entity\PlanCounter No errors.
App\Entity\TaxData No errors.