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 [core_notify_recur]
63 person_id = Person:id
64 last_event_id = Events:id
65 method_id = core_enum:id
66
67
68
69 [database__render]
70 Projects = name
71 Companies = name
72 Office =  name
73 Person = name
74 Groups = name
75 Images = filename
76
77  
78 [ProjectDirectory]
79 person_id = Person:id
80 project_id = Projects:id
81 office_id = Office:id
82 company_id = Companies:id
83
84  
85
86