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 id = account_transaction:event_id
8
9 [member_types]
10 id = members:member_type
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 comptype_id = core_enum:id
31
32 [core_office]
33 company_id = core_company:id
34
35 [core_project]
36 client_id = core_company:id
37 agency_id = core_company:id
38 team_id = core_group:id
39 open_by = core_person:id
40 owner_id = core_person:id
41
42
43 [core_group]
44 leader = core_person:id
45
46 [core_group_member]
47 group_id = core_group:id
48 user_id =  core_person:id
49
50 [core_group_right]
51 group_id = core_group:id
52
53
54 [core_event_audit]
55 event_id = Events:id
56 old_audit_id = core_event_audit:id
57
58 [core_watch]
59 person_id = core_person:id
60
61 [core_person_alias]
62 person_id = core_person:id
63
64 [core_notify]
65 person_id = core_person:id
66 event_id = Events:id
67 watch_id = core_watch:id
68 trigger_person_id = core_person:id
69 trigger_event_id = Events:id
70 domain_id = core_domain:id
71
72 [core_notify_recur]
73 person_id = core_person:id
74 last_event_id = Events:id
75 method_id = core_enum:id
76
77 [core_email]
78 owner_id = core_person:id
79 bcc_group_id = core_group:id
80 to_group_id = core_group:id
81
82
83 [core_ip_access]
84 authorized_by = core_person:id
85 updated_by = core_person:id
86
87
88
89
90 [database__render]
91 core_project = name
92 core_company= name
93 core_office =  name
94 core_person= name
95 core_group= name
96 Images = filename