DataObjects/pman.links.ini
[Pman.Core] / DataObjects / pman.links.ini
1
2 [Images]
3 parent_image_id = Images:id
4
5 [core_person]
6 office_id = core_office::id
7 company_id = core_company:id
8 project_id = core_project:id
9 owner_id = core_person:id
10
11
12
13 [core_company]
14 logo_id = Images:id
15 owner_id = core_person:id
16 main_office_id = core_office::id
17
18
19 [core_office]
20 company_id = core_company:id
21
22 [core_project]
23 client_id = core_company:id
24 agency_id = core_company:id
25 team_id = 
26 [Images]
27 parent_image_id = Images:id
28
29 [Person]
30 office_id = core_office::id
31 company_id = core_company:id
32 project_id = core_project:id
33 owner_id = Person:id
34
35
36
37 [Companies]
38 logo_id = Images:id
39 owner_id = Person:id
40 main_office_id = core_office::id
41
42
43 [core_office:]
44 company_id = core_company:id
45
46 [Projects]
47 client_id = core_company:id
48 agency_id = core_company:id
49 team_id = Groups:id
50 open_by = Person:id
51 owner_id = Person:id
52
53 [ProjectDirectory]
54 person_id = Person:id
55 project_id = core_project:id
56
57
58 [Groups]
59 leader = Person:id
60
61 [group_members]
62 group_id = Groups:id
63 user_id =  Person:id
64
65 [group_rights]
66 group_id = Groups:id
67
68 [Events]
69 person_id = Person:id
70
71 [core_event_audit]
72 event_id = Events:id
73 old_audit_id = core_event_audit:id
74
75 [core_watch]
76 person_id = Person:id
77
78 [core_person_alias]
79 person_id = Person:id
80
81 [core_notify]
82 person_id = Person:id
83 event_id = Events:id
84 watch_id = core_watch:id
85 trigger_person_id = Person:id
86 trigger_event_id = Events:id
87 domain_id = core_domain:id
88
89 [core_notify_recur]
90 person_id = Person:id
91 last_event_id = Events:id
92 method_id = core_enum:id
93
94 [database__render]
95 Projects = name
96 Companies = name
97 core_office: =  name
98 Person = name
99 Groups = name
100 Images = filename
101
102  
103 [ProjectDirectory]
104 person_id = Person:id
105 project_id = core_project:id
106 office_id = core_office::id
107 company_id = core_company:id
108
109 [core_email]
110 owner_id = Person:id
111 bcc_group = Groups:id
112 :id
113 open_by = core_person:id
114 owner_id = core_person:id
115
116 [ProjectDirectory]
117 person_id = core_person:id
118 project_id = core_project:id
119
120
121 [Groups]
122 leader = core_person:id
123
124 [group_members]
125 group_id = Groups:id
126 user_id =  core_person:id
127
128 [group_rights]
129 group_id = Groups:id
130
131 [Events]
132 person_id = core_person:id
133
134 [core_event_audit]
135 event_id = Events:id
136 old_audit_id = core_event_audit:id
137
138 [core_watch]
139 person_id = core_person:id
140
141 [core_person_alias]
142 person_id = core_person:id
143
144 [core_notify]
145 person_id = core_person:id
146 event_id = Events:id
147 watch_id = core_watch:id
148 trigger_person_id = core_person:id
149 trigger_event_id = Events:id
150 domain_id = core_domain:id
151
152 [core_notify_recur]
153 person_id = core_person:id
154 last_event_id = Events:id
155 method_id = core_enum:id
156
157 [database__render]
158 Projects = name
159 Companies = name
160 core_office: =  name
161 Person = name
162 Groups = name
163 Images = filename
164
165  
166 [ProjectDirectory]
167 person_id = core_person:id
168 project_id = core_project:id
169 office_id = core_office::id
170 company_id = core_company:id
171
172 [core_email]
173 owner_id = core_person:id
174 bcc_group = Groups:id