Re: [Dolibarr-dev] Which column is correct?

2015-01-11 Par sujet Laurent Destailleur (aka Eldy)
sure, having user_creation allows to know fk_user_creation. But this means, each time we load an objet to also loadd all child object. In most cases, we store only the id and we make the load/fetch toi get and store object only if we really need it. 2015-01-06 9:09 GMT+01:00 Marcos García : >

Re: [Dolibarr-dev] Clients non assujettis à la TVA

2015-01-11 Par sujet Laurent Destailleur (aka Eldy)
Ce n'est pas le client qui est assujeti à la tva ou pas mais le vendeur. Etre assujeti ou pas a la tva est en général une notion pour la vente et non pour l'achat. Le terme dans dolibarr fait référence à la notion utilisé pour déterminer la tva sur les factures fournisseurs de ce tiers. Ainsi, un

Re: [Dolibarr-dev] Indent tabs or spaces?

2015-01-11 Par sujet Laurent Destailleur (aka Eldy)
Currently using PSR2 was not acted. I prefer to apply styles rules, one rule after one rule, and with each rules EXPLICITELY defined. Reason is that a lot of rules are just stupid. So we may apply some of them, more and more rule from PSR2 but probably not 100% of them. We are just moving step by s

Re: [Dolibarr-dev] Expired wiki.dolibarr.org SSL certificate

2015-01-18 Par sujet Laurent Destailleur (aka Eldy)
I will see to buy a tru generic ssl cert for *.dolibarr.org. 2015-01-15 15:47 GMT+01:00 Doursenaud, Raphaël : > Yep, HTTPS is pushed by Google these days and can't be ignored anymore. > > Another subject to bring to the table in the upcoming foundation meetings > (infrastructure is maintained by

Re: [Dolibarr-dev] Auguria and Eldy menu

2015-01-18 Par sujet Laurent Destailleur (aka Eldy)
auguria menu is a try to implement menu eldy using full dynamic database declaration. As i said, it is a trie and currently it does not support 100% of features menu default menu eldy handle, that's why we never moved completely from eldy to auguria. It was goal but dev was not yet finished. We sti

Re: [Dolibarr-dev] Proposal to remove $conf->global->MAIN_DISABLE_JAVASCRIPT option in 3.8

2015-01-18 Par sujet Laurent Destailleur (aka Eldy)
This option is really not to "use or not javascript" for common end user. But 1) to allow to make test to be sure that there is a good separation between code on browser and code on server. There is often code that make thing on server side (open a or set a var) and finish on client side (close h

Re: [Dolibarr-dev] Proposal to remove $conf->global->MAIN_DISABLE_JAVASCRIPT option in 3.8

2015-01-18 Par sujet Laurent Destailleur (aka Eldy)
from the code, but... what about > progressively remove it after checking that it is working properly? Also we > could use Selenium in order to test that. > > Regards, > > > *Marcos García* > > marcos...@gmail.com > > > 2015-01-18 23:28 GMT+01:00 Laurent

[Dolibarr-dev] New rule for commit comments for Dolibarr pull requests

2015-01-22 Par sujet Laurent Destailleur (aka Eldy)
for develop branch. For old branch (3.7, 3.6, ...), please continue to follow the changelof as you did by including the file into your PR. Laurent Destailleur (aka Eldy) Dolibarr Yoda. ___ Dolibarr-dev mailing list Dolibarr-dev@nongnu.org https

Re: [Dolibarr-dev] Question about hooks

2015-02-16 Par sujet Laurent Destailleur (aka Eldy)
Option MAIN_ACTIVATE_UPDATESESSIONTRIGGER because a trigger were intoduced here where we should not use a trigger (to not hurt developer and users who were using it). A trigger must be used for business event and only business event. But best practice is to introduce a hook. For example into maste

[Dolibarr-dev] Transifex for Dolibarr translation can now be used for all languages (except en_US)

2015-03-15 Par sujet Laurent Destailleur (aka Eldy)
Starting from today, Transifex is not restricted anymore to major languages. All languages, even alternatives languages (like pt_BR, es_MX, es_DO, ...) are now included into the transifex process. Sync is also supported for those languages. Documentation for translator has been updated here: http

Re: [Dolibarr-dev] Use HTML 5 and css 3 in dolibarr

2015-03-23 Par sujet Laurent Destailleur (aka Eldy)
You can use css inline-block It is already used. We did a try to use also tag but we add to go back because in most cases fields with email in dolibarr are not mandatory. Using tag input type="email" force to use a valid email an no email is not valid. Well at least i was the case few month ago w

Re: [Dolibarr-dev] Link dolibarr to owncloud

2015-03-23 Par sujet Laurent Destailleur (aka Eldy)
There is a paid cardav module. https://www.dolistore.com/fr/crm-gestion-relation-client/399-CardDAV.html?search_query=dav&results=2 But i don't know if it is stable or working correctly. 2015-03-21 1:24 GMT+01:00 Maxime Kohlhaas : > Hi, > > I think you should try to contact some of the Dolibarr

[Dolibarr-dev] New rule to report bug and task

2015-03-26 Par sujet Laurent Destailleur (aka Eldy)
ink we must accept this to progress: Old tickets still opened, like closed one will just be forgotten. We will enter them back into new GitHub tracker day by day. Enjoy our new tracking system. Who wil be the first to enter one issue ? Laurent Destailleur (aka eldy) _

Re: [Dolibarr-dev] New rule to report bug and task

2015-03-26 Par sujet Laurent Destailleur (aka Eldy)
bug tracker. > > Regards, > > > *Marcos García* > > marcos...@gmail.com > > > 2015-03-26 16:08 GMT+01:00 Laurent Destailleur (aka Eldy) < > e...@destailleur.fr>: > >> Few days ago, we decided to abandon our current bug and request tracker >> to follow

Re: [Dolibarr-dev] Transifex for Dolibarr translation can now be used for all languages (except en_US)

2015-03-26 Par sujet Laurent Destailleur (aka Eldy)
uage es_ES). This wil save me a lot of time when preparing a release. 2015-03-16 17:15 GMT+01:00 Doursenaud, Raphaël : > Great! > > Just to be sure, this means that only English US is maintained through the > repository, right? > > Thanks. > > 2015-03-16 1:41 GMT+01:00 La

