| Name | Contact no | Company | Date Of Birth | Membership Account | Balance | Type | |
|---|---|---|---|---|---|---|---|
| <%= @crm_customer.name %> | <%= @crm_customer.email %> | <%= @crm_customer.contact_no %> | <%= @crm_customer.company %> | <%= @crm_customer.date_of_birth %> | <%= @balance %> | <%= @type %> | <% puts "hhhhhhhhhhhhhhhhhhhhh" puts @member_data.to_json %>
Order Items
| Created at | Menu Item | QTY | Unit Price | Option | Status | Waiter |
|---|---|---|---|---|---|---|
| <%= order_item.created_at %> | <%= order_item.item_name %> | <%= order_item.qty %> | <%= order_item.price %> | <%= order_item.options %> | <%= order_item.order_item_status %> | <%= order_item.item_order_by %> |
Sale Items
| Sale ID | Menu Item | QTY | Unit Price | Tax Price | Created At |
|---|---|---|---|---|---|
| <%= sale_item.sale_id %> | <%= sale_item.product_name %> | <%= sale_item.qty %> | <%= sale_item.unit_price %> | <%= sale_item.taxable_price %> | <%= sale_item.created_at %> |