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 comptype_id = core_enum:id
28
29 [core_office]
30 company_id = core_company:id
31
32 [core_project]
33 client_id = core_company:id
34 agency_id = core_company:id
35 team_id = core_group:id
36 open_by = core_person:id
37 owner_id = core_person:id
38
39
40 [core_group]
41 leader = core_person:id
42
43 [core_group_member]
44 group_id = core_group:id
45 user_id =  core_person:id
46
47 [core_group_right]
48 group_id = core_group:id
49
50
51 [core_event_audit]
52 event_id = Events:id
53 old_audit_id = core_event_audit:id
54
55 [core_watch]
56 person_id = core_person:id
57
58 [core_person_alias]
59 person_id = core_person:id
60
61 [core_notify]
62 person_id = core_person:id
63 event_id = Events:id
64 watch_id = core_watch:id
65 trigger_person_id = core_person:id
66 trigger_event_id = Events:id
67 domain_id = core_domain:id
68
69 [core_notify_recur]
70 person_id = core_person:id
71 last_event_id = Events:id
72 method_id = core_enum:id
73
74 [core_email]
75 owner_id = core_person:id
76 bcc_group = core_group:id
77 to_group = core_group:id
78
79
80 [core_ip_access]
81 authorized_by = core_person:id
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