Faire un don

Instructions pour les personnes souhaitant saisir leur première WebApp :

Vous pouvez uploader votre WebApp sur un service gratuit (http://dl.free.fr ; demo.ovh.net ; megaupload.com ; etc&hellipwinking smiley temporairement le temps que nous la transférions sur le FTP Framakey.

La description en anglais est encouragée, mais en aucun cas obligatoire.

WebApp : Vtiger CRM Portable

Description

English

Vtiger is a CRM software ideal for small and medium businesses. It implements a complete set of CRM capabilities :

- Propects, customers, suppliers, contacts ;
- Quotes, sales orders, invoicing, purchase orders ;
- Product catalog, price list ;
- Stock management ;
- Customer support and Service ;
- Calendaring, messaging ;
- Dashboards and reporting.

Many extensions can increase its capabilities and localization is easy.

Français

vtiger CRM est une application intégrée de gestion de la relation client (CRM), aisément utilisable en Intranet ou depuis Internet grâce à un simple navigateur. Intégralement distribuée sous licence libre (VPL dérivé de la MPL), la solution vtiger CRM est principalement destinée aux PME/PMI opérant en mode BtoB, même si elle satisfait également les besoins des organisations non-commerciales et des associations ainsi que des départements ou filiales de grandes entreprises.

Ses principales fonctionnalités sont :
- Gestion des prospects, comptes clients, contacts, affaires, fournisseurs ;
- Devis, bons de commande, factures, commandes fournisseurs ;
- Catalogue produit, grille tarifaire ;
- Gestion des incidents clients et de FAQ ;
- Agenda, messagerie ;
- Tableaux de bord, reporting.

De nombreuses extensions peuvent augmenter des aptitudes particulièrement appréciables (Plugins pour Firefox, thunderbird, Office (on regrettera l’absence de plugin pour Ooo),

Infos

Vtiger Portable Scripts

Startup


[UpdateEskuelPort]
Name=Syncronize Eskuel Port
Description=Update Eskuel config with the Open MySQL Port
Type=REPLACE
File={$root_path_absolute}\ZMWS\_web.zmwsc\_vhosts.zmwsc\127.0.0.2\eskuel\config.inc.php
SearchPattern=127.0.0.1(:\d*)?
ReplaceValue=127.0.0.1:{$mysql_port}

[UpdateMySQLPort]
Name=Syncronize MySQL Port
Description=Update config with the Open MySQL Port
Type=REPLACE
File={$root_path_absolute}\App\{$ApplicationPath}\config.inc.php
SearchPattern=:([0-9]{3,5})+'
ReplaceValue=:{$mysql_port}'

[UpdateWebPort]
Name=Update web Port
Description=Update config with the open web Port
Type=REPLACE
File={$root_path_absolute}\App\{$ApplicationPath}\config.inc.php
SearchPattern=http://localhost(:\d*)?/vtigercrm
ReplaceValue=http://localhost:{$zmws_port}/vtigercrm

[UpdateLocation]
Name=Update Location
Description=Update config with the correct location
Type=REPLACE
File={$root_path_absolute}\App\{$ApplicationPath}\config.inc.php
SearchPattern=root_directory = '([a-zA-Z0-9\:\.\-\\\ ]+)?/'