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