Further Reading
- ERP System Definition
- ERP vs CRM
- What is an ERP System?
- Cloud ERP vs On-Premise
- ERP Vendors Overview
- Find ERP Consultants
- ERP for small companies
- ERP for the mid-market
Frequently Asked Questions
Is the audit trail performance-critical?
Yes — logging every change on a high-volume ERP can produce gigabytes per day. Common mitigations: separate audit-log database, write-asynchronously to a queue, periodic archival to compressed storage, indexing strategies for fast lookup. Performance issues from naive audit logging are a regular early-life problem in ERP implementations.
Can users access their own audit trail?
Typically yes for self-service review: users can see their own change history. Cross-user audit-trail access is restricted to designated roles (auditors, compliance officers, system administrators). Tax authorities have a legal right to access during audits with a court order or formal request via the company.
What is the difference between audit trail and version history?
Version history captures snapshots of complete records at specific times (e.g. document revisions). Audit trail captures every individual change as an event with user, timestamp and field-level detail. Many ERP systems implement both: version history for documents and BOMs, audit trail for transactional data. GoBD requires the audit-trail style for accounting records; version history is supplementary.
