EverydayTech Platform - Developer Reference
Complete Source Code Documentation - All Applications
Loading...
Searching...
No Matches
contracts.js
Go to the documentation of this file.
1export default {
2 slug: 'contracts',
3 title: 'Contracts',
4 icon: 'contract_edit',
5 summary: 'Define service contracts, SLAs, and entitlements per customer.',
6 image: '/images/docs/dashboard-contracts.png',
7 sections: [
8 {
9 heading: 'Details',
10 list: [
11 'Create/Edit: Set start/end, SLA hours, billing terms',
12 'Tenant visibility: Root admins can see tenant context in lists',
13 'Reporting: Contracts integrate with tickets and billing'
14 ]
15 }
16 ]
17};