ChangeLog 62 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269
  1. --------------------------------------------------------------
  2. English Dolibarr ChangeLog
  3. --------------------------------------------------------------
  4. ***** ChangeLog for 3.5 compared to 3.4 *****
  5. For users:
  6. - New: [ task #877 ] Reorganize menus.
  7. - New: [ task #858 ] Holiday module: note on manual holiday assignation.
  8. - New: [ task #892 ] Add option in thirdparty customer/supplier admin to hide non active
  9. companies in select_company method.
  10. - New: [ task #531 ] Add a workload field on tasks.
  11. - New: Add graph of bank account input/output into input-output report page.
  12. - New: Add script export-bank-receipts.php
  13. - New: Add option "filter=bank" onto script rebuild_merge_pdf.php to merge PDF that
  14. has one payment on a specific bank account.*
  15. - New: [ task #901 ] Add Extrafeild on Fiche Inter.
  16. - New: Show process id in all command line scripts.
  17. - New: Module mailman can subscribe/unsubscribe to ML according to categories or type of member.
  18. - New: Add object_hour as substitution tag for opendocument generation.
  19. - New: Add option MEMBER_PAYONLINE_SENDEMAIL to send email when paypal or paybox payment is done.
  20. - New: Implement same rule for return value of all command line scripts (0 when success, <>0 if error).
  21. For translators:
  22. - Normalized sort order of all languages files with english ref file.
  23. For developers:
  24. - New: DolGraph can build graph with three lines.
  25. - New: Can enable tuning info from option MAIN_SHOW_TUNING_INFO.
  26. - New: Show version of client lib used by mysql drivers.
  27. - New: Add function to get content of an url (using all dolibarr setup like timeout, proxies...)
  28. - New: Upgrade lib of TCPDF to 6.0
  29. ***** ChangeLog for 3.4 compared to 3.3.2 *****
  30. For users:
  31. - New: Can use ODS templates as document templates.
  32. - New: Add link to autofill/reset with quantity to ship when creating a
  33. delivery receipt.
  34. - New: Event into calendar use different colors for different users.
  35. - New: Support revenue stamp onto invoices.
  36. - New: Add a tab "consumption" on thirdparties to list products bought/sells.
  37. - New: Some performance enhancements.
  38. - New: Can attach files onto trip and expenses modules.
  39. - New: Add hidden option MAIN_PDF_TITLE_BACKGROUND_COLOR.
  40. - New: Merge tab customer and prospect.
  41. - New: Add ES formated address country rule.
  42. - New: Can define a hierarchical responsible on user and add a tree view to
  43. see hierarchy of users.
  44. - New: Can expand/collapse menus, categories and users list.
  45. - New: extra parameters are supported into ODT/ODS templates.
  46. - New: total per vat rate are available as tags for ODT/ODS templates.
  47. - New: Some part of interface use more CSS3 (ie: agenda)
  48. - New: [ task #707 ] Create option "ProfIdx is mandatory to validate a invoice".
  49. - New: Can define if we want to use VAT or not for subscriptions (foundation module).
  50. - New: Can define a default choice for "More action when recording a
  51. subscription" (foundation module).
  52. - New: Add link to check professional id for India.
  53. - New: [ task #731 ] Uniformize ref generation
  54. - New: [ task #748 ] Add a link "Dolibarr" into left menu
  55. - New: Script email_unpaid_invoices_to_representative accepts now a parameter "test"
  56. and a "late delay".
  57. - New: Can define different clicktodial setups for each user.
  58. - New: Add hidden option INVOICE_CAN_NEVER_BE_REMOVED.
  59. - New: Enhance agenda module to reach RFC2445 ("type" not enabled by default and add
  60. "busy" information).
  61. - New: Add module Opensurvey.
  62. - New: Default approver for holidays is set by default to hierchical parent.
  63. - First change to prepare feature "click to print" (IPP) for PDF.
  64. - New: [ task #350 ] Merge tab customer and prospect.
  65. - New: [ task #710 ] Add substitution into mailing send (and HTML is now valid).
  66. - New: [ task #711 ] Add combobox for contact, as done for product/thirdparty.
  67. - New: [ task #714 ] In Emailing module admin autogenerate security key of READRECEIPT.
  68. - New: [ task #743 ] GED : Add aministration option to disable autotree display.
  69. - New: [ task #767 ] Customer Address fallback when a contact doesn't have an address.
  70. - New: [ task #768 ] WYSIWYG for all mails.
  71. - New: [ task #773 ] Add Project document in GED(ECM) modules.
  72. - New: [ task #783 ] Add more types for extra parameters (lists, phone, emails, checkbox,
  73. prices, radio).
  74. - New: [ task #798 ] Add range limit date on product/services as it is done on order
  75. and invoice.
  76. - New: [ task #814 ] Add extrafield feature for projects ands tasks.
  77. - New: [ task #770 ] Add ODT document generation for Projects module.
  78. - New: [ task #741 ] Add intervention box.
  79. - New: [ task #826 ] Optionnal increase stock when deleting an invoice already validated.
  80. - New: [ task #823 ] Shipping_validate email notification.
  81. - New: [ task #900 ] Review code of ficheinter.class.php
  82. For translators:
  83. - Update language files.
  84. For developers:
  85. - System of menu managers has been rewritten to reduce code to do same things.
  86. - An external module can force its theme.
  87. - Add function dol_set_focus('#xxx').
  88. - A mymodule can bring its own core/modules/mymodule/modules_mymodule.php file.
  89. - Removed some not used libraries.
  90. - More web services.
  91. - Renamed some database fields, code variables and parameters from french to english.
  92. - First change to manage margins on contracts.
  93. - Add hook getFormMail.
  94. - Function plimit of databases drivers accept -1 as value (it means default value set
  95. into conf->liste_limit).
  96. - New: Add option dol_hide_topmenu, dol_hide_leftmenu, dol_optimize_smallscreen,
  97. dol_no_mouse_hover and dol_use_jmobile onto login page (to support different terminal).
  98. - New: dol_syslog method accept a suffix to use different log files for log.
  99. - New: Type of fields are received by export format handlers.
  100. - New: when adding an action, we can define a free code to tag it for a specific need.
  101. - New: Enhance Dolibarr migration process to include migration script of external
  102. modules.
  103. - New: [ task #811 ] Uniformanize note field.
  104. WARNING: If you used external modules, some of them may need to be upgraded due to:
  105. - Fields of classes were renamed to be normalized (nom, prenom, cp, ville, adresse, tel
  106. were renamed into lastname, firstname, zip, town, address, phone).
  107. This may also be true for some fields into web services.
  108. - If module use hook pdf_writelinedesc, module may have to add return 1 at end of
  109. function to keep same behaviour.
  110. ***** ChangeLog for 3.3.3 compared to 3.3.2 *****
  111. - Fix: [ bug #903 ] Fatal error: Call to undefined function dol_get_first_day() in htdocs/commande/liste.php
  112. ***** ChangeLog for 3.3.2 compared to 3.3.1 *****
  113. - Fix: Dutch (nl_NL) translation
  114. - Generalize fix: file with a specific mask not found, again
  115. - Fix: translations and BILL_SUPPLIER_BUILDDOC trigger
  116. - Fix: Can't reset payment due date
  117. - Fix: Orderstoinvoice didn't act as expected when no order was checked
  118. - Fix: Bad link to all proposals into Third party card if customer is prospect
  119. - Fix: Some bugs on withdrawal rejects
  120. - Fix: [ bug #774 ] Bug on creating event with box "all day" crossed
  121. - Fix: [ bug #787 ] Invoice supplier box incorrect tooltip when delay on payment
  122. - Fix: [ bug #789 ] VAT not being calculated in POS
  123. - Fix: [ bug #790 ] Spanish localtax RE not being correctly calculated
  124. - Fix: [ bug #794 ] Lost filter on zipcode in prospect list
  125. - Fix: [ bug #806 ] Margins module with orders2invoice does not respect cost price
  126. - Fix: [ bug #810 ] Cannot update ODT template path
  127. - Fix: [ bug #816 ] Sales journal does not reflect localtaxes
  128. - Fix: [ bug #817 ] Purchases journal does not reflect localtaxes
  129. - Fix: [ bug #824 ] MAIN_DB_PREFIX not use into dictionnary
  130. - Fix: [ bug #828 ] Error when code_region is not a number in llx_c_regions (with postgres)
  131. - Fix: [ bug #855 ] Holiday approval email in French
  132. - Fix: [ bug #856 ] (Holidays module) Mail error if destination user doesn't have an email
  133. - Fix: [ bug #857 ] Invoice created from shipment does not have the order discount
  134. - Fix: [ bug #861 ] Impossible to create a new event in agenda
  135. - Fix: [ bug #827 ] AJAX search does not respect multiprice level
  136. - Fix: [ bug #865 ] Dolibarr navigation array in project/task do not work
  137. - Fix: [ bug #866 ] Standing order from an invoice suggests invoice total amount instead of remaining to pay
  138. - Fix: [ bug #788 ] Date of linked interventions are not shown
  139. - Fix: external users should not see costprice and margin infos
  140. - Fix: [ bug #806 ] Tasks are ordered alphabetically instead of chronological order
  141. ***** ChangeLog for 3.3.1 compared to 3.3 *****
  142. - Fix: [ bug #733 ] Mass emailing tools do not support <style HTML tag
  143. - Fix: Package for launchpad
  144. - Fix: [ bug #736 ] Missing column in llx_c_chargesociales
  145. - Fix: Localtax2 for Spain must be based into buyer
  146. - Fix: [ bug #762 ] Bad profit calculation in Reporting
  147. - Fix: bug dictionnary with wrong prefix table
  148. ***** ChangeLog for 3.3 compared to 3.2.3 *****
  149. For users:
  150. - New: Add holiday module, to declare and follow holidays of your employees.
  151. - New: Add margin management module.
  152. - New: Add new theme Amarok.
  153. - New: [ task #289 ] Can reorder tasks.
  154. - New: Add field "signature" into user card. If filled, text is added
  155. at end of predefined email texts. If option MAIN_MAIL_DO_NOT_USE_SIGN is on, this
  156. feature is disabled.
  157. - New: Can input a payment back onto an credit note.
  158. - New: Add link "Back to list" on all cards.
  159. - New: After first install, warning are visible onto mandatory setup not
  160. configured. Show also total number of activated modules.
  161. - New: Can filter list of proposal, order or invoice on sales representative.
  162. - New: Add supplier ref on supplier orders.
  163. - New: Can export supplier orders and customers shipments.
  164. - New: First change to install external plugins from gui (experimental).
  165. - New: Monaco is like France for default vat calculation
  166. - New: Can list elements (invoices, orders or proposals) on a particular
  167. user contact). This allow to view a "basket" of its elements.
  168. - New: Show bank account on payment list of invoice card.
  169. - New: Cloning project allow to clones task, notes, files, contacts.
  170. - New: Enhance default style.
  171. - New: Can edit and resiliate member status from list.
  172. - New: Can insert URL links into elements lines. Also reported into PDF.
  173. - New: When a member is validated, we can subscribe to mailing-lists
  174. according to its type.
  175. - New: Add a tab into members statistics to count members by nature.
  176. - New: Add link to third party into sells and purchase journal.
  177. - New: Suggest a method to generate a backup file for user with no access
  178. to mysqldump binary.
  179. - New: Can also use extrafields on contacts/addresses and users.
  180. - New: Support unique field for extrafields.
  181. - New: Extra fields supports more types (int, string, double, date, datetime).
  182. - New: Can correct stock of a warehouse from warehouse card.
  183. - New: [ task #185 ] Can input amount when correcting stock to recalculate PMP.
  184. - New: [ task #454 ] Add "No category" into filters on category.
  185. - New: Auto check box on page to edit interface options of user.
  186. - New: More surface control on stock correction page.
  187. - New: Add great britain provinces.
  188. - New: [ task #494 ] Send an email to foundation when a new member has auto-subscribed.
  189. - New: [ task #326 ] Add a numbering module to suggest automatically a product ref.
  190. - New: Add conditional substitution IF/ELSEIF/ENDIF for ODT templates.
  191. - New: Add unit foot2, inch2, foot3 and inch3 for surface and volumes.
  192. - New: Can select thirdparties into emailing targets, even if module category is not enabled.
  193. - New: [ task #498 ] Improvement of the block to add products/services lines.
  194. - New: ECM autodir works also for files joined to products and services.
  195. - New: Add a selection module for emailing to enter a recipient from gui.
  196. - New: Allow to search thirds and products from barcodes directly from the permanent mini search left box.
  197. - New: Allow to search product from barcodes directly from invoices, proposals... through AJAX.
  198. - New: Can make one invoice for several orders.
  199. - New: POS module can works with only one payment method (cach, chq, credit card).
  200. - New: Add possibility to defined position/job of a user.
  201. - New: Add hidden option to add slashes between lines into PDF.
  202. - New: [ task #210 ] Can choose cash account during POS login.
  203. - New: [ task #104 ] Can create an invoice from several orders.
  204. - New: Update libs/tools/logo for DoliWamp (now use PHP 5.3).
  205. - New: Added ODT Template tag {object_total_discount_ht}
  206. - New: Add new import options: Third parties bank details, warehouses and stocks, categories and suppliers prices
  207. - New: English bank account need a bank code (called sort code) to identify an account.
  208. - New: Can choose menu entry to show with external site module.
  209. - New: Add hidden option MAIN_PDF_MARGIN_LEFT, MAIN_PDF_MARGIN_RIGHT, MAIN_PDF_MARGIN_TOP, MAIN_PDF_MARGIN_BOTTOM to force margins of generated PDF.
  210. - New: [ task #314 ] Can define if prof id are mandatory or not.
  211. - New: Add button on order card to create intervention from services.
  212. - New: Add search box to find products by supplier reference.
  213. - New: Add option MAIN_HELPCENTER_LINKTOUSE to define target link "I need help" onto logon page.
  214. - New: [ task #608 ] Can clone a supplier order with prices updates
  215. - New: [ task #559 ] Can define a discount % regarding quantity in supplier prices and price by quantity in customer prices
  216. - New: [ task #527 ] After cloning a suplier invoice, go onto invoice ref into edit mode
  217. New experimental module:
  218. - New: Add commissions management module.
  219. - Fix: [ bug #499 ] Supplier order input method not translated
  220. - Fix: No images into product description lines as PDF generation does not work with this.
  221. - Fix: Errors weren't being shown in customer's & supplier's orders
  222. - Fix: Lastname wasn't being recorded in xinputuser emailing module.
  223. - Fix: [ bug #653 ] Error while creating agenda additional attributes
  224. - Fix: [ bug #654 ] Event rapport PDF showing ActionAC_OTH_AUTO
  225. - Fix: [ bug #658 ] Search on bank do not work for description
  226. - Fix: [ bug #659 ] Comment in recurrent invoices is not stored
  227. - Fix: [ bug #622 ] Attaching wrong file when sending the invoice via e-mail
  228. For developers:
  229. - New: Add webservice for thirdparty creation and list.
  230. - New: A module can overwrite templates parts.
  231. - New: Can add a link on title field of added dictionnary.
  232. - New: Uniformize code.
  233. - New: Add option WORKFLOW_DISABLE_CREATE_INVOICE_FROM_ORDER and
  234. WORKFLOW_DISABLE_CLASSIFY_BILLED_FROM_ORDER.
  235. - New: A module can add several css and js.
  236. - New: removed deprecated methods
  237. ldap::connect, formadmin::select_lang,
  238. html::select_tva
  239. - New: Add custom substitution function for ODT product lines: mymodule_completesubstitutionarray_lines()
  240. - New: Basic implementation of hooks and triggers for a lot (most) of core modules:
  241. action/calendar, trips and expenses, dons, vat payment, contact/society, contract, product lines,
  242. expedition, order supplier and order invoice (lines included), intervention card, project, tasks.
  243. - New: Add ChromePHP output into syslog module.
  244. - New: Add PRODUCT_PRICE_MODIFY trigger.
  245. - New: Created function to retrieve total amount of discount of an invoice/proposal...
  246. - New: We can use a dynamic value ($conf->global->XXX for example) into titles of menus.
  247. - New: Use PHP classes DateTime* for some data functions instead of adodb
  248. - Qual: Renamed SUPPLIER_INVOICE_BUILDDOC trigger to BILL_SUPPLIER_BUILDDOC
  249. - Qual: Renamed INVOICE_SUPPLIER_DELETE trigger to BILL_SUPPLIER_DELETE
  250. - Qual: Renamed SUPLIER_ORDER_BUILDDOC trigger to ORDER_SUPPLIER_BUILDDOC
  251. - Qual: Renamed CONTRACTLINE_DELETE trigger to CONTRACT_LINE_DELETE
  252. - Qual: Renamed all ficheinter.class.php triggers so that they start with 'FICHINTER_'
  253. - Fix: [ bug #655 ] ORDER_REOPEN trigger incorrectly named
  254. - Fix: [ bug #656 ] Contracts trigger CONTRACT_MODIFY incorrectly named
  255. - Fix: [ bug #657 ] Usergroup class' GROUP_DELETE trigger incorrectly named
  256. For translators:
  257. - New: Update language files (de, tr, pt, ca, es, en, fr).
  258. - New: Added bg_BG autotranslated language.
  259. - New: Translate the donation receipt.
  260. Dolibarr license has also been updated from GPLv2+ to GPLv3+.
  261. ***** ChangeLog for 3.2.3 compared to 3.2.2 *****
  262. - Fix: Some permission into agenda module.
  263. - Fix: Generation of PDF was not using correct font for some languages.
  264. - Fix some translations.
  265. - Fix: [ bug #607 ] Nom de société avec guillemets.
  266. - Fix: Option MAIN_MAIL_SENDMAIL_FORCE_BA and MAIN_FIX_BUGGED_MTA was not
  267. complete.
  268. - Fix: comaptiblity with multicompany module.
  269. - Fix: Bad label when validating/paying an invoice from POS module.
  270. - Fix: Correct recipient into rouget template.
  271. - Fix: A lot of fix into PDF pagebreak management.
  272. - Update VAT for some countries.
  273. - Firstname was missing when sending email from file list.
  274. - Added en_SA language.
  275. ***** ChangeLog for 3.2.2 compared to 3.2.1 *****
  276. - Fix: Modify spanish VAT to new rates.
  277. - Fix: Add error message when creating already existing product.
  278. - Fix: Edition of percentage of an event.
  279. - Fix: Minor look fix for theme bureau2crea.
  280. - Fix: Start and end date not saved at project creation
  281. - Fix: Default vat is zero for customer invoices if company does not use vat
  282. - Fix: Localtaxes unit prices precision
  283. ***** ChangeLog for 3.2.1 compared to 3.2.0 *****
  284. - Fix: Edit of projects.
  285. - Fix: Activation of modules does not fails if directory install was removed.
  286. - Fix: [ bug #444 ] Regression on auto-closing for proposals and orders.
  287. - Fix: Update translations (catalan, french, spanish, brazilian).
  288. - Fix: [ bug #445 ] Hex escaping in descriptions.
  289. - Fix: error when validating shipment for non predefined products with a
  290. selected warehouse.
  291. - Fix: Bad local taxes if price base type is TTC for spanish local taxes.
  292. - Fix: Phone not saved when using web service.
  293. - Fix: [ bug #464 ] Payment form should allow to add transmitter for bank transfers.
  294. - Fix: Allows to use a comma decimal separator in supplier invoices payments.
  295. - Fix: Translation for tr_TR, es_ES, pt_BR.
  296. - Fix: Products with no prices not visible.
  297. - Fix: Access to product card created with very old version of Dolibarr.
  298. - Fix: Delete temporary files after validating an invoice.
  299. - Fix: preview of supplier order and invoice template.
  300. - Fix: [ bug #485 ] Configurated amount for public auto-subscription form is not taken into account
  301. - Fix: Average amount graphs weren't comparing the previous year stats
  302. - Fix: Closed project didn't show the new status unless the page was refreshed
  303. - Fix: Files were not being uploaded to a project's task
  304. - Fix: [ bug #503 ] Unable to delete linked file to a deposit
  305. - Fix: [ bug #501 ] Error while trying to modify an user
  306. - Fix: [ bug #506 ] Can't set percentage of a started event
  307. - Fix: Bad assignation of const for pdf delivery module name
  308. ***** ChangeLog for 3.2.0 compared to 3.1.3 *****
  309. WARNING: PHP lower than 5.x are no more supported.
  310. WARNING: Because of a major datastructure change onto supplier prices tables, be aware
  311. to make a backup of your database before making upgrade.
  312. For users:
  313. - New: Each user can remove/add its own boxes.
  314. - New: Add signature at end of predefined email text.
  315. - New: Can use personalized fields on products/services.
  316. - New: Can attach files on social contributions.
  317. - New: Show payments terms and conditions onto muscadet template.
  318. - New: Can open back a closed commercial proposal.
  319. - New: show thirdparty barcode on main tab.
  320. - New: Can input note (private and public) during note and expenses creation.
  321. - New: Print ticket show invoice ref into POS module.
  322. - New: Can edit customer discounts from invoice create and edit card.
  323. - New: task #11243: Show quantity into stocks for each sub-products into the sub-product tab.
  324. - New: task #10500: Option to choose if professional id are unique.
  325. - New: Add hidden option FOURN_PRODUCT_AVAILABILITY.
  326. - New: task #11123: Add best supplier price.
  327. - New: Enhancement in styles.
  328. - New: Can conciliate several lines in one operation.
  329. - New: task #11289 : Modify third party accountancy code generator aquarium.
  330. - New: task #10606 : more comprehensive message error.
  331. - New: task #11278 : Option into point of sale module to add services in list.
  332. - New: task #11261 : Add an entry into menu called "New shipment".
  333. - New: [ task #187 ] Gerer les evenement recurrents dans les imports ical.
  334. - New: Make option MAIN_GENERATE_DOCUMENTS_WITHOUT_VAT available by default.
  335. - New: Can build PDF in USLetter format or canada format (change paper size).
  336. - New: Can export into Excel 2007 format.
  337. - New: Add hidden option CASHDESK_FORCE_STOCK_ON_BILL
  338. - New: Can search on part of barcode into POS module.
  339. - New: Cheques into cheques receipts are ordered by operation date.
  340. - New: Add hidden option MAIN_DISABLE_PDF_AUTOUPDATE to avoid generating pdf each time data change.
  341. - New: Add hidden option PROJECT_HIDE_UNSELECTABLES to hide project you can't select into combo list.
  342. - New: Add option INVOICE_POSITIVE_CREDIT_NOTE.
  343. - New: Support zip/town autocompletion into warehouses.
  344. - New: Add box for last expired services.
  345. - New: Reduce seriously size of packages.
  346. - New: Can define country code for import.
  347. - New: When invoice was generated from order, order date is visible on PDF, after order ref.
  348. - New: [ task #181 ] Hide password of click2dial in user card.
  349. - New: Chart are faster to build
  350. - New: Value of data into charts are visible on mouse hover.
  351. - New: Import wizard can import contacts.
  352. - New: Import wizard can import personalized fields.
  353. - New: Personalized fields support int type.
  354. - New: Install process is now two times faster.
  355. - New: Can sort files into backup tool.
  356. - New: Default output charset are utf8 into backup tool.
  357. - New: Add brazilian states.
  358. - New: Increase usability of module project.
  359. - New: [ task #285 ] Add search filter on project in tasks list.
  360. - New: Automatic list of documents in ECM module is ok for customers,
  361. suppliers invoice, orders, customers orders, proposals and social contributions.
  362. - New: All professional id can contains up to 128 chars instead of 32.
  363. - New: [ task #176 ] Allow to use ODT templates for proposals and orders like it's done for invoices
  364. - New: Add hidden option MAIN_ADD_PDF_BACKGROUND to add a PDF as background of invoice/order generated PDF.
  365. - New: Can convert a product/service into service/product.
  366. - New: Show delivery date into proposal template azur.
  367. - New: Support tags into header and footer into ODT templates.
  368. - Fix: Can use POS module with several concurrent users.
  369. - Fix: Installer don't fails with Mysql version that added a ssl_cypher field.
  370. - Fix: Sanitize input parameters.
  371. - Fix: [ bug #368 ] Product list
  372. - Fix: [ bug #370 ] Filter in accountancy -> suppliers_bills
  373. - Fix: [ bug #399 ] Bad calculation of local taxes in update line products
  374. - Fix: [ bug #427 ] Bad links to wiki help in certains menus
  375. For developers:
  376. - New: Can add a left menu into an existing top menu or left menu.
  377. - New: Add webservice to get or create a product or service.
  378. - New: Add webservice to get a user.
  379. - New: Add more "hooks" (like hooks to change way of showing/editing lines into dictionnaries).
  380. - New: Log module outputs can be setup with "or" rule (not only "xor").
  381. - New: Add FirePHP output for logging module.
  382. - New: Add trigger ACTION_DELETE and ACTION_MODIFY.
  383. - New: Trigger now have a priority to define sort execution order.
  384. - New: Can define different requests according to database type into migration files.
  385. - New: Add "canvas" feature to overwrite page of thirdparty, contact, product with yours.
  386. - New: Removed artichow deprecated libraries.
  387. - New: A page can force reload of css style sheet
  388. - New: A module can add import description for import wizard, even for tables with foreign keys.
  389. - New: Can add tabs on statistics views.
  390. - New: Add CSS id/class into public payment pages.
  391. - Qual: Add a lot of more PHPUnit tests.
  392. - Qual: Data structure for supplier prices is simpler.
  393. - Qual: Removed no more used external libraries.
  394. - Qual: Cleaned a lot of dead code.
  395. - Qual: More OOP (usage of "abstract", "static", ...), uniformize constructors.
  396. - Qual: Fix a lot of checkstyle warnings.
  397. - Qual: task #216 : Move /lib into /core/lib directory
  398. - Qual: task #217 : Move core files into core directory (login, menus, triggers, boxes, modules)
  399. WARNING: To reduce technic debt, all functions dolibarr_xxx were renamed int dol_xxx.
  400. ***** ChangeLog for 3.1.3 compared to 3.1.2 *****
  401. Fix: PgSQL - property must be set if success
  402. Fix: Provide a solution for backup when mysqldump is not available
  403. Fix: Bug #460 - Wrong entity assignment when creating a warehouse
  404. Fix: bug #405 - Late icon always displayed on comm/propal.php
  405. ***** ChangeLog for 3.1.2 compared to 3.1.1 *****
  406. - Fix: Can clone a proposal
  407. - Fix: Add member ID in substitution method
  408. - Fix: Duplicate end tag and missing form parts
  409. - Fix: Support companies with no prof id.
  410. - Fix: Sanitize data
  411. - Fix: Bug #318
  412. - Fix: Bug #369
  413. - Fix: More bugs
  414. ***** ChangeLog for 3.1.1 compared to 3.1.0 *****
  415. - New: Add option FACTURE_DEPOSITS_ARE_JUST_PAYMENTS. With this option added,
  416. credit notes are not removed from total amount of invoice but are just
  417. payments used to reducs remain to pay.
  418. - New: Added hidden option MAIN_FIX_FOR_BUGGED_MTA to fix bugged MTA.
  419. - Fix: Removed warnings during install.
  420. - Fix: State into address of paypal payments were lost.
  421. - Fix: Currency into paypal payments were always euros.
  422. - Fix: Removed Bare LF from emails sent with smtps method.
  423. - Fix: Can show report on selected period.
  424. - Fix: product removed from list after deleted into order.
  425. - Fix: [bug #270] PostgreSQL backend try to connect throught TCP socket for
  426. - Fix: price was not without tax when using multiprice into POS module.
  427. - Fix: Can delete bank account.
  428. - Fix: [ bug #277 ] Year dropdown in table header of supplier invoices.
  429. - Fix: Some other very minor fixes.
  430. ***** ChangeLog for 3.1 compared to 3.0 *****
  431. WARNING: IE6 browser is no more supported in this version.
  432. For users:
  433. - New: War against number of clicks:
  434. - When adding a free bank transaction, form to add next one is still
  435. visible (save one click).
  436. - task #10969 : Add checkbox to close automatically invoice if
  437. payment is complete (save 3 clicks).
  438. - Reduce a step into supplier order workflow to save time. If user
  439. has permission to approve, order is approved when order is validated.
  440. (Save 2 clicks).
  441. - In commercial main menu, left menu are already opened. This save one click
  442. to open a proposal or order.
  443. - Can add a discount for third party, during invoice edition (and we
  444. saved clicks again).
  445. - When creating a contract, sales representative are preset to user. This save
  446. 4 clicks.
  447. - Can edit several fields in bank transaction line page into one update.
  448. - Creation of contacts from third party page go back to third party.
  449. - Preselect model if there is only one. This save 2 clicks.
  450. - Can remove a project if project has tasks. No need to delete task one by one.
  451. - New: Enhance donation module. Add a status "canceled".
  452. - New: Add filters on all statistics report pages.
  453. - New: If a service contains subproducts, subpoducts are decrease when service
  454. is decrease.
  455. - New: Add status for third parties to disable a third party.
  456. - New: Can send interventions cards by email.
  457. - New: Increase list of available notifications into module Notifications.
  458. - New: Add option MAIN_FIRST_TO_UPPER to force upper case of first
  459. letters for names and firstname.
  460. - New: Can filter of payment type in bank transaction list.
  461. - New: Status of users is visible into user list.
  462. - New: Support BSB code for bank account in Australia.
  463. - New: Can set date of payment for autocreate invoice/payment when
  464. creating a foundation subscription.
  465. - New: Can edit note of payment.
  466. - New: Option to make login not mandatory in member module.
  467. - New: Add box for last members for foundation module.
  468. - New: A specialized menu can now be used when using smartphones.
  469. - New: Can add information on current user on ODT generation.
  470. - New: Prefix on third party is not used by default. Hidden option
  471. SOCIETE_USEPREFIX can restore old feature.
  472. - New: Standing orders module use bank account from banks module.
  473. - New: Ask password when creating a user from a contact.
  474. - New: task #10577: Use a numbering module for shipment and contract.
  475. - New: Can create manually order from proposal.
  476. - New: Add a first workflow module to create automatic action on some
  477. events (create order on proposal closing).
  478. - New: Use autocompletion on invoice select when creating replacement
  479. or credit note invoice.
  480. - New: task #10885: Add a week view for calendar.
  481. - New: task #11018: Add a status "not applicable" on events.
  482. - New: Add subscriptions/country/region/town statistics for member module.
  483. - New: Can define a proxy for external web access.
  484. - New: task #11003: checkbox on checks for deposit.
  485. - New: Add status into export. Add third party default language into export.
  486. - New: Can filter on date and bank account when building check receipts.
  487. - New: task #10958 : Add link to cheque receipts into bank transaction
  488. line if exists
  489. - New: Can import external ical url into dolibarr agenda view.
  490. - New: Can add a logo on third parties card.
  491. - New: task #11194 : Can delete uploaded photos
  492. - New: task #9744 : Add the barcode to select products on Point of Sale module
  493. - New: Subscription/Unsubscription to mailman mailing-list can be done on
  494. validate/resiliate in foundation module.
  495. - New: Can use extrafields on third parties.
  496. - New: Add chart to report counts by status on element home area pages.
  497. - New: Look: Usage of Jquery Notify to show result or error messages on action.
  498. - New: Look: Minor enhancements into agenda view.
  499. - New: Look: Nicer tooltips with transparency and shadow.
  500. - New: task #11004: Create invoice from intervention.
  501. - New: task #10501: Can use point of sale with different bank accounts.
  502. - Fix: Better Postgresql compatibility.
  503. - Fix: Numbering module for invoices use same number for invoice
  504. and credit note if mask is same.
  505. - Fix: Debug and clean withdraw module.
  506. - Fix: Allow access permission for point of sale module.
  507. - Fix: Permissions issues with suppliers.
  508. - Fix: Admin dict data is showing with active language
  509. For developers:
  510. - New: External modules can add tabs on agenda views.
  511. - New: External modules can also remove default tabs.
  512. - New: External modules can force skin directory so force their own skins.
  513. - New: External modules can add their own menu manager.
  514. - New: External modules can force menu manager.
  515. - New: External modules can overwrite all default language files by
  516. forcing priority on langs directories on its own lang directory.
  517. - New: External modules can show export list with an "enabled" condition.
  518. - New: Support a backtopage parameter on contact creation page.
  519. - New: Add id on div to show logo.
  520. - New: Install wizard can activate a module at end of install.
  521. - New: Dictionnary setup works with very large external dictionnaries (Add
  522. page navigation).
  523. - New: Add api to draw graphics with javascript (using Jquery Flot).
  524. - New: Can add user login into menu urls added by modules.
  525. For translators:
  526. - New: Add fa_IR language.
  527. - Fix: Move language ar_AR to ar_SA, sv_SV to sv_SE and da_Da to da_DK.
  528. ***** ChangeLog for 3.0 compared to 2.9 *****
  529. For users:
  530. - New: Can edit date of cheque receipts.
  531. - New: Add Sales journal and Purchase journal report.
  532. - New: Can create supplier invoice from supplier order.
  533. - New: Support login by openid
  534. - New: Support "full day" event in calendar module.
  535. - New: Add a weather on dashboard.
  536. - New: Add a Paypal module.
  537. - New: Can choose third party to use in point of sale module during logon.
  538. - New: A lot of enhancements into ECM module:
  539. Directories can contains special characters,
  540. Speed enhancements,
  541. Directories can be created outside of Dolibarr, refresh button will
  542. update database,
  543. Can rename a file.
  544. - New: Reordering lines in invoice, orders, commercial proposal is faster (use Ajax
  545. technology).
  546. - New: Can import members using assistant.
  547. - New: Can exclude deposit, replacement or credit notes in script rebuild_merge_pdf.
  548. - New: task #10473 : Option MAIN_PROFIDx_IN_ADDRESS must no more be hidden.
  549. - New: Can generate business card for on particular member.
  550. - New: Task #10553 : Can attach files on members card.
  551. - New: Can filter on payment type and bank account in payment lists.
  552. - New: When sending supplier orders by mail, a text is predefined.
  553. - New: Upgrade process works with Postgresql.
  554. - New: Task #10538: Add filter on expiration date of subscription for
  555. foundation module email selector.
  556. - New: Task #9643: Add 2 status (tosell/tobuy) on products instead of only
  557. 1 status for both selling and buying.
  558. - New: Can input payment conditions on several lines.
  559. - New: Add hidden option MAIN_LOGOUT_GOTO_URL to set the exit url after
  560. a logout.
  561. - New: For germany, we invert order of address.
  562. - New: Add hidden option MAIN_SERVICES_ARE_ECOMMERCE_200238EC.
  563. - New: Support NPR in customer product prices.
  564. - New: Add more volume units (ounce, gallon, inch, feet, ...)
  565. - New: Delivery date accepts hours and minutes.
  566. - New: Can add a comment on stock dispatching to be save into stock movements.
  567. - New: Can filter product list with too low stocks.
  568. - New: Add option to send all emails sent to a bulk carbon copy.
  569. - New: Preview of emails sent by member module is shown.
  570. - New: task #10100 : Add button to create invoice from a subscription
  571. - New: Reorganize tabs on third parties.
  572. - New: Option MAIN_INVERT_SENDER_RECIPIENT is available in einstein pdf template.
  573. - New: Easier way to define url for clicktodial module.
  574. - New: Add a fckeditor test area in fckeditor module setup.
  575. - New: Add property "Event on full day" on agenda
  576. - New: Enhancement and better compatibility (google, thunderbird) for agenda export.
  577. - New: Can use image editor on user photo.
  578. - New: Task #10796: Add Spain ProfId1 Verification
  579. - New: Page "supplier summary" is now available.
  580. - New: Task #10611: Add option to choose order of field in bank account info on PDF
  581. - New: If a transaction was reconciliated and should not, there was no way to reverse error.
  582. - New: Ubuntu package now works also on debian.
  583. - Perf: Avoid reading database to determine country code after each
  584. page call.
  585. - Fix: Special chars are now supported in ECM module for filename (not yet for
  586. directories).
  587. - Fix: Better Postgresql compatibility.
  588. - Fix: Box order is saved when moved.
  589. - Fix: Database name can contains "-" characters.
  590. - Fix: In coloring negative amounts.
  591. - Fix: Date input use date format of user and not dd/mm/yyyy format.
  592. - Fix: Fixed a very old bug making file attachment fails with some emails
  593. readers when using "mail php function".
  594. - Fix: When cloning commercial proposal, due date is creation date + delay
  595. by default.
  596. - Fix: Can edit ordering methods.
  597. For translators:
  598. - New: Update and complete slovenian language sl_SL.
  599. - New: Add full manually translated files for de_AT en de_DE (thanks to eCleaner.at).
  600. - New: Create the language ja_JP.
  601. - New: Add el_GR language.
  602. For developers:
  603. - New: Add jquery by default.
  604. - New: Removed PWC libraries.
  605. - New: Removed Scriptaculous libraries.
  606. - New: Removed Prototype libraries.
  607. - New: Add first Selenium GUI tests.
  608. - New: Enhance a lot of internal function to build external modules
  609. more easily.
  610. - New: Add a user field ref_ext in object tables to allow external
  611. systems to store their id and make self-developed synchronizing
  612. functions easier to build.
  613. - New: Local user timezone is saved into session (not used yet).
  614. - New: Works with Mysql 5.5.
  615. - Qual: Menu system code is simpler.
  616. - Qual: Mutualize some duplicate code.
  617. - Qual: Renamed some fields into database to be more internationnal.
  618. - Qual: Removed deprecated code.
  619. ***** ChangeLog for 2.9 compared to 2.8 *****
  620. For users:
  621. - New: POS module allow to choose which warehouse to use.
  622. - New: Support "Department/State" field on company setup, contact,
  623. bank account and members card.
  624. - New: Can reopen a refused/canceled supplier order.
  625. - New: Add Gant diagramm on project module.
  626. - New: Add a new mode for automatic stock increase: Can be increased
  627. on dispatching of products from a supplier order receipt.
  628. - New: Can set a past delay to limit calendar export.
  629. - New: Can attach files on emailing campaigns.
  630. - New: Add statistics on trips and expenses module.
  631. - New: Can reopen a closed customer order.
  632. - New: Add module externalsite to add a web site/tools inside
  633. menu and a Dolibarr frame.
  634. - New: Can link trips and fees to a project.
  635. - New: Add civility title in foundation module.
  636. - New: Can set accountancy code for product (buy and sell).
  637. - New: Can filter third parties lists on categories.
  638. - New: Can filter products and services lists on categories.
  639. - New: task #10202 : Support categories for members.
  640. - New: Can build documents for third parties (Using ODT templates, need PHP 5.2+).
  641. - New: Support new products properties: length and area.
  642. - New: Add the "payment due before" field in invoice exports.
  643. - New: Add feature to resize or crop image files (for products photos)
  644. - New: task #10113 : Show list of emailing on clicking on "number of mass emailing received"
  645. - New: Add default language for third parties and use it when multilang is enabled
  646. to define default language for document generation.
  647. - New: Can reopen a closed supplier invoice.
  648. - New: Move permission "see hidden categories" into "see hidden products/services".
  649. - New: Can delete several files at once in FTP module.
  650. - New: Add box "last contracts".
  651. - New: Works even if Web hosting provider has disabled PHP "glob" function.
  652. - New: Can now send supplier orders by email.
  653. - New: task #10076 : Show content of message in notification module.
  654. - New: Bank name is shown on invoice.
  655. - New: IBAN value is called IFSC if country is India.
  656. - New: Add option to choose to show firstname then name or name then firstname on PDF.
  657. - New: Add company in fields exported by export of members tool.
  658. - New: Reorganise bank menus.
  659. - New: Bookmarks can be sorted on a particular order.
  660. - New: Support spanish RE and IRPF taxes on invoices.
  661. - New: Module category offers categories for foundation module.
  662. - New: Can filter on category on third parties, products and members listings.
  663. - New: A flag is visible before country labels.
  664. - New: When activating a new module, permissions for admin user are set. This save
  665. time when configuring Dolibarr.
  666. - New: Dolibarr 2.9 is faster than 2.8.
  667. - New: A lot of more predefined VAT values, states, regions for
  668. miscelaneous contries.
  669. - New: Enhance skin engine to make themes easier.
  670. - New: Add images into menu "eldy".
  671. - New: Auguria theme is now more modern.
  672. - New: Update tools refers to www.dolibarr.org but also www.dolistore.com web site.
  673. - New: Postgresql experimental support seems to work completely.
  674. - New: Changes in Dolibarr core to allow to use cache servers (see Memcached module on
  675. dolistore.com).
  676. - New: Default choice for interactive confirm box is yes by default, and no only for
  677. delete actions. This reduce number of clicks required to validate actions and
  678. is still safe to dangerous actions.
  679. - Fix: Durations are correctly shown for languages using PM/AM dates.
  680. - Fix: A lot of fixes in Point of Sale module.
  681. - Fix: Debug experimental module widthrawal.
  682. - Fix: Format number was wrong for ar_AR language.
  683. - Fix: Can change password if user has only permission "change password".
  684. - Fix: Project PDF document shows all tasks.
  685. - Fix: bug #29278 : SMTP fails with IP instead of hostname.
  686. - Fix: Default language on login page was wrong.
  687. - Fix: Complete support of euros sign (even in PDF).
  688. - Fix: Bad setup of phpMyAdmin for DoliWamp installer.
  689. - Fix: Tracking number should be available on sending sheets.
  690. - Fix: Stock value is not reset when product is transfered into other warehouse.
  691. - Fix: A lot of not tracked bugs fixed.
  692. - Fix: Some fixes in barcode management.
  693. - Fix: Access to phpMyAdmin is now ok on new DoliWamp installation.
  694. For translators:
  695. - Fix: Major update of italian translation (it_IT).
  696. - Fix: A lot of translation fixes in all languages.
  697. - New: Added translations (sl_SL, is_IS).
  698. - New: Add translations for the DoliWamp installer.
  699. For developers:
  700. - More comments in code.
  701. - Uniformize some code.
  702. - All arrays "lignes" were renamed into "lines".
  703. - Delete all useless pre.inc.php files (this also increase speed).
  704. - Fix W3C errors in page forging.
  705. - Qual: Mutualize code of menu managers.
  706. - Better isolation of modules files and dolibarr core files.
  707. - Task #8682 : Remove functions unix_timestamp.
  708. - The makepack tool now make pack with UID 500.
  709. - More css class and div to output menu to allow more skins.
  710. - Generated documentation can be build from Eclipse using Doxygen plugin.
  711. - Snapshot is provided with PHPunit tests.
  712. WARNING:
  713. - A lot of class files (*.class.php) has moved into subdirectories. So If you use
  714. or develop non official modules that includes Dolibarr classes, you will have to rename
  715. path to thoose classes into the include function.
  716. - Also, parameters of the "fetch()" method for class "User" has changed to reflect
  717. other fetch methods.
  718. - If you build a personalised themes, you must rename the style sheet into style.css.php.
  719. - This version is also the last one to support PHP 4.*, Mysql 3.1, IE6.
  720. Dolibarr 3.* will be supported with PHP 5+ and MySql 4.1+ only.
  721. ***** ChangeLog for 2.8.1 compared to 2.8 *****
  722. For users:
  723. - Fix: Works on database with _ in name.
  724. - Fix: Broken feature in trips and expense module.
  725. - Fix: Can use $ in database and login/pass values.
  726. - Fix: No error on upgrade if there is orphelins tasks.
  727. - Fix: Failed to login when user agent string was longer than 128.
  728. - Fix: bug #29526 : Numérotation Proposition Incorrecte après duplication
  729. ***** ChangeLog for 2.8 compared to 2.7 *****
  730. For users:
  731. - New: Support note on trips module
  732. - New: Can link contacts to projects
  733. - New: Can removed attached file on email form if attachment was wrong.
  734. - New: Add option to show your logo on top of left menu.
  735. - New: task #9935: Can edit accountancy code.
  736. - New: Add an option to make users email required.
  737. - New: Module notification can send email on order or proposal validation.
  738. - New: Can use any command line antivirus on file upload.
  739. - New: A customer can also be a prospect.
  740. - New: task #9802 : Can link an action to a project and use project to
  741. filter agenda.
  742. - New: Project can be set on contract creation.
  743. - New: Initial sold can be conciliated on bank module.
  744. - New: Add a default errors-to email for emailing module.
  745. - New: Can filter on user on stock movement list.
  746. - New: When creating a third party from a member, it is set as a new
  747. customer.
  748. - New: Can use {tttt} in numbering mask setup. It will be replaced
  749. with third party type.
  750. - New: VAT number is stored in one field. This is more "international".
  751. - New: task #9782 : Add possibility to delete a warehouse.
  752. - New: task #9640 : Add label for stock movements.
  753. - New: task #9916 : Add FREE text for interventions card.
  754. - New: Can define the new product ref when cloning.
  755. - New: Project module support status of project and end date.
  756. - New: Provide a ubuntu package.
  757. - New: Add link to check a SIREN for french users.
  758. - New: Add link "now" to fill date when creating invoices.
  759. - Fix: Import module works even if prefix is empty in source file.
  760. - Fix: bug #28055 : Unable to modify the date of a cloned command.
  761. - Fix: bug #27891.
  762. - Fix: Change of numbering module was not effective.
  763. - Fix: Change error management when adding already used supplier ref
  764. for a product.
  765. - Fix: Running sending-email.php
  766. - Fix: Warning should not appears for invoice closed
  767. - Fix: Import for companies works even with prefix empty.
  768. - Fix: bug #28895 : Création d'utilisateur impossible.
  769. - Fix: Can change password if has only permission change password.
  770. For developers:
  771. - Qual: Reorganize /dev directory.
  772. - Qual: Change the way items are linked together.
  773. - Qual: The login page now use a template in /core/template/login.tpl.php.
  774. - New: Modules can add their own tab on projects cards.
  775. - New: Add management of triger FICHEINTER_VALIDATE
  776. ***** ChangeLog for 2.7.1 compared to 2.7 *****
  777. For users:
  778. - Fix: Bad decimal management for it_IT and fr_BE languages.
  779. - Fix: A third party created from a member is created as a
  780. customer.
  781. - Fix: Change of numbering module was not effective.
  782. - Fix: Report of balance missing supplier invoices.
  783. - Fix: Running sendmaing-email.php script.
  784. - Fix: Detection of country for IBAN management.
  785. - Fix: Update member photo.
  786. ***** ChangeLog for 2.7 compared to 2.6 *****
  787. For users:
  788. - New: Add a print icon to show a page to print without menus.
  789. - New: Can add a free text on bank cheque receipts.
  790. - New: Price level can be defined also for prospects.
  791. - New: Add a help and support center.
  792. - New: Can export commercial proposals.
  793. - New: Can use a cache for xcal exports.
  794. - New: Option for faster confirmation process with one ajax popup.
  795. - New: Complete theme bluelagoon and rodolphe
  796. - New: Can select third parties emails in emailing module for all
  797. third parties with expired contract's lines.
  798. - New: Can add a field errors-to in emailing.
  799. - New: Can use inline images in emails.
  800. - New: Add predefined invoices (can be use for repeated invoices).
  801. - New: Add a confirmation when cloning products.
  802. - New: Add stock in product lists.
  803. - New: Can filter list of stock movement on date or product.
  804. - New: Added a link from product list to their stock movements.
  805. - New: Several speed enhancements after using the Google Page speed
  806. plugin for FireBug.
  807. - New: Add a confirmation on dangerous admin purge feature.
  808. - New: Add navigation on donation sheets.
  809. - New: Added estimated value for stocks.
  810. - New: Added module Gravatar to found photo of users or members
  811. from their email on gravatar.com.
  812. - New: Include Dolibarr version in suggested dump filename.
  813. - New: Enhancement in project module.
  814. - New: Add log tab on emailing module.
  815. - New: Minor enhancements in look themes.
  816. - New: Add option to hide help in menu.
  817. - New: Added a "force LDAP synchronize" on member and contact cards.
  818. - New: Can split a discount into two smaller discount. This allows to use a
  819. discount on an invoice even if invoice amount is lower than discount
  820. credit available.
  821. - New: Can use variables into the free text on PDF (__TOTAL_TTC_, __TOTAL_VAT...)
  822. - New: Increase page loading speed (all changes reported by Google PageSpeed
  823. tool has been added).
  824. - New: Add support of constant MAIN_ONLY_LOGIN_ALLOWED to allow to lock all
  825. access to any users except the one defined in constant.
  826. - New: Add an admin page of PHP sessions with a way to lock new connections
  827. for other users than yourself. Can also purge existing sessions.
  828. - New: Add point of sale module.
  829. - New: Better usage when using with smartphones.
  830. - New: Add module FTP client.
  831. - New: Can set first day of week.
  832. - New: Installer now create a .htaccess to protect documents directory.
  833. - New: Experimental support for Postgresql.
  834. - New: Full support of SMTPS (can works with Google SMTP).
  835. - Fix: "Now" link works when date popup is not used.
  836. - Fix: Debug seriously the email notification module.
  837. - Fix: Error Call to a member function trans when refusing a supplier order.
  838. - Fix: Fix payment conditions on commercial proposals.
  839. - Fix: Nb of orders to process was wrong.
  840. - Fix: Customer code was not correct on PDF it if contains special
  841. characters.
  842. - Fix: Can update price even with "NPR" VAT rates.
  843. - Fix: When product type is missing, description is not lost when adding
  844. new product lines.
  845. - Fix: CC and BCC in emails was not used if using SMTPS handler.
  846. - Fix: Last character was lost when text end with n or r.
  847. - Fix: LDAP synchronization is now more robust (transaction and
  848. use modify instead of delete/add).
  849. - Fix: Fix: Setup of member synchronization does not conflict
  850. with contact or user synchronization.
  851. For translators:
  852. - Update some language files.
  853. - Can accept right to left languages. Added an "automatic" arabe translation.
  854. For developers:
  855. - An external module can force the third party code to be required whatever
  856. is the rule of third party code module.
  857. - Update fckeditor to 2.6.4.
  858. - Update Smarty to 2.6.26.
  859. - Removed some deprecated code and files.
  860. - Creation of directory in module descriptor is simpler.
  861. - Can use an alternate document_root directory to develop with
  862. sources on two repositories.
  863. - Removed useless code of old commercial module.
  864. - Move some modules into the CVS modules repository dolibarrmod. This reduces
  865. amount of code in main branch.
  866. - Updated wiki documentation.
  867. - Better W3C standard.
  868. - Can add init data when enabling a module.
  869. - Can fix some corruptions in database by calling the update page
  870. /install/repair.ksh
  871. - Log files contains more information (PHP_SELD added and OS user used for
  872. log of command lines scripts)
  873. - Can protect a module to not being enabled if javascript disabled.
  874. - If module numberwords is installed, code can use langs->getLabelFromNumber
  875. to get value of an amount in text.
  876. - A module can add subsitution keys in makesubsitutions() functions.
  877. - Add $conf->browser->phone defined to optimise code for smartphone browsers.
  878. - All external libs are now in same directory /includes.
  879. - All install files are now in same directory /install.
  880. ***** ChangeLog for 2.6 compared to 2.5 *****
  881. For users:
  882. - New: Add filter on status in emailing selector for Dolibarr users.
  883. - New: Can add bookmarks on all pages.
  884. - New: Enhance bank transactions reporting.
  885. - New: When creating a contact from a third party, informations from third
  886. party card are automatically suggested.
  887. - New: Sort list of languages in combo box.
  888. - New: EMails links are show with function dol_print_email
  889. - New: Add graph report on number of entities in product statistics page.
  890. - New: Can delete a supplier order whatever is its status.
  891. - New: No limit on free text on PDF generated documents.
  892. - New: Can force login value when creating a user from a member.
  893. - New: Can clone commercial proposals and orders.
  894. - New: Major enhancement of project module.
  895. - New: Added product label in invoice exports fields.
  896. - New: Add VAT number in export fields.
  897. - New: Upgrade FPDF to 1.6
  898. - New: Upgrade Scriptaculous to 1.8.2 and Prototype to 1.6.0.3
  899. - New: Added keywords in PDF.
  900. - New: Add hidden option MAIN_DISABLE_PDF_COMPRESSION.
  901. - New: Add attachments on intervention cards.
  902. - New: Can add personalized fields in emailing selectors.
  903. - New: Customer code and supplier code can be defined automatically.
  904. - New: Emailing feature can extract civility from contacts.
  905. - New: Can create a third party from a member of foundation module.
  906. - New: Can set a limit for stock alert to 0.
  907. - New: Support SMTPS.
  908. - New: Added a page /support to provide a help center service on Dolibarr.
  909. - New: Distinct status "running not expired" from "running expired" in lines
  910. contract status.
  911. - New: Add a first version of a module for Paybox.
  912. - New: Can add contact to suppliers orders.
  913. - New: Changes to support the external Bit Torrent module.
  914. - New: Can filter on social contribution type in list.
  915. - New: Upload of joined files need create/modify permissions to work.
  916. - New: For admin users, show the SQL request in export build.
  917. - New: Can modify proposal date if status is draft.
  918. - New: The help link on some pages now links directly to the wiki web page.
  919. - New: Enhancements in barcode module.
  920. - New: Can use decimal values in stocks.
  921. - Fix: Partial payment on social contributions not shown on main page.
  922. - Fix: Handle correctly the comment in status changing of supplier orders.
  923. - Fix: Author, title and topic are correctly encoded in PDF.
  924. - Fix: Now HTML output is always UTF8, this solve bad PDF encoding on old
  925. users.
  926. - Fix: Save new model when changed on interventions.
  927. - Fix: Failed to go on the future view of bank transaction if there is no
  928. future bank transaction already wrote.
  929. - Fix: Bad ref in supplier list.
  930. - Fix: Bad link in product statistics for supplier referrers.
  931. - Fix: Usage of reset of cursor in personalized numbering modules for a particular
  932. month (@ option) was broken.
  933. - Can add contacts to a supplier invoice.
  934. - Fix: When an invoice is changed back to status draft, warehouse is increased
  935. back.
  936. - Fix: Category of a bank transaction was not saved.
  937. - Fix: Clicktodial plugin works correctly now
  938. - Fix: Multiprices features works correctly.
  939. - Fix: Project module and task creation.
  940. - Fix: Validation of order if a file was attached.
  941. - Fix: A lot of fixes in PDF generators.
  942. - Fix: Bad line/page break with long description of products on PDF.
  943. - Fix: Option force invoice date to validation date working correctly.
  944. - Fix: Creation of a member from the example public page works.
  945. For translators:
  946. - Added 10 more new language files.
  947. - Added autotranslator tool. A tool to build/update automatically
  948. languages files using Google API for a new language. Wonderful to start a
  949. new translation.
  950. For developers:
  951. - Removed some deprecated files.
  952. - Removed treemenu library.
  953. - Renamed all function dolibarr_xxx into dol_xxx to have same prefix everywhere.
  954. - Rewrite clone feature for supplier invoice to work like other clone features.
  955. - First change to manage a future feature "stock PMP value".
  956. - A module can add a new tab in third party view tabs.
  957. - First change for future geoip module.
  958. ***** ChangeLog for 2.5 compared to 2.4 *****
  959. For users:
  960. - Sessions timeout can be configured to overwrite PHP setup.
  961. - Can filter on date in services list.
  962. - Support bookmark add of product cards.
  963. - Enhancement in stock management (Automatic increase/decrease
  964. from order or invoice is possible).
  965. - New filter options in prospect lists (category and level).
  966. - New view in ECM module.
  967. - Look enhancements for graphics (add transparency).
  968. - Added statistics report for supplier invoices.
  969. - Added average amount in invoices statistics reports.
  970. - Can move a contract line to another contract of same third party.
  971. - Add an export definition to export interventions.
  972. - Can set umask file permissions on Unix/Linux/BSD systems.
  973. - Miscelanous bug fixes.
  974. - A lot of other enhancements to increase productivity.
  975. - All phone numbers show the clicktodial link if module is enabled.
  976. - Can define hour and minutes in intervention cards.
  977. - Can edit a validated intervention.
  978. - Add filters on intervention list.
  979. - Add juridical status and number of employees in third party
  980. export definition.
  981. - A lot of enhancements and translation in withdraw module.
  982. - Full support of Mysql option mode=strict.
  983. - Added a new event from member module to agenda tracked events.
  984. - Can attach a file to suppliers orders.
  985. - Change to make Bank Account Number form more "internationnal".
  986. - Can clone an invoice.
  987. - Can clone an emailing.
  988. - Reduce memory usage (about 2%).
  989. - Add weight and size in sendings module.
  990. - Add a fast search form on left menu for member module.
  991. - Fix: Do not show export filter for disabled modules
  992. - Show greyed lines for not allowed export filters.
  993. - Add nature in product fields (manufactured product or not).
  994. - Add export filters for category module and trip and expenses module.
  995. - Can choose login of dolibarr account created when create from contact
  996. For translators:
  997. - The errors language file contains only error or warning messages with
  998. prefix Error or Warning.
  999. - HTML Output is by default in UTF8 and language files can be provided
  1000. in UTF8.
  1001. For developers:
  1002. - Update skeletons (some fixes and add function createFromClone).
  1003. - Add an experimental Cash Desk module.
  1004. - Added new triggers events in agenda module.
  1005. - All submodules are moved in the includes directory.
  1006. - Removed some deprecated files.
  1007. - Menu managers now use same class name for their menu entry
  1008. and add a different value in an HTML id for each entry. This allows
  1009. to build skins that use different style for each menu entry.
  1010. - All emails and url HTML output use same function.
  1011. - Add more integrity check on database
  1012. - Can disable modules on logon page. This make possible to
  1013. have several profiles of demo with only one demo. Also added a new
  1014. Dolibarr demo front page (in htdocs/public/demo).
  1015. - Allow modules to add new tabs.
  1016. ***** ChangeLog for 2.4 compared to 2.2 *****
  1017. For users:
  1018. - Add a calendar module (module agenda) with ical/vcal/rss export.
  1019. - Look enhancement in graphics (thanks artichow).
  1020. - Add tel and fax on delivery addresses.
  1021. - Add a tool to edit personalized menu.
  1022. - Add an ical and vcal export link in agenda and webcalendar module.
  1023. - Reduce memory usage.
  1024. - Now triggers are enabled/disabled according to module they refers to.
  1025. - Fix infinite loop on popup calendar.
  1026. - Change in tanslation to make Dolibarr easier to understand.
  1027. - Add a warning when sending a mail from a user with no email defined.
  1028. - Added clicktodial module.
  1029. - Add a property private/public in contact. This allows to user Dolibarr
  1030. for a personnal address book.
  1031. - French NAF code can accept 5 chars.
  1032. - Supplier prices can be input with or without taxe.
  1033. - New generic numbering modules to offer more solutions for generating
  1034. automatic id.
  1035. - Add new predefined exports wizards (stocks, suppliers, taxes...).
  1036. - Add feature to log security events (logon, change of users, passwords).
  1037. - Can link all documents (included supplier invoices and orders) to a
  1038. project.
  1039. - Can attach several files to email when sending an invoice, order or
  1040. proposal by email.
  1041. - Can choose accuracy (number of decimals) for prices.
  1042. - Localization for decimal and thousand delimiter on number is fully
  1043. supported.
  1044. - More informations reported in system information pages.
  1045. - Add a budget report.
  1046. - Added a security audit report.
  1047. - Other minor changes (features, look, fixes)
  1048. - Added compatibility with Firefox 3.
  1049. - Changes for compatibility with PHP6/Mysql6.
  1050. - Some bug fixes.
  1051. For translators:
  1052. - Added spanish es_ES translation.
  1053. - Added en_AU translation.
  1054. For developers:
  1055. - Removed useless code:
  1056. Replaced phplot and phplot5 librairies by artichow.
  1057. Removed cryptograph library replaced by artichow.
  1058. - Login functions are now externalised as modules.
  1059. - Update code skeletons examples.
  1060. - Several enhancements to make addon development easier.
  1061. - Add a tool to generate PHP classes completely mapped to a table.
  1062. - Added a check to enable external modules only if dolibarr version is
  1063. high enough.
  1064. - Changes in wizard installer to allow building autoexe installer for
  1065. Windows with Apache and Mysql included.
  1066. ***** ChangeLog for 2.2 compared to 2.1 *****
  1067. - Add more statistics on main page.
  1068. - Add option to add message on login page.
  1069. - Management of categories for third parties.
  1070. - Add volume on products properties.
  1071. - Support for LDAP authentication.
  1072. - Full member synchronisation with LDAP database in
  1073. fundation module.
  1074. - More LDAP fields supported for user synchronization.
  1075. - Better logger for install.
  1076. - First changes to support UTF8.
  1077. - Add a "forget password" feature.
  1078. - Setup process can run several migrate files if need
  1079. to jump several versions to upgrade.
  1080. - Support for webcalendar 1.1 in webcalendar module.
  1081. - Support for menu in database.
  1082. - Better support for using Dolibarr on more WHP.
  1083. - Removed some deprecated files and clean code.
  1084. - New theme: Auguria
  1085. - Removed PHP warnings.
  1086. - Some bugs fixes.
  1087. - Traduction more complete.
  1088. - Better code comments for Doxygen documentation.
  1089. - Better support of vcard export format.
  1090. - A lot of security enhancements (no more password in log files,
  1091. crypted password in database, in config file...).
  1092. - Themes are full CSS compliant.
  1093. - A lot of other minor changes...
  1094. - Option to scan uploaded document by an antivirus.
  1095. - Transparency for picto files works with IE.
  1096. - Can drag and drop boxes on main page.
  1097. ***** ChangeLog for 2.1 compared to 2.0.1 *****
  1098. - Added a better installer.
  1099. - Support user and groups permissions.
  1100. - Translation in english and support for several languages.
  1101. - New enhanced look and several new themes.
  1102. - Small search boxes for each Dolibarr elements (invoices, contracts,
  1103. orders, proposals...)
  1104. - Added an export assistant module to export main dolibarr data.
  1105. - Added backup tool to backup database via mysqldump.
  1106. - Added product categories management with a categorie tree.
  1107. - Management of companies' discounts (relative or absolute).
  1108. - Support credit note and discounts (relative and absolute) on
  1109. commercial proposal, orders and invoices.
  1110. - Support multi-langual description for products.
  1111. - Graphical enhancements (picto to describe all status).
  1112. - Added more permissions (ie: can restrict access for a commercial user
  1113. to elements of its companies only).
  1114. - Little enhancements to OSCommerce module.
  1115. - Added a second OSCommerce module working through web services.
  1116. - Added a Mantis module to have a Mantis application in Dolibarr menu.
  1117. - Building a PDF document for invoices works like other modules. You
  1118. can change model just before generating the PDF.
  1119. - Can generate documents (PDF) for customer orders. Can send them by mail.
  1120. - Added FPDI and FPDI_Protection (ie: PDF with password-protection)
  1121. - Can make one payment for several supplier invoices.
  1122. - Rule to suggests passwords when creating a user are in modules
  1123. allowing to add easily other rules.
  1124. - Option to encrypt passwords in database (MD5).
  1125. - Add Dolibarr triggers support on users creation/change.
  1126. - Add Dolibarr triggers support on payments.
  1127. - Add Dolibarr triggers on supplier and customers orders.
  1128. - Webcalendar triggers for actions on Member module.
  1129. - Support optionnal new javascript popup selector for date fields.
  1130. - Support for several RSS boxes in external RSS module. Setup easier.
  1131. - Can attach documents on Action, Orders, Invoices, Commercial proposals.
  1132. - Can attach contacts on proposals, orders, contracts, invoices.
  1133. - Preview on results of PDF generator modules in setup pages.
  1134. - Code cleaner. Remove unused or duplicate code.
  1135. - Save and show last connexion date for users.
  1136. - Enhancements on a lot of forms for better ergonomy.
  1137. - Can add/remove company logo.
  1138. - Added LDAP synchronisation for users, groups and/or contacts.
  1139. - Can configure your own SMTP server/port for mail sendings.
  1140. - Works even on "UTF8 by default" systems (Mysql, Linux...)
  1141. - Better compatibility with different PHP version or setup.
  1142. - Added mysqli driver.
  1143. - Add a WISIWYG editor (FCKEditor) to edit note and comment areas.
  1144. - Added AJAX features like a 'search product selector'.
  1145. - Modules boxes on main page can be dragged and dropped (with firefox only).
  1146. - Support for PHP5.
  1147. - Experimental support for Postgresql (not working yet, but waiting feedbacks).
  1148. - Removed obsolete files and documentation.
  1149. - Added admin tools (backup and files purge).
  1150. - Added a tool to build a lang package.
  1151. - Added a tool to build a module package.
  1152. - Added a tool to build a theme package.
  1153. - Traduction more complete.
  1154. - Added skeletons for code examples.
  1155. - Lot of fixes after 2.0 release not fixed in 2.0.1.
  1156. - Added more security option (ie: encrypted password in database)
  1157. ***** ChangeLog for 2.0.1 compared to 2.0 *****
  1158. Minor bug fixes
  1159. ***** ChangeLog for 2.0 compared to 1.0 *****
  1160. ChangeLog file size is so important, that it is not included inside Dolibarr
  1161. package. You can find it at www.dolibarr.org