DataObjects/pman.links.ini
[Pman.Core] / DataObjects / pman.links.ini
1
2 [Images]
3 parent_image_id = Images:id
4
5 [Person]
6 office_id = Office:id
7 company_id = Companies:id
8 project_id = Projects:id
9 owner_id = Person:id
10
11
12
13 [Companies]
14 logo_id = Images:id
15 owner_id = Person:id
16 main_office_id = Office:id
17
18
19 [Office]
20 company_id = Companies:id
21
22 [Projects]
23 client_id = Companies:id
24 agency_id = Companies:id
25 team_id = Groups:id
26 open_by = Person:id
27 owner_id = Person:id
28
29 [ProjectDirectory]
30 person_id = Person:id
31 project_id = Projects:id
32
33
34 [Groups]
35 leader = Person:id
36
37 [group_members]
38 group_id = Groups:id
39 user_id =  Person:id
40
41 [group_rights]
42 group_id = Groups:id
43
44 [Events]
45 person_id = Person:id
46
47 [core_event_audit]
48 event_id = Events:id
49 old_audit_id = core_event_audit:id
50
51 [core_watch]
52 person_id = Person:id
53
54 [core_person_alias]
55 person_id = Person:id
56
57 [core_notify]
58 person_id = Person:id
59 event_id = Events:id
60 watch_id = core_watch:id
61 trigger_person_id = Person:id
62 trigger_event_id = Events:id
63 domain_id = core_domain:id
64
65 [core_notify_recur]
66 person_id = Person:id
67 last_event_id = Events:id
68 method_id = core_enum:id
69
70 [database__render]
71 Projects = name
72 Companies = name
73 Office =  name
74 Person = name
75 Groups = name
76 Images = filename
77
78  
79 [ProjectDirectory]
80 person_id = Person:id
81 project_id = Projects:id
82 office_id = Office:id
83 company_id = Companies:id
84
85 [core_email]
86 owner_id = Person:id
87 bcc_group = Groups:id