case 4504
This commit is contained in:
30
todo.txt
30
todo.txt
@@ -6,8 +6,11 @@ TODO:
|
||||
- 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
|
||||
|
||||
Subscription object (ICON "file-contract")
|
||||
- customer id
|
||||
- active
|
||||
- product group
|
||||
@@ -19,6 +22,31 @@ 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:
|
||||
Ops problem event should notify me immediately
|
||||
|
||||
Reference in New Issue
Block a user