.pos
form-wizard(title="" subtitle="" nextButtonText="Continuar" backButtonText="Volver" finishButtonText="Finalizar" color="#7c7bad")
tab-content(title="Agregue productos al carrito" :before-change="checkCart")
.products
.products-container
products-searcher
products-grid(:symbol="currency.symbol")
.cart-container
cart-total(:total="total" :symbol="currency.symbol")
cart-items(:symbol="currency.symbol")
tab-content(title="Seleccione un cliente" :before-change="checkCustomer")
customer-searcher
customers-grid
tab-content(title="Vea un resumen de su operación")
summary-display
loader