Find out who changed what and when: record and visualize the changes on timesheets
, customers
, projects
, activities
, users
, system configurations
and invoices
.
A global audit-trail page, listing all recorded changes with username, change datetime, item type and link to detail page.
Actions for each of the following items:
Introduces a new screen for each of the above items, with all recorded changes and each log entry containing the following information:
The change history will be recorded for the following fields:
begin
, end
, duration
, timezone
, user
, activity
, project
, description
, rate
, fixedRate
, hourlyRate
, exported
, billable
, internalRate
, category
, modifiedAt
name
, number
, comment
, visible
, company
, contact
, address
, country
, currency
, phone
, fax
, mobile
, email
, homepage
, timezone
, fixedRate
, color
, budget
, timeBudget
, vatId
customer
, name
, orderNumber
, comment
, visible
, budget
, fixedRate
, hourlyRate
, color
, budget
, timeBudget
, start
, end
, timezone
project
, name
, comment
, visible
, fixedRate
, hourlyRate
, color
, budget
, timeBudget
username
, email
, enabled
’, roles
, alias
, title
, avatar
, password_requested_at
, auth
, registration_date
name
, value
customer
, user
, invoiceNumber
, createdAt
, timezone
, total
, tax
, currency
, status
, dueDays
, vat
, invoiceFilename
Be aware:
When logged in as SUPER_ADMIN
, you will now see the overview page at /en/audit/
and the items audit log screens
in the “action” dropdown menus of the above items.
This bundle introduces new permissions, which limit access to certain functions:
Permission Name | Description |
---|---|
audit_logs |
see the audit log page with all entries |
audit_customer |
see all changes for the customer objects |
audit_project |
see all changes for the project objects |
audit_activity |
see all changes for the activity objects |
audit_own_timesheet |
see all changes for own timesheet records (only via team timesheets, audit logs are not shown in user timesheet panel) |
audit_other_timesheet |
see all changes in other users timesheet records (only via team timesheets, audit logs are not shown in user timesheet panel) |
By default, these are assigned to each user with the role ROLE_SUPER_ADMIN
.