dolibarr-dev
[Top][All Lists]
Advanced

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

Re: [Dolibarr-dev] Addline function


From: Laurent Destailleur (eldy)
Subject: Re: [Dolibarr-dev] Addline function
Date: Mon, 22 Apr 2013 20:51:17 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130308 Thunderbird/17.0.4

No, this feature has an important impact on a lot of screens.
We must work on this after 3.4.

3.4 will be frozen in few hours...


Le 22/04/2013 16:57, Maxime Kohlhaas a écrit :
I could work on it and make it stable before 3.4.
I think this is a good functionality which makes the line add easier and the display more simple.
What are the points not working ? For my use it works fine...

Cordialement,

--
Maxime Kohlhaas
Consultant associé
ATM Consulting
+33 6 33 42 92 43


2013/4/22 Laurent Destailleur (eldy) <address@hidden>
This part of code is not stable and not working.
I will rewrote this later, after 3.4.

Le 22/04/2013 12:33, Maxime Kohlhaas a écrit :
Hi all,

I saw that there's a new way of adding line to a document (proposal, order, invoice) that is used when MAIN_FEATURES_LEVEL is on 2. The free line block and predefined product line block are merged and we can edit directly all informations on the line.

Sadly, I can't activate this for my customers because I keep them in MAIN_FEATURE_LEVEL 0. And the test done is :

if ($conf->global->MAIN_FEATURES_LEVEL > 1)
{
        // Add free or predefined products/services
        $object->formAddObjectLine($dateSelector,$mysoc,$object->thirdparty);
}

Why this functionality is not available with MAIN_FEATURE_LEVEL = 0 and doesn't become the standard way of adding lines ? Or could we imagine to add a conf to define if we want to use the new way or the old way ?

Cordialement,

--
Maxime Kohlhaas
Consultant associé
ATM Consulting
+33 6 33 42 92 43


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


-- 
Eldy (Laurent Destailleur).

EMail: address@hidden
Web: http://www.destailleur.fr

Dolibarr (Project leader): http://www.dolibarr.org
To make a donation for Dolibarr project via Paypal: address@hidden
AWStats (Author) : http://awstats.sourceforge.net
To make a donation for AWStats project via Paypal: address@hidden
AWBot (Author) : http://awbot.sourceforge.net
CVSChangeLogBuilder (Author) : http://cvschangelogb.sourceforge.net

_______________________________________________
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


-- 
Eldy (Laurent Destailleur).

EMail: address@hidden
Web: http://www.destailleur.fr

Dolibarr (Project leader): http://www.dolibarr.org
To make a donation for Dolibarr project via Paypal: address@hidden
AWStats (Author) : http://awstats.sourceforge.net
To make a donation for AWStats project via Paypal: address@hidden
AWBot (Author) : http://awbot.sourceforge.net
CVSChangeLogBuilder (Author) : http://cvschangelogb.sourceforge.net

reply via email to

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