Re: [Dolibarr-dev] Make MAIN_BUGTRACK_ENABLELINK true by default.

2015-05-12 Par sujet Laurent Destailleur (aka Eldy)
-1 We did this 8 years ago, and after that, bug trackers were polluated by 95% of bad reports. end users were using it to make reports each time they have a functionnal question. The bug trackers became a spam box used by users that even don't know what is the definition of a "bug". That's why we

Re: [Dolibarr-dev] Make MAIN_BUGTRACK_ENABLELINK true by default.

2015-05-15 Par sujet Laurent Destailleur (aka Eldy)
onsulting* > Technosite Valence-Agglo > 26 rue Barthélémy de Laffemas > 26000 Valence > > 2015-05-13 0:42 GMT+02:00 Laurent Destailleur (aka Eldy) < > e...@destailleur.fr>: > >> -1 >> >> We did this 8 years ago, and after that, bug trackers were polluated by

Re: [Dolibarr-dev] database lock in tests

2015-05-31 Par sujet Laurent Destailleur (aka Eldy)
You welcome, We are missing PHPUnit tests, so please submit them on github... 2015-05-28 16:08 GMT+02:00 Arnaud Aujon Chevallier : > I solved my problem myself :) > > I was creating an object in database in the setupBeforeClass method, looks > like the connexion was never released... > Solved i

Re: [Dolibarr-dev] dolibarr, lews RMLL et autre événement

2015-05-31 Par sujet Laurent Destailleur (aka Eldy)
Jean-François Ferry du Conseil d'administration de Dolibarr devrais être présent, mais seulement 50% du temps. Par contre, sur la forme de la présence, rien n'est acté (stand dédié Dolibarr, ou squat d'un autre stand, rien n'est sur à ce jour) Le 17 mai 2015 14:36, Michael Parchet a écrit : > B

[Dolibarr-dev] Dolibarr 3.8 freeze

2015-06-16 Par sujet Laurent Destailleur (aka Eldy)
The Dolibarr 3.7 was released very late. Take a look here to know why: http://www.dolibarr.org/87-news/announces/181-why-dolibarr-3-7-was-not-released-in-january However, we must try to keep same calendar we have since several years for major releases. Thet's why it become urgent to freeze the ver

Re: [Dolibarr-dev] Coding conventions & PSR

2015-06-28 Par sujet Laurent Destailleur (aka Eldy)
Hi Yannick. Thanks for your feedback. I updated the page http://wiki.dolibarr.org/index.php/Language_and_development_rules so things should be easier to understand and you should find answer to all your questions. 2015-06-28 3:00 GMT+02:00 Yannick Warnier : > Hi guys, > > First of all, just a sh

Re: [Dolibarr-dev] Adding elements to a menu

2015-06-28 Par sujet Laurent Destailleur (aka Eldy)
To introduce a change into database, you must fill the file htdocs/install/mysql/x.y.z-a.b.c.sql Don't worry about other databases, dolibarr framework convert sql code of this file dynamically for other databases. 2015-06-28 3:02 GMT+02:00 Yannick Warnier : > Hi guys, > > If I want to add an el

Re: [Dolibarr-dev] Coding conventions & PSR

2015-06-28 Par sujet Laurent Destailleur (aka Eldy)
ity > for new developers joining). Going with exceptions now will only delay > the full adoption of PSR-2, and will require a lot of additional work > afterwards if, one day, you decide to go for 4 tabs to respect PSR-2. > Just saying... :-) > > Cheers, > > Yannick > > >

Re: [Dolibarr-dev] Add/update translations

