DataObjects/pman.links.ini
[Pman.Core] / DataObjects / pman.links.ini
1
2 [Images]
3 parent_image_id = Images:id
4
5 [Person]
6 office_id = Office:id
7 company_id = Companies:id
8 project_id = Projects:id
9 owner_id = Person:id
10
11 [Companies]
12 logo_id = Images:id
13 owner_id = Person:id
14 main_office_id = Office:id
15
16
17 [Office]
18 company_id = Companies:id
19
20 [Projects]
21 client_id = Companies:id
22 agency_id = Companies:id
23 team_id = Groups:id
24 open_by = Person:id
25 owner_id = Person:id
26
27 [ProjectDirectory]
28 person_id = Person:id
29 project_id = Projects:id
30
31
32 [Groups]
33 leader = Person:id
34
35 [group_members]
36 group_id = Groups:id
37 user_id =  Person:id
38
39 [group_rights]
40 group_id = Groups:id
41
42 [Events]
43 person_id = Person:id
44
45 [core_event_audit]
46 event_id = Events:id
47 old_audit_id = core_event_audit:id
48
49 [core_watch]
50 person_id = Person:id
51
52 [core_person_alias]
53 person_id = Person:id
54
55 [core_notify]
56 person_id = Person:id
57 event_id = Events:id
58 watch_id = core_watch:id
59 trigger_person_id = Person:id
60 trigger_event_id = Events:id
61
62 [database__render]
63 Projects = name
64 Companies = name
65 Office =  name
66 Person = name
67 Groups = name
68 Images = filename
69
70  
71 [ProjectDirectory]
72 person_id = Person:id
73 project_id = Projects:id
74 office_id = Office:id
75 company_id = Companies:id
76
77  
78
79