evolver:
Now imagine my middle finger in front of your face.
That's the first time someone's gone off at me like that and I didn't get pissed or just ignored it... lol, I laughed. I never heard that before - very original. Good one. (if that sounds sarcastic, its not... I really did find it funny).
Still, it pointedly shows what I'm talking about. You type rudely... you are demanding... and its not going to get you anywhere. Nobody, I found out from experience, is going to respond to the way you are asking and you may as well just STFU if you aren't going to be more constructive.
evolver:
I don't want to be running no sql commands I'd like the receipt/checkout to show GST/HST and PST on seperate lines. Most other carts that support the CDN tax system have this already.
Talked to my accountant and she said were better off having all taxes on seperate lines.
Fine. Don't then. It was a possible in-the-mean-time solution for you and your accountant. Be lazy, don't get the data you want... and you're still no better off. You want it now, you don't want a work around, FU to anyone that gets in your way... blah blah blah. All I'm saying is that its not the way you want it, it has been (more and less politely) suggested in the past... I'm sure they'll get to this LOWER PRIORITY item sooner or later, or hopefully some Canadian programmer will make a contrib for it. I say "lower priority" because Canadians are the only ones that need it (AFAIK) and they make up a small percentage of the total users. The core code is always going to take care of the majority first.
Tully:
What demand? No DEMANDS have been made, and this issue was simply re-raised from a post that originated over a year ago.More tactfully, yes. I'm pretty sure I was one of them too (and likely one of the less tactful, which is why I can give the "be polite" advice from experience - I learned the hard way).[/quote]
Tully:
Well, in the US, it isn't an issue. In Canada it is. This issue has moved from 'desire' to 'need' for people using ZenCart in Canada - whether they realize it or not.Preaching to the choir my friend. I run a Canadian business too... and I too WANT this. By no means do I need it. Aunt Samantha doesn't require it, so I don't need it. My point was, is, and will remain to be: Canadian ZC users have been dealing with it for years, how is it suddenly a need?[/quote]
Tully:
The issue has now been officially requested on the SourceForge site.
Excellent, thank you for reporting.
Tully:
Nah, apparently I'm too demanding to ask politely. shrugAnd it got you exactly nowhere. If the solution does present itself, it will be due to someone more respectful of the community (see below).
pdprenty:
I would love to have the taxes on separate lines. I tried to do it myself, but I am just not knowledgeable enough with php to do it.
...
I don't need them separate, but it would be so great. I know I can run a sql report, but then I have to run the report and only add some of the items when doing my totals.
...
One last point, some of my customers would like to actually see how much pst and gst they are paying. It is a perception thing.
...
Hey and I am all about making my customers happy if it is possible. A smooth trouble free and clear transaction is where I want to get to.
...
Now THAT is how you request a feature! Clear reasoning that shows the developers a) situations where the current structure doesn't cut it (offline accounting/data entry) and b) an over-ridding goal that will be further reached by the addition of the feature (making customers happy). Good on you Pat. Hopefully that will help someone make the appropriate effort to get 'er done.
pdprenty:
at the end of each month I hand add my Total sales, GST, PST, and shipping and put it on a spreadsheet so I can submit my PST and GST easily.
Ok, so since you are using a spreadsheet anyway, can't you use math to break it down for you so you don't have to type it out manually.
Lets say you are in BC. You have 6% GST and 7% GST. Assuming (and I think we can) that ZC gets it right, you should be able to simply have a column for "tax" and input exactly what ZC spits out. Then have column next to it for GST with a formula like:
=A1*0.06
``` and in the next column for PST have a forumla like:```
=B1-C1
This is assuming you are using Excel, that column A has your sales and B has your taxes (so C has GST and D has PST). GST just takes your sales and times by 6%. PST takes your tax and subtracts your GST leaving you with the PST... zero if it is out of province, and 7% if it is a BC sale.
I used to teach classes on Excel so if you need any help with that, I can certainly do that - PM me.
Again, it doesn't solve the problem in ZC but hopefully it helps you in your particular case.