Care Features

Discover, Explore the Product
Discover, Explore & understanding the product

Art Direction & Brand Strategy
Art Direction & Brand Communication

Product UX, Design & Development
Digital Product UX, Design & Development

Marketing Strategy & SEO Campaigns
Marketing Strategy & seo Campaigns

How to create custom field in module in vTigerCRM
Creating a custom field in a module in vTigerCRM (Open Source) is fairly straightforward using the built-in Module Manager or through code/database, depending on your approach. In vTigerCRM, creating a custom field in a module involves using the built-in Module Manager. Here’s a brief description of the process:
[…] Continue Reading
How To Install Linux, Apache, MySQL, PHP (LAMP)
The LAMP stack is a popular open-source web development platform used to host dynamic websites and applications. It consists of Linux (the operating system), Apache (the web server), MySQL (the database server), and PHP (the programming language). Here’s a brief overview of the installation process:
[…] Continue Reading
how to setup and use Googles Firebase push notification API for both Android and iOS
Below is a full tutorial on how to setup and use Googles Firebase push notification API for both Android and iOS. It is based on this earlier implementation of Googles GCM method: https://gist.github.com/prime31/5675017 – FCM is the new method and GCM will eventually be retired.
[…] Continue Reading
How to create a custom view of type Detail in Sugar CRM or Suite CRM
How to create a custom view of type Detail in SugarCRM CE 6.5 or SuiteCRM. In SugarCRM CE 6.5 or in SuiteCRM there is the standard DetailView mask that allows you to Edit,Delete an object of a specific module, there is also the send mail, SMS and converts that can be used to quickly access […]
[…] Continue Reading
Showing all errors and warnings in PHP
Four different ways to display errors in PHP Before diving into the details of managing and logging errors in PHP, let’s outline the four main ways to display errors in PHP:
[…] Continue Reading
How to create a custom view of type List in Sugar CRM or Suite CRM
How to create a custom view of type List in SugarCRM CE 6.5 or SuiteCRM. In SugarCRM CE 6.5 or in SuiteCRM there is the standard ListView mask that allows you to Filter and Search an object of a specific module, there is also the List that can be used to quickly access an object.
[…] Continue Reading
Create new UI Type in vTigerCRM 7.*
In vTigerCRM 7.x, creating a new UI type involves extending the existing framework to add custom fields with unique behavior. A UI type defines how a field appears and interacts within the CRM, including its behavior during data entry, display, and processing.
[…] Continue Reading
Write a php Program to calculate frequency of each character of string without using HashMap.
Write a PHP program to calculate the frequency of each character in a given string. The program should count and display the occurrences of each character without using any built-in data structures like HashMap or associative arrays. This can be achieved using nested loops and basic string operations to manually count character frequencies.
[…] Continue Reading
How to add relationship in vTigerCRM 7.*
In vTigerCRM 7.*, you can add relationships between modules (e.g., Contacts, Organizations, or custom modules) to establish meaningful connections and improve data management. Here’s a quick overview:
[…] Continue Reading
How to create a custom view of type Edit in Sugar CRM or Suite CRM
How to create a custom view of type Edit in SugarCRM CE 6.5 or SuiteCRM. In SugarCRM CE 6.5 or in SuiteCRM there is the standard EditView mask that allows you to insert/modify an object of a specific module, there is also the QuickCreate that can be used to quickly insert an object.
[…] Continue Reading