########################################### Generate PDF for beneficiary form ########################################### Please go to **Livelihoods Monitoring Folder > OTHER > 4_Trainings > Livelihoods guides > PDM Master Surveys** and find **PRINTOUT CUSTOMISED-Livelihoods Beneficiary Survey** file .. figure:: images/process_17/main_file.png :width: 500px :align: center Please follow the instructions and explanations on README sheet: * **Manual Modifications** 1. The orange part in survey and choice sheets are modified from the original xsl forms .. figure:: images/process_17/step1.png :width: 500px :align: center 2. Pull and search function in calculation columns are not acceptable, they should be replaced. 3. Choices sheet cannot have exlabel, they should be replaced. 4. Default column is modified 5. Appearance column is modified * **Automatic Modifications** The script is located in the same file, please fo to **Tools > Script Editor** In order to fix the known format issues with the labels, it's required to run one-by-one all the following functions: .. js:autofunction:: BR .. literalinclude:: ../scripts/Code.js :language: js :lines: 5-24 :emphasize-lines: 1 :linenos: .. js:autofunction:: deletespace .. literalinclude:: ../scripts/Code.js :language: js :lines: 30-58 :emphasize-lines: 1 :linenos: .. js:autofunction:: insertspace .. literalinclude:: ../scripts/Code.js :language: js :lines: 63-80 :emphasize-lines: 1 :linenos: .. js:autofunction:: Note .. literalinclude:: ../scripts/Code.js :language: js :lines: 84-100 :emphasize-lines: 1 :linenos: