X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2Fpman.links.ini;h=ce0032778a0b94020661ac9cb97a10cb1c188389;hp=32dc79e2a79681bb651e799b2ca1cb3025cb2350;hb=5754135335377a4fc49d2295d9f8cb768c451df9;hpb=ec0085b4b85035262db47add6e86489a292a28d8 diff --git a/DataObjects/pman.links.ini b/DataObjects/pman.links.ini index 32dc79e2..ce003277 100644 --- a/DataObjects/pman.links.ini +++ b/DataObjects/pman.links.ini @@ -2,60 +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 -[Groups] -leader = Person:id -[Group_Members] -group_id = Groups:id -user_id = Person:id +[core_group] +leader = core_person:id -[Group_Rights] -group_id = Groups:id +[core_group_member] +group_id = core_group:id +user_id = core_person:id -[Events] -person_id = Person:id +[core_group_right] +group_id = core_group:id -[core_watch] -person_id = Person:id +[core_event_audit] +event_id = Events:id +old_audit_id = core_event_audit:id + +[core_watch] +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 - - - +[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