Download & Extend

State Sales Tax variance

Project:UberPOS
Version:6.x-1.x-dev
Component:Miscellaneous
Category:feature request
Priority:normal
Assigned:Unassigned
Status:needs review

Issue Summary

I'm looking for the ability to charge different sales tax rates based on the location that the order was taken. For example, in a multi-store environment, I would like to be able to assign a specific sales tax rate to each store.

Comments

#1

I'll need this in the future as well.

#2

Status:active» needs review

I had the same need, so I added the Conditional Actions conditions necessary to make this possible. I added 4 basic conditions that you can use:

  1. Is this a POS order?
  2. POS Store state (for up_multi)
  3. POS Store zip (for up_multi)
  4. POS Store country (for up_multi)

I have attached the patch against UberPOS 6.x-1.x-dev. Please review it so that it can be committed. Thanks!

In order to set this up, just go to /admin/store/settings/taxes, add a new tax rate, and then go to the "conditions" section for that tax rate. Hope that helps!

AttachmentSize
conditions.patch 5.42 KB

#3

Here is a corrected patch. Just noticed I had a dangling debug statement in the one on comment 2.

AttachmentSize
conditions.patch 5.41 KB
nobody click here