X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=DataObjects%2Fpman.links.ini;h=0a1529c6fb4b7a407c715369d4c15460e6367734;hb=dce22d3c8f86a7925372467b4711cdfcd855ebe3;hp=fe85693d59b83c240e68adfe3b48c8c06bd74a5f;hpb=7fede78871077fe7bba9195751c0999f7a290f0a;p=Pman.Core diff --git a/DataObjects/pman.links.ini b/DataObjects/pman.links.ini index fe85693d..0a1529c6 100644 --- a/DataObjects/pman.links.ini +++ b/DataObjects/pman.links.ini @@ -2,64 +2,89 @@ [Images] parent_image_id = Images:id -[Person] -office_id = Office:id -company_id = Companies:id -project_id = Projects:id -owner_id = Person:id +[Events] +person_id = core_person:id + + +[ProjectDirectory] +person_id = core_person:id +project_id = core_project:id +office_id = core_office:id +company_id = core_company:id + -[Companies] + +[core_person] +office_id = core_office:id +company_id = core_company:id +project_id = core_project:id +owner_id = core_person:id + +[core_company] logo_id = Images:id -owner_id = Person:id -main_office_id = Office:id +owner_id = core_person:id +main_office_id = core_office:id +comptype_id = core_enum:id -[Office] -company_id = Companies:id +[core_office] +company_id = core_company:id -[Projects] -client_id = Companies:id -agency_id = Companies:id -team_id = Groups:id -open_by = Person:id -owner_id = Person:id +[core_project] +client_id = core_company:id +agency_id = core_company:id +team_id = core_group:id +open_by = core_person:id +owner_id = core_person:id -[ProjectDirectory] -person_id = Person:id -project_id = Projects:id +[core_group] +leader = core_person:id -[Groups] -leader = Person:id +[core_group_member] +group_id = core_group:id +user_id = core_person:id -[Group_Members] -group_id = Groups:id -user_id = Person:id +[core_group_right] +group_id = core_group:id -[Group_Rights] -group_id = Groups:id -[Events] -person_id = Person:id +[core_event_audit] +event_id = Events:id +old_audit_id = core_event_audit:id [core_watch] -person_id = Person:id +person_id = core_person:id [core_person_alias] -person_id = Person:id +person_id = core_person:id +[core_notify] +person_id = core_person:id +event_id = Events:id +watch_id = core_watch:id +trigger_person_id = core_person:id +trigger_event_id = Events:id +domain_id = core_domain:id +[core_notify_recur] +person_id = core_person:id +last_event_id = Events:id +method_id = core_enum:id +[core_email] +owner_id = core_person:id +bcc_group = core_group:id -[database__render] -Projects = name -Companies = name -Office = name -Person = name -Groups = name -Images = filename - - - - + + + + +[database__render] +core_project = name +core_company= name +core_office = name +core_person= name +core_group= name +Images = filename \ No newline at end of file