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?
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?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
Hi MClark, can u advise on this: http://sourceforge.net/p/opensourcepos/support-requests/75/
Thank U!
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?
Can u pls send me this file: barcode_sheet.php?
As for ur request, im checking w/ jekkos. I intended to compensate him a bit for his effort.
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.
I am also facing same problem, check paid sales are not in report. Waiting for a solution. Thanks in advance. Fazlay
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
this issue was fixed in latest version on github.