New: Add private/public property on contact. This allow to add your own address database in Dolibarr.

This commit is contained in:
Laurent Destailleur 2008-03-30 23:31:25 +00:00
parent 0ac4706f24
commit c464c0de5e

View File

@ -19,11 +19,15 @@ For users:
- Change in tanslation to make Dolibarr easier to understand. - Change in tanslation to make Dolibarr easier to understand.
- Add a warning when sending a mail from a user with no email defined. - Add a warning when sending a mail from a user with no email defined.
- Added clicktodial module. - 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. - French NAF code can accept 5 chars.
- Supplier prices can be input with or without taxe. - Supplier prices can be input with or without taxe.
- New generic numbering modules to offer more solutions for generating - New generic numbering modules to offer more solutions for generating
automatic id. automatic id.
- Other minor changes (features, look, fixes) - Other minor changes (features, look, fixes)
- Changes in wizard installer to allow building autoexe installer for
Windows with Apache and Mysql included.
For developers: For developers:
- Update code skeletons examples. - Update code skeletons examples.