Closed (fixed)
Project:
Ubercart
Version:
6.x-2.0-rc3
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
18 May 2009 at 14:11 UTC
Updated:
27 Aug 2010 at 13:43 UTC
I needed this and this integration is according to future v3 battle plan. I contribute it to the community in the hope that this is the way forward. Attached the patches. Please comment and improve
| Comment | File | Size | Author |
|---|---|---|---|
| ubercart.vat_.number.patches.tar_.gz | 4.18 KB | ñull |
Comments
Comment #1
rszrama commentedJust out of curiosity, does this patch utilize the price handler system?
Comment #2
ñull commentedNo. I needed an extra field to hold the VAT registration number. There was a module that did that, but the number was not saved with the client's address. This patch adds a extra field just like telephone number field and stores the VAT number together with the client data. Since the roadmap is to integrate VAT handling, I thought this patch was something to contribute.
I use the field to store the obligatory tax reg. number for private clients. Spanish tax law prescribes this for legally correct invoices.
Comment #3
rszrama commentedAt this point, I'm going to postpone this and direct you to http://drupal.org/project/uc_vat.
Comment #4
ñull commentedThe description of uc_vat adds does not make any mention that it would allow to store a client VAT number with the billing information and see it back in order and invoice pages. That is the sole purpose of my patch. If uc_vat misses that, should I upload the patch there too? Doesn't make sense. It is not a module, it is a proposal to add one (optional, it can be deactivated like others) field to billing information. That way it is also restored together with billing info (unlike the VAT number module).
Comment #5
tr commentedThere is now a module that does this for you http://drupal.org/project/uc_vat_number, and more. If you want additional functionality please post your request in the issue queue for that module.
Comment #7
czeky commentedHi, as I saw, VAT number module doesnt save VAT number alog the address and other fields, is Your patch still working? thanx