SELECTa0_.idASid_0,a0_.date_debutASdate_debut_1,a0_.is_activeASis_active_2,a0_.is_appro_initial_valideASis_appro_initial_valide_3,a0_.date_finASdate_fin_4,a0_.caissier_idAScaissier_id_5,a0_.caisse_idAScaisse_id_6FROMaffectation_caissea0_WHEREa0_.caissier_id=?ANDa0_.is_active=?ANDa0_.date_debut<=?AND (a0_.date_finISNULLORa0_.date_fin>=?) ORDER BYa0_.date_debutDESCLIMIT1
The mappings App\Entity\Operation#deviseCible and App\Entity\Devise#operations are inconsistent with each other.
The field App\Entity\Operation#mouvementCaisses is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\MouvementCaisse#operation does not contain the required 'inversedBy="mouvementCaisses"' attribute.
The field App\Entity\Operation#mouvementBancaires is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\MouvementCompteBancaire#operation does not contain the required 'inversedBy="mouvementBancaires"' attribute.
The field App\Entity\Operation#mouvementCompteClients is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\MouvementCompteClient#operation does not contain the required 'inversedBy="mouvementCompteClients"' attribute.
The field App\Entity\Devise#lignes is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\LigneDepense#devise does not contain the required 'inversedBy="lignes"' attribute.
The field App\Entity\CompteAgence#lignesDepenses is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\LigneDepense#compteAgence does not contain the required 'inversedBy="lignesDepenses"' attribute.