.odt tags for invoice and offer template

Hello,

I am trying to make my own .odt templates for invoice, proforma and offer but I need tags to use the following data:

  1. Supplier’s reference code. is necessary for purchase order. i can’t find any tag to use in my .odt template.
  2. delivery date. is needed for my invoice. The tag {object_date_delivery} is not working.
  3. validity date. is needed for my proforma invoice and offers.
  4. shipping meethod. is needed for proforma invoices and invoices. the tag {object_shipping_method} is not working.
  5. incoterms. the tag {object_libelle_incoterms} shows the label but i will need also the incoterm code.
  6. My warehouse address. i can not find tag for that.

is anyone that could help me on my above issues?

thanks in advance

Hi,

You have all the TAGs defined and the procedure to have more if needed, there : https://wiki.dolibarr.org/index.php/Create_an_ODT_document_template

Dear ksar,

thank you very much for your fast reply. i spend more than 5 days with the wiki.dolibarr.org/index.php/Create_an_ODT_document_template
but unfortunately what is requested is not mentioned. except the delivery_date and shipping_method where are not working.

just for your reference i am new user of Dolibarr

best regards

Hi,

If it is not in the wiki, this means that doesn’t exist.
You need to create your own module to add them or to move to php pdf templates.

OK…
i will try it and hopefully i will get the desired results.

thank yo uvery much!