haid.systems
Dashboard
Overview of your hosting operations
Customers
{{ dashboardStats.customerCount }}
Subscriptions
{{ dashboardStats.subscriptionCount }}
Revenue (Month)
{{ formatEur(dashboardStats.revenueThisMonth) }}
Pending
{{ dashboardStats.pendingInvoices }}
Recent Invoices
View all| Invoice # | Customer | Total | Status | Date |
|---|---|---|---|---|
| {{ inv.invoice_number }} | {{ inv.customer_company || inv.customer_name }} | {{ formatEur(inv.total_cents) }} | {{ inv.status }} | {{ formatDate(inv.created_at) }} |
| No invoices yet | ||||
Dashboard
Welcome back, {{ user?.username }}
Active Services
{{ svc.product_name }}
{{ svc.product_description }}
Qty: {{ svc.quantity }}
No active services
Recent Invoices
View all| Invoice # | Period | Total | Status |
|---|---|---|---|
| {{ inv.invoice_number }} | {{ formatDate(inv.period_start) }} - {{ formatDate(inv.period_end) }} | {{ formatEur(inv.total_cents) }} | {{ inv.status }} |
| No invoices yet | |||
Customers
Manage your customer accounts
| Name | Company | Zones | Created | Actions | |
|---|---|---|---|---|---|
| {{ c.name }} | {{ c.company || '-' }} | {{ c.email || '-' }} | {{ c.zone_count || 0 }} | {{ formatDate(c.created_at) }} | |
| No customers yet. Add your first customer. | |||||
Back to customers
{{ customerDetail?.name }}
{{ customerDetail.company }}
| Product | Price | Qty | Start | Status | Actions |
|---|---|---|---|---|---|
| {{ sub.product_name }} | {{ formatEur(sub.effective_price_cents) }} | {{ sub.quantity }} | {{ formatDate(sub.start_date) }} | {{ sub.active ? 'Active' : 'Cancelled' }} | |
| No subscriptions yet | |||||
No portal users linked to this customer.
| Invoice # | Period | Total | Status | Created |
|---|---|---|---|---|
| {{ inv.invoice_number }} | {{ formatDate(inv.period_start) }} - {{ formatDate(inv.period_end) }} | {{ formatEur(inv.total_cents) }} | {{ inv.status }} | {{ formatDate(inv.created_at) }} |
| No invoices for this customer | ||||
Products
Manage your hosting products and plans
| Name | Price | Quota (MB) | Accounts | Domains | Status | Actions |
|---|---|---|---|---|---|---|
|
{{ p.name }}
{{ p.description }}
|
{{ formatEur(p.price_cents) }} | {{ p.mail_quota_mb || '-' }} | {{ p.max_mail_accounts || '-' }} | {{ p.max_domains || '-' }} | {{ p.active !== false ? 'Active' : 'Inactive' }} |
|
| No products yet. Add your first product. | ||||||
Invoices
View and manage all invoices
| Invoice # | Customer | Period | Total | Status | Created |
|---|---|---|---|---|---|
| {{ inv.invoice_number }} | {{ inv.customer_company || inv.customer_name }} | {{ formatDate(inv.period_start) }} - {{ formatDate(inv.period_end) }} | {{ formatEur(inv.total_cents) }} | {{ inv.status }} | {{ formatDate(inv.created_at) }} |
| No invoices found | |||||
{{ invoiceDetail.invoice_number }}
{{ invoiceDetail.customer_company || invoiceDetail.customer_name }}
Period: {{ formatDate(invoiceDetail.period_start) }} - {{ formatDate(invoiceDetail.period_end) }}
{{ invoiceDetail.status }}
| Description | Qty | Unit Price | Total |
|---|---|---|---|
| {{ item.description }} | {{ item.quantity }} | {{ formatEur(item.unit_price_cents) }} | {{ formatEur(item.total_cents) }} |
| Total | {{ formatEur(invoiceDetail.total_cents) }} | ||
Domains
Manage your DNS zones and email
No domains found
Create your first domain to get started
Back to domains
{{ currentZone }}
Email enabled No email| Name | Type | Value | TTL | Actions |
|---|---|---|---|---|
| {{ r.name }} | {{ r.type }} System | {{ r.value }} | {{ r.ttl }} |
|
| No records yet. Add your first DNS record. | ||||
Email is not enabled for this domain
Enable email to create mail accounts for {{ currentZone }}
| Username | Email(s) | Description | Actions |
|---|---|---|---|
| {{ a.name }} |
{{ email }}
-
|
{{ a.description || '-' }} |
|
| No mail accounts yet. Add your first account. | |||
My Domains
Manage your DNS zones and email
No domains found
Back to domains
{{ currentZone }}
Email enabled No email| Name | Type | Value | TTL | Actions |
|---|---|---|---|---|
| {{ r.name }} | {{ r.type }} System | {{ r.value }} | {{ r.ttl }} |
|
| No records yet. Add your first DNS record. | ||||
Email is not enabled for this domain
| Username | Email(s) | Description |
|---|---|---|
| {{ a.name }} |
{{ email }}
-
|
{{ a.description || '-' }} |
| No mail accounts | ||
My Invoices
View your invoices
| Invoice # | Period | Total | Status | |
|---|---|---|---|---|
| {{ inv.invoice_number }} | {{ formatDate(inv.period_start) }} - {{ formatDate(inv.period_end) }} | {{ formatEur(inv.total_cents) }} | {{ inv.status }} | |
| No invoices yet | ||||