From c464c0de5eeb2927eba0f903304db01fddceb44b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 30 Mar 2008 23:31:25 +0000 Subject: [PATCH] New: Add private/public property on contact. This allow to add your own address database in Dolibarr. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index c7f83cfc0e7d5..e8521a931fe03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,11 +19,15 @@ For users: - Change in tanslation to make Dolibarr easier to understand. - Add a warning when sending a mail from a user with no email defined. - Added clicktodial module. +- Add a property private/public in contact. This allows to user Dolibarr + for a personnal address book. - French NAF code can accept 5 chars. - Supplier prices can be input with or without taxe. - New generic numbering modules to offer more solutions for generating automatic id. - Other minor changes (features, look, fixes) +- Changes in wizard installer to allow building autoexe installer for + Windows with Apache and Mysql included. For developers: - Update code skeletons examples.