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 [Office]
17 company_id = Companies:id
18
19 [Projects]
20 client_id = Companies:id
21 agency_id = Companies:id
22 team_id = Groups:id
23 open_by = Person:id
24 owner_id = Person:id
25
26 [ProjectDirectory]
27 person_id = Person:id
28 project_id = Projects:id
29
30
31 [Groups]
32 leader = Person:id
33
34 [group_members]
35 group_id = Groups:id
36 user_id =  Person:id
37
38 [Group_Rights]
39 group_id = Groups:id
40
41 [Events]
42 person_id = Person:id
43
44 [core_event_audit]
45 event_id = Events:id
46 old_audit_id = core_event_audit:id
47
48 [core_watch]
49 person_id = Person:id
50
51 [core_person_alias]
52 person_id = Person:id
53
54 [core_notify]
55 person_id = Person:id
56 event_id = Events:id
57 watch_id = core_watch:id
58 trigger_person_id = Person:id
59 trigger_event_id = Events:id
60
61 [database__render]
62 Projects = name
63 Companies = name
64 Office =  name
65 Person = name
66 Groups = name
67 Images = filename
68
69  
70 [ProjectDirectory]
71 person_id = Person:id
72 project_id = Projects:id
73 office_id = Office:id
74 company_id = Companies:id
75
76  
77
78