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