{{ alert.message }}

Joint Vibe POS

Orders

{{ errors.item }}
{{ errors.quantity }}
  • Order #{{ orderNumber + index }}

    Item: {{ order.item.name }}
    Quantity: {{ order.quantity }}
    Price: ${{ formatPrice(order.item.price * order.quantity) }}
    Status: {{ order.status }}

Checkout

Subtotal: ${{ formatPrice(subtotal) }}
Tax ({{ settings.taxRate }}%): ${{ formatPrice(tax) }}
Gratuity ({{ settings.gratuityPercentage }}%): ${{ formatPrice(gratuity) }}
Total: ${{ formatPrice(total) }}
No items in current order.

Menu Management

{{ errors.menuItemName }}
{{ errors.menuItemPrice }}
{{ errors.menuItemCategory }}

{{ category }}

  • {{ item.name }} ${{ formatPrice(item.price) }}