mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
72 lines
11 KiB
Markdown
72 lines
11 KiB
Markdown
# Export conventions
|
|
|
|
|
|
Add condition with distinct alias on each export join clauses (Indicators + Filters + Aggregators)
|
|
|
|
These are alias conventions :
|
|
|
|
| Entity | Join | Attribute | Alias |
|
|
|:----------------------------------------|:----------------------------------------|:-------------------------------------------|:----------------------------------|
|
|
| AccompanyingPeriod::class | | | acp |
|
|
| | AccompanyingPeriodWork::class | acp.works | acpw |
|
|
| | AccompanyingPeriodParticipation::class | acp.participations | acppart |
|
|
| | Location::class | acp.administrativeLocation | acploc |
|
|
| | ClosingMotive::class | acp.closingMotive | acpmotive |
|
|
| | UserJob::class | acp.job | acpjob |
|
|
| | Origin::class | acp.origin | acporigin |
|
|
| | Scope::class | acp.scopes | acpscope |
|
|
| | SocialIssue::class | acp.socialIssues | acpsocialissue |
|
|
| | User::class | acp.user | acpuser |
|
|
| AccompanyingPeriodWork::class | | | acpw |
|
|
| | AccompanyingPeriodWorkEvaluation::class | acpw.accompanyingPeriodWorkEvaluations | workeval |
|
|
| | User::class | acpw.referrers | acpwuser |
|
|
| | SocialAction::class | acpw.socialAction | acpwsocialaction |
|
|
| | Goal::class | acpw.goals | goal |
|
|
| | Result::class | acpw.results | result |
|
|
| AccompanyingPeriodParticipation::class | | | acppart |
|
|
| | Person::class | acppart.person | partperson |
|
|
| AccompanyingPeriodWorkEvaluation::class | | | workeval |
|
|
| | Evaluation::class | workeval.evaluation | eval |
|
|
| Goal::class | | | goal |
|
|
| | Result::class | goal.results | goalresult |
|
|
| Person::class | | | person |
|
|
| | Center::class | person.center | center |
|
|
| | HouseholdMember::class | partperson.householdParticipations | householdmember |
|
|
| | MaritalStatus::class | person.maritalStatus | personmarital |
|
|
| | VendeePerson::class | | vp |
|
|
| | VendeePersonMineur::class | | vpm |
|
|
| ResidentialAddress::class | | | resaddr |
|
|
| | ThirdParty::class | resaddr.hostThirdParty | tparty |
|
|
| ThirdParty::class | | | tparty |
|
|
| | ThirdPartyCategory::class | tparty.categories | tpartycat |
|
|
| HouseholdMember::class | | | householdmember |
|
|
| | Household::class | householdmember.household | household |
|
|
| | Person::class | householdmember.person | memberperson |
|
|
| | | memberperson.center | membercenter |
|
|
| Household::class | | | household |
|
|
| | HouseholdComposition::class | household.compositions | composition |
|
|
| Activity::class | | | activity |
|
|
| | Person::class | activity.person | actperson |
|
|
| | AccompanyingPeriod::class | activity.accompanyingPeriod | acp |
|
|
| | Person::class | activity\_person\_having\_activity.person | person\_person\_having\_activity |
|
|
| | ActivityReason::class | activity\_person\_having\_activity.reasons | reasons\_person\_having\_activity |
|
|
| | ActivityType::class | activity.activityType | acttype |
|
|
| | Location::class | activity.location | actloc |
|
|
| | SocialAction::class | activity.socialActions | actsocialaction |
|
|
| | SocialIssue::class | activity.socialIssues | actsocialssue |
|
|
| | ThirdParty::class | activity.thirdParties | acttparty |
|
|
| | User::class | activity.user | actuser |
|
|
| | User::class | activity.users | actusers |
|
|
| | ActivityReason::class | activity.reasons | actreasons |
|
|
| | Center::class | actperson.center | actcenter |
|
|
| ActivityReason::class | | | actreasons |
|
|
| | ActivityReasonCategory::class | actreason.category | actreasoncat |
|
|
| Calendar::class | | | cal |
|
|
| | CancelReason::class | cal.cancelReason | calcancel |
|
|
| | Location::class | cal.location | calloc |
|
|
| | User::class | cal.user | caluser |
|
|
| VendeePerson::class | | | vp |
|
|
| | SituationProfessionelle::class | vp.situationProfessionelle | vpprof |
|
|
| | StatutLogement::class | vp.statutLogement | vplog |
|
|
| | TempsDeTravail::class | vp.tempsDeTravail | vptt |
|