vtiger CRM: Howto add products commissions in invoice

Posted on Thu 27 September 2012 in PHP • Tagged with crm, php, vtigerLeave a comment

During last days I played with vtiger: a very customizable and feature rich PHP/MySQL CRM. Sincerely this task has revived my intimate hate for PHP programming language.

This is the idea: add a function hook in vtiger workflow every time that an invoice is created or edited. This function ...

Continue reading

Php sinippet: howto ignore HTTP errors in file_get_contents()

Posted on Fri 04 November 2011 in PHP • Tagged with code, http, phpLeave a comment

A useful snipped of php code:

echo file_get_contents('http://www.example.com/foo.html',\
  FALSE, stream_context_create(array\
  ('http'=>;array('ignore_errors' =>; TRUE))))
Continue reading

Camilla

Posted on Sun 21 May 2006 in PHP • Tagged with booking, phpLeave a comment

Camilla è un sistema di booking per camere e case, supporta agenzie multiple e la gestione di calendari e stagioni.
camilla

camilla

Continue reading