X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2Fpman.links.ini;h=ce0032778a0b94020661ac9cb97a10cb1c188389;hp=931ae5628d5de459a4931de3662aa7b5ebb1ce3a;hb=bdc42ad7d7a221122018aabd7e6064adb093498d;hpb=53589600523e47e2febbb18bf22660bcf592fe59 diff --git a/DataObjects/pman.links.ini b/DataObjects/pman.links.ini index 931ae562..ce003277 100644 --- a/DataObjects/pman.links.ini +++ b/DataObjects/pman.links.ini @@ -2,69 +2,91 @@ [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_id = core_group:id +to_group_id = core_group:id -[database__render] -Projects = name -Companies = name -Office = name -Person = name -Groups = name -Images = filename - -[ProjectDirectory] -person_id = Person:id -project_id = Projects:id -office_id = Office:id -company_id = Companies:id +[core_ip_access] +authorized_by = core_person:id +updated_by = core_person:id + - - + +[database__render] +core_project = name +core_company= name +core_office = name +core_person= name +core_group= name +Images = filename