GET https://etselboubacarbalde.damkocompany.com/public/logescom/vente/facturation/vente/1

Query Metrics

12 Database Queries
12 Different statements
10.34 ms Query time
17 Invalid entities
27 Managed entities

Grouped Statements

Show all queries

Time Count Info
6.82 ms
(65.98%)
1
SELECT sum(s0_.quantite) AS sclr_0 FROM stock s0_ WHERE s0_.product_id = NULL
Parameters:
[]
0.46 ms
(4.43%)
1
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.telephone AS telephone_7, t0.email AS email_8, t0.type_user AS type_user_9, t0.date_creation AS date_creation_10, t0.adresse AS adresse_11, t0.ville AS ville_12, t0.pays AS pays_13, t0.statut AS statut_14, t0.reference AS reference_15, t0.lieu_vente_id AS lieu_vente_id_16, t0.region_id AS region_id_17 FROM user t0 WHERE t0.id = ?
Parameters:
[
  1
]
0.43 ms
(4.14%)
1
SELECT c0_.id AS id_0, c0_.designation AS designation_1, c0_.type AS type_2, c0_.numero_compte AS numero_compte_3, c0_.document AS document_4, c0_.point_de_vente_id AS point_de_vente_id_5 FROM caisse c0_ LEFT JOIN point_de_vente p1_ ON (c0_.point_de_vente_id = p1_.id OR c0_.point_de_vente_id IS NULL) WHERE c0_.type = ? AND p1_.lieu_vente_id = ? ORDER BY c0_.id ASC
Parameters:
[
  "banque"
  1
]
0.42 ms
(4.03%)
1
SELECT t0.id AS id_1, t0.nom_entreprise AS nom_entreprise_2, t0.identifiant AS identifiant_3, t0.numero_agrement AS numero_agrement_4, t0.adresse AS adresse_5, t0.telephone AS telephone_6, t0.logo AS logo_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9 FROM entreprise t0 WHERE t0.id = ?
Parameters:
[
  1
]
0.34 ms
(3.31%)
1
SELECT c0_.id AS id_0, c0_.designation AS designation_1, c0_.type AS type_2, c0_.numero_compte AS numero_compte_3, c0_.document AS document_4, c0_.point_de_vente_id AS point_de_vente_id_5 FROM caisse c0_ LEFT JOIN point_de_vente p1_ ON (c0_.point_de_vente_id = p1_.id OR c0_.point_de_vente_id IS NULL) WHERE p1_.lieu_vente_id = ? ORDER BY c0_.id ASC
Parameters:
[
  1
]
0.31 ms
(3.05%)
1
SELECT t0.id AS id_1, t0.nom_stock AS nom_stock_2, t0.adresse AS adresse_3, t0.surface AS surface_4, t0.nbre_pieces AS nbre_pieces_5, t0.type AS type_6, t0.statut AS statut_7, t0.lieu_vente_id AS lieu_vente_id_8, t0.responsable_id AS responsable_id_9 FROM liste_stock t0 INNER JOIN personnel_liste_stock ON t0.id = personnel_liste_stock.liste_stock_id WHERE personnel_liste_stock.personnel_id = ?
Parameters:
[
  1
]
0.29 ms
(2.82%)
1
SELECT t0.id AS id_1, t0.taux AS taux_2, t0.devise_id AS devise_id_3, t0.lieu_vente_id AS lieu_vente_id_4 FROM taux_devise t0 WHERE t0.lieu_vente_id = ?
Parameters:
[
  1
]
0.28 ms
(2.75%)
1
SELECT t0.id AS id_1, t0.color AS color_2, t0.background_color AS background_color_3, t0.livraison AS livraison_4, t0.caisse AS caisse_5, t0.format_facture AS format_facture_6, t0.long_logo AS long_logo_7, t0.larg_logo AS larg_logo_8, t0.nom_entreprise AS nom_entreprise_9, t0.compte_client_fournisseur AS compte_client_fournisseur_10, t0.affichage_vente_compte AS affichage_vente_compte_11, t0.chemin_sauvegarde AS chemin_sauvegarde_12, t0.chemin_mysql AS chemin_mysql_13, t0.vente_stock AS vente_stock_14 FROM configuration_logiciel t0 LIMIT 1
Parameters:
[]
0.28 ms
(2.68%)
1
SELECT t0.id AS id_1, t0.fonction AS fonction_2, t0.document_identite AS document_identite_3, t0.type_paie AS type_paie_4, t0.taux_horaire AS taux_horaire_5, t0.salaire_base AS salaire_base_6, t0.photo_identite AS photo_identite_7, t0.signature AS signature_8, t0.user_id AS user_id_9 FROM personnel t0 WHERE t0.user_id = ? LIMIT 1
Parameters:
[
  1
]
0.24 ms
(2.35%)
1
SELECT t0.id AS id_1, t0.designation AS designation_2 FROM mode_paiement t0
Parameters:
[]
0.24 ms
(2.30%)
1
SELECT t0.id AS id_1, t0.nom_devise AS nom_devise_2 FROM devise t0
Parameters:
[]
0.22 ms
(2.17%)
1
SELECT t0.id AS id_1, t0.designation AS designation_2 FROM frais_sup t0
Parameters:
[]

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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Caisse 6
App\Entity\ModePaiement 5
App\Entity\Devise 4
App\Entity\TauxDevise 3
App\Entity\User 2
App\Entity\LieuxVentes 1
App\Entity\Region 1
App\Entity\Personnel 1
App\Entity\ListeStock 1
App\Entity\Entreprise 1
App\Entity\PointDeVente 1
App\Entity\ConfigurationLogiciel 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\LieuxVentes No errors.
App\Entity\Region No errors.
App\Entity\ListeStock No errors.
App\Entity\Personnel No errors.
App\Entity\Client No errors.
App\Entity\ListeInventaire No errors.
App\Entity\Inventaire No errors.
App\Entity\MouvementProduct No errors.
App\Entity\AnomalieProduit No errors.
App\Entity\ListeTransfertProduct No errors.
App\Entity\TransfertProducts
  • The mappings App\Entity\TransfertProducts#traitePar and App\Entity\User#transfertProduct are inconsistent with each other.
