Welcome back, Json Taylor !

Track your sales activity, leads and deals here.

Your target is incomplete
You have completed 48% of the given target, you can also check your status. Click here
Top Deals
    @for (deal of topDeals; track $index) {
  • @if (deal.avatarImg) { } @else { {{ deal.initials }} }

    {{ deal.name }}

    {{ deal.email }}

    {{ deal.amount }}
  • }
@for (item of crmCards; track $index) {

{{item.title}}

{{item.number}}

{{item.percentage}}

this month

}
Deals Statistics
@for (row of SalesRepData.rows; track row.id) {
img {{ row.name }}
{{ row.category }} {{ row.mail }} {{ row.location }} {{ row.date }} }
Leads By Source
Total 4,145
@for (item of deviceLeads; track item.label) {
{{ item.label }}
{{ item.value }}
}

4,289

1.02 compared to last week
    @for (deal of dealStats; track deal.title) {
  • {{ deal.title }}
    {{ deal.count }}
  • }
    @for (item of recentActivity; track $index) {
  • {{ item.mainText }} @if (item.linkText) { {{ item.linkText }} } @if (item.boldText) { {{ item.boldText }} } @if (item.highlightText) { {{ item.highlightText }} } @if (item.tagText) { {{ item.tagText }} } @if (item.afterText) { {{ item.afterText }} } @if (item.showAddIcon) { } @if (item.showCheckIcon) { } @if (item.subText) { {{ item.subText }} }
    {{ item.time }}
  • }