Difference between revisions of "En/vtigercrm intro"
(Added link to the date field customization page) |
(Added link to the VtigerCRM dedicated contacts page) |
||
Line 1: | Line 1: | ||
− | + | {{header_en|title=StudioSG VtigerCRM page| keyword={{Template:keyword_en_vtigercrm}}| description=A selection of white papers about the open source CRM VtigerCRM | link_page=vtigercrm_intro}} | |
+ | == VtigerCRM == | ||
− | + | '''VtigerCRM''' is a '''Customer Relationship Management''' (CRM) software with a rich set of features covering '''marketing campaigns''', '''sales''' and '''post sale''' management. '''VtigerCRM''' is an Open Source software entirely written in '''Php''' and relying onto a '''MySql''' database. The program can be accessed through any standard Web Browser. It requires no per seat installation and only needs a configured Web Server to provide access to the web pages. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Source code availability permits anyone to '''customize the software''' to his own needs, or to expand it by writing new modules and merging them to existing ones. | Source code availability permits anyone to '''customize the software''' to his own needs, or to expand it by writing new modules and merging them to existing ones. | ||
− | If you are interested in | + | If you are interested in VtigerCRM and seek further information some useful links are: |
: [http://www.vtiger.com The project official web page] | : [http://www.vtiger.com The project official web page] | ||
− | : [http://www.vtiger.com/blogs | + | : [http://www.vtiger.com/blogs The project blog] |
+ | |||
+ | '''StudioSG''' is responsible for installing, configuring, customizing and developing modules for VtigerCRM. Were You interested in our services, please contact us at our [[studiosg: About | contacts]] or through the [[Special:Contact/vtigercrm_en | specific form]]. Thank You. | ||
== Developer Documentation == | == Developer Documentation == | ||
− | When I first started offering | + | When I first started offering VtigerCRM related support and development services the hardest challenge I met consisted in '''the lack of comprehensive documentation'''. Much can be learned reading project related blogs and articles, but this sums up to a slow sometimes frustrating process. Information organization is chaotic and difficult to search in for developers in particular. Below you'll find some '''notes''' I took to '''synthesize the program main features'''. It still is a work in progress and is not and does not want to be a substitute for the official documentation, but I share it in the hope that it could be helpful to other developers. Regard it as an '''introduction to VtigerCRM'''. |
− | + | === VtigerCRM internals === | |
− | === | ||
Learning VtigerCRM internals will certainly give you an edge while troubleshooting and debugging customized modules both during development phase and later on. It will consent to spot '''controls strange behavior''' and inconsistencies and perform '''aimed analysis of data''' saved into the database tables during all of the information life cycle. Some notes follow: | Learning VtigerCRM internals will certainly give you an edge while troubleshooting and debugging customized modules both during development phase and later on. It will consent to spot '''controls strange behavior''' and inconsistencies and perform '''aimed analysis of data''' saved into the database tables during all of the information life cycle. Some notes follow: | ||
− | * | + | * [[vtigercrm_field_properties | VtigerCRM 5 field properties]] |
− | + | * [[Vtigercrm_data_type | Data types used with VtigerCRM form fields]] | |
+ | * [[Vtigercrm_widget_type | Widget used with VtigerCRM form fields]] | ||
+ | === Updating === | ||
+ | * [[vtigercrm_version_update | Version upgrade (5.1.0 ⇒ 5.2.1)]] | ||
=== Errors === | === Errors === | ||
+ | * [[vtigercrm_errors | VtigerCRM 5 common errors and solutions]] | ||
− | * | + | === Permission Management === |
− | + | * [[vtigercrm_security | VtigerCRM 5 security internals]] | |
+ | * [[vtigercrm_department_management | Configuring departments in VtigerCRM 5, an example]] | ||
+ | === VtigerCRM Customization === | ||
+ | * [[vtigercrm_translation_tips | VtigerCRM 5 translation tips]] | ||
+ | * [[vtigercrm_update_date_field_default_behavior | Customize Date Field Behavior in VtigerCRM 5]] | ||
− | |||
− | + | For any feedback, questions, errors and such, please e-mail me at ''studiosg [at] giustetti [dot] net'' | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | External Links | ||
− | |||
− | |||
− | |||
---- | ---- | ||
− | + | * [http://www.vtiger.com The project official web page] | |
− | + | * [http://www.vtiger.com/blogs The project blog] | |
---- | ---- | ||
− | + | {{footer_en | link_page=vtigercrm_intro}} |
Revision as of 14:13, 15 April 2016
Welcome to Simone Giustetti's wiki pages.
Languages: English - Italiano
VtigerCRM
VtigerCRM is a Customer Relationship Management (CRM) software with a rich set of features covering marketing campaigns, sales and post sale management. VtigerCRM is an Open Source software entirely written in Php and relying onto a MySql database. The program can be accessed through any standard Web Browser. It requires no per seat installation and only needs a configured Web Server to provide access to the web pages.
Source code availability permits anyone to customize the software to his own needs, or to expand it by writing new modules and merging them to existing ones.
If you are interested in VtigerCRM and seek further information some useful links are:
StudioSG is responsible for installing, configuring, customizing and developing modules for VtigerCRM. Were You interested in our services, please contact us at our contacts or through the specific form. Thank You.
Developer Documentation
When I first started offering VtigerCRM related support and development services the hardest challenge I met consisted in the lack of comprehensive documentation. Much can be learned reading project related blogs and articles, but this sums up to a slow sometimes frustrating process. Information organization is chaotic and difficult to search in for developers in particular. Below you'll find some notes I took to synthesize the program main features. It still is a work in progress and is not and does not want to be a substitute for the official documentation, but I share it in the hope that it could be helpful to other developers. Regard it as an introduction to VtigerCRM.
VtigerCRM internals
Learning VtigerCRM internals will certainly give you an edge while troubleshooting and debugging customized modules both during development phase and later on. It will consent to spot controls strange behavior and inconsistencies and perform aimed analysis of data saved into the database tables during all of the information life cycle. Some notes follow:
- VtigerCRM 5 field properties
- Data types used with VtigerCRM form fields
- Widget used with VtigerCRM form fields
Updating
Errors
Permission Management
VtigerCRM Customization
For any feedback, questions, errors and such, please e-mail me at studiosg [at] giustetti [dot] net
External Links
Languages: English - Italiano