<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://docs.vtigersolutions.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://docs.vtigersolutions.com/feed.php">
        <title>vtigersolutions documentation wiki</title>
        <description></description>
        <link>http://docs.vtigersolutions.com/</link>
        <image rdf:resource="http://docs.vtigersolutions.com/lib/images/favicon.ico" />
       <dc:date>2012-05-19T10:28:58+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://docs.vtigersolutions.com/doku.php?id=adodb_in_vtiger&amp;rev=1278942749&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.vtigersolutions.com/doku.php?id=coding_standars&amp;rev=1253728485&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.vtigersolutions.com/doku.php?id=come_rilevare_modifiche_sul_db_tra_2_tag&amp;rev=1271942963&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.vtigersolutions.com/doku.php?id=crmnow_pdf_configurator_send_email_language&amp;rev=1269604352&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.vtigersolutions.com/doku.php?id=developers_docs&amp;rev=1279714800&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.vtigersolutions.com/doku.php?id=disabilitare_record_change_indicator&amp;rev=1258356972&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.vtigersolutions.com/doku.php?id=eliminare_file_svn&amp;rev=1264773183&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.vtigersolutions.com/doku.php?id=export_verso_ms_excel_in_vtiger_cose_da_sapere&amp;rev=1266585428&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.vtigersolutions.com/doku.php?id=inclusione_dei_template_smarty_per_related_lists_vtiger&amp;rev=1266225816&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.vtigersolutions.com/doku.php?id=international_section&amp;rev=1272900408&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.vtigersolutions.com/doku.php?id=limitazioni_webservices_vtiger&amp;rev=1275302064&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.vtigersolutions.com/doku.php?id=manipolare_stringhe_datetime_con_php_5.2&amp;rev=1260375253&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.vtigersolutions.com/doku.php?id=mod_db_lingua&amp;rev=1256894999&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.vtigersolutions.com/doku.php?id=openoffice_merge_feature&amp;rev=1251455265&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.vtigersolutions.com/doku.php?id=problema_ajax_spinning_wheel_in_vtiger_workflow&amp;rev=1259322175&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.vtigersolutions.com/doku.php?id=reset_passwords_vtiger&amp;rev=1257774089&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.vtigersolutions.com/doku.php?id=scadenza_sessione_vtiger&amp;rev=1258724957&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.vtigersolutions.com/doku.php?id=sezione_italiana&amp;rev=1263914575&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.vtigersolutions.com/doku.php?id=start&amp;rev=1270824888&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.vtigersolutions.com/doku.php?id=svn_properties_tips_and_tricks&amp;rev=1259156963&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.vtigersolutions.com/doku.php?id=timeline_vtigersolutions&amp;rev=1263915725&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.vtigersolutions.com/doku.php?id=various_introduction_and_reference_docs&amp;rev=1271323725&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.vtigersolutions.com/doku.php?id=vtiger_phplist_sync&amp;rev=1273072998&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.vtigersolutions.com/doku.php?id=vtigersolutions_modulo_progetti&amp;rev=1271323352&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.vtigersolutions.com/doku.php?id=vtigersolutions_projects_modules&amp;rev=1266849579&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://docs.vtigersolutions.com/lib/images/favicon.ico">
        <title>vtigersolutions documentation wiki</title>
        <link>http://docs.vtigersolutions.com/</link>
        <url>http://docs.vtigersolutions.com/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://docs.vtigersolutions.com/doku.php?id=adodb_in_vtiger&amp;rev=1278942749&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-07-12T15:52:29+02:00</dc:date>
        <title>adodb_in_vtiger</title>
        <link>http://docs.vtigersolutions.com/doku.php?id=adodb_in_vtiger&amp;rev=1278942749&amp;do=diff</link>
        <description>Usual code goes like this:



$query_sql = &quot;select ... where param=?&quot;;
$result = $adb-&gt;pquery($query_sql, array($somevalue)) or $adb-&gt;checkError('text_here',true); //true is for die()-ing.
//die($adb-&gt;database-&gt;ErrorMsg());
//die(&quot;Error: &quot;.mysql_error());
while ( $payment = $adb-&gt;fetchByAssoc($result) ) { //use if if only 1 row
  echo $payment['column_name_here'];
}</description>
    </item>
    <item rdf:about="http://docs.vtigersolutions.com/doku.php?id=coding_standars&amp;rev=1253728485&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-09-23T19:54:45+02:00</dc:date>
        <title>coding_standars</title>
        <link>http://docs.vtigersolutions.com/doku.php?id=coding_standars&amp;rev=1253728485&amp;do=diff</link>
        <description>VTS Coding Standards

