Regional Sales Report
| Region | @{{ (c.name) }} | Total |
|---|---|---|
| @{{ r.region }} | @{{ (r.cols && r.cols[c.id]) ? r.cols[c.id]: 0 }} | @{{ r.total }} |
| No data found | ||
| Total | @{{ regional_totals[c.id] ?? 0 }} | @{{ regional_totals.__grand__ ?? 0 }} |
Unit Sales Per Product
| @{{ (group.company.name || '') }} | SOLD UNITS |
|---|---|
| @{{ row.product_name }} | @{{ row.units }} |
| No data found | |
| TOTAL | @{{ group.total }} |
| Company | SOLD UNITS |
|---|---|
| No data found | |
| TOTAL | 0 |
Revenue Dashboard
{{-- close --}}
| TOTAL SALES | AMOUNTS | EXPECTED COMMISSION | INCENTIVE AMOUNTS |
|---|---|---|---|
| @{{ (r.company) }} | @{{ money(r.amounts) }} | @{{ money(r.expected_commission) }} | @{{ money(r.incentive) }} |
| Total | @{{ money(revenueTotals.amounts) }} | @{{ money(revenueTotals.expected_commission) }} | @{{ money(revenueTotals.incentive) }} |
| No data found | |||
Growth Agents Report
Leads Generated
| # | Growth Agents | @{{ (c.name) }} | Generic | Total |
|---|---|---|---|---|
| @{{ indexKey + 1 }} | @{{ r.agent }} | @{{ (r.cols && r.cols[c.id]) ? r.cols[c.id]: 0 }} | @{{ r.generic }} | @{{ r.total }} |
| No data found | ||||
| Total | @{{ leadTotals[c.id] ?? 0 }} | @{{ leadTotals.__generic__ ?? 0 }} | @{{ leadTotals.__grand__ ?? 0 }} |