From wzhyi at Hillstonenet.com Tue Oct 21 23:54:25 2008 From: wzhyi at Hillstonenet.com (=?gb2312?B?V2VuWmhpIFlpKNLXzsTWvik=?=) Date: Wed, 22 Oct 2008 14:54:25 +0800 Subject: [Vtigercrm-developers] one problem about trouble tickets Message-ID: <3E1DDF94E6F947468DA89D438EB7DCE2478B0EEA@exchange.Hillstonenet.com> Hi, I wan?t know how to add a field in table name trouble tickets ,pls tell me . Thanks! Wenzh Yi Hillstone Networks Tel: (010)82897229-8026 www.hillstonenet.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20081021/b9718446/attachment.htm From asha at vtiger.com Wed Oct 22 00:31:19 2008 From: asha at vtiger.com (Asha) Date: Wed, 22 Oct 2008 13:01:19 +0530 Subject: [Vtigercrm-developers] one problem about trouble tickets In-Reply-To: <3E1DDF94E6F947468DA89D438EB7DCE2478B0EEA@exchange.Hillstonenet.com> References: <3E1DDF94E6F947468DA89D438EB7DCE2478B0EEA@exchange.Hillstonenet.com> Message-ID: Hi Wenzh Yi, Most easiest thing is to add a custom field for module Trouble tickets through Settings->Custom Fields Let me know if you are looking for something different. On 10/22/08, WenZhi Yi(???) wrote: > > Hi, > > I wan't know how to add a field in table name trouble tickets ,pls > tell me . > > > > > > Thanks! > > > > Wenzh Yi > Hillstone Networks > Tel: (010)82897229-8026 > www.hillstonenet.com > > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -- Regards, Asha vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20081022/4714539f/attachment.htm From wzhyi at Hillstonenet.com Wed Oct 22 01:05:55 2008 From: wzhyi at Hillstonenet.com (=?gb2312?B?V2VuWmhpIFlpKNLXzsTWvik=?=) Date: Wed, 22 Oct 2008 16:05:55 +0800 Subject: =?gb2312?B?tPC4tDogW1Z0aWdlcmNybS1kZXZlbG9wZXJzXSBvbmUgcHJvYmxlbSBhYm91?= =?gb2312?B?dCB0cm91YmxlIHRpY2tldHM=?= In-Reply-To: References: <3E1DDF94E6F947468DA89D438EB7DCE2478B0EEA@exchange.Hillstonenet.com> Message-ID: <3E1DDF94E6F947468DA89D438EB7DCE2478B0F38@exchange.Hillstonenet.com> Hi ,Asha Thank you for your help,my mean: I want to add a field named ?sn? , pls look follows picture, but not add in Custom Fields ,I want my add ?? sn? is look like ?status?,how to do ? I know I will change code if that .but I hope you help me. Regards [cid:image001.png at 01C9345E.5E4F8650] ???: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] ?? Asha ????: 2008?10?22? 15:31 ???: vtigercrm-developers at lists.vtigercrm.com ??: Re: [Vtigercrm-developers] one problem about trouble tickets Hi Wenzh Yi, Most easiest thing is to add a custom field for module Trouble tickets through Settings->Custom Fields Let me know if you are looking for something different. On 10/22/08, WenZhi Yi(???) > wrote: Hi, I wan't know how to add a field in table name trouble tickets ,pls tell me . Thanks! Wenzh Yi Hillstone Networks Tel: (010)82897229-8026 www.hillstonenet.com _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com -- Regards, Asha vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20081022/dab5286b/attachment-0001.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 37655 bytes Desc: image001.png Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20081022/dab5286b/image001-0001.png From prasad at vtiger.com Wed Oct 22 02:55:53 2008 From: prasad at vtiger.com (Prasad) Date: Wed, 22 Oct 2008 15:25:53 +0530 Subject: =?GB2312?B?UmU6ILTwuLQ6IFtWdGlnZXJjcm0tZGV2ZWxvcGVyc10gbw==?= =?GB2312?B?bmUgcHJvYmxlbSBhYm91dCB0cm91YmxlIHRpY2tldHM=?= In-Reply-To: <3E1DDF94E6F947468DA89D438EB7DCE2478B0F38@exchange.Hillstonenet.com> References: <3E1DDF94E6F947468DA89D438EB7DCE2478B0EEA@exchange.Hillstonenet.com> <3E1DDF94E6F947468DA89D438EB7DCE2478B0F38@exchange.Hillstonenet.com> Message-ID: <39d18b250810220255u64de9613p724f4ebaf0df6415@mail.gmail.com> Hi, To create similar to Status field you will need to add Picklist type custom field. When a custom field 'SN' is added, it appears under Custom Information Block. If you want to move it into Trouble Ticket Information block, you will have to update vtiger_field as described below. 1. In table get the blockid of LBL_TICKET_INFORMATION SELECT blockid FROM vtiger_blocks WHERE blocklabel='LBL_TICKET_INFORMATION' 2. Get the fieldid of the new custom field that was added with label 'SN' SELECT * FROM vtiger_field WHERE generatedtype=2 AND fieldlabel='Cost' Note: Save the result record given by previous record. It might be useful to revert back. 3. Now change the field and block association UPDATE vtiger_field set block=BLOCKID where fieldid=FIELDID Here BLOCKID is the value obtained from Step1 and fieldid is the value obtained from Step2 Regards, Prasad vtiger Team On 10/22/08, WenZhi Yi(???) wrote: > > Hi ,Asha > > Thank you for your help,my mean: I want to add a field named > "sn" , pls look follows picture, but not add in Custom Fields ,I want my > add '" sn" is look like "status",how to do ? I know I will change code if > that .but I hope you help me. > > > > Regards > > > > > > > > *???:* vtigercrm-developers-bounces at lists.vtigercrm.com [mailto: > vtigercrm-developers-bounces at lists.vtigercrm.com] *?? *Asha > *????:* 2008?10?22? 15:31 > *???:* vtigercrm-developers at lists.vtigercrm.com > *??:* Re: [Vtigercrm-developers] one problem about trouble tickets > > > > Hi Wenzh Yi, > > Most easiest thing is to add a custom field for module Trouble tickets > through Settings->Custom Fields > > Let me know if you are looking for something different. > > On 10/22/08, *WenZhi Yi(**???)* wrote: > > Hi, > > I wan't know how to add a field in table name trouble tickets ,pls > tell me . > > > > > > Thanks! > > > > Wenzh Yi > Hillstone Networks > Tel: (010)82897229-8026 > www.hillstonenet.com > > > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > > > -- > Regards, > Asha > vtiger Team > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20081022/6a130224/attachment-0001.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/png Size: 37655 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20081022/6a130224/attachment-0001.png From wzhyi at Hillstonenet.com Wed Oct 22 19:17:30 2008 From: wzhyi at Hillstonenet.com (=?gb2312?B?V2VuWmhpIFlpKNLXzsTWvik=?=) Date: Thu, 23 Oct 2008 10:17:30 +0800 Subject: =?gb2312?B?tPC4tDogtPC4tDogW1Z0aWdlcmNybS1kZXZlbG9wZXJzXSBvbmUgcHJvYmxl?= =?gb2312?B?bSBhYm91dCB0cm91YmxlIHRpY2tldHM=?= In-Reply-To: <39d18b250810220255u64de9613p724f4ebaf0df6415@mail.gmail.com> References: <3E1DDF94E6F947468DA89D438EB7DCE2478B0EEA@exchange.Hillstonenet.com> <3E1DDF94E6F947468DA89D438EB7DCE2478B0F38@exchange.Hillstonenet.com> <39d18b250810220255u64de9613p724f4ebaf0df6415@mail.gmail.com> Message-ID: <3E1DDF94E6F947468DA89D438EB7DCE2478B1053@exchange.Hillstonenet.com> Hi, Thank you very much for your point,it?t is very usefull to me,I will try to this way today . Best regards! ???: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] ?? Prasad ????: 2008?10?22? 17:56 ???: vtigercrm-developers at lists.vtigercrm.com ??: Re: ??: [Vtigercrm-developers] one problem about trouble tickets Hi, To create similar to Status field you will need to add Picklist type custom field. When a custom field 'SN' is added, it appears under Custom Information Block. If you want to move it into Trouble Ticket Information block, you will have to update vtiger_field as described below. 1. In table get the blockid of LBL_TICKET_INFORMATION SELECT blockid FROM vtiger_blocks WHERE blocklabel='LBL_TICKET_INFORMATION' 2. Get the fieldid of the new custom field that was added with label 'SN' SELECT * FROM vtiger_field WHERE generatedtype=2 AND fieldlabel='Cost' Note: Save the result record given by previous record. It might be useful to revert back. 3. Now change the field and block association UPDATE vtiger_field set block=BLOCKID where fieldid=FIELDID Here BLOCKID is the value obtained from Step1 and fieldid is the value obtained from Step2 Regards, Prasad vtiger Team On 10/22/08, WenZhi Yi(???) > wrote: Hi ,Asha Thank you for your help,my mean: I want to add a field named "sn" , pls look follows picture, but not add in Custom Fields ,I want my add '" sn" is look like "status",how to do ? I know I will change code if that .but I hope you help me. Regards [cid:image001.png at 01C934F7.DDC4D2C0] ???: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] ?? Asha ????: 2008?10?22? 15:31 ???: vtigercrm-developers at lists.vtigercrm.com ??: Re: [Vtigercrm-developers] one problem about trouble tickets Hi Wenzh Yi, Most easiest thing is to add a custom field for module Trouble tickets through Settings->Custom Fields Let me know if you are looking for something different. On 10/22/08, WenZhi Yi(???) > wrote: Hi, I wan't know how to add a field in table name trouble tickets ,pls tell me . Thanks! Wenzh Yi Hillstone Networks Tel: (010)82897229-8026 www.hillstonenet.com _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com -- Regards, Asha vtiger Team _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20081022/3b9072e2/attachment-0001.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 37655 bytes Desc: image001.png Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20081022/3b9072e2/image001-0001.png From prasad at vtiger.com Thu Oct 23 01:21:08 2008 From: prasad at vtiger.com (Prasad) Date: Thu, 23 Oct 2008 13:51:08 +0530 Subject: [Vtigercrm-developers] vtiger CRM Webservices Message-ID: <39d18b250810230121h53344a74tf253f4bea82b8c5f@mail.gmail.com> Dear Team, The latest update of vtiger CRM 5.1introduced new support for Web Services. The vtiger CRM Web Services API provides a well-defined API for development of new plugins and integration of third-party applications. This will ease development of applications/plugins around vtiger CRM and simplify integration with external applications as well. We have provided a web services client library and a complete sample application to help with development of web services client applications. vtwsclib - *Web Services Client Library* vtwsclib (vtiger CRM Web Services Client Library) provides wrapper classes for PHP, Javascript, and Python, to use vtiger CRM web services. Using this library you can write new applications that integrate with vtiger CRM. Project URL: http://forge.vtiger.com/projects/vtwsclib/ Download URL: http://forge.vtiger.com/frs/?group_id=181&release_id=459 Included is the sample application described below. *vtclient *- Sample Web Services Client Application vtclient is a simple vtiger CRM client suitable for mobile devices and other web devices that require simple HTML user interfaces. It is a sample web services client application written using the PHP client library provided by vtwsclib. Check out the demo application vtclient here: http://74.201.117.171/vtiger/demo/vtclient/ Please try the web services client library and let us know your feedback. Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20081023/97bd4d4c/attachment.htm From info at nablacom.it Fri Oct 24 02:27:42 2008 From: info at nablacom.it (Nablacom) Date: Fri, 24 Oct 2008 11:27:42 +0200 Subject: [Vtigercrm-developers] Testing Vtiger 5.1 Message-ID: I have encountered one browser compatibilty problem: - layout incopatibility with Firefox (I' using Firefox 3.0) in home page: all the (Top Accounts, My Tickets,.) are disposed 1 per column Some language error: - in InventoryUtils.php the error are showed always in English: here the line code echo "Invoice Number already assigned "; - in UpdateCustomInventorySeq.php error always in English: here the code echo "Duplicate Invoice Number. \nInvoice Number already exist "; echo "Duplicate Quote Number. \nQuote Number already exist "; echo "Duplicate SO Number. \nSO Number already exist "; echo "Duplicate PO Number. \nPO Number already exist "; Ing. Roberto Santacroce -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20081024/bed84f5f/attachment.htm From wzhyi at Hillstonenet.com Wed Oct 22 02:54:25 2008 From: wzhyi at Hillstonenet.com (=?gb2312?B?V2VuWmhpIFlpKNLXzsTWvik=?=) Date: Wed, 22 Oct 2008 14:54:25 +0800 Subject: [Vtigercrm-developers] one problem about trouble tickets Message-ID: <3E1DDF94E6F947468DA89D438EB7DCE2478B0EEA@exchange.Hillstonenet.com> Hi, I wan?t know how to add a field in table name trouble tickets ,pls tell me . Thanks! Wenzh Yi Hillstone Networks Tel: (010)82897229-8026 www.hillstonenet.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20081022/b9718446/attachment.html From asha at vtiger.com Wed Oct 22 03:31:19 2008 From: asha at vtiger.com (Asha) Date: Wed, 22 Oct 2008 13:01:19 +0530 Subject: [Vtigercrm-developers] one problem about trouble tickets In-Reply-To: <3E1DDF94E6F947468DA89D438EB7DCE2478B0EEA@exchange.Hillstonenet.com> References: <3E1DDF94E6F947468DA89D438EB7DCE2478B0EEA@exchange.Hillstonenet.com> Message-ID: Hi Wenzh Yi, Most easiest thing is to add a custom field for module Trouble tickets through Settings->Custom Fields Let me know if you are looking for something different. On 10/22/08, WenZhi Yi(???) wrote: > > Hi, > > I wan't know how to add a field in table name trouble tickets ,pls > tell me . > > > > > > Thanks! > > > > Wenzh Yi > Hillstone Networks > Tel: (010)82897229-8026 > www.hillstonenet.com > > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -- Regards, Asha vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20081022/4714539f/attachment.html From wzhyi at Hillstonenet.com Wed Oct 22 04:05:55 2008 From: wzhyi at Hillstonenet.com (=?gb2312?B?V2VuWmhpIFlpKNLXzsTWvik=?=) Date: Wed, 22 Oct 2008 16:05:55 +0800 Subject: =?gb2312?B?tPC4tDogW1Z0aWdlcmNybS1kZXZlbG9wZXJzXSBvbmUgcHJvYmxlbSBhYm91?= =?gb2312?B?dCB0cm91YmxlIHRpY2tldHM=?= In-Reply-To: References: <3E1DDF94E6F947468DA89D438EB7DCE2478B0EEA@exchange.Hillstonenet.com> Message-ID: <3E1DDF94E6F947468DA89D438EB7DCE2478B0F38@exchange.Hillstonenet.com> Hi ,Asha Thank you for your help,my mean: I want to add a field named ?sn? , pls look follows picture, but not add in Custom Fields ,I want my add ?? sn? is look like ?status?,how to do ? I know I will change code if that .but I hope you help me. Regards [cid:image001.png at 01C9345E.5E4F8650] ???: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] ?? Asha ????: 2008?10?22? 15:31 ???: vtigercrm-developers at lists.vtigercrm.com ??: Re: [Vtigercrm-developers] one problem about trouble tickets Hi Wenzh Yi, Most easiest thing is to add a custom field for module Trouble tickets through Settings->Custom Fields Let me know if you are looking for something different. On 10/22/08, WenZhi Yi(???) > wrote: Hi, I wan't know how to add a field in table name trouble tickets ,pls tell me . Thanks! Wenzh Yi Hillstone Networks Tel: (010)82897229-8026 www.hillstonenet.com _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com -- Regards, Asha vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20081022/dab5286b/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 37655 bytes Desc: image001.png Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20081022/dab5286b/attachment.png From prasad at vtiger.com Wed Oct 22 05:55:53 2008 From: prasad at vtiger.com (Prasad) Date: Wed, 22 Oct 2008 15:25:53 +0530 Subject: =?GB2312?B?UmU6ILTwuLQ6IFtWdGlnZXJjcm0tZGV2ZWxvcGVyc10gbw==?= =?GB2312?B?bmUgcHJvYmxlbSBhYm91dCB0cm91YmxlIHRpY2tldHM=?= In-Reply-To: <3E1DDF94E6F947468DA89D438EB7DCE2478B0F38@exchange.Hillstonenet.com> References: <3E1DDF94E6F947468DA89D438EB7DCE2478B0EEA@exchange.Hillstonenet.com> <3E1DDF94E6F947468DA89D438EB7DCE2478B0F38@exchange.Hillstonenet.com> Message-ID: <39d18b250810220255u64de9613p724f4ebaf0df6415@mail.gmail.com> Hi, To create similar to Status field you will need to add Picklist type custom field. When a custom field 'SN' is added, it appears under Custom Information Block. If you want to move it into Trouble Ticket Information block, you will have to update vtiger_field as described below. 1. In table get the blockid of LBL_TICKET_INFORMATION SELECT blockid FROM vtiger_blocks WHERE blocklabel='LBL_TICKET_INFORMATION' 2. Get the fieldid of the new custom field that was added with label 'SN' SELECT * FROM vtiger_field WHERE generatedtype=2 AND fieldlabel='Cost' Note: Save the result record given by previous record. It might be useful to revert back. 3. Now change the field and block association UPDATE vtiger_field set block=BLOCKID where fieldid=FIELDID Here BLOCKID is the value obtained from Step1 and fieldid is the value obtained from Step2 Regards, Prasad vtiger Team On 10/22/08, WenZhi Yi(???) wrote: > > Hi ,Asha > > Thank you for your help,my mean: I want to add a field named > "sn" , pls look follows picture, but not add in Custom Fields ,I want my > add '" sn" is look like "status",how to do ? I know I will change code if > that .but I hope you help me. > > > > Regards > > > > > > > > *???:* vtigercrm-developers-bounces at lists.vtigercrm.com [mailto: > vtigercrm-developers-bounces at lists.vtigercrm.com] *?? *Asha > *????:* 2008?10?22? 15:31 > *???:* vtigercrm-developers at lists.vtigercrm.com > *??:* Re: [Vtigercrm-developers] one problem about trouble tickets > > > > Hi Wenzh Yi, > > Most easiest thing is to add a custom field for module Trouble tickets > through Settings->Custom Fields > > Let me know if you are looking for something different. > > On 10/22/08, *WenZhi Yi(**???)* wrote: > > Hi, > > I wan't know how to add a field in table name trouble tickets ,pls > tell me . > > > > > > Thanks! > > > > Wenzh Yi > Hillstone Networks > Tel: (010)82897229-8026 > www.hillstonenet.com > > > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > > > -- > Regards, > Asha > vtiger Team > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20081022/6a130224/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/png Size: 37655 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20081022/6a130224/attachment-0002.png From wzhyi at Hillstonenet.com Wed Oct 22 22:17:30 2008 From: wzhyi at Hillstonenet.com (=?gb2312?B?V2VuWmhpIFlpKNLXzsTWvik=?=) Date: Thu, 23 Oct 2008 10:17:30 +0800 Subject: =?gb2312?B?tPC4tDogtPC4tDogW1Z0aWdlcmNybS1kZXZlbG9wZXJzXSBvbmUgcHJvYmxl?= =?gb2312?B?bSBhYm91dCB0cm91YmxlIHRpY2tldHM=?= In-Reply-To: <39d18b250810220255u64de9613p724f4ebaf0df6415@mail.gmail.com> References: <3E1DDF94E6F947468DA89D438EB7DCE2478B0EEA@exchange.Hillstonenet.com> <3E1DDF94E6F947468DA89D438EB7DCE2478B0F38@exchange.Hillstonenet.com> <39d18b250810220255u64de9613p724f4ebaf0df6415@mail.gmail.com> Message-ID: <3E1DDF94E6F947468DA89D438EB7DCE2478B1053@exchange.Hillstonenet.com> Hi, Thank you very much for your point,it?t is very usefull to me,I will try to this way today . Best regards! ???: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] ?? Prasad ????: 2008?10?22? 17:56 ???: vtigercrm-developers at lists.vtigercrm.com ??: Re: ??: [Vtigercrm-developers] one problem about trouble tickets Hi, To create similar to Status field you will need to add Picklist type custom field. When a custom field 'SN' is added, it appears under Custom Information Block. If you want to move it into Trouble Ticket Information block, you will have to update vtiger_field as described below. 1. In table get the blockid of LBL_TICKET_INFORMATION SELECT blockid FROM vtiger_blocks WHERE blocklabel='LBL_TICKET_INFORMATION' 2. Get the fieldid of the new custom field that was added with label 'SN' SELECT * FROM vtiger_field WHERE generatedtype=2 AND fieldlabel='Cost' Note: Save the result record given by previous record. It might be useful to revert back. 3. Now change the field and block association UPDATE vtiger_field set block=BLOCKID where fieldid=FIELDID Here BLOCKID is the value obtained from Step1 and fieldid is the value obtained from Step2 Regards, Prasad vtiger Team On 10/22/08, WenZhi Yi(???) > wrote: Hi ,Asha Thank you for your help,my mean: I want to add a field named "sn" , pls look follows picture, but not add in Custom Fields ,I want my add '" sn" is look like "status",how to do ? I know I will change code if that .but I hope you help me. Regards [cid:image001.png at 01C934F7.DDC4D2C0] ???: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] ?? Asha ????: 2008?10?22? 15:31 ???: vtigercrm-developers at lists.vtigercrm.com ??: Re: [Vtigercrm-developers] one problem about trouble tickets Hi Wenzh Yi, Most easiest thing is to add a custom field for module Trouble tickets through Settings->Custom Fields Let me know if you are looking for something different. On 10/22/08, WenZhi Yi(???) > wrote: Hi, I wan't know how to add a field in table name trouble tickets ,pls tell me . Thanks! Wenzh Yi Hillstone Networks Tel: (010)82897229-8026 www.hillstonenet.com _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com -- Regards, Asha vtiger Team _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20081023/3b9072e2/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 37655 bytes Desc: image001.png Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20081023/3b9072e2/attachment.png From prasad at vtiger.com Thu Oct 23 04:21:08 2008 From: prasad at vtiger.com (Prasad) Date: Thu, 23 Oct 2008 13:51:08 +0530 Subject: [Vtigercrm-developers] vtiger CRM Webservices Message-ID: <39d18b250810230121h53344a74tf253f4bea82b8c5f@mail.gmail.com> Dear Team, The latest update of vtiger CRM 5.1introduced new support for Web Services. The vtiger CRM Web Services API provides a well-defined API for development of new plugins and integration of third-party applications. This will ease development of applications/plugins around vtiger CRM and simplify integration with external applications as well. We have provided a web services client library and a complete sample application to help with development of web services client applications. vtwsclib - *Web Services Client Library* vtwsclib (vtiger CRM Web Services Client Library) provides wrapper classes for PHP, Javascript, and Python, to use vtiger CRM web services. Using this library you can write new applications that integrate with vtiger CRM. Project URL: http://forge.vtiger.com/projects/vtwsclib/ Download URL: http://forge.vtiger.com/frs/?group_id=181&release_id=459 Included is the sample application described below. *vtclient *- Sample Web Services Client Application vtclient is a simple vtiger CRM client suitable for mobile devices and other web devices that require simple HTML user interfaces. It is a sample web services client application written using the PHP client library provided by vtwsclib. Check out the demo application vtclient here: http://74.201.117.171/vtiger/demo/vtclient/ Please try the web services client library and let us know your feedback. Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20081023/97bd4d4c/attachment.html From info at nablacom.it Fri Oct 24 05:27:42 2008 From: info at nablacom.it (Nablacom) Date: Fri, 24 Oct 2008 11:27:42 +0200 Subject: [Vtigercrm-developers] Testing Vtiger 5.1 Message-ID: I have encountered one browser compatibilty problem: - layout incopatibility with Firefox (I' using Firefox 3.0) in home page: all the (Top Accounts, My Tickets,.) are disposed 1 per column Some language error: - in InventoryUtils.php the error are showed always in English: here the line code echo "Invoice Number already assigned "; - in UpdateCustomInventorySeq.php error always in English: here the code echo "Duplicate Invoice Number. \nInvoice Number already exist "; echo "Duplicate Quote Number. \nQuote Number already exist "; echo "Duplicate SO Number. \nSO Number already exist "; echo "Duplicate PO Number. \nPO Number already exist "; Ing. Roberto Santacroce -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20081024/bed84f5f/attachment.html From wzhyi at Hillstonenet.com Wed Oct 22 02:54:25 2008 From: wzhyi at Hillstonenet.com (=?gb2312?B?V2VuWmhpIFlpKNLXzsTWvik=?=) Date: Wed, 22 Oct 2008 14:54:25 +0800 Subject: [Vtigercrm-developers] one problem about trouble tickets Message-ID: <3E1DDF94E6F947468DA89D438EB7DCE2478B0EEA@exchange.Hillstonenet.com> Hi, I wan?t know how to add a field in table name trouble tickets ,pls tell me . Thanks! Wenzh Yi Hillstone Networks Tel: (010)82897229-8026 www.hillstonenet.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20081022/b9718446/attachment-0001.html From asha at vtiger.com Wed Oct 22 03:31:19 2008 From: asha at vtiger.com (Asha) Date: Wed, 22 Oct 2008 13:01:19 +0530 Subject: [Vtigercrm-developers] one problem about trouble tickets In-Reply-To: <3E1DDF94E6F947468DA89D438EB7DCE2478B0EEA@exchange.Hillstonenet.com> References: <3E1DDF94E6F947468DA89D438EB7DCE2478B0EEA@exchange.Hillstonenet.com> Message-ID: Hi Wenzh Yi, Most easiest thing is to add a custom field for module Trouble tickets through Settings->Custom Fields Let me know if you are looking for something different. On 10/22/08, WenZhi Yi(???) wrote: > > Hi, > > I wan't know how to add a field in table name trouble tickets ,pls > tell me . > > > > > > Thanks! > > > > Wenzh Yi > Hillstone Networks > Tel: (010)82897229-8026 > www.hillstonenet.com > > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -- Regards, Asha vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20081022/4714539f/attachment-0001.html From wzhyi at Hillstonenet.com Wed Oct 22 04:05:55 2008 From: wzhyi at Hillstonenet.com (=?gb2312?B?V2VuWmhpIFlpKNLXzsTWvik=?=) Date: Wed, 22 Oct 2008 16:05:55 +0800 Subject: =?gb2312?B?tPC4tDogW1Z0aWdlcmNybS1kZXZlbG9wZXJzXSBvbmUgcHJvYmxlbSBhYm91?= =?gb2312?B?dCB0cm91YmxlIHRpY2tldHM=?= In-Reply-To: References: <3E1DDF94E6F947468DA89D438EB7DCE2478B0EEA@exchange.Hillstonenet.com> Message-ID: <3E1DDF94E6F947468DA89D438EB7DCE2478B0F38@exchange.Hillstonenet.com> Hi ,Asha Thank you for your help,my mean: I want to add a field named ?sn? , pls look follows picture, but not add in Custom Fields ,I want my add ?? sn? is look like ?status?,how to do ? I know I will change code if that .but I hope you help me. Regards [cid:image001.png at 01C9345E.5E4F8650] ???: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] ?? Asha ????: 2008?10?22? 15:31 ???: vtigercrm-developers at lists.vtigercrm.com ??: Re: [Vtigercrm-developers] one problem about trouble tickets Hi Wenzh Yi, Most easiest thing is to add a custom field for module Trouble tickets through Settings->Custom Fields Let me know if you are looking for something different. On 10/22/08, WenZhi Yi(???) > wrote: Hi, I wan't know how to add a field in table name trouble tickets ,pls tell me . Thanks! Wenzh Yi Hillstone Networks Tel: (010)82897229-8026 www.hillstonenet.com _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com -- Regards, Asha vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20081022/dab5286b/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 37655 bytes Desc: image001.png Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20081022/dab5286b/attachment-0001.png From prasad at vtiger.com Wed Oct 22 05:55:53 2008 From: prasad at vtiger.com (Prasad) Date: Wed, 22 Oct 2008 15:25:53 +0530 Subject: =?GB2312?B?UmU6ILTwuLQ6IFtWdGlnZXJjcm0tZGV2ZWxvcGVyc10gbw==?= =?GB2312?B?bmUgcHJvYmxlbSBhYm91dCB0cm91YmxlIHRpY2tldHM=?= In-Reply-To: <3E1DDF94E6F947468DA89D438EB7DCE2478B0F38@exchange.Hillstonenet.com> References: <3E1DDF94E6F947468DA89D438EB7DCE2478B0EEA@exchange.Hillstonenet.com> <3E1DDF94E6F947468DA89D438EB7DCE2478B0F38@exchange.Hillstonenet.com> Message-ID: <39d18b250810220255u64de9613p724f4ebaf0df6415@mail.gmail.com> Hi, To create similar to Status field you will need to add Picklist type custom field. When a custom field 'SN' is added, it appears under Custom Information Block. If you want to move it into Trouble Ticket Information block, you will have to update vtiger_field as described below. 1. In table get the blockid of LBL_TICKET_INFORMATION SELECT blockid FROM vtiger_blocks WHERE blocklabel='LBL_TICKET_INFORMATION' 2. Get the fieldid of the new custom field that was added with label 'SN' SELECT * FROM vtiger_field WHERE generatedtype=2 AND fieldlabel='Cost' Note: Save the result record given by previous record. It might be useful to revert back. 3. Now change the field and block association UPDATE vtiger_field set block=BLOCKID where fieldid=FIELDID Here BLOCKID is the value obtained from Step1 and fieldid is the value obtained from Step2 Regards, Prasad vtiger Team On 10/22/08, WenZhi Yi(???) wrote: > > Hi ,Asha > > Thank you for your help,my mean: I want to add a field named > "sn" , pls look follows picture, but not add in Custom Fields ,I want my > add '" sn" is look like "status",how to do ? I know I will change code if > that .but I hope you help me. > > > > Regards > > > > > > > > *???:* vtigercrm-developers-bounces at lists.vtigercrm.com [mailto: > vtigercrm-developers-bounces at lists.vtigercrm.com] *?? *Asha > *????:* 2008?10?22? 15:31 > *???:* vtigercrm-developers at lists.vtigercrm.com > *??:* Re: [Vtigercrm-developers] one problem about trouble tickets > > > > Hi Wenzh Yi, > > Most easiest thing is to add a custom field for module Trouble tickets > through Settings->Custom Fields > > Let me know if you are looking for something different. > > On 10/22/08, *WenZhi Yi(**???)* wrote: > > Hi, > > I wan't know how to add a field in table name trouble tickets ,pls > tell me . > > > > > > Thanks! > > > > Wenzh Yi > Hillstone Networks > Tel: (010)82897229-8026 > www.hillstonenet.com > > > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > > > -- > Regards, > Asha > vtiger Team > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20081022/6a130224/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/png Size: 37655 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20081022/6a130224/attachment-0003.png From wzhyi at Hillstonenet.com Wed Oct 22 22:17:30 2008 From: wzhyi at Hillstonenet.com (=?gb2312?B?V2VuWmhpIFlpKNLXzsTWvik=?=) Date: Thu, 23 Oct 2008 10:17:30 +0800 Subject: =?gb2312?B?tPC4tDogtPC4tDogW1Z0aWdlcmNybS1kZXZlbG9wZXJzXSBvbmUgcHJvYmxl?= =?gb2312?B?bSBhYm91dCB0cm91YmxlIHRpY2tldHM=?= In-Reply-To: <39d18b250810220255u64de9613p724f4ebaf0df6415@mail.gmail.com> References: <3E1DDF94E6F947468DA89D438EB7DCE2478B0EEA@exchange.Hillstonenet.com> <3E1DDF94E6F947468DA89D438EB7DCE2478B0F38@exchange.Hillstonenet.com> <39d18b250810220255u64de9613p724f4ebaf0df6415@mail.gmail.com> Message-ID: <3E1DDF94E6F947468DA89D438EB7DCE2478B1053@exchange.Hillstonenet.com> Hi, Thank you very much for your point,it?t is very usefull to me,I will try to this way today . Best regards! ???: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] ?? Prasad ????: 2008?10?22? 17:56 ???: vtigercrm-developers at lists.vtigercrm.com ??: Re: ??: [Vtigercrm-developers] one problem about trouble tickets Hi, To create similar to Status field you will need to add Picklist type custom field. When a custom field 'SN' is added, it appears under Custom Information Block. If you want to move it into Trouble Ticket Information block, you will have to update vtiger_field as described below. 1. In table get the blockid of LBL_TICKET_INFORMATION SELECT blockid FROM vtiger_blocks WHERE blocklabel='LBL_TICKET_INFORMATION' 2. Get the fieldid of the new custom field that was added with label 'SN' SELECT * FROM vtiger_field WHERE generatedtype=2 AND fieldlabel='Cost' Note: Save the result record given by previous record. It might be useful to revert back. 3. Now change the field and block association UPDATE vtiger_field set block=BLOCKID where fieldid=FIELDID Here BLOCKID is the value obtained from Step1 and fieldid is the value obtained from Step2 Regards, Prasad vtiger Team On 10/22/08, WenZhi Yi(???) > wrote: Hi ,Asha Thank you for your help,my mean: I want to add a field named "sn" , pls look follows picture, but not add in Custom Fields ,I want my add '" sn" is look like "status",how to do ? I know I will change code if that .but I hope you help me. Regards [cid:image001.png at 01C934F7.DDC4D2C0] ???: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] ?? Asha ????: 2008?10?22? 15:31 ???: vtigercrm-developers at lists.vtigercrm.com ??: Re: [Vtigercrm-developers] one problem about trouble tickets Hi Wenzh Yi, Most easiest thing is to add a custom field for module Trouble tickets through Settings->Custom Fields Let me know if you are looking for something different. On 10/22/08, WenZhi Yi(???) > wrote: Hi, I wan't know how to add a field in table name trouble tickets ,pls tell me . Thanks! Wenzh Yi Hillstone Networks Tel: (010)82897229-8026 www.hillstonenet.com _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com -- Regards, Asha vtiger Team _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20081023/3b9072e2/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 37655 bytes Desc: image001.png Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20081023/3b9072e2/attachment-0001.png From prasad at vtiger.com Thu Oct 23 04:21:08 2008 From: prasad at vtiger.com (Prasad) Date: Thu, 23 Oct 2008 13:51:08 +0530 Subject: [Vtigercrm-developers] vtiger CRM Webservices Message-ID: <39d18b250810230121h53344a74tf253f4bea82b8c5f@mail.gmail.com> Dear Team, The latest update of vtiger CRM 5.1introduced new support for Web Services. The vtiger CRM Web Services API provides a well-defined API for development of new plugins and integration of third-party applications. This will ease development of applications/plugins around vtiger CRM and simplify integration with external applications as well. We have provided a web services client library and a complete sample application to help with development of web services client applications. vtwsclib - *Web Services Client Library* vtwsclib (vtiger CRM Web Services Client Library) provides wrapper classes for PHP, Javascript, and Python, to use vtiger CRM web services. Using this library you can write new applications that integrate with vtiger CRM. Project URL: http://forge.vtiger.com/projects/vtwsclib/ Download URL: http://forge.vtiger.com/frs/?group_id=181&release_id=459 Included is the sample application described below. *vtclient *- Sample Web Services Client Application vtclient is a simple vtiger CRM client suitable for mobile devices and other web devices that require simple HTML user interfaces. It is a sample web services client application written using the PHP client library provided by vtwsclib. Check out the demo application vtclient here: http://74.201.117.171/vtiger/demo/vtclient/ Please try the web services client library and let us know your feedback. Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20081023/97bd4d4c/attachment-0001.html From info at nablacom.it Fri Oct 24 05:27:42 2008 From: info at nablacom.it (Nablacom) Date: Fri, 24 Oct 2008 11:27:42 +0200 Subject: [Vtigercrm-developers] Testing Vtiger 5.1 Message-ID: I have encountered one browser compatibilty problem: - layout incopatibility with Firefox (I' using Firefox 3.0) in home page: all the (Top Accounts, My Tickets,.) are disposed 1 per column Some language error: - in InventoryUtils.php the error are showed always in English: here the line code echo "Invoice Number already assigned "; - in UpdateCustomInventorySeq.php error always in English: here the code echo "Duplicate Invoice Number. \nInvoice Number already exist "; echo "Duplicate Quote Number. \nQuote Number already exist "; echo "Duplicate SO Number. \nSO Number already exist "; echo "Duplicate PO Number. \nPO Number already exist "; Ing. Roberto Santacroce -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20081024/bed84f5f/attachment-0001.html From wzhyi at Hillstonenet.com Wed Oct 22 02:54:25 2008 From: wzhyi at Hillstonenet.com (=?gb2312?B?V2VuWmhpIFlpKNLXzsTWvik=?=) Date: Wed, 22 Oct 2008 14:54:25 +0800 Subject: [Vtigercrm-developers] one problem about trouble tickets Message-ID: <3E1DDF94E6F947468DA89D438EB7DCE2478B0EEA@exchange.Hillstonenet.com> Hi, I wan?t know how to add a field in table name trouble tickets ,pls tell me . Thanks! Wenzh Yi Hillstone Networks Tel: (010)82897229-8026 www.hillstonenet.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20081022/b9718446/attachment-0002.html From asha at vtiger.com Wed Oct 22 03:31:19 2008 From: asha at vtiger.com (Asha) Date: Wed, 22 Oct 2008 13:01:19 +0530 Subject: [Vtigercrm-developers] one problem about trouble tickets In-Reply-To: <3E1DDF94E6F947468DA89D438EB7DCE2478B0EEA@exchange.Hillstonenet.com> References: <3E1DDF94E6F947468DA89D438EB7DCE2478B0EEA@exchange.Hillstonenet.com> Message-ID: Hi Wenzh Yi, Most easiest thing is to add a custom field for module Trouble tickets through Settings->Custom Fields Let me know if you are looking for something different. On 10/22/08, WenZhi Yi(???) wrote: > > Hi, > > I wan't know how to add a field in table name trouble tickets ,pls > tell me . > > > > > > Thanks! > > > > Wenzh Yi > Hillstone Networks > Tel: (010)82897229-8026 > www.hillstonenet.com > > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -- Regards, Asha vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20081022/4714539f/attachment-0002.html From wzhyi at Hillstonenet.com Wed Oct 22 04:05:55 2008 From: wzhyi at Hillstonenet.com (=?gb2312?B?V2VuWmhpIFlpKNLXzsTWvik=?=) Date: Wed, 22 Oct 2008 16:05:55 +0800 Subject: =?gb2312?B?tPC4tDogW1Z0aWdlcmNybS1kZXZlbG9wZXJzXSBvbmUgcHJvYmxlbSBhYm91?= =?gb2312?B?dCB0cm91YmxlIHRpY2tldHM=?= In-Reply-To: References: <3E1DDF94E6F947468DA89D438EB7DCE2478B0EEA@exchange.Hillstonenet.com> Message-ID: <3E1DDF94E6F947468DA89D438EB7DCE2478B0F38@exchange.Hillstonenet.com> Hi ,Asha Thank you for your help,my mean: I want to add a field named ?sn? , pls look follows picture, but not add in Custom Fields ,I want my add ?? sn? is look like ?status?,how to do ? I know I will change code if that .but I hope you help me. Regards [cid:image001.png at 01C9345E.5E4F8650] ???: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] ?? Asha ????: 2008?10?22? 15:31 ???: vtigercrm-developers at lists.vtigercrm.com ??: Re: [Vtigercrm-developers] one problem about trouble tickets Hi Wenzh Yi, Most easiest thing is to add a custom field for module Trouble tickets through Settings->Custom Fields Let me know if you are looking for something different. On 10/22/08, WenZhi Yi(???) > wrote: Hi, I wan't know how to add a field in table name trouble tickets ,pls tell me . Thanks! Wenzh Yi Hillstone Networks Tel: (010)82897229-8026 www.hillstonenet.com _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com -- Regards, Asha vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20081022/dab5286b/attachment-0002.html -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 37655 bytes Desc: image001.png Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20081022/dab5286b/attachment-0002.png From prasad at vtiger.com Wed Oct 22 05:55:53 2008 From: prasad at vtiger.com (Prasad) Date: Wed, 22 Oct 2008 15:25:53 +0530 Subject: =?GB2312?B?UmU6ILTwuLQ6IFtWdGlnZXJjcm0tZGV2ZWxvcGVyc10gbw==?= =?GB2312?B?bmUgcHJvYmxlbSBhYm91dCB0cm91YmxlIHRpY2tldHM=?= In-Reply-To: <3E1DDF94E6F947468DA89D438EB7DCE2478B0F38@exchange.Hillstonenet.com> References: <3E1DDF94E6F947468DA89D438EB7DCE2478B0EEA@exchange.Hillstonenet.com> <3E1DDF94E6F947468DA89D438EB7DCE2478B0F38@exchange.Hillstonenet.com> Message-ID: <39d18b250810220255u64de9613p724f4ebaf0df6415@mail.gmail.com> Hi, To create similar to Status field you will need to add Picklist type custom field. When a custom field 'SN' is added, it appears under Custom Information Block. If you want to move it into Trouble Ticket Information block, you will have to update vtiger_field as described below. 1. In table get the blockid of LBL_TICKET_INFORMATION SELECT blockid FROM vtiger_blocks WHERE blocklabel='LBL_TICKET_INFORMATION' 2. Get the fieldid of the new custom field that was added with label 'SN' SELECT * FROM vtiger_field WHERE generatedtype=2 AND fieldlabel='Cost' Note: Save the result record given by previous record. It might be useful to revert back. 3. Now change the field and block association UPDATE vtiger_field set block=BLOCKID where fieldid=FIELDID Here BLOCKID is the value obtained from Step1 and fieldid is the value obtained from Step2 Regards, Prasad vtiger Team On 10/22/08, WenZhi Yi(???) wrote: > > Hi ,Asha > > Thank you for your help,my mean: I want to add a field named > "sn" , pls look follows picture, but not add in Custom Fields ,I want my > add '" sn" is look like "status",how to do ? I know I will change code if > that .but I hope you help me. > > > > Regards > > > > > > > > *???:* vtigercrm-developers-bounces at lists.vtigercrm.com [mailto: > vtigercrm-developers-bounces at lists.vtigercrm.com] *?? *Asha > *????:* 2008?10?22? 15:31 > *???:* vtigercrm-developers at lists.vtigercrm.com > *??:* Re: [Vtigercrm-developers] one problem about trouble tickets > > > > Hi Wenzh Yi, > > Most easiest thing is to add a custom field for module Trouble tickets > through Settings->Custom Fields > > Let me know if you are looking for something different. > > On 10/22/08, *WenZhi Yi(**???)* wrote: > > Hi, > > I wan't know how to add a field in table name trouble tickets ,pls > tell me . > > > > > > Thanks! > > > > Wenzh Yi > Hillstone Networks > Tel: (010)82897229-8026 > www.hillstonenet.com > > > > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > > > > > -- > Regards, > Asha > vtiger Team > > _______________________________________________ > Reach hundreds of potential candidates - http://jobs.vtiger.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20081022/6a130224/attachment-0002.html -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/png Size: 37655 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20081022/6a130224/attachment-0004.png From wzhyi at Hillstonenet.com Wed Oct 22 22:17:30 2008 From: wzhyi at Hillstonenet.com (=?gb2312?B?V2VuWmhpIFlpKNLXzsTWvik=?=) Date: Thu, 23 Oct 2008 10:17:30 +0800 Subject: =?gb2312?B?tPC4tDogtPC4tDogW1Z0aWdlcmNybS1kZXZlbG9wZXJzXSBvbmUgcHJvYmxl?= =?gb2312?B?bSBhYm91dCB0cm91YmxlIHRpY2tldHM=?= In-Reply-To: <39d18b250810220255u64de9613p724f4ebaf0df6415@mail.gmail.com> References: <3E1DDF94E6F947468DA89D438EB7DCE2478B0EEA@exchange.Hillstonenet.com> <3E1DDF94E6F947468DA89D438EB7DCE2478B0F38@exchange.Hillstonenet.com> <39d18b250810220255u64de9613p724f4ebaf0df6415@mail.gmail.com> Message-ID: <3E1DDF94E6F947468DA89D438EB7DCE2478B1053@exchange.Hillstonenet.com> Hi, Thank you very much for your point,it?t is very usefull to me,I will try to this way today . Best regards! ???: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] ?? Prasad ????: 2008?10?22? 17:56 ???: vtigercrm-developers at lists.vtigercrm.com ??: Re: ??: [Vtigercrm-developers] one problem about trouble tickets Hi, To create similar to Status field you will need to add Picklist type custom field. When a custom field 'SN' is added, it appears under Custom Information Block. If you want to move it into Trouble Ticket Information block, you will have to update vtiger_field as described below. 1. In table get the blockid of LBL_TICKET_INFORMATION SELECT blockid FROM vtiger_blocks WHERE blocklabel='LBL_TICKET_INFORMATION' 2. Get the fieldid of the new custom field that was added with label 'SN' SELECT * FROM vtiger_field WHERE generatedtype=2 AND fieldlabel='Cost' Note: Save the result record given by previous record. It might be useful to revert back. 3. Now change the field and block association UPDATE vtiger_field set block=BLOCKID where fieldid=FIELDID Here BLOCKID is the value obtained from Step1 and fieldid is the value obtained from Step2 Regards, Prasad vtiger Team On 10/22/08, WenZhi Yi(???) > wrote: Hi ,Asha Thank you for your help,my mean: I want to add a field named "sn" , pls look follows picture, but not add in Custom Fields ,I want my add '" sn" is look like "status",how to do ? I know I will change code if that .but I hope you help me. Regards [cid:image001.png at 01C934F7.DDC4D2C0] ???: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] ?? Asha ????: 2008?10?22? 15:31 ???: vtigercrm-developers at lists.vtigercrm.com ??: Re: [Vtigercrm-developers] one problem about trouble tickets Hi Wenzh Yi, Most easiest thing is to add a custom field for module Trouble tickets through Settings->Custom Fields Let me know if you are looking for something different. On 10/22/08, WenZhi Yi(???) > wrote: Hi, I wan't know how to add a field in table name trouble tickets ,pls tell me . Thanks! Wenzh Yi Hillstone Networks Tel: (010)82897229-8026 www.hillstonenet.com _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com -- Regards, Asha vtiger Team _______________________________________________ Reach hundreds of potential candidates - http://jobs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20081023/3b9072e2/attachment-0002.html -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 37655 bytes Desc: image001.png Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20081023/3b9072e2/attachment-0002.png From prasad at vtiger.com Thu Oct 23 04:21:08 2008 From: prasad at vtiger.com (Prasad) Date: Thu, 23 Oct 2008 13:51:08 +0530 Subject: [Vtigercrm-developers] vtiger CRM Webservices Message-ID: <39d18b250810230121h53344a74tf253f4bea82b8c5f@mail.gmail.com> Dear Team, The latest update of vtiger CRM 5.1introduced new support for Web Services. The vtiger CRM Web Services API provides a well-defined API for development of new plugins and integration of third-party applications. This will ease development of applications/plugins around vtiger CRM and simplify integration with external applications as well. We have provided a web services client library and a complete sample application to help with development of web services client applications. vtwsclib - *Web Services Client Library* vtwsclib (vtiger CRM Web Services Client Library) provides wrapper classes for PHP, Javascript, and Python, to use vtiger CRM web services. Using this library you can write new applications that integrate with vtiger CRM. Project URL: http://forge.vtiger.com/projects/vtwsclib/ Download URL: http://forge.vtiger.com/frs/?group_id=181&release_id=459 Included is the sample application described below. *vtclient *- Sample Web Services Client Application vtclient is a simple vtiger CRM client suitable for mobile devices and other web devices that require simple HTML user interfaces. It is a sample web services client application written using the PHP client library provided by vtwsclib. Check out the demo application vtclient here: http://74.201.117.171/vtiger/demo/vtclient/ Please try the web services client library and let us know your feedback. Regards, Prasad vtiger Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20081023/97bd4d4c/attachment-0002.html From info at nablacom.it Fri Oct 24 05:27:42 2008 From: info at nablacom.it (Nablacom) Date: Fri, 24 Oct 2008 11:27:42 +0200 Subject: [Vtigercrm-developers] Testing Vtiger 5.1 Message-ID: I have encountered one browser compatibilty problem: - layout incopatibility with Firefox (I' using Firefox 3.0) in home page: all the (Top Accounts, My Tickets,.) are disposed 1 per column Some language error: - in InventoryUtils.php the error are showed always in English: here the line code echo "Invoice Number already assigned "; - in UpdateCustomInventorySeq.php error always in English: here the code echo "Duplicate Invoice Number. \nInvoice Number already exist "; echo "Duplicate Quote Number. \nQuote Number already exist "; echo "Duplicate SO Number. \nSO Number already exist "; echo "Duplicate PO Number. \nPO Number already exist "; Ing. Roberto Santacroce -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20081024/bed84f5f/attachment-0002.html