OCA reporting engine fork for dev and update.
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.

164 lines
7.4 KiB

  1. # Global Formatting
  2. XLS_HEADERS = {"xls_headers": "", "xls_footers": ""}
  3. FORMATS = {
  4. "format_ws_title": False,
  5. "format_left": False,
  6. "format_center": False,
  7. "format_right": False,
  8. "format_amount_left": False,
  9. "format_amount_center": False,
  10. "format_amount_right": False,
  11. "format_amount_conditional_left": False,
  12. "format_amount_conditional_center": False,
  13. "format_amount_conditional_right": False,
  14. "format_percent_left": False,
  15. "format_percent_center": False,
  16. "format_percent_right": False,
  17. "format_percent_conditional_left": False,
  18. "format_percent_conditional_center": False,
  19. "format_percent_conditional_right": False,
  20. "format_integer_left": False,
  21. "format_integer_center": False,
  22. "format_integer_right": False,
  23. "format_integer_conditional_left": False,
  24. "format_integer_conditional_center": False,
  25. "format_integer_conditional_right": False,
  26. "format_date_left": False,
  27. "format_date_center": False,
  28. "format_date_right": False,
  29. "format_left_bold": False,
  30. "format_center_bold": False,
  31. "format_right_bold": False,
  32. "format_amount_left_bold": False,
  33. "format_amount_center_bold": False,
  34. "format_amount_right_bold": False,
  35. "format_amount_conditional_left_bold": False,
  36. "format_amount_conditional_center_bold": False,
  37. "format_amount_conditional_right_bold": False,
  38. "format_percent_left_bold": False,
  39. "format_percent_center_bold": False,
  40. "format_percent_right_bold": False,
  41. "format_percent_conditional_left_bold": False,
  42. "format_percent_conditional_center_bold": False,
  43. "format_percent_conditional_right_bold": False,
  44. "format_integer_left_bold": False,
  45. "format_integer_center_bold": False,
  46. "format_integer_right_bold": False,
  47. "format_integer_conditional_left_bold": False,
  48. "format_integer_conditional_center_bold": False,
  49. "format_integer_conditional_right_bold": False,
  50. "format_date_left_bold": False,
  51. "format_date_center_bold": False,
  52. "format_date_right_bold": False,
  53. "format_theader_grey_left": False,
  54. "format_theader_grey_center": False,
  55. "format_theader_grey_right": False,
  56. "format_theader_grey_amount_left": False,
  57. "format_theader_grey_amount_center": False,
  58. "format_theader_grey_amount_right": False,
  59. "format_theader_grey_amount_conditional_left": False,
  60. "format_theader_grey_amount_conditional_center": False,
  61. "format_theader_grey_amount_conditional_right": False,
  62. "format_theader_grey_percent_left": False,
  63. "format_theader_grey_percent_center": False,
  64. "format_theader_grey_percent_right": False,
  65. "format_theader_grey_percent_conditional_left": False,
  66. "format_theader_grey_percent_conditional_center": False,
  67. "format_theader_grey_percent_conditional_right": False,
  68. "format_theader_grey_integer_left": False,
  69. "format_theader_grey_integer_center": False,
  70. "format_theader_grey_integer_right": False,
  71. "format_theader_grey_integer_conditional_left": False,
  72. "format_theader_grey_integer_conditional_center": False,
  73. "format_theader_grey_integer_conditional_right": False,
  74. "format_theader_yellow_left": False,
  75. "format_theader_yellow_center": False,
  76. "format_theader_yellow_right": False,
  77. "format_theader_yellow_amount_left": False,
  78. "format_theader_yellow_amount_center": False,
  79. "format_theader_yellow_amount_right": False,
  80. "format_theader_yellow_amount_conditional_left": False,
  81. "format_theader_yellow_amount_conditional_center": False,
  82. "format_theader_yellow_amount_conditional_right": False,
  83. "format_theader_yellow_percent_left": False,
  84. "format_theader_yellow_percent_center": False,
  85. "format_theader_yellow_percent_right": False,
  86. "format_theader_yellow_percent_conditional_left": False,
  87. "format_theader_yellow_percent_conditional_center": False,
  88. "format_theader_yellow_percent_conditional_right": False,
  89. "format_theader_yellow_integer_left": False,
  90. "format_theader_yellow_integer_center": False,
  91. "format_theader_yellow_integer_right": False,
  92. "format_theader_yellow_integer_conditional_left": False,
  93. "format_theader_yellow_integer_conditional_center": False,
  94. "format_theader_yellow_integer_conditional_right": False,
  95. "format_theader_blue_left": False,
  96. "format_theader_blue_center": False,
  97. "format_theader_blue_right": False,
  98. "format_theader_blue_amount_left": False,
  99. "format_theader_blue_amount_center": False,
  100. "format_theader_blue_amount_right": False,
  101. "format_theader_blue_amount_conditional_left": False,
  102. "format_theader_blue_amount_conditional_center": False,
  103. "format_theader_blue_amount_conditional_right": False,
  104. "format_theader_blue_percent_left": False,
  105. "format_theader_blue_percent_center": False,
  106. "format_theader_blue_percent_right": False,
  107. "format_theader_blue_percent_conditional_left": False,
  108. "format_theader_blue_percent_conditional_center": False,
  109. "format_theader_blue_percent_conditional_right": False,
  110. "format_theader_blue_integer_left": False,
  111. "format_theader_blue_integer_center": False,
  112. "format_theader_blue_integer_right": False,
  113. "format_theader_blue_integer_conditional_left": False,
  114. "format_theader_blue_integer_conditional_center": False,
  115. "format_theader_blue_integer_conditional_right": False,
  116. "format_tcell_left": False,
  117. "format_tcell_center": False,
  118. "format_tcell_right": False,
  119. "format_tcell_amount_left": False,
  120. "format_tcell_amount_center": False,
  121. "format_tcell_amount_right": False,
  122. "format_tcell_amount_conditional_left": False,
  123. "format_tcell_amount_conditional_center": False,
  124. "format_tcell_amount_conditional_right": False,
  125. "format_tcell_percent_left": False,
  126. "format_tcell_percent_center": False,
  127. "format_tcell_percent_right": False,
  128. "format_tcell_percent_conditional_left": False,
  129. "format_tcell_percent_conditional_center": False,
  130. "format_tcell_percent_conditional_right": False,
  131. "format_tcell_integer_left": False,
  132. "format_tcell_integer_center": False,
  133. "format_tcell_integer_right": False,
  134. "format_tcell_integer_conditional_left": False,
  135. "format_tcell_integer_conditional_center": False,
  136. "format_tcell_integer_conditional_right": False,
  137. "format_tcell_date_left": False,
  138. "format_tcell_date_center": False,
  139. "format_tcell_date_right": False,
  140. "format_tcell_left_bold": False,
  141. "format_tcell_center_bold": False,
  142. "format_tcell_right_bold": False,
  143. "format_tcell_amount_left_bold": False,
  144. "format_tcell_amount_center_bold": False,
  145. "format_tcell_amount_right_bold": False,
  146. "format_tcell_amount_conditional_left_bold": False,
  147. "format_tcell_amount_conditional_center_bold": False,
  148. "format_tcell_amount_conditional_right_bold": False,
  149. "format_tcell_percent_left_bold": False,
  150. "format_tcell_percent_center_bold": False,
  151. "format_tcell_percent_right_bold": False,
  152. "format_tcell_percent_conditional_left_bold": False,
  153. "format_tcell_percent_conditional_center_bold": False,
  154. "format_tcell_percent_conditional_right_bold": False,
  155. "format_tcell_integer_left_bold": False,
  156. "format_tcell_integer_center_bold": False,
  157. "format_tcell_integer_right_bold": False,
  158. "format_tcell_integer_conditional_left_bold": False,
  159. "format_tcell_integer_conditional_center_bold": False,
  160. "format_tcell_integer_conditional_right_bold": False,
  161. "format_tcell_date_left_bold": False,
  162. "format_tcell_date_center_bold": False,
  163. "format_tcell_date_right_bold": False,
  164. }