Added support for receipt templates, added default and short version (#678)

This commit is contained in:
FrancescoUK
2016-06-26 20:06:37 +01:00
parent 0293b6dbd8
commit 586c8f8db9
24 changed files with 460 additions and 214 deletions

View File

@@ -76,7 +76,8 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
('mailpath', '/usr/sbin/sendmail'),
('smtp_port', '465'),
('smtp_timeout', '5'),
('smtp_crypto', 'ssl');
('smtp_crypto', 'ssl'),
('receipt_template', 'receipt_default');
-- --------------------------------------------------------