COMMAND DECK
TICKETS · QUEUE
BRIDGE
·
PROJECTS
·
BELOW DECK
·
TODAY
·
MORE ▾
REPORTS
TEMPLATES
MEETINGS
MILEAGE
TICKETS
SETTINGS
·
COCKPIT
{% include 'includes/today_panel.html' %} {% include 'includes/active_timer_strip.html' %}
// Tickets
+ NEW TICKET
loading…
Active
Open
In progress
Pending
Closed
Group
All
{% for g in customer_groups %}
{{ g.name }}
{% endfor %}
Customer
All
{% for c in customers %}
{{ c.name }}
{% endfor %}
Type
All
{% for t in ticket_types %}
{{ t.name }}
{% endfor %}
Project
All
{% for p in projects %}
{{ p.title }}
{% endfor %}
TKT#
Title
Customer
Project
Type
Status
Updated
loading…
// New Ticket
Title
Customer
— pick a customer —
{% for c in customers %}
{{ c.name }}
{% endfor %}
+ add new customer…
New customer
— group (optional) —
{% for g in customer_groups %}
{{ g.name }}
{% endfor %}
CANCEL
SAVE CUSTOMER
Customer Group
— none —
{% for g in customer_groups %}
{{ g.name }}
{% endfor %}
— auto-fills from customer; override here if needed
Project
— none —
{% for p in projects %}
{{ p.title }}
{% endfor %}
Type
{% for t in ticket_types %}
{{ t.name }}
{% endfor %}
Time category
— none —
{% for c in time_categories %}
{{ c.name }}
{% endfor %}
— inherited by timers started from this ticket
Priority
Normal
Urgent
Description
CANCEL
CREATE TICKET