When attempting generate a year end report, no decimal point shows up in the dollar amount (for individual). Group reporting looks fine. For example, entering $175.00, shows as $17500. This also happens in the PDF exemption letter. Does anyone else experience this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
An update, the currency isn't included, and it only shows 17500. I had the same problem when I first posted online, but the second time I installed all was okay.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Okay... This is what I did to format for the decimal.
I read through everything and found that the "mon_decimal_point" had not been defined so in the Config.php under the section of // FORCE CHANGES TO LOCALE (I don't have a line editor. Will get one soon) I made the following entry:
$aLocaleInfo["mon_decimal_point"] = ".";
Once I did that, the decimals showed up properly in every report.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When attempting generate a year end report, no decimal point shows up in the dollar amount (for individual). Group reporting looks fine. For example, entering $175.00, shows as $17500. This also happens in the PDF exemption letter. Does anyone else experience this?
An update, the currency isn't included, and it only shows 17500. I had the same problem when I first posted online, but the second time I installed all was okay.
Okay... I must be doing something wrong because I do get that problem. Of course I'm still finding problems with my setup, but is it a real bug?
Ken
I don't think this is a database error as I looked in the database table of donationamounts_dna and it shows the decimal.
Okay... This is what I did to format for the decimal.
I read through everything and found that the "mon_decimal_point" had not been defined so in the Config.php under the section of // FORCE CHANGES TO LOCALE (I don't have a line editor. Will get one soon) I made the following entry:
$aLocaleInfo["mon_decimal_point"] = ".";
Once I did that, the decimals showed up properly in every report.