dolibarr-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Dolibarr-dev] Dolibarr-dev Digest, Vol 142, Issue 19


From: Hubert Andriolo
Subject: Re: [Dolibarr-dev] Dolibarr-dev Digest, Vol 142, Issue 19
Date: Wed, 14 Jan 2015 16:47:42 +0100

  2. Re: Auguria and Eldy menu (Francis.appels)

+ 1 for the Grids system to quickly edit content :)

for the rest, I don't have enough money (or skills) to put more cents in the machine :)

Anyway, congratulations for what's becoming Dolibarr and the interesting (mainly not understandable) contents of the dev's ML

@Francis : I am reading Site du Zero's lessons for _javascript_'s ideas on Mobilid, really useful :)

My one cent ;)

Hubert ANDRIOLO
Gérant F.M. MEDICAL et NORD HYGIENE
Mobile: +33 (0) 6 23 10 17 31
Fax: +33 (0) 9 56 51 95 71
Site: www.fournisseur-medical.com

FM MEDICAL - NORD HYGIENE
280, rue berthie Albrecht
62110 Hénin-Beaumont
SIRET : 532 788 700 00021
N° de TVA : FR15 532 788 700

2015-01-14 15:10 GMT+01:00 <address@hidden>:
Send Dolibarr-dev mailing list submissions to
        address@hidden

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.nongnu.org/mailman/listinfo/dolibarr-dev
or, via email, send a message with subject or body 'help' to
        address@hidden

You can reach the person managing the list at
        address@hidden

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Dolibarr-dev digest..."


Today's Topics:

   1. Re: patch extrafields.class.php (Doursenaud)
   2. Re: Auguria and Eldy menu (Francis.appels)


----------------------------------------------------------------------

Message: 1
Date: Wed, 14 Jan 2015 14:57:38 +0100
From: Doursenaud, Rapha?l <address@hidden>
To: "Posts about Dolibarr ERP & CRM development and coding"
        <address@hidden>
Subject: Re: [Dolibarr-dev] patch extrafields.class.php
Message-ID:
        <CAML7jmfsqWyhwxE1H=tmLj56xOfAS-2hk=address@hidden>
Content-Type: text/plain; charset="utf-8"

I don't know if your code has already been integrated or not because there
seem to be no reply to your thread.

My advice would be for you to make a pull request on GitHub which is our
preferred workflow :
http://wiki.dolibarr.org/index.php/Developer_FAQ#Submit_a_patch.2C_work_and_help_on_Dolibarr_development

Cheers,

2014-12-24 10:33 GMT+01:00 Micha?l Luis <address@hidden>:

> Hello,
>
> I had a problem using extrafields for propal with sellist type : if I want
> to use a WHERE clause, the sql request generated wasn't correct and I had
> not my WHERE clause inside.
>
> I have modified a line into extrafields.class.php and it seems to fix this
> problem.
>
> Usually, I make all my modifications of dolibarr in independant modules to
> not lose my modifications on updates. But for this one, I was forced to fix
> it directly from dolibarr core sources.
>
> So I transmit to you my update, I hope it would be included to next
> release.
>
> Micha?l Luis.
>
> _______________________________________________
> Dolibarr-dev mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/dolibarr-dev
>
>


--
*Rapha?l Doursenaud*
Directeur technique (CTO)
Expert certifi? en d?ploiement Google Apps
<https://gpcsolutions.fr/raphael-doursenaud-google-apps-certified-deployment-specialist>
+33 (0)5 35 53 97 13 - +33 (0)6 68 48 20 10

--
 <http://gpcsolutions.fr>
http://gpcsolutions.fr
Technopole H?lioparc
2 avenue du Pr?sident Pierre Angot
64053 PAU CEDEX 9
SARL GPC.solutions au capital de 7 500 ? - R.C.S. PAU 528 995 921
<http://wiki.dolibarr.org/index.php/Dolibarr_suppliers_France#GPC.solutions>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nongnu.org/archive/html/dolibarr-dev/attachments/20150114/b3cf03fb/attachment.html>

------------------------------

Message: 2
Date: Wed, 14 Jan 2015 15:09:50 +0100
From: "Francis.appels" <address@hidden>
To: address@hidden
Subject: Re: [Dolibarr-dev] Auguria and Eldy menu
Message-ID: <address@hidden>
Content-Type: text/plain; charset="windows-1252"; Format="flowed"

