Ok, sorry for spamming, just solved the issue by running the
install/index.php again.
Rgds
Saxa
On Mon, Oct 26, 2015 at 10:10 PM, Sasa Ostrouska wrote:
> Hi I just updated to the latest git and I can not login, see:
>
> https://github.com/Dolibarr/dolibarr/issues/3808
>
> Is needed to run any
Hi I just updated to the latest git and I can not login, see:
https://github.com/Dolibarr/dolibarr/issues/3808
Is needed to run any script or re-run the installer ?
Rgds
Saxa
___
Dolibarr-dev mailing list
Dolibarr-dev@nongnu.org
https://lists.nongnu.or
On Mon, Oct 26, 2015 at 7:10 PM, Laurent Destailleur (aka Eldy) <
e...@destailleur.fr> wrote:
> Florian respon is a generic response.
> I can provide a more precise response but i need to understand how the
> brazil tax work.
>
Ok that is probably a difficult task :) but in few words we have at l
On Mon, Oct 26, 2015 at 4:00 PM, Florian HENRY <
florian.he...@open-concept.pro> wrote:
> Hello,
>
> IMHO create a new table with fk_product column. Core dolibarr tables
> should be modified by modules, it is the base of core application. If core
> tables modification is needed, it should be s
On Mon, Oct 26, 2015 at 6:10 PM, Laurent Destailleur (aka Eldy) <
e...@destailleur.fr> wrote:
> 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
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
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
Hello,
IMHO create a new table with fk_product column. Core dolibarr tables
should be modified by modules, it is the base of core application. If
core tables modification is needed, it should be submitted into core
dev, for fixing bugs, or adding new core feature but not by externals
modules.
Hello, I have finally start to develop a specific module for the taxes we
have in Brasil. So as a first step I need to add few fields to the products
table as I want to have the possibility to show the various taxes and its
amount when you will click on a tab showed in the product file.
So the que