DataObjects/pman.links.ini
[Pman.Core] / DataObjects / pman.links.ini
1
2 [Images]
3 parent_image_id = Images:id
4 created_by = Person:id
5
6 [Person]
7 office_id = Office:id
8 company_id = Companies:id
9 project_id = Projects:id
10 owner_id = Person:id
11
12 [Companies]
13 logo_id = Images:id
14 owner_id = Person:id
15 main_office_id = Office:id
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_watch]
46 person_id = Person:id
47
48 [core_person_alias]
49 person_id = Person:id
50
51 [core_notify]
52 person_id = Person:id
53 event_id = Events:id
54
55
56
57 [database__render]
58 Projects = name
59 Companies = name
60 Office =  name
61 Person = name
62 Groups = name
63 Images = filename
64
65  
66 [ProjectDirectory]
67 person_id = Person:id
68 project_id = Projects:id
69 office_id = Office:id
70 company_id = Companies:id
71
72  
73
74