2015-07-03 Par sujet Laurent Destailleur (aka Eldy)
Done. Note that for english en_US translation fix, this must be done into git because it is the source file. 2015-06-30 23:43 GMT+02:00 Yannick Warnier : > Hi guys, > > I have just requested to be added to the fr_FR and en_GB translations > team (to be able to adjust some translations if necessa

Re: [Dolibarr-dev] Use mariadb 10 or hsqldb with dolibarr

2015-07-15 Par sujet Laurent Destailleur (aka Eldy)
There is no problem to use mariadb with dolibarr. It is already working great. On the install page of dolibarr, which "driver" did you select ? (mysql or mysqli ?) 2015-07-14 16:35 GMT+02:00 Michael Parchet : > Hello, > > > > 1. sice, in my opignon, mysql 5 is old, I try to use mariadb 10.0.6

Re: [Dolibarr-dev] Language terms duplication

2015-07-15 Par sujet Laurent Destailleur (aka Eldy)
Having one language file will not increase performance. It is even the opposite. We introduced several files because, few year ago, we have only one file. And 60% of loading a page was spent by loading language files. By using several language files, performance of dolibarr was better by a factor

Re: [Dolibarr-dev] Some Changes were removed from develop branch

2015-07-20 Par sujet Laurent Destailleur (aka Eldy)
Can you point me the line were information were removed into commit https://github.com/Dolibarr/dolibarr/commit/be6f99c10e0983d8088ec81d008089530270cb20 The only thinkg i sea is merging several line into one to have one line per one error. May be you are speaking about the dol_syslog(get_class($t

Re: [Dolibarr-dev] Some Changes were removed from develop branch

2015-07-22 Par sujet Laurent Destailleur (aka Eldy)
t; *Marcos García* > > marcos...@gmail.com > > > 2015-07-20 14:34 GMT+02:00 Laurent Destailleur (aka Eldy) < > e...@destailleur.fr>: > >> Can you point me the line were information were removed into commit >> >> https://github.com/Dolibarr/dolibarr/commit/be6f9

Re: [Dolibarr-dev] Invoice Remind mail send mode

2015-08-18 Par sujet Laurent Destailleur (aka Eldy)
Parameter is mode=sendmassremind It is still a hidden feature. I think it was hidden too into 3.7. 2015-08-18 9:41 GMT+02:00 Florian HENRY : > Hello, > > I was looking into 3.8 branch into > htdocs/compta/facture/mergepdftool.php > > > http:///htdocs/compta/facture/mergepdftool.php?sort

Re: [Dolibarr-dev] Question about sed RegExp for setEventMessages

2015-08-19 Par sujet Laurent Destailleur (aka Eldy)
That's the way it is now. But we can't maintaint all retrocompatibility functions for ever. If we did that, dolibarr code should be currently 2 or 3 times larger in code line than it is now making it not possible to be enhanced. That's why retrocompatibility for very used function is kept only dur

[Dolibarr-dev] Release Dolibarr 3.8

2015-09-10 Par sujet Laurent Destailleur (aka Eldy)
Hi Dolibarr dev or translators. I hope to have Dolibarr 3.8 released this week-end. If you have still some bug fixes into your baskept, please push them to github so i can include them before the release. Same if you are a translator. Think to update transifex. Laurent ---

Re: [Dolibarr-dev] Payment term: sortorder was missing ?

2015-09-25 Par sujet Laurent Destailleur (aka Eldy)
Thanks. Your patch has been added. 2015-09-24 23:30 GMT+02:00 J. Fernando Lagrange < fernando+dolib...@demo-tic.org>: > Hello Dolibarr developers, > > I just upgraded a Dolibarr installation from 3.6.0 to 3.8.0. All went > smooth and well ! > > In the meantime, users around here have created new

[Dolibarr-dev] Dolibarr 3.8.1 and freeze of Dolibarr 3.9

2015-10-01 Par sujet Laurent Destailleur (aka Eldy)
Dolibarr 3.8.0 was released 2 weeks ago. No news were posted on dolibarr.org web site because, it was a very important version (very high number of changes) and i suspected to have a high number of bugs as feedbacks after such a news, despite the long beta period. So i prefer to spend time to comm

Re: [Dolibarr-dev] Dolibarr 3.8.1 and freeze of Dolibarr 3.9

2015-10-04 Par sujet Laurent Destailleur (aka Eldy)
@Jacques Pyrat, with 3.8, the theme eldy has a "hover" effect by default. You can even enable/disable it from setup home-setup-display. And with 3.9, you will even be able to choose color of the hover. 2015-10-01 23:37 GMT+02:00 Jacques PYRAT : > Laurent Destailleur (aka Eldy) a é

Re: [Dolibarr-dev] [Dolibarr-foundation-board] Les produits et les images

2015-10-04 Par sujet Laurent Destailleur (aka Eldy)
Pour répondre à la question, j'aurais besoin d'éclaircissement. La question amenant une autre question : Quel est le motif de différencier une image soumis sur l'ancien onglet document image et qui n'existe plus d'une image soumise sur l'onglet document (tous) ? Je reroute aussi sur la ML dev car

Re: [Dolibarr-dev] question about hooks order

2015-10-05 Par sujet Laurent Destailleur (aka Eldy)
There is no rule for hook order. So order is just "random". I will think to introduce something more predictable than random... 2015-10-05 16:33 GMT+02:00 Christophe Battarel < christophe.batta...@altairis.fr>: > Hello, > > I have a question since a long time about hooks. > > If two modules or mo

Re: [Dolibarr-dev] [Dolibarr-foundation-board] Les produits et les images

2015-10-10 Par sujet Laurent Destailleur (aka Eldy)
lt;https://www.facebook.com/atmconsulting26> > <https://twitter.com/atm_consulting> <https://twitter.com/atm_consulting> > <https://fr.linkedin.com/company/atm-consulting-valence> > <https://fr.linkedin.com/company/atm-consulting-valence> > <https://www.youtube.com/chan

Re: [Dolibarr-dev] New look of Dolibarr tabs for thirdparties, contacts, ...

2015-10-15 Par sujet Laurent Destailleur (aka Eldy)
rr-dev-bounces+charles.fr=benke...@nongnu.org [mailto: > dolibarr-dev-bounces+charles.fr=benke...@nongnu.org] *De la part de* > Laurent Destailleur (aka Eldy) > *Envoyé :* samedi 10 octobre 2015 16:38 > *À :* ML Dolibarr dev > *Objet :* [Dolibarr-dev] New look of Dolibarr tabs for thir

Re: [Dolibarr-dev] Difference between 3.8.1 zip from GitHub and SourceForge

2015-10-18 Par sujet Laurent Destailleur (aka Eldy)
The good one is the one on github. The repository on sourceforge side is a mirror and it seems mirror is not correctly refreshed sometimes... 2015-10-12 14:29 GMT+02:00 Charles Benke : > Maybe a good way is to add a last step of control (during one or two week) > with some Dolibarr integrator BEF

Re: [Dolibarr-dev] Dolibarr 3.8.1 and freeze of Dolibarr 3.9

2015-10-18 Par sujet Laurent Destailleur (aka Eldy)
I would like to clarify some things, a lot of wrong information was related here on this post, probably due to a bug between sync between GitHub and SF. * SF is the place used to store packages. It hosts only downloadable packages. Not sources. So it provides mirrors to download installers package

Re: [Dolibarr-dev] Difference between 3.8.1 zip from GitHub and SourceForge

2015-10-18 Par sujet Laurent Destailleur (aka Eldy)
cos...@gmail.com > > > 2015-10-18 19:12 GMT+02:00 Laurent Destailleur (aka Eldy) < > e...@destailleur.fr>: > >> The good one is the one on github. >> The repository on sourceforge side is a mirror and it seems mirror is not >> correctly refreshed sometimes... &g

Re: [Dolibarr-dev] Dolibarr 3.8.1 and freeze of Dolibarr 3.9

2015-10-20 Par sujet Laurent Destailleur (aka Eldy)
zg9R87uppAvem0Q> > > 2015-10-18 20:32 GMT+02:00 Sasa Ostrouska : > >> >> >> On Sun, Oct 18, 2015 at 2:52 PM, Laurent Destailleur (aka Eldy) < >> e...@destailleur.fr> wrote: >> >>> I would like to clarify some things, a lot of wrong informat

[Dolibarr-dev] New widget selectArrayAjax

2015-10-26 Par sujet Laurent Destailleur (aka Eldy)
A new widget $form->selectArrayAjax is available in develop branch. Why ? Take a look at this screenshot to have an example of what we can do with it. It is on the left side. All the search combo can be merged into one to save a lot of room on all pages... Feel free to use it in other places of D

Re: [Dolibarr-dev] Adding data to llx_product

2015-10-26 Par sujet Laurent Destailleur (aka Eldy)
Florian respon is a generic response. I can provide a more precise response but i need to understand how the brazil tax work. IBefore starting any dev, you should first write a page on wiki to explain this. You can add an entry here for brazil: http://wiki.dolibarr.org/index.php/VAT_calculation_and

Re: [Dolibarr-dev] New widget selectArrayAjax

2015-10-27 Par sujet Laurent Destailleur (aka Eldy)
naged (currently thirdparty and product). > > Regards, > > > *Marcos García* > > marcos...@gmail.com > > > 2015-10-27 1:28 GMT+01:00 Sasa Ostrouska : > >> >> >> On Mon, Oct 26, 2015 at 6:10 PM, Laurent Destailleur (aka Eldy) < >> e...@de

Re: [Dolibarr-dev] Github and issue management, how contribute

2015-10-27 Par sujet Laurent Destailleur (aka Eldy)
If ticket was closed, it probably means the issue was fixed (fixes are done in develop branch). Can you provide us id of issue ? 2015-10-27 8:16 GMT+01:00 cam.la...@azerttyu.net : > Hi everybody > > I've a problem with using issue on Github. I presum is my fault then I > ask to evolve my contribu

Re: [Dolibarr-dev] index page boxes

2015-11-02 Par sujet Laurent Destailleur (aka Eldy)
I may be interested but what is important is to keep a default setup where the current boxes are still visible and at same place than current version, even after a first install, so user immediatly know he have main information on home page. We must keep layout to be first part is 2 columns, on of

Re: [Dolibarr-dev] bug marge version develop

2015-11-04 Par sujet Laurent Destailleur (aka Eldy)
I can 't reproduce on mine. Do you have same pb on the customer commercial proposal ? 2015-11-03 18:20 GMT+01:00 Sasa Ostrouska : > > > 2015-11-03 16:18 GMT+00:00 Frédéric FRANCE : > >> Bonjour >> In propal, adding a product is ok for the first line we have buy price >> adding a second time the s

Re: [Dolibarr-dev] New widget selectArrayAjax

2015-11-05 Par sujet Laurent Destailleur (aka Eldy)
his area. >> I also find this trend of using HTML5 input placeholder as labels and >> removing labels annoying. >> The placeholder is designed to give hints to the user, not to make the >> interface look good and replace labels. >> >> 2015-10-28 15:16 GM

Re: [Dolibarr-dev] SQL guidelines into migration scirpt

2015-11-08 Par sujet Laurent Destailleur (aka Eldy)
Yes, We must include tests dedicated for pgsql. A first step is to test an install process on pgsql. Easier to do, another thing we can add into the travis test is a script that will make a grep and return an error if a forbidden key is found into htdocs/install/mysql/*/*.sql files. So an error wi

Re: [Dolibarr-dev] SQL guidelines into migration scirpt

2015-11-08 Par sujet Laurent Destailleur (aka Eldy)
Are you sure you can't specified NOT NULL on MODIFY COLUMN without specified DEFAULT values Are you sure constraint exists always, and not only if there is already a record with a value null into the field ? 2015-11-06 11:25 GMT+01:00 Florian HENRY : > Same things > > tinyint or TINYINT(1) =

Re: [Dolibarr-dev] Can't access Dolibarr project in Doliforge

2015-11-22 Par sujet Laurent Destailleur (aka Eldy)
Hi Marcos. Because some users was still reporting issue on doliforge instead of github, we close the project for non member users. I gave you access. Can you read bug and task list now ? 2015-11-21 14:16 GMT+01:00 Marcos García : > Hi, > > I was trying to access the bug list and task list of Do

Re: [Dolibarr-dev] Can't access Dolibarr project in Doliforge

2015-11-22 Par sujet Laurent Destailleur (aka Eldy)
> > Regards, > > > *Marcos García* > > marcos...@gmail.com > > > 2015-11-22 19:01 GMT+01:00 Laurent Destailleur (aka Eldy) < > e...@destailleur.fr>: > >> Hi Marcos. >> >> Because some users was still reporting issue on doliforge instead of >

Re: [Dolibarr-dev] Can't access Dolibarr project in Doliforge

2015-11-23 Par sujet Laurent Destailleur (aka Eldy)
> Regards, > > > *Marcos García* > > marcos...@gmail.com > > > 2015-11-22 20:43 GMT+01:00 Laurent Destailleur (aka Eldy) < > e...@destailleur.fr>: > >> Hum, strange. >> Did you try to logout and relog ? >> Your login is marcosgdf ? >> Do you have sam

[Dolibarr-dev] Dolibarr 3.9 freeze

2015-12-06 Par sujet Laurent Destailleur (aka Eldy)
As usual, i am a little bit late compared to roadmap for the annoucement of the freez of version 3.9 There was so exiting changes into interface on the road that i would like to have them finished and stable to start the freeze. It's done. Starting from today, no new features will be added from P

Re: [Dolibarr-dev] Fwd: Re: [April - Atelier] Projet de loi de finances 2016 : logiciels non-frauduleux. Coordination

2015-12-13 Par sujet Laurent Destailleur (aka Eldy)
For the moment, it is wait and see. I have no idea of what will be future... Le 10 décembre 2015 à 21:44, CF a écrit : > Comment vous voyez la chose pour Dolibarr sur le sol français, en > admettant que la loi passe, et pour vos entreprises intégrant Dolibarr ? Je > pense à Laurent, mais aussi F

Re: [Dolibarr-dev] clicktodial le contexte n'est pas paramétrable

2015-12-13 Par sujet Laurent Destailleur (aka Eldy)
Thanks, patch is added Le 7 décembre 2015 à 15:58, Thomas Legay a écrit : > Avec la bonne version du patch > > Désolé > > > Le 07/12/2015 15:53, Thomas Legay a écrit : > > Bonjour, > > Suite à mon post >

Re: [Dolibarr-dev] Improvements idea

2015-12-13 Par sujet Laurent Destailleur (aka Eldy)
2015-12-07 21:44 GMT+01:00 Jacques PYRAT : > Hi, > > Excuse my english, I read it every day, but don't write often. > > I'm using Dolibarr without any plugin since 2013. > It's a source of dilights, and a pain in the ass alltogether > > Why is it a pain ? > - link pdf generated have a content disp

Re: [Dolibarr-dev] Dolibarr 3.9 freeze

2015-12-13 Par sujet Laurent Destailleur (aka Eldy)
ing modules whose a real advance >> on Dolibarr than a better interface >> >> and I don’t the advancement on native multidevis on >> >> >> >> Charlie (defrance) >> >> >> >> >> >> *De :* dolibarr-dev-bounces+charles.fr=ben

Re: [Dolibarr-dev] Patch for LDAP with STARTTLS

2015-12-13 Par sujet Laurent Destailleur (aka Eldy)
Thanks. Fixed was added. 2015-12-09 12:16 GMT+01:00 Guillaume Quintin : > Hi, > > It seems that, while dolibarr proposes to use TLS to connect to the LDAP > server (in the LDAP module configuration page), it is not supported > within the php code. I was unable to find any code that handles LDAP >

Re: [Dolibarr-dev] Take back module tabs

2015-12-23 Par sujet Laurent Destailleur (aka Eldy)
A lot of users just failed to find module when using several tabs. Also list of modules were so long that adding more tabs was not a good solution. There is work planned to introduce filters on status, module family, keywords, installed or not, external or embedded and more. And this need to have

Re: [Dolibarr-dev] Book about Dolibarr

2015-12-27 Par sujet Laurent Destailleur (aka Eldy)
Note, you can submit a news on dolibarr.fr web site (menu "submit news" once logged on forum) if book is in french. Le 24 décembre 2015 à 15:22, Charles Benke a écrit : > Hi there, > > > > Le livre de Romain « Bien gérer son entreprise avec Dolibarr » pour > société de services et consultants es

[Dolibarr-dev] New Dolibarr maintenance versions available (for 3.6, 3.7 and 3.8)

2016-01-02 Par sujet Laurent Destailleur (aka Eldy)
New maintenance versions for branch 3.6, 3.7, 3.8 were released for the new year. You can communicate on all channels you know to send the news. The official news is on this page : http://www.dolibarr.org/88-news/206-dolibarr-erp-crm-3-6-3-3-7-3-and-3-8-3-maintenance-release-for-branch-3-6-3-7-an

[Dolibarr-dev] Doliforge will be closed this week

2016-01-09 Par sujet Laurent Destailleur (aka Eldy)
We already announced the closing of DoliForge platform with this news: http://www.dolibarr.org/88-news/200-doliforge-this-is-the-end We will close the platform this week. If you are a developer and still host code on this platform, please move it on another forge (github or framagit for example).

[Dolibarr-dev] Branch for 3.9 was created

2016-01-10 Par sujet Laurent Destailleur (aka Eldy)
We are on the road for 3.9 release. Tests and stability looks good enough now to have a dedicated 3.9 branch on github. It is done. Please submit your PR of bug fixes now onto the 3.9 branch and no more on develop. Laurent

Re: [Dolibarr-dev] Dolibarr branch develop : phpunit test failed

2016-01-31 Par sujet Laurent Destailleur (aka Eldy)
Yes, having x:y:z into localtax is a feature used for spanish companies. The datadump is not broken it is just not the datadump that match the phpunit. The phpunit is done acoording to data define into the dump of 3.5 version with migration done from 3.5 to 3.8. Having phpunit tests that does not d

Re: [Dolibarr-dev] Development tarballs

2016-01-31 Par sujet Laurent Destailleur (aka Eldy)
Yes, to use development tarball, use link on github (sam elink than link defined on page http://www.dolibarr.org/downloads/ for link development). The link http://www.dolibarr.org/files/lastbuild/standard/ was dedicated for "beta version". But it is filled manually. I must check why we don't have

Re: [Dolibarr-dev] Présentation Gilles Lengy / Gilles Lengy Introduction

2016-02-01 Par sujet Laurent Destailleur (aka Eldy)
Above all, if you plan to fix bugs. We are missing guys for bug fixing so your Pull Request on Github will be welcome. Le 1 février 2016 à 12:02, Olivier Geffroy a écrit : > Hi Gilles > > welcome to Dolibarr project, > > It's always good news to have a new coder ^^ > > Le 1 février 2016 à 11:58,

Re: [Dolibarr-dev] PDF and wamp ( 64-bit Windows)

2016-02-02 Par sujet Laurent Destailleur (aka Eldy)
If you are speaking about pdf generation of dolibarr, there is no need to instal any php library. The lib to build pdf is already embedded into dolibarr into htdocs/includes/tcpdf dir. 2016-02-02 10:12 GMT+01:00 Gilles Lengy : > I might be off topic here. But I've an issue with pdf. > I folowed

Re: [Dolibarr-dev] Dolibarr branch develop : phpunit test failed

2016-02-02 Par sujet Laurent Destailleur (aka Eldy)
pt_ > Google+ : https://www.google.com/+Open-conceptPro > > Le 31/01/2016 19:41, Laurent Destailleur (aka Eldy) a écrit : > > Yes, having x:y:z into localtax is a feature used for spanish companies. > The datadump is not broken it is just not the datadump that match the > phpunit.

Re: [Dolibarr-dev] Fwd: The dolibarr carddav module

2016-02-09 Par sujet Laurent Destailleur (aka Eldy)
The mentionned module seems to be very old (version 3.1 of dolibarr). Did you take a look at this one: https://www.dolistore.com/en/modules/526-CardDAV---CalDAV---ICS-synchronization.html?search_query=carddav&results=4 It looks more recent and provide a contact form. 2016-02-07 22:28 GMT+01:00

Re: [Dolibarr-dev] Communication on Dolibarr 3.9RC

2016-02-11 Par sujet Laurent Destailleur (aka Eldy)
Hi Dolibarr members and Dolibarr developers. I have build packages for Dolibarr 3.9 RC. This is a Release Candidate (It means it is version 3.9 that should be ready but in "should be ready" there is "should" !). Because it is a RC (so not final), link to download is http://www.dolibarr.org/downlo

Re: [Dolibarr-dev] LDAP Module + Zentyal

2016-02-16 Par sujet Laurent Destailleur (aka Eldy)
Note that the change into conf.php for ldap is required only if you want to have your login using a check of password into ldap. If you want only to have sync of other informaion than password, if user and ldap are synchronized, you can still login using dolibarr standard so using the password stor

[Dolibarr-dev] Freeze 4.0

2016-04-21 Par sujet Laurent Destailleur (aka Eldy)
Time to freeze the development branch for Dolibarr 4.0 has come. I will probably make the freeze between this week-end end and next one, meaning we are very soon entered the beta period of 4.0. As usual, "started development" are allowed to be continued, even on not stable modules, until finished (

Re: [Dolibarr-dev] webservices

2016-04-23 Par sujet Laurent Destailleur (aka Eldy)
2 point of view are possible: 1) A low level service may not check permission to be fast and let this to then customer. 2) A low level service may always check permission so it can't be used to bypass gui and create holes. This reduce a little speed when doing mass insert web service after web ser

Re: [Dolibarr-dev] infos for dolibarr price functions

2016-05-09 Par sujet Laurent Destailleur (aka Eldy)
Moving explanation on the following page would help other people to find information https://wiki.dolibarr.org/index.php/Module_Dynamic_Price 2016-05-09 0:57 GMT+02:00 Ion : > Hello > > The dynamic prices funcionality is not documented extensively yet... but I > provided some basic usage insid

Re: [Dolibarr-dev] Ajouter une colonne dans une table existante pour un module

2016-05-24 Par sujet Laurent Destailleur (aka Eldy)
Si tu as besoin de rajouter une colonne contente toi de faire un ALTER TABLE xxx ADD COLUMN yyy... Avec éventuellement le param du $db->query à 1 si cela se fait avec du code dolibarr et ignore l'erreur en cas d'erreur de type duplicate column ou column alreayd exists. Le 24 mai 2016 à 10:22, Gi

Re: [Dolibarr-dev] Ajouter une colonne dans une table existante pour un module

2016-05-28 Par sujet Laurent Destailleur (aka Eldy)
le xxx et pour cela j'utilise > un fichier sql/xxx.sql. > > Pourrais tu m'espliquer en détail comment faire la vérification ? > > Merci d'avance. > > Gilles Lengy > > Artaban Communication > 33 (0)1 40 09 18 18www.artaban.frspip.artaban.fr > Adhérent de l&#

Re: [Dolibarr-dev] Password of members

2016-06-24 Par sujet Laurent Destailleur (aka Eldy)
If you need the login id and not the password, just keep the password empty. The password for members is not used. It is just an information stored when there is need to use dolibarr as a password referencial for members. 2016-06-24 17:17 GMT+02:00 Xebax : > Hi everyone, > > I have several questi

Re: [Dolibarr-dev] Password of members

2016-06-25 Par sujet Laurent Destailleur (aka Eldy)
+02:00 Xebax : > 2016ko ekainaren 24an, ostirala, Laurent Destailleur (aka Eldy)-ek zion : > > If you need the login id and not the password, just keep the password > > empty. The password for members is not used. It is just an information > > stored when there is need to use d

[Dolibarr-dev] Branch 4.0 for Dolibarr has been created

2016-07-13 Par sujet Laurent Destailleur (aka Eldy)
Hi Dolibarr developers. A new step for 4.0 release was reached: The 4.0 branch was created. So please, submit bugs you found on 4.0 on this branch when you make Fixing PR. This means also that pending PR for new features should be validated soo into the develop branch. I hope to make the release

Re: [Dolibarr-dev] Questions about webservices

2016-07-29 Par sujet Laurent Destailleur (aka Eldy)
We will try to keep soap api as long as we can. But it is also clear that future is to the REST API and not SOAP. Dolibarr 5.0 will provide tools to make test and development of REST API easier... 2016-07-28 14:30 GMT+02:00 Nicolas Dorigny - datætic : > Hello, > > i'm working on an ERP and i need

Re: [Dolibarr-dev] Dose dolibarr use the mvc code architecture ?

2016-08-05 Par sujet Laurent Destailleur (aka Eldy)
Yes it does. Each files contains a part that contains "code of controller". You should find this after the comment /* * Action */ Once actions are done, generating the screen is done into the view part. After the code comment that looks like this /* * View */ Then for the model, you will fin

Re: [Dolibarr-dev] Constraint to remove ?

2016-09-09 Par sujet Laurent Destailleur (aka Eldy)
If field are "NULL" possible field, then we can add a constraint. The only reason why it is not is that developers forgot it. :-) Any PR to this is welcome. 2016-09-08 18:27 GMT+02:00 Nicolas Dorigny - datætic : > Hello, > > I just noticed that in the DB schema, in the *llx_socpeople* table, > t