(liberamente tratto da &lt;http://trac.symfony-project.org/wiki/HowToContributeToSymfony#CodingStandards&gt; )

----------

Following coding standards is one of the easiest way for everybody to understand everybody's code.

Here's the golden rule: Imitate the existing symfony code.</description>
    </item>
    <item rdf:about="http://docs.vtigersolutions.com/doku.php?id=come_rilevare_modifiche_sul_db_tra_2_tag&amp;rev=1271942963&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-04-22T15:29:23+02:00</dc:date>
        <title>come_rilevare_modifiche_sul_db_tra_2_tag</title>
        <link>http://docs.vtigersolutions.com/doku.php?id=come_rilevare_modifiche_sul_db_tra_2_tag&amp;rev=1271942963&amp;do=diff</link>
        <description>PROBLEMA: C'e' bisogno di capire se ci sono state modifiche “strutturali” (cioe' richieste dal codice) sul DB di Vtiger tra un tag “vecchio” e uno “nuovo”.

SOLUZIONE: recuperare revision numerica di creazione dei due tag e poi fare un svn log sul trunk</description>
    </item>
    <item rdf:about="http://docs.vtigersolutions.com/doku.php?id=crmnow_pdf_configurator_send_email_language&amp;rev=1269604352&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-26T12:52:32+02:00</dc:date>
        <title>crmnow_pdf_configurator_send_email_language</title>
        <link>http://docs.vtigersolutions.com/doku.php?id=crmnow_pdf_configurator_send_email_language&amp;rev=1269604352&amp;do=diff</link>
        <description>Esiste un problema nella funzionalita' di send pdf via email nei moduli di inventario di vtiger con installato 
il crmnow's pdf configurator.

Scegliendo una lingua per il pdf diversa dall'inglese vengono creati sotto storage nomi di file localizzati per i vari moduli
(per esempio Rechnung.pdf per l'invoice tedesca).</description>
    </item>
    <item rdf:about="http://docs.vtigersolutions.com/doku.php?id=developers_docs&amp;rev=1279714800&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-07-21T14:20:00+02:00</dc:date>
        <title>developers_docs</title>
        <link>http://docs.vtigersolutions.com/doku.php?id=developers_docs&amp;rev=1279714800&amp;do=diff</link>
        <description>Bugfixes

	*  fix problema checkboxes privilegi moduli (suhosin)
	*  problema ajax spinning wheel in vtiger workflow
	*  problema di detailview e createview vuote
	*  problema delle Listview con campi vuoti e warning php
	*  problema di mancato refresh o cache browser
	*  problema di ricalcolo privilegi</description>
    </item>
    <item rdf:about="http://docs.vtigersolutions.com/doku.php?id=disabilitare_record_change_indicator&amp;rev=1258356972&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-11-16T08:36:12+02:00</dc:date>
        <title>disabilitare_record_change_indicator</title>
        <link>http://docs.vtigersolutions.com/doku.php?id=disabilitare_record_change_indicator&amp;rev=1258356972&amp;do=diff</link>
        <description>config.performance


// Compute record change indication for each record shown on listview
'LISTVIEW_RECORD_CHANGE_INDICATOR' =&gt; false,</description>
    </item>
    <item rdf:about="http://docs.vtigersolutions.com/doku.php?id=eliminare_file_svn&amp;rev=1264773183&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-29T14:53:03+02:00</dc:date>
        <title>eliminare_file_svn</title>
        <link>http://docs.vtigersolutions.com/doku.php?id=eliminare_file_svn&amp;rev=1264773183&amp;do=diff</link>
        <description>Entrare nella directory interessata ed eseguire:

find -type d -name '.svn' -exec rm -Rf '{}' \;</description>
    </item>
    <item rdf:about="http://docs.vtigersolutions.com/doku.php?id=export_verso_ms_excel_in_vtiger_cose_da_sapere&amp;rev=1266585428&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-19T14:17:08+02:00</dc:date>
        <title>export_verso_ms_excel_in_vtiger_cose_da_sapere</title>
        <link>http://docs.vtigersolutions.com/doku.php?id=export_verso_ms_excel_in_vtiger_cose_da_sapere&amp;rev=1266585428&amp;do=diff</link>
        <description>Sotto a include/php_writeexcel di vtiger c'e' il codice della libreria php_writeexcel.

Non esistono informazioni di versione, ma il codice in vtiger non e' molto diverso dall'ultima release del progetto (0.3.0 al momento della scrittura di questa pagina).</description>
    </item>
    <item rdf:about="http://docs.vtigersolutions.com/doku.php?id=inclusione_dei_template_smarty_per_related_lists_vtiger&amp;rev=1266225816&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-15T10:23:36+02:00</dc:date>
        <title>inclusione_dei_template_smarty_per_related_lists_vtiger</title>
        <link>http://docs.vtigersolutions.com/doku.php?id=inclusione_dei_template_smarty_per_related_lists_vtiger&amp;rev=1266225816&amp;do=diff</link>
        <description></description>
    </item>
    <item rdf:about="http://docs.vtigersolutions.com/doku.php?id=international_section&amp;rev=1272900408&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-05-03T17:26:48+02:00</dc:date>
        <title>international_section</title>
        <link>http://docs.vtigersolutions.com/doku.php?id=international_section&amp;rev=1272900408&amp;do=diff</link>
        <description>vtigersolutions documentation wiki international section


vtigersolutions Projects Modules Documentation about vts-projects vtiger CRM extension

OpenOffice Merge Feature Documentation about vtiger CRM Open Office merge patch

vtiger phplist sync Documentation about phplistsync vtiger CRM extension</description>
    </item>
    <item rdf:about="http://docs.vtigersolutions.com/doku.php?id=limitazioni_webservices_vtiger&amp;rev=1275302064&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-05-31T12:34:24+02:00</dc:date>
        <title>limitazioni_webservices_vtiger</title>
        <link>http://docs.vtigersolutions.com/doku.php?id=limitazioni_webservices_vtiger&amp;rev=1275302064&amp;do=diff</link>
        <description>Come si puo' vedere da questa query ci sono 3 entita' che non sono entita' modulo vere e proprie ai sensi dei webservices vtiger.
Come tali non e' detto che si possano creare/listare e cosi' via.



mysql&gt; select * from vtiger_ws_entity;
+----+------------------+-----------------------------------------------+-----------------------+----------+
| id | name             | handler_path                                  | handler_class         | ismodule |
+----+------------------+-------------------…</description>
    </item>
    <item rdf:about="http://docs.vtigersolutions.com/doku.php?id=manipolare_stringhe_datetime_con_php_5.2&amp;rev=1260375253&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-12-09T17:14:13+02:00</dc:date>
        <title>manipolare_stringhe_datetime_con_php_5.2</title>
        <link>http://docs.vtigersolutions.com/doku.php?id=manipolare_stringhe_datetime_con_php_5.2&amp;rev=1260375253&amp;do=diff</link>
        <description>$date = new DateTime(&quot;2009-09-03 17:47:12&quot;);
$date-&gt;format(&quot;d-m-Y&quot;);</description>
    </item>
    <item rdf:about="http://docs.vtigersolutions.com/doku.php?id=mod_db_lingua&amp;rev=1256894999&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-30T10:29:59+02:00</dc:date>
        <title>mod_db_lingua</title>
        <link>http://docs.vtigersolutions.com/doku.php?id=mod_db_lingua&amp;rev=1256894999&amp;do=diff</link>
        <description>abilita lingua extra

Modifiche al DB se hai gia' su filesystem i file di lingua:



INSERT INTO vtiger_language VALUES (2,'Italian','it_it','IT Italian','2009-10-26 12:09:53',NULL,0,1);
UPDATE vtiger_language_seq SET id=2;</description>
    </item>
    <item rdf:about="http://docs.vtigersolutions.com/doku.php?id=openoffice_merge_feature&amp;rev=1251455265&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-08-28T12:27:45+02:00</dc:date>
        <title>openoffice_merge_feature</title>
        <link>http://docs.vtigersolutions.com/doku.php?id=openoffice_merge_feature&amp;rev=1251455265&amp;do=diff</link>
        <description>Description:

----------


This is the README file the OpenOffice + Rich Text Format merge feature for Vtiger 5.1.0

Requisites:

----------


a vtiger 5.1.0 installation. 
Write access to the files of your vtiger installation. 
Some knowledge of php/mysql and system administration.</description>
    </item>
    <item rdf:about="http://docs.vtigersolutions.com/doku.php?id=problema_ajax_spinning_wheel_in_vtiger_workflow&amp;rev=1259322175&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-11-27T12:42:55+02:00</dc:date>
        <title>problema_ajax_spinning_wheel_in_vtiger_workflow</title>
        <link>http://docs.vtigersolutions.com/doku.php?id=problema_ajax_spinning_wheel_in_vtiger_workflow&amp;rev=1259322175&amp;do=diff</link>
        <description>Se vtiger rimane in permanent spinning wheel e' perche' non trova file di lingua per moduli listati in tabella vtiger_ws_entity.

Sarebbe bello modificare codice php per vedere se file esiste prima di includerlo.</description>
    </item>
    <item rdf:about="http://docs.vtigersolutions.com/doku.php?id=reset_passwords_vtiger&amp;rev=1257774089&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-11-09T14:41:29+02:00</dc:date>
        <title>reset_passwords_vtiger</title>
        <link>http://docs.vtigersolutions.com/doku.php?id=reset_passwords_vtiger&amp;rev=1257774089&amp;do=diff</link>
        <description>reset password admin su 504

update vtiger_users set user_hash='21232f297a57a5a743894a0e4a801fc3', user_password='adpexzg3FUZAk',
confirm_password='adoY/6Mlw8kqg',crypt_type='',status='Active',is_admin='on'  where user_name='admin';


reset password admin su 510</description>
    </item>
    <item rdf:about="http://docs.vtigersolutions.com/doku.php?id=scadenza_sessione_vtiger&amp;rev=1258724957&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-11-20T14:49:17+02:00</dc:date>
        <title>scadenza_sessione_vtiger</title>
        <link>http://docs.vtigersolutions.com/doku.php?id=scadenza_sessione_vtiger&amp;rev=1258724957&amp;do=diff</link>
        <description>&lt;http://forums.vtiger.com/viewtopic.php?t=28555&amp;highlight=&gt;

try changing session.cookie_path to a path you have defined and with permissions.

Io (grota) non sono riuscito a riprodurre il problema</description>
    </item>
    <item rdf:about="http://docs.vtigersolutions.com/doku.php?id=sezione_italiana&amp;rev=1263914575&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-19T16:22:55+02:00</dc:date>
        <title>sezione_italiana</title>
        <link>http://docs.vtigersolutions.com/doku.php?id=sezione_italiana&amp;rev=1263914575&amp;do=diff</link>
        <description>vtigersolutions documentation wiki international section

Documentazione vtigersolutions Modulo Progetti

Documentazione OpenOffice Merge

Documentazione pdf configurator in italiano

Documentazione gestire la lingua italiana in vtiger CRM


Documentazione timeline vtigersolutions</description>
    </item>
    <item rdf:about="http://docs.vtigersolutions.com/doku.php?id=start&amp;rev=1270824888&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-04-09T16:54:48+02:00</dc:date>
        <title>start</title>
        <link>http://docs.vtigersolutions.com/doku.php?id=start&amp;rev=1270824888&amp;do=diff</link>
        <description>vtigersolutions.com documentation wiki

International Section (English Language)


Sezione Italiana (in Lingua Italiana)


Developers Docs (documenti per sviluppatori)


partners (area riservata ai partners vtigersolutions)


area riservata (vts team  only)</description>
    </item>
    <item rdf:about="http://docs.vtigersolutions.com/doku.php?id=svn_properties_tips_and_tricks&amp;rev=1259156963&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-11-25T14:49:23+02:00</dc:date>
        <title>svn_properties_tips_and_tricks</title>
        <link>http://docs.vtigersolutions.com/doku.php?id=svn_properties_tips_and_tricks&amp;rev=1259156963&amp;do=diff</link>
        <description>svn ps svn:ignore '.buildpath
.project
.settings
*.orig
config.inc.php
user_privileges
*install
*install.php*
*migrate.php*' .

svn ps svn:ignore '*' Smarty/templates_c/ cache/ storage/ logs/

svn ps svn:ignore '*.ser' test/vtlib/HTML

svn ps svn:ignore 'sharing_privileges_*php
user_privileges*php' user_privileges.orig

svn ps svn:ignore '*' cache/images/

svn ps svn:ignore '*' test/wordtemplatedownload</description>
    </item>
    <item rdf:about="http://docs.vtigersolutions.com/doku.php?id=timeline_vtigersolutions&amp;rev=1263915725&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-19T16:42:05+02:00</dc:date>
        <title>timeline_vtigersolutions</title>
        <link>http://docs.vtigersolutions.com/doku.php?id=timeline_vtigersolutions&amp;rev=1263915725&amp;do=diff</link>
        <description>&lt;http://www.vtigersolutions.com/demo-510/&gt;

vtiger ltd rilascia ufficialmente la versione 5.1 di vtiger CRM

&lt;http://www.vtiger.com/blogs/2009/07/22/vtiger-crm-510-is-released-major-milestone/&gt;

vtigersolutions rilascia il tag 1 della propria versione di vtiger CRM 5.1</description>
    </item>
    <item rdf:about="http://docs.vtigersolutions.com/doku.php?id=various_introduction_and_reference_docs&amp;rev=1271323725&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-04-15T11:28:45+02:00</dc:date>
        <title>various_introduction_and_reference_docs</title>
        <link>http://docs.vtigersolutions.com/doku.php?id=various_introduction_and_reference_docs&amp;rev=1271323725&amp;do=diff</link>
        <description>see also Tips and Tricks Vtlib

see also Coding Standards Vtlib

UI types

&lt;http://wiki.vtiger.com/index.php/Ui_types&gt;

Vtlib Tutorial



Typeofdata

&lt;http://wiki.vtiger.com/index.php/INV...~ON&gt;</description>
    </item>
    <item rdf:about="http://docs.vtigersolutions.com/doku.php?id=vtiger_phplist_sync&amp;rev=1273072998&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-05-05T17:23:18+02:00</dc:date>
        <title>vtiger_phplist_sync</title>
        <link>http://docs.vtigersolutions.com/doku.php?id=vtiger_phplist_sync&amp;rev=1273072998&amp;do=diff</link>
        <description>project URL


&lt;http://forge.vtiger.com/projects/phplistsync/&gt;

online demo


We've set up a phplist demo install (which sends no email) to let
everybody test the connector more extensively.

It's online here
&lt;http://demo.vtigersolutions.com/phplist/admin/&gt;</description>
    </item>
    <item rdf:about="http://docs.vtigersolutions.com/doku.php?id=vtigersolutions_modulo_progetti&amp;rev=1271323352&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-04-15T11:22:32+02:00</dc:date>
        <title>vtigersolutions_modulo_progetti</title>
        <link>http://docs.vtigersolutions.com/doku.php?id=vtigersolutions_modulo_progetti&amp;rev=1271323352&amp;do=diff</link>
        <description>vtigersolutions - Modulo Progetti per vtiger CRM 5.1.x

Aggiornamenti


Per una versione + aggiornata di questo documento, fare riferimento alla versione inglese:

&lt;http://docs.vtigersolutions.com/doku.php?id=vtigersolutions_projects_modules&gt;

Il Concetto


Abbiamo sviluppato un set di tre nuovi moduli per vtiger CRM, per gestire e tenere monitorati Progetti e Commesse dentro vtiger. Il modulo Progetti (master), il modulo Operazioni (modulo dettaglio), il modulo Scadenze (altro modulo dettaglio)…</description>
    </item>
    <item rdf:about="http://docs.vtigersolutions.com/doku.php?id=vtigersolutions_projects_modules&amp;rev=1266849579&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-22T15:39:39+02:00</dc:date>
        <title>vtigersolutions_projects_modules</title>
        <link>http://docs.vtigersolutions.com/doku.php?id=vtigersolutions_projects_modules&amp;rev=1266849579&amp;do=diff</link>
        <description>The concept


We have developed a set of three new modules for vtiger CRM, to deal with Projects tracking / management inside vtiger. Project module (master), Operations module (1st detail), Deadlines module (other detail). 

The code


 Feb 04 2010: version 1.5 released</description>
    </item>
</rdf:RDF>