I agree with Raphael.

We should avoid template frameworks compiled on the server and use
HTML5/_javascript_ and let all work be done by the client browser.
You can use for example Grids for quickly editing data.

Francis

On 1/14/2015 2:54 PM, address@hidden wrote:
> Send Dolibarr-dev mailing list submissions to
>       address@hidden
>
> To subscribe or unsubscribe via the World Wide Web, visit
>       https://lists.nongnu.org/mailman/listinfo/dolibarr-dev
> or, via email, send a message with subject or body 'help' to
>       address@hidden
>
> You can reach the person managing the list at
>       address@hidden
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Dolibarr-dev digest..."
>
>
> Today's Topics:
>
>     1. Re: Auguria and Eldy menu (Doursenaud)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 14 Jan 2015 14:54:14 +0100
> From: Doursenaud, Rapha?l <address@hidden>
> To: "Posts about Dolibarr ERP & CRM development and coding"
>       <address@hidden>
> Subject: Re: [Dolibarr-dev] Auguria and Eldy menu
> Message-ID:
>       <address@hidden>
> Content-Type: text/plain; charset="utf-8"
>
> IMHO We need to move forward to using HTML5 and responsive design for a
> future major release.
> We simply can't ignore this technology anymore.
>
> A templating framework would have greatly simplified this refactoring.
> Unfortunately we don't really have such a tool.
> We should stop thinking only in raw, bit-crunching performance and also
> think about readability, versatility, and ease-of-development when
> evaluating if templating fits our use case.
>
> Unfortunately, an idea and even a POC is not enough in a small community
> like ours to generate enough momentum to bring contributors into motion.
> You need to code the feature or GTFO (sorry for the strong language).
>
> I also vote for the removal of unmaintained bits and integrating menu
> system in themes. Any volunteers to do the heavy lifting?
>
> My 2 and a half cents.
>
> 2015-01-14 13:46 GMT+01:00 [Kreiz IT]C?dric GROSS <address@hidden>:
>
>> Thank you Philip J
>>
>>
>>
>> And about ?excuse? :
>> http://wiki.dolibarr.org/index.php/Language_and_development_rules#External_templating_framework_.3F
>>
>>
>>
>> Cedric
>>
>>
>>
>> *De :* dolibarr-dev-bounces+c.gross=address@hidden [mailto:
>> dolibarr-dev-bounces+c.gross=address@hidden] *De la part de*
>> Philip Lehmann-B?hm
>> *Envoy? :* mercredi 14 janvier 2015 13:38
>>
>> *? :* address@hidden
>> *Objet :* Re: [Dolibarr-dev] Auguria and Eldy menu
>>
>>
>>
>> I think moving to Twig would be utterly important. There is simply no
>> excuse not to use a templating system IMHO and Twig is really great.
>>
>> Am 14.01.15 um 13:35 schrieb [Kreiz IT]C?dric GROSS:
>>
>> Hello, My 2 cents also :
>>
>>
>>
>> Adopt a template manager so we could totally separate business code and
>> template. This should also permit development of new one easily.
>>
>>
>>
>> Yes. I know Eldy is totally against this. But we could really get great
>> benefit adopting a tool like this against a really small lost of speed.
>> (Twig use cached file, not sure we lost speed)
>>
>>
>>
>> Anyway, sometime I dream about a Dolibarr v4 based on that ;)
>>
>>
>>
>> Cedric
>>
>>
>>
>> *De :* dolibarr-dev-bounces+c.gross=address@hidden [
>> mailto:dolibarr-dev-bounces+c.gross=address@hidden
>> <dolibarr-dev-bounces+c.gross=address@hidden>] *De **la part de*
>> address@hidden
>> *Envoy? :* mercredi 14 janvier 2015 12:46
>> *? :* 'Posts about Dolibarr ERP & CRM development and coding'
>> *Objet :* Re: [Dolibarr-dev] Auguria and Eldy menu
>>
>>
>>
>> My 2 cents,
>>
>> remove menu lib and define menu on modules definition file
>>
>>
>>
>>
>>
>> *De :* dolibarr-dev-bounces+charles.fr=address@hidden [
>> mailto:dolibarr-dev-bounces+charles.fr=address@hidden
>> <dolibarr-dev-bounces+charles.fr=address@hidden>] *De la part de*
>> Florian HENRY
>> *Envoy? :* mercredi 14 janvier 2015 12:13
>> *? :* address@hidden
>> *Objet :* Re: [Dolibarr-dev] Auguria and Eldy menu
>>
>>
>>
>> Hi,
>>
>> My point of view, remove auguria theme and affilate files, it is no more
>> maintened.
>> Theme I often see on my customer deployment are Amarok, Eldy and Cameleo
>> (this one to my point of view ugly, but give hight contrast on table lines).
>> As we see problem with Oblyon theme, theme and menu should be linked, when
>> change theme => menu manager should be updated as well.
>>
>> Regards.
>>
>> Florian Henry
>>
>> +33 6 03 76 48 07
>>
>> address@hidden
>>
>> http://www.open-concept.pro
>>
>> Twitter : @_Open_Concept_
>>
>> Google+ : https://www.google.com/+Open-conceptPro
>>
>> Le 14/01/2015 12:01, Doursenaud, Rapha?l a ?crit :
>>
>> Good question!
>>
>>
>>
>> Can't spot many differences.
>>
>> Looking at the code, I see that eldy one is maintained  and more up to
>> date.
>>
>> I suspect the auguria one is (was?) tailored to fit the auguria theme.
>>
>>
>>
>> Don't know more. Anyone?
>>
>>
>>
>> 2015-01-13 20:01 GMT+01:00 Marcos Garc?a <address@hidden>:
>>
>> Hi all,
>>
>>
>>
>> Just a quick question... Which is the difference between Auguria menu
>> handler and Eldy menu handler?
>>
>>
>>
>> Regards,
>>
>>
>>
>> *Marcos Garc?a*
>>
>> address@hidden
>>
>>
>> _______________________________________________
>> Dolibarr-dev mailing list
>> address@hidden
>> https://lists.nongnu.org/mailman/listinfo/dolibarr-dev
>>
>>
>>
>>
>>
>> --
>>
>> *Rapha?l Doursenaud*
>>
>> Directeur technique (CTO)
>>
>> Expert certifi? en d?ploiement Google Apps
>> <https://gpcsolutions.fr/raphael-doursenaud-google-apps-certified-deployment-specialist>
>>
>> +33 (0)5 35 53 97 13 - +33 (0)6 68 48 20 10
>>
>>
>>
>> [image: Image supprim?e par l'exp?diteur.] <http://gpcsolutions.fr>
>>
>> http://gpcsolutions.fr
>>
>> Technopole H?lioparc
>>
>> 2 avenue du Pr?sident Pierre Angot
>>
>> 64053 PAU CEDEX 9
>>
>> SARL GPC.solutions au capital de 7 500 ? - R.C.S. PAU 528 995 921
>>
>> [image: Image supprim?e par l'exp?diteur.]
>> <http://wiki.dolibarr.org/index.php/Dolibarr_suppliers_France#GPC.solutions>[image:
>> Image supprim?e par l'exp?diteur.]
>>
>>
>>
>>
>> _______________________________________________
>>
>> Dolibarr-dev mailing list
>>
>> address@hidden
>>
>> https://lists.nongnu.org/mailman/listinfo/dolibarr-dev
>>
>>
>>
>>
>>
>>
>> _______________________________________________
>>
>> Dolibarr-dev mailing list
>>
>> address@hidden
>>
>> https://lists.nongnu.org/mailman/listinfo/dolibarr-dev
>>
>>
>>
>> _______________________________________________
>> Dolibarr-dev mailing list
>> address@hidden
>> https://lists.nongnu.org/mailman/listinfo/dolibarr-dev
>>
>>
>


--
*Francis Appels*
Owner/Developer
Gsm: +32(0)479 336 125 <tel:+32479336125>
E-mail: address@hidden
<mailto:address@hidden>

<http://www.mobilid.eu>

VAT BE 0541.333.046
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nongnu.org/archive/html/dolibarr-dev/attachments/20150114/a504635b/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: behdgiag.png
Type: image/png
Size: 7839 bytes
Desc: not available
URL: <http://lists.nongnu.org/archive/html/dolibarr-dev/attachments/20150114/a504635b/attachment.png>

------------------------------

_______________________________________________
Dolibarr-dev mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/dolibarr-dev


End of Dolibarr-dev Digest, Vol 142, Issue 19
*********************************************


reply via email to

[Prev in Thread] Current Thread [Next in Thread]