chellow 1761571905.0.0__tar.gz → 1761645803.0.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of chellow might be problematic. Click here for more details.

Files changed (515) hide show
  1. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/PKG-INFO +1 -1
  2. chellow-1761645803.0.0/VERSION +1 -0
  3. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/views.py +32 -23
  4. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/gas/views.py +4 -4
  5. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/reports/report_169.py +3 -3
  6. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/reports/report_247.py +3 -3
  7. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/reports/report_59.py +2 -2
  8. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/reports/report_channel_snags.py +4 -4
  9. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/reports/report_csv_site_hh_data.py +7 -4
  10. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/em_hh_data.html +0 -1
  11. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/em_site.html +13 -2
  12. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/utils.py +13 -0
  13. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/views.py +4 -4
  14. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/e/test_views.py +3 -9
  15. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/reports/test_report_csv_site_hh_data.py +4 -2
  16. chellow-1761571905.0.0/VERSION +0 -1
  17. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/.ebextensions/chellow.config +0 -0
  18. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/.github/workflows/chellow.yml +0 -0
  19. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/.gitignore +0 -0
  20. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/README.md +0 -0
  21. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/application.py +0 -0
  22. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/bin/chellow_start.sh +0 -0
  23. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/bin/chellow_upgrader.sh +0 -0
  24. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/__init__.py +0 -0
  25. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/api.py +0 -0
  26. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/bank_holidays.py +0 -0
  27. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/dloads.py +0 -0
  28. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/__init__.py +0 -0
  29. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/aahedc.py +0 -0
  30. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/bill_importer.py +0 -0
  31. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/bill_parsers/__init__.py +0 -0
  32. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/bill_parsers/activity_mop_stark_xlsx.py +0 -0
  33. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/bill_parsers/annual_mop_stark_xlsx.py +0 -0
  34. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/bill_parsers/bgb_edi.py +0 -0
  35. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/bill_parsers/csv.py +0 -0
  36. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/bill_parsers/drax_edi.py +0 -0
  37. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/bill_parsers/edf_export_xlsx.py +0 -0
  38. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/bill_parsers/engie_edi.py +0 -0
  39. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/bill_parsers/engie_export_xlsx.py +0 -0
  40. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/bill_parsers/engie_xls.py +0 -0
  41. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/bill_parsers/engie_xlsx.py +0 -0
  42. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/bill_parsers/gdf_csv.py +0 -0
  43. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/bill_parsers/haven_csv.py +0 -0
  44. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/bill_parsers/haven_edi.py +0 -0
  45. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/bill_parsers/haven_edi_tprs.py +0 -0
  46. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/bill_parsers/mm.py +0 -0
  47. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/bill_parsers/nonsettlement_dc_stark_xlsx.py +0 -0
  48. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/bill_parsers/settlement_dc_stark_xlsx.py +0 -0
  49. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/bill_parsers/sse_edi.py +0 -0
  50. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/bill_parsers/sww_xls.py +0 -0
  51. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/bmarketidx.py +0 -0
  52. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/bsuos.py +0 -0
  53. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/ccl.py +0 -0
  54. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/cfd.py +0 -0
  55. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/computer.py +0 -0
  56. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/dno_rate_parser.py +0 -0
  57. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/duos.py +0 -0
  58. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/elexon.py +0 -0
  59. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/energy_management.py +0 -0
  60. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/hh_importer.py +0 -0
  61. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/hh_parser_bg_csv.py +0 -0
  62. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/hh_parser_df2.py +0 -0
  63. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/hh_parser_edf_csv.py +0 -0
  64. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/hh_parser_schneider_csv.py +0 -0
  65. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/hh_parser_schneider_xlsx.py +0 -0
  66. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/hh_parser_simple_csv.py +0 -0
  67. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/hh_parser_vital_xlsx.py +0 -0
  68. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/lafs.py +0 -0
  69. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/lcc.py +0 -0
  70. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/mdd_importer.py +0 -0
  71. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/rab.py +0 -0
  72. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/rcrc.py +0 -0
  73. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/ro.py +0 -0
  74. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/scenario.py +0 -0
  75. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/system_price.py +0 -0
  76. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/tlms.py +0 -0
  77. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/tnuos.py +0 -0
  78. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/e/triad.py +0 -0
  79. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/edi_lib.py +0 -0
  80. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/fake_batch_updater.py +0 -0
  81. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/gas/bill_import.py +0 -0
  82. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/gas/bill_parser_bgs_xlsx.py +0 -0
  83. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/gas/bill_parser_csv.py +0 -0
  84. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/gas/bill_parser_engie_edi.py +0 -0
  85. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/gas/bill_parser_total_edi.py +0 -0
  86. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/gas/ccl.py +0 -0
  87. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/gas/cv.py +0 -0
  88. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/gas/dn_rate_parser.py +0 -0
  89. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/gas/engine.py +0 -0
  90. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/gas/transportation.py +0 -0
  91. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/general_import.py +0 -0
  92. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/models.py +0 -0
  93. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/national_grid.py +0 -0
  94. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/proxy.py +0 -0
  95. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/rate_server.py +0 -0
  96. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/reports/__init__.py +0 -0
  97. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/reports/report_109.py +0 -0
  98. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/reports/report_111.py +0 -0
  99. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/reports/report_181.py +0 -0
  100. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/reports/report_183.py +0 -0
  101. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/reports/report_187.py +0 -0
  102. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/reports/report_219.py +0 -0
  103. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/reports/report_231.py +0 -0
  104. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/reports/report_241.py +0 -0
  105. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/reports/report_29.py +0 -0
  106. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/reports/report_291.py +0 -0
  107. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/reports/report_33.py +0 -0
  108. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/reports/report_387.py +0 -0
  109. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/reports/report_41.py +0 -0
  110. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/reports/report_429.py +0 -0
  111. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/reports/report_81.py +0 -0
  112. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/reports/report_87.py +0 -0
  113. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/reports/report_asset_comparison.py +0 -0
  114. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/reports/report_batches.py +0 -0
  115. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/reports/report_bills.py +0 -0
  116. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/reports/report_csv_llfcs.py +0 -0
  117. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/reports/report_csv_site_snags.py +0 -0
  118. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/reports/report_ecoes_comparison.py +0 -0
  119. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/reports/report_g_monthly_duration.py +0 -0
  120. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/reports/report_g_supplies_snapshot.py +0 -0
  121. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/reports/report_g_supply_virtual_bill.py +0 -0
  122. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/reports/report_g_virtual_bills.py +0 -0
  123. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/reports/report_g_virtual_bills_hh.py +0 -0
  124. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/reports/report_missing_bills.py +0 -0
  125. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/reports/report_sscs.py +0 -0
  126. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/reports/report_supply_contacts.py +0 -0
  127. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/rrun.py +0 -0
  128. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/static/css/chellow.css +0 -0
  129. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/static/images/favicon.svg +0 -0
  130. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/static/images/favicon_test.svg +0 -0
  131. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/static/images/logo.png +0 -0
  132. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/static/js/htmx.min.js +0 -0
  133. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/403.html +0 -0
  134. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/base.html +0 -0
  135. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/bill_type.html +0 -0
  136. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/bill_types.html +0 -0
  137. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/chain.html +0 -0
  138. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/csv_sites_monthly_duration.html +0 -0
  139. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/dashboard.html +0 -0
  140. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/downloads.html +0 -0
  141. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/asset_comparison.html +0 -0
  142. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/channel.html +0 -0
  143. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/channel_add.html +0 -0
  144. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/channel_edit.html +0 -0
  145. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/channel_snag.html +0 -0
  146. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/channel_snag_edit.html +0 -0
  147. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/channel_snags.html +0 -0
  148. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/comm.html +0 -0
  149. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/comms.html +0 -0
  150. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/cop.html +0 -0
  151. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/cops.html +0 -0
  152. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/csv_bills.html +0 -0
  153. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/csv_register_reads.html +0 -0
  154. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/csv_sites_hh_data.html +0 -0
  155. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/csv_sites_triad.html +0 -0
  156. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/csv_supplies_hh_data.html +0 -0
  157. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/csv_supplies_snapshot.html +0 -0
  158. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/csv_supplies_triad.html +0 -0
  159. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/dc_auto_importer.html +0 -0
  160. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/dc_batch.html +0 -0
  161. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/dc_batch_add.html +0 -0
  162. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/dc_batch_edit.html +0 -0
  163. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/dc_batch_file.html +0 -0
  164. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/dc_batch_file_edit.html +0 -0
  165. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/dc_batch_upload_file.html +0 -0
  166. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/dc_batches.html +0 -0
  167. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/dc_batches_edit.html +0 -0
  168. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/dc_bill.html +0 -0
  169. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/dc_bill_add.html +0 -0
  170. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/dc_bill_edit.html +0 -0
  171. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/dc_bill_import.html +0 -0
  172. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/dc_bill_import_contract.html +0 -0
  173. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/dc_bill_imports.html +0 -0
  174. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/dc_contract.html +0 -0
  175. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/dc_contract_edit.html +0 -0
  176. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/dc_contract_hh_import.html +0 -0
  177. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/dc_contract_hh_imports.html +0 -0
  178. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/dc_contract_properties.html +0 -0
  179. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/dc_contract_properties_edit.html +0 -0
  180. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/dc_contracts.html +0 -0
  181. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/dc_contracts_add.html +0 -0
  182. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/dc_element.html +0 -0
  183. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/dc_element_add.html +0 -0
  184. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/dc_element_edit.html +0 -0
  185. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/dc_rate_script.html +0 -0
  186. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/dc_rate_script_add.html +0 -0
  187. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/dc_rate_script_edit.html +0 -0
  188. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/dno.html +0 -0
  189. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/dno_rate_script.html +0 -0
  190. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/dno_rate_script_add.html +0 -0
  191. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/dno_rate_script_edit.html +0 -0
  192. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/dnos.html +0 -0
  193. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/dtc_meter_type.html +0 -0
  194. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/dtc_meter_types.html +0 -0
  195. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/duration_report.html +0 -0
  196. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/elexon.html +0 -0
  197. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/em_months.html +0 -0
  198. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/em_totals.html +0 -0
  199. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/energisation_status.html +0 -0
  200. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/energisation_statuses.html +0 -0
  201. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/era_edit.html +0 -0
  202. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/era_edit_form.html +0 -0
  203. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/era_supplier_bill_add.html +0 -0
  204. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/generator_type.html +0 -0
  205. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/generator_types.html +0 -0
  206. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/gsp_group.html +0 -0
  207. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/gsp_groups.html +0 -0
  208. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/hh_datum_edit.html +0 -0
  209. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/lafs.html +0 -0
  210. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/lcc.html +0 -0
  211. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/llfc.html +0 -0
  212. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/llfc_edit.html +0 -0
  213. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/llfcs.html +0 -0
  214. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/market_role.html +0 -0
  215. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/market_roles.html +0 -0
  216. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/meter_payment_type.html +0 -0
  217. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/meter_payment_types.html +0 -0
  218. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/meter_type.html +0 -0
  219. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/meter_types.html +0 -0
  220. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/mop_batch.html +0 -0
  221. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/mop_batch_add.html +0 -0
  222. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/mop_batch_edit.html +0 -0
  223. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/mop_batch_file.html +0 -0
  224. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/mop_batch_file_edit.html +0 -0
  225. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/mop_batch_upload_file.html +0 -0
  226. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/mop_batches.html +0 -0
  227. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/mop_batches_edit.html +0 -0
  228. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/mop_bill.html +0 -0
  229. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/mop_bill_add.html +0 -0
  230. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/mop_bill_edit.html +0 -0
  231. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/mop_bill_import.html +0 -0
  232. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/mop_bill_import_contract.html +0 -0
  233. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/mop_bill_imports.html +0 -0
  234. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/mop_contract.html +0 -0
  235. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/mop_contract_add.html +0 -0
  236. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/mop_contract_edit.html +0 -0
  237. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/mop_contracts.html +0 -0
  238. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/mop_element.html +0 -0
  239. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/mop_element_add.html +0 -0
  240. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/mop_element_edit.html +0 -0
  241. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/mop_rate_script.html +0 -0
  242. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/mop_rate_script_add.html +0 -0
  243. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/mop_rate_script_edit.html +0 -0
  244. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/mtc.html +0 -0
  245. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/mtc_llfc.html +0 -0
  246. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/mtc_llfc_ssc.html +0 -0
  247. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/mtc_llfc_ssc_pc.html +0 -0
  248. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/mtc_llfc_ssc_pcs.html +0 -0
  249. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/mtc_llfc_sscs.html +0 -0
  250. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/mtc_llfcs.html +0 -0
  251. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/mtc_participant.html +0 -0
  252. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/mtc_participants.html +0 -0
  253. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/mtc_ssc.html +0 -0
  254. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/mtc_sscs.html +0 -0
  255. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/mtcs.html +0 -0
  256. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/ods_monthly_duration.html +0 -0
  257. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/participant.html +0 -0
  258. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/participants.html +0 -0
  259. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/parties.html +0 -0
  260. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/party.html +0 -0
  261. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/pc.html +0 -0
  262. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/pcs.html +0 -0
  263. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/read_add.html +0 -0
  264. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/read_edit.html +0 -0
  265. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/read_type.html +0 -0
  266. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/read_types.html +0 -0
  267. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/scenario.html +0 -0
  268. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/scenario_add.html +0 -0
  269. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/scenario_docs.html +0 -0
  270. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/scenario_edit.html +0 -0
  271. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/scenarios.html +0 -0
  272. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/site_add_e_supply.html +0 -0
  273. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/site_add_e_supply_form.html +0 -0
  274. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/site_hh_data.html +0 -0
  275. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/site_site_snags.html +0 -0
  276. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/site_snag.html +0 -0
  277. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/site_snag_edit.html +0 -0
  278. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/site_snags.html +0 -0
  279. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/site_snags_edit.html +0 -0
  280. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/source.html +0 -0
  281. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/sources.html +0 -0
  282. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/ssc.html +0 -0
  283. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/sscs.html +0 -0
  284. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/supplier_batch.html +0 -0
  285. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/supplier_batch_add.html +0 -0
  286. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/supplier_batch_edit.html +0 -0
  287. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/supplier_batch_file.html +0 -0
  288. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/supplier_batch_file_add.html +0 -0
  289. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/supplier_batch_file_edit.html +0 -0
  290. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/supplier_batch_upload_file.html +0 -0
  291. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/supplier_batches.html +0 -0
  292. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/supplier_batches_edit.html +0 -0
  293. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/supplier_bill.html +0 -0
  294. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/supplier_bill_add.html +0 -0
  295. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/supplier_bill_edit.html +0 -0
  296. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/supplier_bill_import.html +0 -0
  297. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/supplier_bill_import_contract.html +0 -0
  298. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/supplier_contract.html +0 -0
  299. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/supplier_contract_add.html +0 -0
  300. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/supplier_contract_edit.html +0 -0
  301. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/supplier_contracts.html +0 -0
  302. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/supplier_element.html +0 -0
  303. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/supplier_element_add.html +0 -0
  304. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/supplier_element_edit.html +0 -0
  305. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/supplier_rate_script.html +0 -0
  306. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/supplier_rate_script_add.html +0 -0
  307. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/supplier_rate_script_edit.html +0 -0
  308. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/supply.html +0 -0
  309. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/supply_edit.html +0 -0
  310. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/supply_eras.html +0 -0
  311. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/supply_hh_data.html +0 -0
  312. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/supply_months.html +0 -0
  313. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/supply_note_add.html +0 -0
  314. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/supply_note_edit.html +0 -0
  315. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/supply_notes.html +0 -0
  316. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/supply_post.html +0 -0
  317. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/supply_virtual_bill.html +0 -0
  318. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/tpr.html +0 -0
  319. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/e/tprs.html +0 -0
  320. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/edi_viewer.html +0 -0
  321. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/fake_batch_updater.html +0 -0
  322. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/g/batch.html +0 -0
  323. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/g/batch_add.html +0 -0
  324. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/g/batch_edit.html +0 -0
  325. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/g/batches.html +0 -0
  326. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/g/bill.html +0 -0
  327. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/g/bill_add.html +0 -0
  328. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/g/bill_edit.html +0 -0
  329. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/g/bill_import.html +0 -0
  330. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/g/bill_imports.html +0 -0
  331. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/g/dn.html +0 -0
  332. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/g/dns.html +0 -0
  333. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/g/era_edit.html +0 -0
  334. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/g/exit_zone.html +0 -0
  335. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/g/industry_auto_importer.html +0 -0
  336. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/g/industry_contract.html +0 -0
  337. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/g/industry_contract_add.html +0 -0
  338. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/g/industry_contract_edit.html +0 -0
  339. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/g/industry_contracts.html +0 -0
  340. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/g/industry_rate_script.html +0 -0
  341. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/g/industry_rate_script_add.html +0 -0
  342. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/g/industry_rate_script_edit.html +0 -0
  343. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/g/ldz.html +0 -0
  344. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/g/read_add.html +0 -0
  345. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/g/read_edit.html +0 -0
  346. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/g/read_type.html +0 -0
  347. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/g/read_types.html +0 -0
  348. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/g/reading_frequencies.html +0 -0
  349. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/g/reading_frequency.html +0 -0
  350. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/g/reports.html +0 -0
  351. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/g/supplier_contract.html +0 -0
  352. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/g/supplier_contract_add.html +0 -0
  353. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/g/supplier_contract_edit.html +0 -0
  354. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/g/supplier_contracts.html +0 -0
  355. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/g/supplier_rate_script.html +0 -0
  356. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/g/supplier_rate_script_add.html +0 -0
  357. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/g/supplier_rate_script_edit.html +0 -0
  358. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/g/supplies.html +0 -0
  359. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/g/supply.html +0 -0
  360. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/g/supply_edit.html +0 -0
  361. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/g/supply_note_add.html +0 -0
  362. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/g/supply_note_edit.html +0 -0
  363. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/g/supply_notes.html +0 -0
  364. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/g/unit.html +0 -0
  365. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/g/units.html +0 -0
  366. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/general_import.html +0 -0
  367. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/general_imports.html +0 -0
  368. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/home.html +0 -0
  369. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/input_date.html +0 -0
  370. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/local_report.html +0 -0
  371. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/local_reports.html +0 -0
  372. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/macros.html +0 -0
  373. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/national_grid.html +0 -0
  374. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/non_core_auto_importer.html +0 -0
  375. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/non_core_contract.html +0 -0
  376. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/non_core_contract_edit.html +0 -0
  377. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/non_core_contracts.html +0 -0
  378. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/non_core_rate_script.html +0 -0
  379. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/non_core_rate_script_add.html +0 -0
  380. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/non_core_rate_script_edit.html +0 -0
  381. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/object_summary.html +0 -0
  382. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/rate_server.html +0 -0
  383. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/report_run.html +0 -0
  384. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/report_run_asset_comparison.html +0 -0
  385. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/report_run_bill_check.html +0 -0
  386. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/report_run_ecoes_comparison.html +0 -0
  387. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/report_run_g_bill_check.html +0 -0
  388. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/report_run_missing_e_bills.html +0 -0
  389. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/report_run_monthly_duration_org.html +0 -0
  390. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/report_run_row.html +0 -0
  391. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/report_run_row_bill_check.html +0 -0
  392. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/report_run_row_g_bill_check.html +0 -0
  393. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/report_run_supply_contacts.html +0 -0
  394. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/report_runs.html +0 -0
  395. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/reports/channel_snags.html +0 -0
  396. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/scenario.html +0 -0
  397. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/scenario_add.html +0 -0
  398. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/scenario_docs.html +0 -0
  399. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/scenario_edit.html +0 -0
  400. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/scenarios.html +0 -0
  401. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/site.html +0 -0
  402. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/site_add.html +0 -0
  403. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/site_edit.html +0 -0
  404. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/site_gen_graph.html +0 -0
  405. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/site_months.html +0 -0
  406. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/site_used_graph.html +0 -0
  407. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/sites.html +0 -0
  408. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/supplies.html +0 -0
  409. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/system.html +0 -0
  410. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/tester.html +0 -0
  411. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/user.html +0 -0
  412. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/user_roles.html +0 -0
  413. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/templates/users.html +0 -0
  414. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/chellow/testing.py +0 -0
  415. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/gpl.txt +0 -0
  416. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/pyproject.toml +0 -0
  417. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/requirements.txt +0 -0
  418. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/systemd/chellow.service +0 -0
  419. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/systemd/chellow_upgrader.service +0 -0
  420. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/systemd/chellow_upgrader.timer +0 -0
  421. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/conftest.py +0 -0
  422. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/e/__init__.py +0 -0
  423. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/e/bill_parsers/test_activity_mop_stark_xlsx.py +0 -0
  424. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/e/bill_parsers/test_annual_mop_stark_xlsx.py +0 -0
  425. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/e/bill_parsers/test_bill_parser_csv.py +0 -0
  426. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/e/bill_parsers/test_bill_parser_drax_edi.py +0 -0
  427. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/e/bill_parsers/test_bill_parser_edf_export_xlsx.py +0 -0
  428. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/e/bill_parsers/test_bill_parser_engie_edi.py +0 -0
  429. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/e/bill_parsers/test_bill_parser_engie_xls.py +0 -0
  430. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/e/bill_parsers/test_bill_parser_engie_xlsx.py +0 -0
  431. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/e/bill_parsers/test_bill_parser_haven_csv.py +0 -0
  432. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/e/bill_parsers/test_bill_parser_haven_edi.py +0 -0
  433. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/e/bill_parsers/test_bill_parser_haven_edi_tprs.py +0 -0
  434. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/e/bill_parsers/test_bill_parser_mm.py +0 -0
  435. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/e/bill_parsers/test_bill_parser_nonsettlement_dc_stark_xlsx.py +0 -0
  436. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/e/bill_parsers/test_bill_parser_settlement_dc_stark_xlsx.py +0 -0
  437. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/e/bill_parsers/test_bill_parser_sse_edi.py +0 -0
  438. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/e/bill_parsers/test_bill_parser_sww_xls.py +0 -0
  439. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/e/system_price/prices.xls +0 -0
  440. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/e/system_price/test_system_price.py +0 -0
  441. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/e/test_aahedc.py +0 -0
  442. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/e/test_bill_importer.py +0 -0
  443. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/e/test_bsuos.py +0 -0
  444. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/e/test_ccl.py +0 -0
  445. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/e/test_cfd.py +0 -0
  446. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/e/test_computer.py +0 -0
  447. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/e/test_dno_rate_parser.py +0 -0
  448. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/e/test_duos.py +0 -0
  449. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/e/test_energy_management.py +0 -0
  450. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/e/test_hh_importer.py +0 -0
  451. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/e/test_hh_parser_df2.py +0 -0
  452. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/e/test_hh_parser_vital_xlsx.py +0 -0
  453. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/e/test_lafs.py +0 -0
  454. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/e/test_mdd_importer.py +0 -0
  455. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/e/test_rcrc_importer.py +0 -0
  456. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/e/test_ro.py +0 -0
  457. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/e/test_scenario.py +0 -0
  458. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/e/test_tlms.py +0 -0
  459. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/e/test_tnuos.py +0 -0
  460. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/e/test_triad.py +0 -0
  461. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/gas/bill_parsers/test_bill_parser_bgs_xlsx.py +0 -0
  462. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/gas/bill_parsers/test_g_bill_parser_engie_edi.py +0 -0
  463. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/gas/bill_parsers/test_g_bill_parser_total_edi.py +0 -0
  464. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/gas/test_dn_rate_parser.py +0 -0
  465. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/gas/test_engine.py +0 -0
  466. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/gas/test_g_cv.py +0 -0
  467. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/gas/test_gas_views.py +0 -0
  468. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/gas/test_transportation.py +0 -0
  469. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/reports/test_g_monthly_duration.py +0 -0
  470. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/reports/test_g_supplies_snapshot.py +0 -0
  471. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/reports/test_g_supply_virtual_bill.py +0 -0
  472. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/reports/test_g_virtual_bills.py +0 -0
  473. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/reports/test_g_virtual_bills_hh.py +0 -0
  474. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/reports/test_report_109.py +0 -0
  475. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/reports/test_report_111.py +0 -0
  476. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/reports/test_report_169.py +0 -0
  477. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/reports/test_report_181.py +0 -0
  478. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/reports/test_report_183.py +0 -0
  479. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/reports/test_report_187.py +0 -0
  480. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/reports/test_report_219.py +0 -0
  481. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/reports/test_report_231.py +0 -0
  482. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/reports/test_report_241.py +0 -0
  483. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/reports/test_report_247.py +0 -0
  484. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/reports/test_report_29.py +0 -0
  485. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/reports/test_report_291.py +0 -0
  486. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/reports/test_report_33.py +0 -0
  487. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/reports/test_report_387.py +0 -0
  488. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/reports/test_report_41.py +0 -0
  489. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/reports/test_report_429.py +0 -0
  490. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/reports/test_report_59.py +0 -0
  491. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/reports/test_report_81.py +0 -0
  492. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/reports/test_report_87.py +0 -0
  493. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/reports/test_report_asset_comparison.py +0 -0
  494. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/reports/test_report_batches.py +0 -0
  495. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/reports/test_report_bills.py +0 -0
  496. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/reports/test_report_channel_snags.py +0 -0
  497. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/reports/test_report_csv_llfcs.py +0 -0
  498. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/reports/test_report_csv_site_snags.py +0 -0
  499. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/reports/test_report_dno_vl_parser.py +0 -0
  500. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/reports/test_report_ecoes_comparison.py +0 -0
  501. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/reports/test_report_missing_e_bills.py +0 -0
  502. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/reports/test_report_sscs.py +0 -0
  503. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/reports/test_report_supply_contacts.py +0 -0
  504. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/test_chellow.py +0 -0
  505. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/test_dloads.py +0 -0
  506. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/test_edi_lib.py +0 -0
  507. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/test_edi_viewer.py +0 -0
  508. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/test_fake_batch_updater.py +0 -0
  509. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/test_general_import.py +0 -0
  510. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/test_models.py +0 -0
  511. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/test_rate_server.py +0 -0
  512. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/test_testing.py +0 -0
  513. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/test_utils.py +0 -0
  514. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/test_views.py +0 -0
  515. {chellow-1761571905.0.0 → chellow-1761645803.0.0}/test/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: chellow
