Spend by Category
5 days · 11 line items
Meals & Client
{{ sum_meal }}
Ground / Rideshare
{{ sum_ride }}
Itemized — by City
Every line tied to a receipt
{{ city1 }}
{{ city1_when }}
{{ city1_sub }}
DateCategoryDescription & ReceiptAmount
{% for it in austin_items %}
{{ it.date }}
{{ it.catlab }}
{{ it.desc }}{{ it.rcpt }}
${{ it.amt }}
{% endfor %}
{{ city2 }}
{{ city2_when }}
{{ city2_sub }}
DateCategoryDescription & ReceiptAmount
{% for it in dallas_items %}
{{ it.date }}
{{ it.catlab }}
{{ it.desc }}{{ it.rcpt }}
${{ it.amt }}
{% endfor %}
{{ city3 }}
{{ city3_when }}
{{ city3_sub }}
DateCategoryDescription & ReceiptAmount
{% for it in houston_items %}
{{ it.date }}
{{ it.catlab }}
{{ it.desc }}{{ it.rcpt }}
${{ it.amt }}
{% endfor %}
Business Purpose & Notes
{{ purpose }}
{{ policy }}
Subtotal — all expenses{{ subtotal }}
Less: corporate card (airfare + lodging){{ advance }}
Out-of-pocket (cash & personal card){{ oop }}
Due to EmployeeReimbursable out-of-pocket
{{ total_due }}
Submitted By{{ sign_emp }}
Date{{ sign_emp_date }}
Approved By{{ sign_appr }}
Date{{ sign_appr_date }}