Sales with payment type "check" are not counted in reports, especially they are missing in all detailed reports. The only report where they are listed is "Summary Report - Payments"
Discussion
Anonymous
-
2014-11-27
Interestingly "check" payment types are specifically excluded in the query. Not sure why. The fix is to edit line 226-227 of application/models/sale.php to remove the
WHERE payment_type <> '" . $this->lang->line('sales_check')
condition.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Interestingly "check" payment types are specifically excluded in the query. Not sure why. The fix is to edit line 226-227 of application/models/sale.php to remove the
WHERE payment_type <> '" . $this->lang->line('sales_check')
condition.