Menu

#81 Check sales not showing up in reports

v1.0_(example)
closed
nobody
None
1
2015-01-25
2015-01-13
MClark
No

All of my sales that used a check as a payment option do not show up in my reports. Which makes my reports useless. Is there any way to fix this problem?

Discussion

  • MClark

    MClark - 2015-01-14

    I wish I could help you, but I did that almost a year ago. I am not computer savvy and all I can tell you is I used trial and error until I found the right file and the right code to change. I don't think I could recreate it. I am not even sure which file to look in at this point to find my changes. Good luck!

    Do you know anything about how to make check sales show up in reports?

     
  • yh-sourceforge

    yh-sourceforge - 2015-01-16

    Can u pls send me this file: barcode_sheet.php?

     
  • yh-sourceforge

    yh-sourceforge - 2015-01-16

    As for ur request, im checking w/ jekkos. I intended to compensate him a bit for his effort.

     
  • jekkos

    jekkos - 2015-01-16

    yes I'm looking into this, was first busy solving the language file generation. This is almost done now so I'm ready to start working on your requests.

     
  • Anonymous

    Anonymous - 2015-01-24

    I am also facing same problem, check paid sales are not in report. Waiting for a solution. Thanks in advance. Fazlay

     
  • Fazlay Rabby

    Fazlay Rabby - 2015-01-24

    changed in line 254 of application/models/sale.php from:
    WHERE payment_type <> '" . $this->lang->line('sales_check') . "' GROUP BY sale_id) AS payments

    to

    WHERE payment_type <> '" . $this->lang->line('sales_NA') . "' GROUP BY sale_id) AS payments

    now showing the check payment in report. Thanks for the hints in https://sourceforge.net/p/opensourcepos/bugs/32/#2c4a

     

    Last edit: Fazlay Rabby 2015-01-24
  • jekkos

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

    jekkos - 2015-01-25

    this issue was fixed in latest version on github.