<% if(PermModel.isVisible('evo.register.addfromappointment')) { %>
<% } %>
<% var busName = window.SETTINGS.businessName %> <% var drawerName = JSON.parse(window.localStorage.getItem("workstation")).drawerDisplayName %>
<%= busName %>
<%= drawerName %>
<% if(PermModel.isVisible('evo.register.tipbutton')) { %>
TIP
<% } %>
Subtotal
<%= $.global.format(totalPrice, 'c') %>
<%= window.SETTINGS.taxPolicy.tax1Name %>
<%= $.global.format(totalTax1, 'c') %>
<% if (window.SETTINGS.taxPolicy.showTax2) { %>
<%= window.SETTINGS.taxPolicy.tax2Name %>
<%= $.global.format(totalTax2, 'c') %>
<% } %> <% if (window.SETTINGS.taxPolicy.showTax3) { %>
<%= window.SETTINGS.taxPolicy.tax3Name %>
<%= $.global.format(totalTax3, 'c') %>
<% } %>
Refund <%= window.SETTINGS.taxPolicy.tax1Name %>
<%= $.global.format(totalRefundTax1, 'c') %>
<% if (window.SETTINGS.taxPolicy.showTax2) { %>
Refund <%= window.SETTINGS.taxPolicy.tax2Name %>
<%= $.global.format(totalRefundTax2, 'c') %>
<% } %> <% if (window.SETTINGS.taxPolicy.showTax3) { %>
Refund <%= window.SETTINGS.taxPolicy.tax3Name %>
<%= $.global.format(totalRefundTax3, 'c') %>
<% } %>
Total
<%= $.global.format(totalPayments, 'c') %>
Balance
<%= $.global.format(totalPayments, 'c') %>
<% if(PermModel.isVisible('evo.register.hold')) { %>
<% } %>
<% if(PermModel.isVisible('evo.register.nosale')) { %>
<% } %>
<% if(PermModel.isVisible('evo.register.checkout')) { %>
CHECKOUT
<% } %> <% if(PermModel.isVisible('evo.register.refund')) { %>
Refund
<% } %>
Finalize Sale