Re: [Dolibarr-dev] Dolibarr view template

2016-09-09 Par sujet Laurent Destailleur (aka Eldy)
Themes are inside directory htdocs/themes 2016-09-09 20:34 GMT+02:00 Michael Parchet : > Hello, > > > I'm looking for the dolibarr view template including : > >- Icones, >- css >- design >- Code that show the main menu at top and the second menu at left > > > I found the folder

[Dolibarr-dev] Dolibarr 4.0.1

2016-10-15 Par sujet Laurent Destailleur (aka Eldy)
Hi. Just a note to let you know that dolibarr 4.0.1 has been released. 4.0.1 is just a very minor bugfix version compared to 4.0 to fix issues discovered just after release of the major version 4.0 The current development branch should also be frozen soon to start the 5.0 beta period. Goal is to

Re: [Dolibarr-dev] [Dolibarr-association] Dolibarr 4.0.1

2016-10-19 Par sujet Laurent Destailleur (aka Eldy)
Your argue is not coherent. You say you want less version so you have to test your module less often. It also meas your customer upgrade version less often. So why just don't you make your tests every 2 versions. Result will be same. You will work only every 1 year instead of every 6 month, and yo

Re: [Dolibarr-dev] [Dolibarr-association] Dolibarr 4.0.1

2016-10-20 Par sujet Laurent Destailleur (aka Eldy)
can have with users downloading a > new major release is to explain that this version DO NOT BE USED IN > PRODUCTION. > > > > > > Bien cordialement, > > Charlie Benke > > > > *De :* Dolibarr-dev [mailto:dolibarr-dev-bounces+charles.fr= > benke...@no

Re: [Dolibarr-dev] [Dolibarr-association] Dolibarr 4.0.1

2016-11-03 Par sujet Laurent Destailleur (aka Eldy)
;s depends of the final user > > > > let's says for a company (who use dolibarr) and make less than 100K per > month and don't have a lot of externals modules, 2 update per year is easy > > > > for a big company 1 update per year is enough and with dolibarr isn&#

Re: [Dolibarr-dev] [Dolibarr-association] Dolibarr 4.0.1

2016-11-03 Par sujet Laurent Destailleur (aka Eldy)
t; > > It’s not less bugfix version I want but LESS MAJOR VERSION and REAL MAJOR > VERSION, with REAL NEW FEATURE (aka accountancy, multicurrenry, …) > > > > > > Bien cordialement, > > Charlie Benke > > > > *De :* Dolibarr-dev [mailto:dolibarr-dev-bounces+

Re: [Dolibarr-dev] [User Permission] Question about user permission

2016-11-06 Par sujet Laurent Destailleur (aka Eldy)
The solution of using hook printFieldListWhere should be also possible but it is less reliable because: Hook is not available on every list page yet For all other cases than page list, you won't have protection to restrict data. Le 6 nov. 2016 7:21 PM, "Laurent Destailleur" a écrit : > > No, it

[Dolibarr-dev] Dolibarr 5.0 freeze and new version 4.0.2

2016-11-07 Par sujet Laurent Destailleur (aka Eldy)
anch 4.0. More information on what a "maintenance version" mean: https://wiki.dolibarr.org/index.php/Category:RoadMap Laurent Destailleur, aka Eldy Google+: https://plus.google.com/+LaurentDesta

Re: [Dolibarr-dev] Dolibarr 5.0 freeze and new version 4.0.2

2016-11-08 Par sujet Laurent Destailleur (aka Eldy)
; > > Bien cordialement, > > Charlie Benke > > > > *De :* Dolibarr-dev [mailto:dolibarr-dev-bounces+charles.fr= > benke...@nongnu.org] *De la part de* Laurent Destailleur (aka Eldy) > *Envoyé :* mardi 8 novembre 2016 00:11 > *À :* ML Dolibarr dev > *Objet :* [Dol

Re: [Dolibarr-dev] Field for TAX ID in contacts

2016-11-16 Par sujet Laurent Destailleur (aka Eldy)
In Dolibarr, a contact is in fact just an "address", not a juridical entity. So, when you say you need a CPF for a person a Codice Fiscale, ... I think it means this record must not be stored into "contact/address" but into "thirdparty". A third party is not necessarly a company. It can be a physi

Re: [Dolibarr-dev] Field for TAX ID in contacts

2016-11-18 Par sujet Laurent Destailleur (aka Eldy)
About extrafields, it has become an official feature, so it is secured to used it and support is guaranted like other stable feature. About your need to have this field in standard, I still don't understand when you may need to have this information on the contact ? Do you have an example of use c

[Dolibarr-dev] New maintenance version 3.9.4 and 4.0.3 and branch 5.0

2016-12-31 Par sujet Laurent Destailleur (aka Eldy)
Hi For christmas, a new maintenance version (bug fix only) were released for branch 3.9 and 4.0 Also, the branch 5.0 was just created today. Please send your PR to fix future stable 5.0 into this branch instead of develop. New features for Dolibarr 6.0 are now accepted into branch develop. --

Re: [Dolibarr-dev] Dolibarr 5.0

2017-03-01 Par sujet Laurent Destailleur (aka Eldy)
Version 5.0 is frozen. It is not possible to include new feature. So, new list for account, report are not qualified for PR. Only bugfixes are allowed. The other must be pushed into develop branch for 6.0 2017-03-01 6:51 GMT+01:00 Olivier Geffroy : > Hi eldy > > For accountancy > > we need to c

[Dolibarr-dev] Dolibarr 5.0

2017-03-14 Par sujet Laurent Destailleur (aka Eldy)
Hi. I published Dolibarr v5.0 this week-end. Due to a hard disk failure, I was not able to make the release sooner. It take me a long time to reinstall my computer and all my environment to be able to work again. Well, it's done now. If you find bugs on this version, please submit your PR as usu

Re: [Dolibarr-dev] Dolibarr 6.0 freeze

2017-05-16 Par sujet Laurent Destailleur (aka Eldy)
For errors, you can push PR on 5.0 branch. For new web services into develop branch. 2017-05-16 11:10 GMT+02:00 cam.la...@azerttyu.net : > HI > > I've found some typo on SOAP webservice since 4.0 code. > > I've got : > -* some error on webservice declaration, > -* error on user loading (actionc

Re: [Dolibarr-dev] Soap webservice and $user global

2017-05-20 Par sujet Laurent Destailleur (aka Eldy)
Sure. Just try to push your path as a github PR. You will see comment on feedback on it. Just note this: global $user is used to known the current logged user than run the code $user as parameter (in most cases, it should be called $fuser to avoid conflict), should be the user the function is rel

  1   2   >