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