mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-02-26 20:07:28 -05:00
Email pdf generation
Added invoice template Add latest dompdf release
This commit is contained in:
@@ -40,6 +40,7 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
|
||||
('recv_invoice_format', '$CO'),
|
||||
('sales_invoice_format', '$CO'),
|
||||
('tax_included', '0'),
|
||||
('invoice_default_comments', 'This is a default comment'),
|
||||
('company_logo', ''),
|
||||
('barcode_content', 'id'),
|
||||
('barcode_type', 'id'),
|
||||
@@ -56,6 +57,8 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
|
||||
('barcode_page_cellspacing', '20'),
|
||||
('receipt_printer', ''),
|
||||
('receipt_show_taxes', '0'),
|
||||
('use_invoice_template', '1'),
|
||||
('invoice_email_message', 'Dear $CU, In attachment the receipt for sale $CO'),
|
||||
('print_silently', '1'),
|
||||
('print_header', '0'),
|
||||
('print_footer', '0'),
|
||||
|
||||
Reference in New Issue
Block a user