create invoice from order / offer

Hello,

I recently installed dolibarr version 3.5.2 and it works fine.
Only problem I have is when I create an offer or an order, validate it and then want to create an invoice, nothing happens.
I looked around on the forum but can’t seem to find the solution.
Can someone give me a hint?

In attach the php page I’m talking about

thanks in advance
BR
J

Hi Jeroen,

Did you fill in the date field, an error message should popup for a short time in the upper right corner when clicking ‘maak een ontwerp’ with facture date missing.

Regards,
Francis

Hello Francis,

Thank you for your reply.
Even when I fill in the date nothing happens, the screen just refreshes and empties the date field without any further action happening.
Also I don’t get an error message in the right corner.

Second strange thing, when I try to save the delivery date when creating the order, or try to change it, it’s not saved.
The small calendar next to the date field and nu, when I click those, nothing happens.
Other date fields are saved correctly (eg the date field when creating an order)
Any further thoughts?

Thanks in advance
BR
J

Hi Jeroen,

Did you disable javascript in your browser? Dolibarr needs javascript enabled. I see also some hidden form fields on your screendump, did you install some kind of plugin in your browser to show hidden fields. It’s not adviced to show hidden fields for normal usage.

Regards,
Francis

Hi Francis,

Yes, javascript is enabled however the little calendar doesn’t work (in Chrome and in IE).
I made the hidden fields visible in php to be sure all my parameters came through correctly.

BR
J

Hi Jeroen,

I see you have knowledge on javascript and PHP.
Can’t figure out your problem, needs debugging.
Debug hint:
In chrome press ctrl + shift + i and jou should see a message in de console tab when pressing the calendar icon.

chromedebug.png

Regards,
Francis

Francis,

Didn’t know that and thanks for the tip!
Seemed a file was missing in the htdocs/core directory.
It’s solved!

Many thanks for your help.

BR
J