| Previous topic :: Next topic |
| Author |
Message |
RichieRich
Joined: 20 Aug 2007
Posts: 3
Location: USA
|
| Posted: Tue Jul 15, 2008 2:21 am Post subject: Vtiger product tracking |
|
|
I work for a hardware/software manufacturing company. We only make a few products currently lets call them X, Y, and Z. Now would that make my only products X, Y, and Z only? What do I do about serial numbers and warranty tracking?
Any help would be great!!!
Thanks,
Richie |
|
| Back to top |
|
pratim
Joined: 11 Apr 2008
Posts: 68
|
| Posted: Fri Sep 05, 2008 11:54 am Post subject: Re: Vtiger product tracking |
|
|
Hi RichieRich ,
if you want to search a product with serial no then you have to make the following changes
Edit modules/Products/Products.php
Find the array definition $list_fields and add the element:(line no 42)
'Serial No'=>Array('products'=>'serialno'),
Find the array definition $list_fields_name and add the element:(line no 50)
'Serial No'=>'serialno',
Regards,
Pratim
VtigerTeam |
|
| Back to top |
|
joebordes
Joined: 18 Aug 2006
Posts: 1089
Location: Alicante/Valencia, Spain
|
| Posted: Mon Sep 29, 2008 8:24 am Post subject: Re: Vtiger product tracking |
|
|
Read this thread:
http://forums.vtiger.com/viewtopic.php?t=21326
Joe
TSolucio |
|
| Back to top |
|
| |