I am a favorite user of Dolibarr on a Fedora Linux server. Installation was piece of cake and configuring Dolibarr was the same simple.
Now…, I am not a programmer, but I know my way around programms and what makes them tik! I also know how to change php files and have logic understanding what they do.
I have made my invoice with Libre Office and used the tags as described in the wiki. http://wiki.dolibarr.org/index.php/Create_an_ODT_document_template
This was already very helpfull, but I am still looking for a tag that I can put in my ODT invoice template that will tell the due date of my invoice.
Hi im new to Dolibarr. I am also german and its hard for me to understand what anyone is writing here. I need to know how i can make a invoice-template.
An example will be very helpfull. Can anyone attach a readymade template?
Thanks for the info. I will wait for the release in June.
Meanwhile I have another tag that I am looking for. In NL it is for some invoices necessary that we supply the “BSN number” on the invoice. I would like to see a tag for that to. Is that a possibility?
Thanks in advance for your help!
The program is great easy but sophisticated. My compliments.
PS: from compliments nobody can eat. I will put a nice donation!
I am using {object_date_limit}, but it also specifies time as “00:00” and on an invoice I want customers to pay before a certain date not time. That is totally out of perspective. Is there a way for me to change this behaviour? I know it is planned for version 3.2, but is there a way for me to alter this easy already or am I to impatient?
This is fixed into 3.2 beta.
To change this in 3.1.1, change line
‘object_date_limit’=>dol_print_date($object->date_lim_reglement,‘dayhour’),
into
‘object_date_limit’=>dol_print_date($object->date_lim_reglement,‘day’),