Removed Accounting add-ons as all accounting add-ons are included now, updated subscription key to be text subscription, not rental or saas or any of other things it was before
This commit is contained in:
@@ -13,7 +13,7 @@ namespace rockfishCore.Util
|
|||||||
//Key generator controller
|
//Key generator controller
|
||||||
public static class RavenKeyFactory
|
public static class RavenKeyFactory
|
||||||
{
|
{
|
||||||
public const int TRIAL_PERIOD_DAYS = 45;
|
public const int TRIAL_PERIOD_DAYS = 5;
|
||||||
|
|
||||||
//Unlicensed token
|
//Unlicensed token
|
||||||
private const string UNLICENSED_TOKEN = "UNLICENSED";
|
private const string UNLICENSED_TOKEN = "UNLICENSED";
|
||||||
@@ -31,7 +31,7 @@ namespace rockfishCore.Util
|
|||||||
//This feature name means it's a trial key
|
//This feature name means it's a trial key
|
||||||
private const string TRIAL_FEATURE_NAME = "TrialMode";
|
private const string TRIAL_FEATURE_NAME = "TrialMode";
|
||||||
//This feature name means it's a SAAS or rental mode key for month to month hosted service
|
//This feature name means it's a SAAS or rental mode key for month to month hosted service
|
||||||
private const string RENTAL_FEATURE_NAME = "ServiceMode";
|
private const string RENTAL_FEATURE_NAME = "Subscription";
|
||||||
|
|
||||||
#region license classes
|
#region license classes
|
||||||
|
|
||||||
@@ -254,7 +254,7 @@ Plugins:
|
|||||||
// ""Name"": ""TrialMode""<---means is a trial key
|
// ""Name"": ""TrialMode""<---means is a trial key
|
||||||
// },
|
// },
|
||||||
// {
|
// {
|
||||||
// ""Name"": ""ServiceMode"" <----Means it's an SAAS/Rental key
|
// ""Name"": ""Subscription"" <----Means it's an SAAS/Rental key
|
||||||
// }
|
// }
|
||||||
|
|
||||||
// ]
|
// ]
|
||||||
|
|||||||
@@ -48,7 +48,7 @@
|
|||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="options">Additional features</label>
|
<label for="options">Additional features</label>
|
||||||
<select class="form-control" name="options" id="options" multiple>
|
<select class="form-control" name="options" id="options" multiple>
|
||||||
<option value="ServiceMode">Rental Key</option>
|
<option value="Subscription">Subscription</option>
|
||||||
<option value="QBI">QuickBooks desktop</option>
|
<option value="QBI">QuickBooks desktop</option>
|
||||||
<option value="QBOI">QuickBooks online</option>
|
<option value="QBOI">QuickBooks online</option>
|
||||||
<option value="OUTLOOK">Outlook</option>
|
<option value="OUTLOOK">Outlook</option>
|
||||||
|
|||||||
Reference in New Issue
Block a user