Regen database.sql (#499)

This commit is contained in:
FrancescoUK
2016-04-22 21:53:54 +01:00
parent ce2142add4
commit 1cf3157089
2 changed files with 6 additions and 2 deletions

View File

@@ -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', '$'),