-
Notifications
You must be signed in to change notification settings - Fork 55
/
AppInfo.json
26 lines (26 loc) · 948 Bytes
/
AppInfo.json
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
{
"ApplicationName": "MixERP.HRM",
"AutoInstall": true,
"Thumbnail": null,
"Publisher": "MixERP Inc.",
"Url": "http://mixerp.org",
"DocumentationUrl": "http://mixerp.org/knowledgebase",
"AssemblyName": "MixERP.HRM",
"Hasi18N": true,
"I18NTarget": "",
"Version": "2.0",
"RealeasedOn": null,
"Description": "MixERP Human Resource Management Solution.",
"Category": "Employee Management",
"Bundle": "MixERP 2.0",
"IsMeta": false,
"DbSchema": "hrm",
"BlankDbPath": "~/Areas/MixERP.HRM/db/{DbServer}/2.x/hrm-blank.sql",
"SampleDbPath": "~/Areas/MixERP.HRM/db/{DbServer}/2.x/hrm-sample.sql",
"PatchFilePath" : null,
"InstallSample": true,
"My": null,
"OverrideTemplatePath": "~/Areas/MixERP.HRM/Overrides",
"OverrideDestination":"~/Tenants/{0}/Areas",
"DependsOn": ["Frapid", "Frapid.Frapid.Account", "Frapid.Authorization", "Frapid.Config", "Frapid.Core", "Frapid.Dashboard", "Frapid.WebsiteBuilder", "MixERP.Finance"]
}