-
Notifications
You must be signed in to change notification settings - Fork 6
/
.appRAD.info
31 lines (29 loc) · 964 Bytes
/
.appRAD.info
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
// basic appRAD info for this module
module.exports = {
"module": "hris",
"name": "hris",
"pathInfo": "/Users/codingMonkey/Sites/develop/appDev/modules/hris/.appRAD.info",
"iconPath": "/appRAD/portal/icon.jpg",
"labels": {
"installed": {
"/hris/errors": "/hris/errors",
"/page/hris/dbadmin": "/page/hris/dbadmin"
}
},
"sqlTables": {
"hris2_attributes": "hris2_attributes",
"hris2_type_trans": "hris2_type_trans",
"hris2_attributes_trans": "hris2_attributes_trans",
"hris2_attributeset": "hris2_attributeset",
"hris2_attributeset_trans": "hris2_attributeset_trans",
"hris2_object": "hris2_object",
"hris2_object_type": "hris2_object_type",
"hris2_person": "hris2_person",
"hris2_type": "hris2_type",
"hris_passport": "hris_passport",
"hris2_relationship": "hris2_relationship",
"hris2_lookup": "hris2_lookup",
"hris2_lookup_trans": "hris2_lookup_trans",
"hris2_relationship_trans": "hris2_relationship_trans"
}
};