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 [member_types]
9 id = members:member_type
10  
11 [ProjectDirectory]
12 person_id = core_person:id
13 project_id = core_project:id
14 office_id = core_office:id
15 company_id = core_company:id
16
17
18
19 [core_person]
20 office_id = core_office:id
21 company_id = core_company:id
22 project_id = core_project:id
23 owner_id = core_person:id
24
25 [core_company]
26 logo_id = Images:id
27 owner_id = core_person:id
28 main_office_id = core_office:id
29 comptype_id = core_enum: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_id = core_group:id
79 to_group_id = core_group:id
80
81
82 [core_ip_access]
83 authorized_by = core_person:id
84 updated_by = core_person:id
85
86
87
88
89 [database__render]
90 core_project = name
91 core_company= name
92 core_office =  name
93 core_person= name
94 core_group= name
95 Images = filename