Email digital receipts, add promo settings, and apply tips at charge.
Deploy Ladill POS / deploy (push) Successful in 31s
Deploy Ladill POS / deploy (push) Successful in 31s
Send real receipt emails from the customer display and sale page, store branch promo content for the idle screen, and fold selected tips into totals.
This commit is contained in:
@@ -56,6 +56,7 @@ class PosSale extends Model
|
||||
'loyalty_points_redeemed',
|
||||
'loyalty_points_earned',
|
||||
'loyalty_external_ref',
|
||||
'tip_minor',
|
||||
'total_minor',
|
||||
'currency',
|
||||
'paid_at',
|
||||
@@ -71,6 +72,7 @@ class PosSale extends Model
|
||||
'loyalty_discount_minor' => 'integer',
|
||||
'loyalty_points_redeemed' => 'integer',
|
||||
'loyalty_points_earned' => 'integer',
|
||||
'tip_minor' => 'integer',
|
||||
'total_minor' => 'integer',
|
||||
'pay_order_id' => 'integer',
|
||||
'crm_customer_id' => 'integer',
|
||||
|
||||
Reference in New Issue
Block a user