[Dolibarr-dev] Import Facture ?

2013-05-02 Par sujet François-Xavier Wiplier
Bonsoir à tous, Je suis nouveau parmis vous. Je vois que l'import de Factures n'est pas possible en natif (je suis avec la 3.3.0)... Est-il prévu dans la roadmap ? Y-a-t-il des modules d'importation de factures existants ? J'ai commencé à regarder le code du core et commence à le modifier pour m

Re: [Dolibarr-dev] Import Facture ?

2013-05-03 Par sujet François-Xavier Wiplier
Ah non en effet je regarde cela... Not really I will take a look.. Merci, Regards, FX On Fri, May 3, 2013 at 10:10 AM, cam.la...@azerttyu.net < cam.la...@azerttyu.net> wrote: > Bonjour / Hi > > As tu regardé du coté des webservice ? > > Have you seen webservice part ? > > > http://wik

Re: [Dolibarr-dev] Import Facture ?

2013-05-06 Par sujet François-Xavier Wiplier
Hello km Thanks for this Way! I can Know import a csv file of invoices into dolibarr. The webservice is very simple (but not documented) but its all right. - Merci. Les webservices sont très simple d'utilisation malgré un manque de documentation... Je peux maintenant importer en masse un f

Re: [Dolibarr-dev] incongruous SQL query

2013-05-30 Par sujet François-Xavier Wiplier
Bonjour, Si je comprends ce que tu veux tu peux utiliser la méthode concat de mysql (par exemple)... SELECT rowid, CONCAT(mail1, ';', mail2, ';', mail3) AS adressesMail from nomdelatable 2013/5/30 Marc-Henri Pamiseux > Bonjour, > > J'ai créé une table SQL contenant trois colonnes intitulées m

Re: [Dolibarr-dev] incongruous SQL query

2013-05-30 Par sujet François-Xavier Wiplier
t work. > Indeed, if one element is NULL, CONCAT returns NULL. You must use the > CONCAT_WS (With Separator) function. > > example: > > SELECT rowid, CONCAT_WS ('', email, email2, email3) AS email > FROM llx_abonne > WHERE 1 > > If more than one non-empty elem

[Dolibarr-dev] Surcharge / Hook Liste des tiers / hook menu gauche

2013-08-17 Par sujet François-Xavier Wiplier
Bonjour la communauté, Après avoir réalisé mon module d'import de factures en masse. (l'utilisation des webservices m'a beaucoup aidé), je souhaiterai surcharger la vue / recherche des tiers et des factures. Je vous explique, j'ai un extrafields nommé refAdherent (référence adhérent du tiers, ide

Re: [Dolibarr-dev] Bugtraker

2014-03-06 Par sujet François-Xavier WIPLIER
Hello every body, Redmine is a good choice and customizable with a good user experience. Regards, Fx wiplier Envoyé de mon iPhone Le 7 mars 2014 à 08:27, "cam.la...@azerttyu.net" a écrit : >> We could use Tuleap API (https://tuleap.net/soap/) and integrate an >> interface into dolibarr webs

[Dolibarr-dev] Invoice / sub-invoice

2014-03-25 Par sujet François-Xavier Wiplier
... Example : FA1402-XXX detail : FA1402-001 - Refclient - Total Amount FA1402-002 - Refcustomer - Total Amount FA1402-003 - Refcustomer - Total Amount Total Sum Total amount Regards, François-Xavier WIPLIER f...@wiplier.com ___ Dolibarr-dev mailing list

Re: [Dolibarr-dev] Invoice / sub-invoice

2014-03-25 Par sujet François-Xavier Wiplier
m only one invoice. And after taht when we receive the > payement we will have to check as payed each invoice separatly. > > Regards > > Florian henryflorian.he...@open-concept.pro+33 6 03 76 48 > 07http://www.open-concept.pro > Twitter : @_Open_Concept_ > > Le 25/03/2014

Re: [Dolibarr-dev] Invoice / sub-invoice

2014-03-25 Par sujet François-Xavier Wiplier
h fk_invoice fk_summary). > > Florian henryflorian.he...@open-concept.pro+33 6 03 76 48 > 07http://www.open-concept.pro > Twitter : @_Open_Concept_ > > Le 25/03/2014 15:24, François-Xavier Wiplier a écrit : > > Raphael, Florian, > > Thanks for your answer. > > I will