From 1cf31570899ca537cd6819a0a5bf1b8c5f54b7a3 Mon Sep 17 00:00:00 2001 From: FrancescoUK Date: Fri, 22 Apr 2016 21:53:54 +0100 Subject: [PATCH] Regen database.sql (#499) --- database/database.sql | 4 +++- database/migrate_phppos_dist.sql | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/database/database.sql b/database/database.sql index 43981ae40..bf67dce9c 100644 --- a/database/database.sql +++ b/database/database.sql @@ -43,6 +43,9 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES ('barcode_page_cellspacing', '20'), ('barcode_generate_if_empty', '0'), ('receipt_show_taxes', '0'), +('receipt_show_total_discount', '1'), +('receipt_show_description', '1'), +('receipt_show_serialnumber', '1'), ('use_invoice_template', '1'), ('invoice_email_message', 'Dear $CU, In attachment the receipt for sale $INV'), ('print_silently', '1'), @@ -54,7 +57,6 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES ('print_right_margin', '0'), ('default_sales_discount', '0'), ('lines_per_page', '25'), -('show_total_discount', '1'), ('dateformat', 'm/d/Y'), ('timeformat', 'H:i:s'), ('currency_symbol', '$'), diff --git a/database/migrate_phppos_dist.sql b/database/migrate_phppos_dist.sql index ef95a815a..4c7aa8db3 100644 --- a/database/migrate_phppos_dist.sql +++ b/database/migrate_phppos_dist.sql @@ -43,6 +43,9 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES ('barcode_page_cellspacing', '20'), ('barcode_generate_if_empty', '0'), ('receipt_show_taxes', '0'), +('receipt_show_total_discount', '1'), +('receipt_show_description', '1'), +('receipt_show_serialnumber', '1'), ('use_invoice_template', '1'), ('invoice_email_message', 'Dear $CU, In attachment the receipt for sale $INV'), ('print_silently', '1'), @@ -54,7 +57,6 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES ('print_right_margin', '0'), ('default_sales_discount', '0'), ('lines_per_page', '25'), -('show_total_discount', '1'), ('dateformat', 'm/d/Y'), ('timeformat', 'H:i:s'), ('currency_symbol', '$'),