sancsoft / hq

Harlequin management system
MIT License
1 stars 1 forks source link

127 admin time UI #137

Closed amahdysancsoft closed 3 months ago

amahdysancsoft commented 3 months ago
  1. Navigation

    • Added a new top-level nav item for Time.
  2. List Page Filters

    • Added filters for Staff, Date range (default to ThisMonth), Client, Project, Accepted (Status == TimeStatus.Accepted), and Invoiced (InvoiceId != null).
  3. Edit Modal

    • Edit time entries via a modal form.
    • Charge code dropdown populates with all charge codes including client and project name
  4. Table Columns

    • Added columns: Date, Staff Name, Client, Project, Charge Code, Activity/Task, Billable, Hours (Raw), Notes, Hours (Approved), Hours Approved By, Invoice #.

Note