load->view("partial/header"); ?> load->view('partial/print_receipt', array('print_after_sale', $print_after_sale, 'selected_printer' => 'receipt_printer')); ?> '.$error_message.''; exit; } ?>
| lang->line('sales_description_abbrv'); ?> | lang->line('sales_price'); ?> | lang->line('sales_quantity'); ?> | lang->line('sales_total'); ?> |
|---|---|---|---|
Appconfig->get('show_total_discount') ? 'total' : 'discounted_total')]); ?> |
|||
| lang->line("sales_discount_included")?> | |||
| lang->line('sales_sub_total'); ?> | |||
| lang->line('sales_discount'); ?>: | |||
| lang->line('sales_sub_total'); ?> | config->item('tax_included') ? $tax_exclusive_subtotal : $discounted_subtotal); ?> | ||
| : | |||
| text-align:right;'>lang->line('sales_total'); ?> | text-align:right'> | ||
| lang->line('sales_giftcard_balance'); ?> | |||
| lang->line($amount_change >= 0 ? ($only_sale_check ? 'sales_check_balance' : 'sales_change_due') : 'sales_amount_due') ; ?> | |||