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
43 [core_event_audit]
44 event_id = Events:id
45 old_audit_id = core_event_audit:id
46
47 [core_watch]
48 person_id = Person:id
49
50 [core_person_alias]
51 person_id = Person:id
52
53 [core_notify]
54 person_id = Person:id
55 event_id = Events:id
56 watch_id = core_watch:id
57 trigger_person_id = Person:id
58 trigger_event_id = Events:id
59
60 [core_notify_recur]
61 person_id = Person:id
62 last_event_id = Events:id
63 method_id = core_enum:id
64
65
66
67 [database__render]
68 Projects = name
69 Companies = name
70 Office =  name
71 Person = name
72 Groups = name
73 Images = filename
74
75  
76 [ProjectDirectory]
77 person_id = Person:id
78 project_id = Projects:id
79 office_id = Office:id
80 company_id = Companies:id
81
82  
83
84