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:
2022-08-15 23:29:07 +00:00
parent 0c10371eab
commit 80417baf8e
2 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ namespace rockfishCore.Util
//Key generator controller
public static class RavenKeyFactory
{
public const int TRIAL_PERIOD_DAYS = 45;
public const int TRIAL_PERIOD_DAYS = 5;
//Unlicensed token
private const string UNLICENSED_TOKEN = "UNLICENSED";
@@ -31,7 +31,7 @@ namespace rockfishCore.Util
//This feature name means it's a trial key
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
private const string RENTAL_FEATURE_NAME = "ServiceMode";
private const string RENTAL_FEATURE_NAME = "Subscription";
#region license classes
@@ -254,7 +254,7 @@ Plugins:
// ""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
// }
// ]

View File

@@ -48,7 +48,7 @@
<div class="form-group">
<label for="options">Additional features</label>
<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="QBOI">QuickBooks online</option>
<option value="OUTLOOK">Outlook</option>