To hide revision label in quotation when it is not a revised quotation
Firstly I must congratulate you. Tuhund is really the best ERP. With so many modules and so many features but still very simple and easy. Other ERPs are not even close. It has just been slightly over a month since we have started using and we are already feeling now we cannot work without Tuhund.
One of the best features that we liked is how you seamlessly and automatically maintain revision of quotations. My query is, when a quotation is not a revision but first draft, system is automatically hiding revision number in PDF documents but the label Version stays. It is like :
Quotation Number : 1234 Revision
Is there a way to hide this Revision label also so that it becomes as follows :
Quotation Number : 1234
Quotation Number : 1234 Revision : 1
Quotation Number : 1234 Revision : 2
For handling all such cases, the solution is to use dynamic labels. In most of the cases dynamic labels are same as dynamic values with an “L” prefixed. In case of revision, filed code for value is #!REVISION!# and field code for labels is #!LREVISION!#. Which means in you template if you specify #!LREVISION!# #!REVISION!# the result in PDF will be “Revision X” for all values of X greater than 0 and for value 0, it will be blank.