Reference¶
Reference documentation provides technical descriptions and factual information.
This section contains accurate, complete technical information about aclarknet’s components. Reference material is neutral and information-oriented - it describes how things are, not how to use them.
Database¶
- DB Views Module
Complete reference for database models including Client, Note, Invoice, Time, and SiteUser. Describes fields, relationships, and model methods.
- Invoice Time Entry Formset Feature
Technical documentation for the invoice time entry formset. Covers formset structure, validation, and usage.
Email¶
- Email Utilities Reference
Email utility functions reference. Documents send_email_with_headers and send_notification_email functions with parameters and usage examples.
- Email DNS Records Reference
Complete DNS records reference for email authentication. Lists all required SPF, DKIM, and DMARC records with provider-specific notes.
Frontend¶
- README
Frontend technology stack overview. Lists all frontend dependencies, build tools, and configuration.
- Frontend Application
Frontend application structure and architecture. Describes the Webpack configuration, entry points, and build process.
- Frontend Components
React component reference. Documents available components, their props, and usage patterns.
- Design System Reference
Visual conventions, color palette, button styles, spacing, and icon usage across dashboard and public templates.
Need More Help?¶
Learning the basics? See Tutorials
Trying to accomplish a task? See How-to Guides
Want to understand why? See Explanation