3
- Version: 1761571905.0.0
3
+ Version: 1761645803.0.0
4
4
  Summary: Web Application for checking UK energy bills.
5
5
  Project-URL: Homepage, https://github.com/WessexWater/chellow
6
6
  Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
@@ -0,0 +1 @@
1
+ __version__ = "1761645803.0.0"
@@ -104,7 +104,7 @@ from chellow.utils import (
104
104
  hh_range,
105
105
  parse_hh_start,
106
106
  parse_mpan_core,
107
- req_bool,
107
+ req_checkbox,
108
108
  req_date,
109
109
  req_decimal,
110
110
  req_file,
@@ -230,7 +230,7 @@ def channel_add_get(era_id):
230
230
  @e.route("/eras/<int:era_id>/add_channel", methods=["POST"])
231
231
  def channel_add_post(era_id):
232
232
  try:
233
- imp_related = req_bool("imp_related")
233
+ imp_related = req_checkbox("imp_related")
234
234
  channel_type = req_str("channel_type")
235
235
  era = Era.get_by_id(g.sess, era_id)
236
236
  channel = era.insert_channel(g.sess, imp_related, channel_type)
@@ -357,7 +357,7 @@ def channel_snags_get():
357
357
  else:
358
358
  contract = Contract.get_dc_by_id(g.sess, contract_id)
359
359
  days_hidden = req_int("days_hidden")
360
- is_ignored = req_bool("is_ignored")
360
+ is_ignored = req_checkbox("is_ignored")
361
361
 
362
362
  cutoff_date = utc_datetime_now() - relativedelta(days=days_hidden)
363
363
 
@@ -435,7 +435,7 @@ def channel_snag_edit_get(snag_id):
435
435
  @e.route("/channel_snags/<int:snag_id>/edit", methods=["POST"])
436
436
  def channel_snag_edit_post(snag_id):
437
437
  try:
438
- ignore = req_bool("ignore")
438
+ ignore = req_checkbox("ignore")
439
439
  snag = Snag.get_by_id(g.sess, snag_id)
440
440
  snag.set_is_ignored(ignore)
441
441
  g.sess.commit()
@@ -1532,7 +1532,7 @@ def dc_rate_script_edit_post(dc_rate_script_id):
1532
1532
  dc_contract = dc_rate_script.contract
1533
1533
  script = req_zish("script")
1534
1534
  start_date = req_date("start")
1535
- has_finished = req_bool("has_finished")
1535
+ has_finished = req_checkbox("has_finished")
1536
1536
  finish_date = req_date("finish") if has_finished else None
1537
1537
  dc_contract.update_rate_script(
1538
1538
  g.sess, dc_rate_script, start_date, finish_date, script
@@ -1613,7 +1613,7 @@ def dno_rate_script_edit_post(dno_rate_script_id):
1613
1613
  dno = Party.get_dno_by_code(g.sess, contract.name, rate_script.start_date)
1614
1614
  script = req_zish("script")
1615
1615
  start_date = req_date("start")
1616
- has_finished = req_bool("has_finished")
1616
+ has_finished = req_checkbox("has_finished")
1617
1617
  finish_date = req_date("finish") if has_finished else None
1618
1618
  contract.update_rate_script(
1619
1619
  g.sess, rate_script, start_date, finish_date, script
@@ -1817,7 +1817,7 @@ def era_edit_form_get(era_id):
1817
1817
  else:
1818
1818
  start_date = era.start_date
1819
1819
 
1820
- is_ended = req_bool("is_ended")
1820
+ is_ended = req_checkbox("is_ended")
1821
1821
  if is_ended:
1822
1822
  if "finish_year" in request.values:
1823
1823
  finish_date = req_hh_date("finish")
@@ -2176,7 +2176,7 @@ def era_edit_post(era_id):
2176
2176
  return chellow_redirect(f"/supplies/{era.supply.id}", 303)
2177
2177
  else:
2178
2178
  start_date = req_date("start")
2179
- is_ended = req_bool("is_ended")
2179
+ is_ended = req_checkbox("is_ended")
2180
2180
  if is_ended:
2181
2181
  finish_date = req_hh_date("finish")
2182
2182
  else:
@@ -2213,8 +2213,8 @@ def era_edit_post(era_id):
2213
2213
  else:
2214
2214
  dtc_meter_type = DtcMeterType.get_by_id(g.sess, dtc_meter_type_id)
2215
2215
 
2216
- has_imp_mpan = req_bool("has_imp_mpan")
2217
- has_exp_mpan = req_bool("has_exp_mpan")
2216
+ has_imp_mpan = req_checkbox("has_imp_mpan")
2217
+ has_exp_mpan = req_checkbox("has_exp_mpan")
2218
2218
 
2219
2219
  if has_imp_mpan:
2220
2220
  imp_mpan_core_raw = req_str("imp_mpan_core")
@@ -2637,7 +2637,7 @@ def llfc_edit_post(llfc_id):
2637
2637
  llfc = Llfc.get_by_id(g.sess, llfc_id)
2638
2638
  voltage_level_id = req_int("voltage_level_id")
2639
2639
  voltage_level = VoltageLevel.get_by_id(g.sess, voltage_level_id)
2640
- is_substation = req_bool("is_substation")
2640
+ is_substation = req_checkbox("is_substation")
2641
2641
  llfc.update(
2642
2642
  llfc.description,
2643
2643
  voltage_level,
@@ -3583,7 +3583,7 @@ def mtc_participant_get(mtc_participant_id):
3583
3583
  def mtc_sscs_get():
3584
3584
  participant_id = req_int("participant_id")
3585
3585
  participant = Participant.get_by_id(g.sess, participant_id)
3586
- only_ongoing = req_bool("only_ongoing")
3586
+ only_ongoing = req_checkbox("only_ongoing")
3587
3587
  q = (
3588
3588
  select(MtcSsc)
3589
3589
  .join(MtcParticipant)
@@ -3641,7 +3641,7 @@ def mtc_ssc_get(mtc_ssc_id):
3641
3641
  def mtc_llfcs_get():
3642
3642
  participant_id = req_int("participant_id")
3643
3643
  participant = Participant.get_by_id(g.sess, participant_id)
3644
- only_ongoing = req_bool("only_ongoing")
3644
+ only_ongoing = req_checkbox("only_ongoing")
3645
3645
  q = (
3646
3646
  select(MtcLlfc)
3647
3647
  .join(MtcParticipant)
@@ -3699,7 +3699,7 @@ def mtc_llfc_get(mtc_llfc_id):
3699
3699
  def mtc_llfc_ssc_pcs_get():
3700
3700
  dno_id = req_int("dno_id")
3701
3701
  dno = Party.get_dno_by_id(g.sess, dno_id)
3702
- only_ongoing = req_bool("only_ongoing")
3702
+ only_ongoing = req_checkbox("only_ongoing")
3703
3703
  q = (
3704
3704
  select(MtcLlfcSscPc)
3705
3705
  .join(Pc)
@@ -3786,7 +3786,7 @@ def mtc_llfc_ssc_pc_get(combo_id):
3786
3786
  def mtc_llfc_sscs_get():
3787
3787
  participant_id = req_int("participant_id")
3788
3788
  participant = Participant.get_by_id(g.sess, participant_id)
3789
- only_ongoing = req_bool("only_ongoing")
3789
+ only_ongoing = req_checkbox("only_ongoing")
3790
3790
  q = (
3791
3791
  select(MtcLlfcSsc)
3792
3792
  .join(Llfc)
@@ -4072,7 +4072,13 @@ def site_energy_management_get(site_id):
4072
4072
  site = Site.get_by_id(g.sess, site_id)
4073
4073
 
4074
4074
  now = utc_datetime_now()
4075
- last_month = now - relativedelta(months=1)
4075
+ now_ct = to_ct(now)
4076
+ months = list(
4077
+ c_months_u(finish_year=now_ct.year, finish_month=now_ct.month, months=2)
4078
+ )
4079
+ last_month_start, last_month_finish = months[0]
4080
+ last_month_start_ct = to_ct(last_month_start)
4081
+ last_month_finish_ct = to_ct(last_month_finish)
4076
4082
 
4077
4083
  supply_dicts = []
4078
4084
  for era in g.sess.scalars(
@@ -4096,7 +4102,10 @@ def site_energy_management_get(site_id):
4096
4102
  site=site,
4097
4103
  supply_dicts=supply_dicts,
4098
4104
  now=now,
4099
- last_month=last_month,
4105
+ last_month_start=last_month_start,
4106
+ last_month_finish=last_month_finish,
4107
+ last_month_start_ct=last_month_start_ct,
4108
+ last_month_finish_ct=last_month_finish_ct,
4100
4109
  )
4101
4110
 
4102
4111
 
@@ -4127,7 +4136,7 @@ def site_snag_edit_get(snag_id):
4127
4136
  @e.route("/site_snags/<int:snag_id>/edit", methods=["POST"])
4128
4137
  def site_snag_edit_post(snag_id):
4129
4138
  try:
4130
- ignore = req_bool("ignore")
4139
+ ignore = req_checkbox("ignore")
4131
4140
  snag = Snag.get_by_id(g.sess, snag_id)
4132
4141
  snag.set_is_ignored(ignore)
4133
4142
  g.sess.commit()
@@ -4182,10 +4191,10 @@ def em_hh_data_get(site_id):
4182
4191
  caches = {}
4183
4192
  site = Site.get_by_id(g.sess, site_id)
4184
4193
 
4185
- year = req_int("year")
4186
- month = req_int("month")
4194
+ timestamp = req_date("timestamp", resolution="month")
4195
+ ts_ct = to_ct(timestamp)
4187
4196
  start_date, finish_date = next(
4188
- c_months_u(start_year=year, start_month=month, months=1)
4197
+ c_months_u(start_year=ts_ct.year, start_month=ts_ct.month, months=1)
4189
4198
  )
4190
4199
 
4191
4200
  supplies = (
@@ -5909,7 +5918,7 @@ def supplier_rate_script_edit_post(rate_script_id):
5909
5918
  contract = rate_script.contract
5910
5919
  script = req_zish("script")
5911
5920
  start_date = req_date("start")
5912
- has_finished = req_bool("has_finished")
5921
+ has_finished = req_checkbox("has_finished")
5913
5922
  finish_date = req_date("finish") if has_finished else None
5914
5923
  contract.update_rate_script(
5915
5924
  g.sess, rate_script, start_date, finish_date, script
@@ -6202,7 +6211,7 @@ def supply_get(supply_id):
6202
6211
  def supply_months_get(supply_id):
6203
6212
  supply = Supply.get_by_id(g.sess, supply_id)
6204
6213
 
6205
- is_import = req_bool("is_import")
6214
+ is_import = req_checkbox("is_import")
6206
6215
  year = req_int("year")
6207
6216
  years = req_int("years")
6208
6217
 
@@ -51,7 +51,7 @@ from chellow.models import (
51
51
  from chellow.utils import (
52
52
  HH,
53
53
  csv_make_val,
54
- req_bool,
54
+ req_checkbox,
55
55
  req_date,
56
56
  req_decimal,
57
57
  req_file,
@@ -869,7 +869,7 @@ def era_edit_post(g_era_id):
869
869
 
870
870
  else:
871
871
  start_date = req_date("start")
872
- is_ended = req_bool("is_ended")
872
+ is_ended = req_checkbox("is_ended")
873
873
  finish_date = req_date("finish") if is_ended else None
874
874
  msn = req_str("msn")
875
875
  correction_factor = req_decimal("correction_factor")
@@ -1363,7 +1363,7 @@ def industry_rate_script_edit_post(g_rate_script_id):
1363
1363
  else:
1364
1364
  script = req_zish("script")
1365
1365
  start_date = req_date("start")
1366
- has_finished = req_bool("has_finished")
1366
+ has_finished = req_checkbox("has_finished")
1367
1367
  finish_date = req_date("finish") if has_finished else None
1368
1368
  g_contract.update_g_rate_script(
1369
1369
  g.sess, g_rate_script, start_date, finish_date, script
@@ -1729,7 +1729,7 @@ def supplier_rate_script_edit_post(g_rate_script_id):
1729
1729
  else:
1730
1730
  script = req_zish("script")
1731
1731
  start_date = req_date("start")
1732
- has_finished = req_bool("has_finished")
1732
+ has_finished = req_checkbox("has_finished")
1733
1733
  finish_date = req_date("finish") if has_finished else None
1734
1734
  g_contract.update_g_rate_script(
1735
1735
  g.sess, g_rate_script, start_date, finish_date, script
@@ -16,7 +16,7 @@ from chellow.utils import (
16
16
  ct_datetime,
17
17
  hh_range,
18
18
  parse_mpan_core,
19
- req_bool,
19
+ req_checkbox,
20
20
  req_date,
21
21
  req_int,
22
22
  req_str,
@@ -249,9 +249,9 @@ def handle_request(mpan_cores=None):
249
249
 
250
250
  finish_date = to_utc(ct_datetime(finish_year, finish_month, finish_day, 23, 30))
251
251
 
252
- imp_related = req_bool("imp_related")
252
+ imp_related = req_checkbox("imp_related")
253
253
  channel_type = req_str("channel_type")
254
- is_zipped = req_bool("is_zipped")
254
+ is_zipped = req_checkbox("is_zipped")
255
255
  supply_id = req_int("supply_id") if "supply_id" in request.values else None
256
256
  user = g.user
257
257
  args = (
@@ -43,7 +43,7 @@ from chellow.utils import (
43
43
  hh_min,
44
44
  hh_range,
45
45
  make_val,
46
- req_bool,
46
+ req_checkbox,
47
47
  req_int,
48
48
  req_str,
49
49
  to_utc,
@@ -1088,7 +1088,7 @@ def do_post(sess):
1088
1088
  scenario_props["scenario_start_month"] = start_date.month
1089
1089
  scenario_props["scenario_duration"] = months
1090
1090
 
1091
- scenario_props["by_hh"] = req_bool("by_hh")
1091
+ scenario_props["by_hh"] = req_checkbox("by_hh")
1092
1092
 
1093
1093
  try:
1094
1094
  if "site_id" in request.values:
@@ -1116,7 +1116,7 @@ def do_post(sess):
1116
1116
  exp_mpan_core if imp_mpan_core is None else imp_mpan_core
1117
1117
  ]
1118
1118
 
1119
- compression = req_bool("compression")
1119
+ compression = req_checkbox("compression")
1120
1120
 
1121
1121
  user = g.user
1122
1122
 
@@ -42,7 +42,7 @@ from chellow.utils import (
42
42
  hh_range,
43
43
  make_val,
44
44
  parse_mpan_core,
45
- req_bool,
45
+ req_checkbox,
46
46
  req_hh_date,
47
47
  req_int,
48
48
  req_str,
@@ -1011,7 +1011,7 @@ def content(
1011
1011
 
1012
1012
  def do_post(sess):
1013
1013
  base_name = ["duration"]
1014
- compression = req_bool("compression")
1014
+ compression = req_checkbox("compression")
1015
1015
 
1016
1016
  try:
1017
1017
  if "scenario_id" in request.values:
@@ -28,7 +28,7 @@ from chellow.models import (
28
28
  from chellow.utils import (
29
29
  csv_make_val,
30
30
  hh_before,
31
- req_bool,
31
+ req_checkbox,
32
32
  req_date,
33
33
  req_int,
34
34
  req_int_none,
@@ -242,10 +242,10 @@ LIMIT = 200
242
242
  def do_get(sess):
243
243
  contract_id = req_int_none("dc_contract_id")
244
244
  days_hidden = req_int("days_hidden")
245
- is_ignored = req_bool("is_ignored")
246
- only_ongoing = req_bool("only_ongoing")
245
+ is_ignored = req_checkbox("is_ignored")
246
+ only_ongoing = req_checkbox("only_ongoing")
247
247
  show_settlement = req_str("show_settlement")
248
- as_csv = req_bool("as_csv")
248
+ as_csv = req_checkbox("as_csv")
249
249
  days_long_hidden = req_int_none("days_long_hidden")
250
250
  if "now_year" in request.values:
251
251
  now = req_date("now")
@@ -10,13 +10,13 @@ from sqlalchemy.orm import joinedload
10
10
 
11
11
  from chellow.dloads import open_file
12
12
  from chellow.models import Era, Session, Site, SiteEra, Source, Supply, User
13
- from chellow.utils import req_date, req_int, write_row
13
+ from chellow.utils import req_checkbox, req_date, req_int, write_row
14
14
 
15
15
 
16
16
  TYPE_ORDER = {"hh": 0, "amr": 1, "nhh": 2, "unmetered": 3}
17
17
 
18
18
 
19
- def content(start_date, finish_date, site_id, user_id):
19
+ def content(start_date, finish_date, site_id, user_id, exclude_virtual):
20
20
  try:
21
21
  with Session() as sess:
22
22
  user = User.get_by_id(sess, user_id)
@@ -82,7 +82,9 @@ def content(start_date, finish_date, site_id, user_id):
82
82
  sources_str = ",".join(sorted(list(sources)))
83
83
  generators_str = ",".join(sorted(list(generator_types)))
84
84
 
85
- for hh in site.hh_data(sess, start_date, finish_date):
85
+ for hh in site.hh_data(
86
+ sess, start_date, finish_date, exclude_virtual=exclude_virtual
87
+ ):
86
88
  write_row(
87
89
  writer,
88
90
  site.code,
@@ -114,11 +116,12 @@ def content(start_date, finish_date, site_id, user_id):
114
116
  def do_get(sess):
115
117
  start_date = req_date("start")
116
118
  finish_date = req_date("finish")
119
+ exclude_virtual = req_checkbox("exclude_virtual")
117
120
  if "site_id" in request.values:
118
121
  site_id = req_int("site_id")
119
122
  else:
120
123
  site_id = None
121
124
 
122
- args = start_date, finish_date, site_id, g.user.id
125
+ args = start_date, finish_date, site_id, g.user.id, exclude_virtual
123
126
  threading.Thread(target=content, args=args).start()
124
127
  return redirect("/downloads", 303)
@@ -14,7 +14,6 @@
14
14
  {% block content %}
15
15
  <form action="/e/sites/{{site.id}}/energy_management/hh_data">
16
16
  <fieldset>
17
- <label>Site Code </label> {{input_text('site_code', site.code)}}
18
17
  <label>Month</label> {{input_date(resolution='month')}}
19
18
  <input type="submit" value="Show">
20
19
  </fieldset>
@@ -82,13 +82,24 @@
82
82
 
83
83
  <ul>
84
84
  <li>
85
- <a href="/e/sites/{{site.id}}/energy_management/months?finish_year={{last_month.year}}&finish_month={{last_month.month}}">Site Data By Month</a>
85
+ <a href="/e/sites/{{site.id}}/energy_management/months?finish_year={{last_month_start_ct.year}}&finish_month={{last_month_start_ct.month}}">Site Data By Month</a>
86
86
  </li>
87
87
  <li>
88
- <a href="/e/sites/{{site.id}}/energy_management/hh_data?year={{now.year}}&month={{now.month}}">HH Data</a>
88
+ <a href="/e/sites/{{site.id}}/energy_management/hh_data?timestamp_year={{now.year}}&timestamp_month={{now.month}}">HH Data</a>
89
89
  </li>
90
90
  </ul>
91
91
 
92
+ <form action="/reports/csv_site_hh_data">
93
+ <fieldset>
94
+ <input type="hidden" name="site_id" value="{{site.id}}">
95
+ <input type="hidden" name="exclude_virtual" value="true">
96
+ <legend>HH Data CSV: HH Per Row Format</legend>
97
+ <label>From</label> {{input_date('start', last_month_start)}}
98
+ <label>To</label> {{input_date('finish', last_month_finish)}}
99
+ <input type="submit" value="Download">
100
+ </fieldset>
101
+ </form>
102
+
92
103
  <form hx-get="/e/sites/{{site.id}}/energy_management/totals">
93
104
  <fieldset>
94
105
  <legend>Calculate virtual bills for the last 12 months</legend>
@@ -37,6 +37,19 @@ def req_strs(name):
37
37
 
38
38
 
39
39
  def req_bool(name):
40
+ val = req_str(name)
41
+ if val == "true":
42
+ return True
43
+ elif val == "false":
44
+ return False
45
+ else:
46
+ raise BadRequest(
47
+ f"Problem parsing the field {name} with values {val} as a boolean: "
48
+ f"expected 'true' or 'false'."
49
+ )
50
+
51
+
52
+ def req_checkbox(name):
40
53
  return name in request.values
41
54
 
42
55
 
@@ -115,7 +115,7 @@ from chellow.utils import (
115
115
  ct_datetime,
116
116
  ct_datetime_now,
117
117
  hh_range,
118
- req_bool,
118
+ req_checkbox,
119
119
  req_date,
120
120
  req_decimal,
121
121
  req_file,
@@ -1406,7 +1406,7 @@ def report_run_get(run_id):
1406
1406
  else:
1407
1407
  element = "problem"
1408
1408
 
1409
- hide_checked = req_bool("hide_checked")
1409
+ hide_checked = req_checkbox("hide_checked")
1410
1410
 
1411
1411
  ROW_LIMIT = 200
1412
1412
  q = select(ReportRunRow).where(ReportRunRow.report_run == run).limit(ROW_LIMIT)
@@ -1627,7 +1627,7 @@ def report_run_delete(run_id):
1627
1627
  @home.route("/report_runs/<int:run_id>", methods=["POST"])
1628
1628
  def report_run_post(run_id):
1629
1629
  run = g.sess.scalar(select(ReportRun).where(ReportRun.id == run_id))
1630
- keep = req_bool("keep")
1630
+ keep = req_checkbox("keep")
1631
1631
 
1632
1632
  run_data = run.data
1633
1633
  run_data["keep"] = keep
@@ -1749,7 +1749,7 @@ def report_run_row_post(row_id):
1749
1749
  row = g.sess.query(ReportRunRow).filter(ReportRunRow.id == row_id).one()
1750
1750
 
1751
1751
  if row.report_run.name == "bill_check":
1752
- is_checked = req_bool("is_checked")
1752
+ is_checked = req_checkbox("is_checked")
1753
1753
  note = req_str("note")
1754
1754
 
1755
1755
  properties = row.data.get("properties", {})
@@ -987,14 +987,7 @@ def test_em_hh_data(sess, client):
987
987
  insert_voltage_levels(sess)
988
988
  voltage_level = VoltageLevel.get_by_code(sess, "HV")
989
989
  llfc = dno.insert_llfc(
990
- sess,
991
- "510",
992
- "PC 5-8 & HH HV",
993
- voltage_level,
994
- False,
995
- True,
996
- utc_datetime(1996, 1, 1),
997
- None,
990
+ sess, "510", "PC 5-8 & HH HV", voltage_level, False, True, vf, None
998
991
  )
999
992
  MtcLlfc.insert(sess, mtc_participant, llfc, vf, None)
1000
993
  insert_sources(sess)
@@ -1047,7 +1040,8 @@ def test_em_hh_data(sess, client):
1047
1040
  sess.commit()
1048
1041
 
1049
1042
  response = client.get(
1050
- f"/e/sites/{site.id}/energy_management/hh_data?year=2020&month=01"
1043
+ f"/e/sites/{site.id}/energy_management/hh_data?"
1044
+ f"timestamp_year=2020&timestamp_month=01"
1051
1045
  )
1052
1046
 
1053
1047
  match(response, 200, "88.7")
@@ -16,7 +16,8 @@ def test_do_get(client, mocker, sess):
16
16
  start_date = to_utc(ct_datetime(2020, 1, 1))
17
17
  finish_date = to_utc(ct_datetime(2020, 1, 31, 23, 30))
18
18
  site_id = None
19
- expected_args = start_date, finish_date, site_id, user.id
19
+ exclude_virtual = False
20
+ expected_args = start_date, finish_date, site_id, user.id, exclude_virtual
20
21
  query_string = {
21
22
  "start_year": "2020",
22
23
  "start_month": "01",
@@ -51,7 +52,8 @@ def test_content(mocker, sess):
51
52
 
52
53
  start_date = to_utc(ct_datetime(2024, 6, 1))
53
54
  finish_date = to_utc(ct_datetime(2024, 6, 1))
54
- content(start_date, finish_date, site_id, user_id)
55
+ exclude_virtual = False
56
+ content(start_date, finish_date, site_id, user_id, exclude_virtual)
55
57
  mock_file.seek(0)
56
58
  actual = list(csv.reader(mock_file))
57
59
  expected = [
@@ -1 +0,0 @@
1
- __version__ = "1761571905.0.0"