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