Menu

#32 Sales with payment type check are not listed in reports

v1.0_(example)
closed
nobody
None
3
2015-01-25
2014-04-29
Anonymous
No

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

    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.

     
  • jekkos

    jekkos - 2015-01-25
    • status: open --> closed