Active
Project:
Ubercart 2 VAT support
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Feb 2011 at 08:29 UTC
Updated:
2 Nov 2012 at 10:58 UTC
Hi
we would like to see all price INCLUDING VAT.
but we user the http://drupal.org/project/adminrole module which automatically activates this permission even after we deactivate it.
i think the settings should be changed to one of these possibilities:
- use permission but let the user on the user/*/edit page decide
- add the setting on: admin/store/settings/taxes/vat (maybe per role)
thanks
Comments
Comment #1
akaserer commentedi just saw the setting on admin/store/settings/taxes/vat
"Show prices excluding MwSt to the superuser."
By default, uid 1 has all permissions, which would include "show prices excluding VAT". This can be confusing so you can select here whether uid 1 should see prices inclusive or exclusive of MwSt.
that seems ok for user/1 but we have more users with admin rights and when using admin role they still see prices excl. VAT.
Comment #2
jonathan_hunt commentedI also ran into the undesirable interaction between UC VAT and Admin Role. I've wrapped the UC VAT permission in a Drupal variable to I can disable it:
and in uc_vat_exclude_vat():
Comment #3
didumir commentedWe had trouble seeing the correct vat-values too, when using the admin-role module. We simply changed uc_vat_exclude_vat() to
Bingo ;)