You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
2.9 KiB

  1. <?xml version="1.0"?>
  2. <document filename="Chart of accounts.pdf">
  3. <template title="Account Balance" author="Mathieu Benoit (mathieu.benoit@savoirfairelinux.com)" allowSplitting="1">
  4. <pageTemplate id="first">
  5. <frame id="first" x1="35.0" y1="35.0" width="650" height="772"/>
  6. </pageTemplate>
  7. </template>
  8. <stylesheet>
  9. <blockTableStyle id="Table_Tilte_Table">
  10. <blockAlignment value="LEFT"/>
  11. <blockValign value="TOP"/>
  12. </blockTableStyle>
  13. <blockTableStyle id="Table2">
  14. <blockValign value="TOP"/>
  15. <blockAlignment value="RIGHT"/>
  16. <lineStyle kind="LINEBELOW" colorName="#000000" start="0,0" stop="-1,0"/>
  17. <lineStyle kind="LINEBELOW" colorName="#e6e6e6" start="0,1" stop="-1,-1"/>
  18. </blockTableStyle>
  19. <initialize>
  20. <paraStyle name="all" alignment="justify"/>
  21. </initialize>
  22. <paraStyle name="P8" fontName="Helvetica"/>
  23. <paraStyle name="P11" fontName="Helvetica" fontSize="8.0" leading="10" alignment="LEFT" spaceBefore="0.0" spaceAfter="0.0"/>
  24. <paraStyle name="P12" fontName="Helvetica-Bold" fontSize="8.0" leading="10" alignment="LEFT" spaceBefore="6.0" spaceAfter="6.0"/>
  25. <paraStyle name="P14" rightIndent="17.0" leftIndent="-0.0" fontName="Helvetica-Bold" fontSize="8.0" leading="10" spaceBefore="0.0" spaceAfter="6.0"/>
  26. <paraStyle name="P15" fontName="Helvetica-Bold" fontSize="12.0" leading="15" alignment="CENTER" spaceBefore="12.0" spaceAfter="6.0"/>
  27. <paraStyle name="P12a" fontName="Helvetica-Bold" fontSize="8.0" leading="10" alignment="LEFT" spaceBefore="0.0" spaceAfter="0.0"/>
  28. <images/>
  29. </stylesheet>
  30. <story>
  31. <blockTable colWidths="650.0" style="Table_Tilte_Table">
  32. <tr>
  33. <td>
  34. <para style="P15">Chart of accounts</para>
  35. </td>
  36. </tr>
  37. </blockTable>
  38. <para style="P11">
  39. <font color="white"> </font>
  40. </para>
  41. <para style="P11">
  42. <font color="white"> </font>
  43. </para>
  44. <para style="P11">
  45. <font color="white"> </font>
  46. </para>
  47. <para style="P11">
  48. <font color="white"> </font>
  49. </para>
  50. <blockTable colWidths="70,450" style="Table2" repeatRows="1">
  51. <tr noRowsplits="1">
  52. <td><para style="P12a">Code</para></td>
  53. <td><para style="P12a">Account</para></td>
  54. </tr>
  55. <tr>
  56. <td><para style="P14">[[ repeatIn(get_lst_account(cr, uid, data["form"]["id_account"], actual_context), 'a') ]]<font>[[ (a['type']&lt;&gt;'view' and setTag('para','para',{'fontName':"Helvetica"})) or removeParentNode('font') ]]</font><i>[[ a['code'] or removeParentNode('tr') ]]</i></para></td>
  57. <td><para style="P14"><font>[[ (a['type']&lt;&gt;'view' and setTag('para','para',{'fontName':"Helvetica"})) or removeParentNode('font') ]]</font><font color="white">[[ '..'*(a['level']-1) ]]</font><font>[[ a['name'] ]]</font> </para></td>
  58. </tr>
  59. </blockTable>
  60. <para style="P11">
  61. <font color="white"> </font>
  62. </para>
  63. </story>
  64. </document>