App\Entity\AchatFournisseur No errors.
App\Entity\ListeProductAchatFournisseur No errors.
App\Entity\Decaissement No errors.
App\Entity\MouvementCollaborateur No errors.
App\Entity\BonCommandeFournisseur No errors.
App\Entity\AbsencesPersonnels No errors.
App\Entity\PrimesPersonnel
  • The mappings App\Entity\PrimesPersonnel#saisiePar and App\Entity\User#primesPersonnels are inconsistent with each other.
App\Entity\AvanceSalaire
  • The association App\Entity\AvanceSalaire#devise refers to the inverse side field App\Entity\Devise#avanceSalaires which does not exist.
App\Entity\PaiementSalairePersonnel
  • The mappings App\Entity\PaiementSalairePersonnel#saisiePar and App\Entity\User#paiementSalairePersonnels are inconsistent with each other.
  • The association App\Entity\PaiementSalairePersonnel#compteRetrait refers to the inverse side field App\Entity\Caisse#paiementSalairePersonnels which does not exist.
  • The association App\Entity\PaiementSalairePersonnel#typePaiement refers to the inverse side field App\Entity\ModePaiement#paiementSalairePersonnels which does not exist.
  • The association App\Entity\PaiementSalairePersonnel#devise refers to the inverse side field App\Entity\Devise#paiementSalairePersonnels which does not exist.
App\Entity\ModifDecaissement No errors.
App\Entity\Depenses No errors.
App\Entity\Versement No errors.
App\Entity\Modification
  • The mappings App\Entity\Modification#traitePar and App\Entity\User#modifications are inconsistent with each other.
