[Vtigercrm-commits] [vtiger development] #5277: UK VAT Reg Field on Company Details Patch
vtiger development
vtiger-tickets at trac.vtiger.com
Sat May 3 13:20:16 EDT 2008
#5277: UK VAT Reg Field on Company Details Patch
-------------------------+--------------------------------------------------
Reporter: chris.blunt | Owner: developer
Type: enhancement | Status: new
Priority: unassigned | Milestone: 5.1.0
Component: vtigercrm | Version: 5.0.4
Keywords: UK VAT |
-------------------------+--------------------------------------------------
Hi,
I've added a field for UK VAT Regsitration number to the company details
tab.
This allows the output of the VAT Registration number on Invoices (with
additional customization - to follow...)
SQL to add field to database:
ALTER TABLE `vtiger_organizationdetails` ADD COLUMN `vat` VARCHAR(20)
AFTER `logo`;
Attached file contains diff generated against a stock 5.0.4 install.
Hope this is of some use.
This is my first ticket/patch so forgive me if I've missed something out,
let me know and I'll correct & know for next time.
Thanks, Chris.
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/5277>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list