Name

{{ $ctrl.getUserFullName() }}

First Name

Last Name


E-mail

{{ $ctrl.user.email }}


Phone Number

{{ $ctrl.user.phoneNumber }}

Phone Number


Delivery Address

{{ $ctrl.getDeliveryAddressDisplayStringLine1() }}
{{ $ctrl.getDeliveryAddressDisplayStringLine2() }}


Statistics

No of Orders

{{ $ctrl.userStats.numberOfOrders || '-' }}

Total Spend

{{ '$' + ($ctrl.userStats.totalSpend || '0') }}

First Order

{{ $ctrl.getDisplayDate($ctrl.userStats.firstOrderDate) }}

Last Order

{{ $ctrl.getDisplayDate($ctrl.userStats.lastOrderDate) }}

Signup Date

{{ $ctrl.getDisplayDate($ctrl.user.timeCreated) }}

Last Order Store

{{ $ctrl.userStats.lastLocation || '-' }}


Allow House Charges


Block User

Permissions

{{ permission }}

-

  • {{ permission.displayName }}

    {{ permission.description }}


Locations & Pricelists

{{ location.name }}
  • {{ priceList.name }}

-

All Locations


{{ location.name }}

{{ $ctrl.getPriceListCountString(location.priceLists) }}

{{ priceList.name }}