App\Entity\TransfertFond
  • The mappings App\Entity\TransfertFond#caisseReception and App\Entity\Caisse#transfertFonds are inconsistent with each other.
  • The mappings App\Entity\TransfertFond#envoyePar and App\Entity\User#transfertFonds are inconsistent with each other.
App\Entity\ChequeEspece
  • The mappings App\Entity\ChequeEspece#caisseRetrait and App\Entity\Caisse#chequeEspeces are inconsistent with each other.
  • The mappings App\Entity\ChequeEspece#saisiePar and App\Entity\User#chequeEspeces are inconsistent with each other.
App\Entity\Recette No errors.
App\Entity\AjustementSolde No errors.
App\Entity\Livraison No errors.
App\Entity\Facturation
  • The mappings App\Entity\Facturation#saisiePar and App\Entity\User#facturations are inconsistent with each other.
App\Entity\CommissionVente No errors.
App\Entity\ModificationFacture
  • The mappings App\Entity\ModificationFacture#client and App\Entity\User#modificationFactures are inconsistent with each other.
App\Entity\Proformat
  • The mappings App\Entity\Proformat#saisiePar and App\Entity\User#proformats are inconsistent with each other.
App\Entity\SuppressionFacture No errors.
App\Entity\RetourProduct
  • The association App\Entity\RetourProduct#lieuVente refers to the inverse side field App\Entity\LieuxVentes#retourProducts which does not exist.
App\Entity\EchangeDevise
  • The mappings App\Entity\EchangeDevise#caisseDestination and App\Entity\Caisse#echangeDevises are inconsistent with each other.
  • The mappings App\Entity\EchangeDevise#deviseDestination and App\Entity\Devise#echangeDevises are inconsistent with each other.
App\Entity\MouvementCaisse No errors.
App\Entity\GestionCheque
  • The mappings App\Entity\GestionCheque#caisseReception and App\Entity\Caisse#gestionCheques are inconsistent with each other.
  • The mappings App\Entity\GestionCheque#lieuVenteReception and App\Entity\LieuxVentes#gestionCheques are inconsistent with each other.
  • The mappings App\Entity\GestionCheque#envoyePar and App\Entity\User#gestionCheques are inconsistent with each other.
  • The mappings App\Entity\GestionCheque#collaborateur and App\Entity\User#gestionCheques are inconsistent with each other.
App\Entity\ClotureCaisse No errors.
App\Entity\RetourProductFournisseur No errors.
App\Entity\FactureFrais
  • The mappings App\Entity\FactureFrais#personnel and App\Entity\User#factureFrais are inconsistent with each other.
App\Entity\ListeProductAchatFournisseurFrais No errors.
App\Entity\ListeProductAchatFournisseurMultiple No errors.
App\Entity\AchatFournisseurGeneral
  • The mappings App\Entity\AchatFournisseurGeneral#personnel and App\Entity\User#achatFournisseurGenerals are inconsistent with each other.
App\Entity\Promotion
  • The mappings App\Entity\Promotion#produitBonus and App\Entity\Products#promotions are inconsistent with each other.
  • If association App\Entity\Promotion#produitBonus is many-to-one, then the inversed side App\Entity\Products#promotions has to be one-to-many.
App\Entity\SortieStock No errors.
App\Entity\ClotureAnnuel No errors.
App\Entity\HistoriqueChangement No errors.
App\Entity\Stock
  • The mappings App\Entity\Stock#product and App\Entity\Products#stocks are inconsistent with each other.
App\Entity\Entreprise No errors.
App\Entity\Licence No errors.
App\Entity\Devise No errors.
App\Entity\FactureFraisSup No errors.
App\Entity\TauxDevise No errors.
App\Entity\ProformatFraisSup No errors.
App\Entity\ModePaiement No errors.
App\Entity\FraisSup No errors.
App\Entity\Caisse No errors.
App\Entity\PointDeVente No errors.
App\Entity\ConfigurationLogiciel No errors.