case 4504
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<GenerateFullPaths>true</GenerateFullPaths>
|
||||
<Version>8.0.11</Version>
|
||||
<FileVersion>8.0.11.0</FileVersion>
|
||||
<Version>8.0.12</Version>
|
||||
<FileVersion>8.0.12.0</FileVersion>
|
||||
<ApplicationIcon>sockeye.ico</ApplicationIcon>
|
||||
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
|
||||
<noWarn>1591</noWarn>
|
||||
|
||||
@@ -5,7 +5,7 @@ namespace Sockeye.Util
|
||||
/// </summary>
|
||||
internal static class SockeyeVersion
|
||||
{
|
||||
public const string VersionString = "8.0.11";
|
||||
public const string VersionString = "8.0.12";
|
||||
public const string FullNameAndVersion = "Sockeye server " + VersionString;
|
||||
public const string CurrentApiVersion="v8";
|
||||
}//eoc
|
||||
|
||||
37
todo.txt
37
todo.txt
@@ -1,24 +1,8 @@
|
||||
TODO:
|
||||
|
||||
|
||||
- Subscriptions need to be a first class root object and drive other stuff, it's not good enough to have licenses and purchases
|
||||
Make subscriptions fully realized and populate and update.
|
||||
- Subscriptions
|
||||
- Need to be able to run an revenue projected report based on timeframe
|
||||
- need to be able to start stop and archive subscriptions and use them to make licenses from multiple selected
|
||||
- Subscription "group"?? (was "site" :)
|
||||
- works like taskgroup and taskitems one collection open and has table in form with subitems
|
||||
in other words not like workorder where items are a separate data table
|
||||
|
||||
|
||||
Subscription object (ICON "file-contract")
|
||||
- customer id
|
||||
- active
|
||||
- product group
|
||||
subscription item
|
||||
- product
|
||||
- quantity
|
||||
- expires
|
||||
- active
|
||||
|
||||
TODO: get subscriptions populated and accurate?!
|
||||
could read licenses maybe?
|
||||
@@ -30,30 +14,13 @@ TODO:
|
||||
|
||||
|
||||
|
||||
-- Database: sockeye
|
||||
|
||||
-- DROP DATABASE IF EXISTS sockeye;
|
||||
|
||||
CREATE DATABASE sockeye
|
||||
WITH
|
||||
OWNER = postgres
|
||||
ENCODING = 'UTF8'
|
||||
LC_COLLATE = 'English_United States.1252'
|
||||
LC_CTYPE = 'English_United States.1252'
|
||||
TABLESPACE = pg_default
|
||||
CONNECTION LIMIT = -1
|
||||
IS_TEMPLATE = False;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
========================================================================================
|
||||
|
||||
|
||||
- Subscribe to following notifications:
|
||||
|
||||
Reference in New Issue
Block a user