chellow 1716452334.0.0__tar.gz → 1716903746.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 (474) hide show
  1. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/PKG-INFO +1 -1
  2. chellow-1716903746.0.0/VERSION +1 -0
  3. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/e/bill_importer.py +1 -1
  4. chellow-1716903746.0.0/chellow/e/bill_parsers/mm.py +298 -0
  5. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/e/views.py +4 -0
  6. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/supplier_bill_import.html +26 -2
  7. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/e/test_bill_importer.py +5 -1
  8. chellow-1716452334.0.0/VERSION +0 -1
  9. chellow-1716452334.0.0/chellow/e/bill_parsers/mm.py +0 -56
  10. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/.ebextensions/chellow.config +0 -0
  11. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/.github/workflows/chellow.yml +0 -0
  12. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/.gitignore +0 -0
  13. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/README.md +0 -0
  14. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/application.py +0 -0
  15. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/bin/chellow_service_monitor.sh +0 -0
  16. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/bin/chellow_start.sh +0 -0
  17. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/__init__.py +0 -0
  18. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/api.py +0 -0
  19. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/bank_holidays.py +0 -0
  20. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/commands.py +0 -0
  21. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/dloads.py +0 -0
  22. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/e/__init__.py +0 -0
  23. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/e/aahedc.py +0 -0
  24. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/e/bill_parsers/__init__.py +0 -0
  25. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/e/bill_parsers/activity_mop_stark_xlsx.py +0 -0
  26. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/e/bill_parsers/annual_mop_stark_xlsx.py +0 -0
  27. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/e/bill_parsers/bgb_edi.py +0 -0
  28. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/e/bill_parsers/csv.py +0 -0
  29. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/e/bill_parsers/engie_edi.py +0 -0
  30. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/e/bill_parsers/engie_xls.py +0 -0
  31. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/e/bill_parsers/engie_xlsx.py +0 -0
  32. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/e/bill_parsers/gdf_csv.py +0 -0
  33. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/e/bill_parsers/haven_csv.py +0 -0
  34. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/e/bill_parsers/haven_edi.py +0 -0
  35. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/e/bill_parsers/haven_edi_tprs.py +0 -0
  36. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/e/bill_parsers/nonsettlement_dc_stark_xlsx.py +0 -0
  37. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/e/bill_parsers/settlement_dc_stark_xlsx.py +0 -0
  38. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/e/bill_parsers/sse_edi.py +0 -0
  39. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/e/bill_parsers/sww_xls.py +0 -0
  40. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/e/bmarketidx.py +0 -0
  41. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/e/bsuos.py +0 -0
  42. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/e/ccl.py +0 -0
  43. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/e/cfd.py +0 -0
  44. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/e/computer.py +0 -0
  45. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/e/dno_rate_parser.py +0 -0
  46. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/e/duos.py +0 -0
  47. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/e/elexon.py +0 -0
  48. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/e/energy_management.py +0 -0
  49. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/e/hh_importer.py +0 -0
  50. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/e/hh_parser_bg_csv.py +0 -0
  51. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/e/hh_parser_df2.py +0 -0
  52. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/e/hh_parser_simple_csv.py +0 -0
  53. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/e/laf_import.py +0 -0
  54. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/e/lcc.py +0 -0
  55. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/e/mdd_importer.py +0 -0
  56. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/e/rcrc.py +0 -0
  57. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/e/ro.py +0 -0
  58. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/e/scenario.py +0 -0
  59. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/e/system_price.py +0 -0
  60. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/e/tlms.py +0 -0
  61. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/e/tnuos.py +0 -0
  62. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/e/triad.py +0 -0
  63. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/edi_lib.py +0 -0
  64. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/gas/bill_import.py +0 -0
  65. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/gas/bill_parser_csv.py +0 -0
  66. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/gas/bill_parser_engie_edi.py +0 -0
  67. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/gas/bill_parser_total_edi.py +0 -0
  68. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/gas/ccl.py +0 -0
  69. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/gas/cv.py +0 -0
  70. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/gas/dn_rate_parser.py +0 -0
  71. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/gas/engine.py +0 -0
  72. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/gas/transportation.py +0 -0
  73. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/gas/views.py +0 -0
  74. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/general_import.py +0 -0
  75. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/models.py +0 -0
  76. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/national_grid.py +0 -0
  77. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/proxy.py +0 -0
  78. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/rate_server.py +0 -0
  79. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/reports/__init__.py +0 -0
  80. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/reports/report_109.py +0 -0
  81. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/reports/report_111.py +0 -0
  82. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/reports/report_169.py +0 -0
  83. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/reports/report_181.py +0 -0
  84. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/reports/report_183.py +0 -0
  85. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/reports/report_187.py +0 -0
  86. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/reports/report_219.py +0 -0
  87. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/reports/report_231.py +0 -0
  88. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/reports/report_233.py +0 -0
  89. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/reports/report_241.py +0 -0
  90. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/reports/report_247.py +0 -0
  91. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/reports/report_29.py +0 -0
  92. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/reports/report_291.py +0 -0
  93. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/reports/report_33.py +0 -0
  94. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/reports/report_387.py +0 -0
  95. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/reports/report_41.py +0 -0
  96. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/reports/report_429.py +0 -0
  97. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/reports/report_59.py +0 -0
  98. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/reports/report_81.py +0 -0
  99. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/reports/report_87.py +0 -0
  100. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/reports/report_asset_comparison.py +0 -0
  101. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/reports/report_batches.py +0 -0
  102. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/reports/report_bills.py +0 -0
  103. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/reports/report_csv_llfcs.py +0 -0
  104. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/reports/report_csv_site_hh_data.py +0 -0
  105. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/reports/report_csv_site_snags.py +0 -0
  106. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/reports/report_ecoes_comparison.py +0 -0
  107. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/reports/report_g_monthly_duration.py +0 -0
  108. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/reports/report_g_supplies_snapshot.py +0 -0
  109. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/reports/report_g_supply_virtual_bill.py +0 -0
  110. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/reports/report_g_virtual_bills.py +0 -0
  111. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/reports/report_g_virtual_bills_hh.py +0 -0
  112. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/reports/report_sscs.py +0 -0
  113. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/reports/report_supply_contacts.py +0 -0
  114. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/static/css/chellow.css +0 -0
  115. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/static/images/favicon.svg +0 -0
  116. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/static/images/favicon_test.svg +0 -0
  117. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/static/images/logo.png +0 -0
  118. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/static/js/htmx.min.js +0 -0
  119. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/403.html +0 -0
  120. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/base.html +0 -0
  121. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/bill_type.html +0 -0
  122. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/bill_types.html +0 -0
  123. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/chain.html +0 -0
  124. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/csv_sites_monthly_duration.html +0 -0
  125. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/downloads.html +0 -0
  126. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/asset_comparison.html +0 -0
  127. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/channel.html +0 -0
  128. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/channel_add.html +0 -0
  129. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/channel_edit.html +0 -0
  130. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/channel_snag.html +0 -0
  131. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/channel_snag_edit.html +0 -0
  132. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/channel_snags.html +0 -0
  133. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/comm.html +0 -0
  134. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/comms.html +0 -0
  135. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/cop.html +0 -0
  136. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/cops.html +0 -0
  137. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/csv_bills.html +0 -0
  138. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/csv_register_reads.html +0 -0
  139. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/csv_sites_hh_data.html +0 -0
  140. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/csv_sites_triad.html +0 -0
  141. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/csv_supplies_hh_data.html +0 -0
  142. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/csv_supplies_snapshot.html +0 -0
  143. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/csv_supplies_triad.html +0 -0
  144. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/dc_auto_importer.html +0 -0
  145. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/dc_batch.html +0 -0
  146. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/dc_batch_add.html +0 -0
  147. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/dc_batch_edit.html +0 -0
  148. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/dc_batch_file.html +0 -0
  149. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/dc_batch_file_edit.html +0 -0
  150. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/dc_batch_upload_file.html +0 -0
  151. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/dc_batches.html +0 -0
  152. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/dc_bill.html +0 -0
  153. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/dc_bill_add.html +0 -0
  154. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/dc_bill_edit.html +0 -0
  155. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/dc_bill_import.html +0 -0
  156. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/dc_bill_imports.html +0 -0
  157. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/dc_contract.html +0 -0
  158. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/dc_contract_edit.html +0 -0
  159. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/dc_contract_hh_import.html +0 -0
  160. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/dc_contract_hh_imports.html +0 -0
  161. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/dc_contract_properties.html +0 -0
  162. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/dc_contract_properties_edit.html +0 -0
  163. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/dc_contracts.html +0 -0
  164. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/dc_contracts_add.html +0 -0
  165. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/dc_rate_script.html +0 -0
  166. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/dc_rate_script_add.html +0 -0
  167. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/dc_rate_script_edit.html +0 -0
  168. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/dno.html +0 -0
  169. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/dno_rate_script.html +0 -0
  170. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/dno_rate_script_add.html +0 -0
  171. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/dno_rate_script_edit.html +0 -0
  172. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/dnos.html +0 -0
  173. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/dtc_meter_type.html +0 -0
  174. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/dtc_meter_types.html +0 -0
  175. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/duration_report.html +0 -0
  176. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/elexon.html +0 -0
  177. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/em_hh_data.html +0 -0
  178. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/em_months.html +0 -0
  179. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/em_site.html +0 -0
  180. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/em_totals.html +0 -0
  181. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/energisation_status.html +0 -0
  182. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/energisation_statuses.html +0 -0
  183. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/era_edit.html +0 -0
  184. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/era_edit_form.html +0 -0
  185. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/era_supplier_bill_add.html +0 -0
  186. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/generator_type.html +0 -0
  187. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/generator_types.html +0 -0
  188. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/gsp_group.html +0 -0
  189. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/gsp_groups.html +0 -0
  190. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/hh_datum_edit.html +0 -0
  191. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/lafs.html +0 -0
  192. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/lcc.html +0 -0
  193. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/llfc.html +0 -0
  194. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/llfc_edit.html +0 -0
  195. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/llfcs.html +0 -0
  196. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/market_role.html +0 -0
  197. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/market_roles.html +0 -0
  198. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/meter_payment_type.html +0 -0
  199. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/meter_payment_types.html +0 -0
  200. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/meter_type.html +0 -0
  201. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/meter_types.html +0 -0
  202. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/mop_batch.html +0 -0
  203. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/mop_batch_add.html +0 -0
  204. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/mop_batch_edit.html +0 -0
  205. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/mop_batch_file.html +0 -0
  206. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/mop_batch_file_edit.html +0 -0
  207. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/mop_batch_upload_file.html +0 -0
  208. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/mop_batches.html +0 -0
  209. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/mop_bill.html +0 -0
  210. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/mop_bill_add.html +0 -0
  211. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/mop_bill_edit.html +0 -0
  212. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/mop_bill_import.html +0 -0
  213. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/mop_bill_imports.html +0 -0
  214. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/mop_contract.html +0 -0
  215. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/mop_contract_add.html +0 -0
  216. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/mop_contract_edit.html +0 -0
  217. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/mop_contracts.html +0 -0
  218. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/mop_rate_script.html +0 -0
  219. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/mop_rate_script_add.html +0 -0
  220. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/mop_rate_script_edit.html +0 -0
  221. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/mtc.html +0 -0
  222. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/mtc_llfc.html +0 -0
  223. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/mtc_llfc_ssc.html +0 -0
  224. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/mtc_llfc_ssc_pc.html +0 -0
  225. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/mtc_llfc_ssc_pcs.html +0 -0
  226. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/mtc_llfc_sscs.html +0 -0
  227. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/mtc_llfcs.html +0 -0
  228. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/mtc_participant.html +0 -0
  229. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/mtc_participants.html +0 -0
  230. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/mtc_ssc.html +0 -0
  231. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/mtc_sscs.html +0 -0
  232. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/mtcs.html +0 -0
  233. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/ods_monthly_duration.html +0 -0
  234. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/participant.html +0 -0
  235. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/participants.html +0 -0
  236. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/parties.html +0 -0
  237. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/party.html +0 -0
  238. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/pc.html +0 -0
  239. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/pcs.html +0 -0
  240. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/read_add.html +0 -0
  241. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/read_edit.html +0 -0
  242. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/read_type.html +0 -0
  243. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/read_types.html +0 -0
  244. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/scenario.html +0 -0
  245. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/scenario_add.html +0 -0
  246. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/scenario_docs.html +0 -0
  247. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/scenario_edit.html +0 -0
  248. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/scenarios.html +0 -0
  249. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/site_add_e_supply.html +0 -0
  250. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/site_add_e_supply_form.html +0 -0
  251. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/site_hh_data.html +0 -0
  252. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/site_site_snags.html +0 -0
  253. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/site_snag.html +0 -0
  254. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/site_snag_edit.html +0 -0
  255. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/site_snags.html +0 -0
  256. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/site_snags_edit.html +0 -0
  257. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/source.html +0 -0
  258. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/sources.html +0 -0
  259. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/ssc.html +0 -0
  260. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/sscs.html +0 -0
  261. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/supplier_batch.html +0 -0
  262. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/supplier_batch_add.html +0 -0
  263. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/supplier_batch_edit.html +0 -0
  264. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/supplier_batch_file.html +0 -0
  265. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/supplier_batch_file_add.html +0 -0
  266. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/supplier_batch_file_edit.html +0 -0
  267. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/supplier_batch_upload_file.html +0 -0
  268. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/supplier_batches.html +0 -0
  269. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/supplier_bill.html +0 -0
  270. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/supplier_bill_add.html +0 -0
  271. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/supplier_bill_edit.html +0 -0
  272. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/supplier_bill_imports.html +0 -0
  273. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/supplier_contract.html +0 -0
  274. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/supplier_contract_add.html +0 -0
  275. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/supplier_contract_edit.html +0 -0
  276. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/supplier_contracts.html +0 -0
  277. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/supplier_rate_script.html +0 -0
  278. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/supplier_rate_script_add.html +0 -0
  279. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/supplier_rate_script_edit.html +0 -0
  280. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/supply.html +0 -0
  281. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/supply_edit.html +0 -0
  282. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/supply_eras.html +0 -0
  283. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/supply_hh_data.html +0 -0
  284. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/supply_months.html +0 -0
  285. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/supply_note_add.html +0 -0
  286. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/supply_note_edit.html +0 -0
  287. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/supply_notes.html +0 -0
  288. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/supply_post.html +0 -0
  289. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/supply_virtual_bill.html +0 -0
  290. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/tpr.html +0 -0
  291. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/e/tprs.html +0 -0
  292. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/edi_viewer.html +0 -0
  293. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/g/batch.html +0 -0
  294. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/g/batch_add.html +0 -0
  295. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/g/batch_edit.html +0 -0
  296. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/g/batches.html +0 -0
  297. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/g/bill.html +0 -0
  298. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/g/bill_add.html +0 -0
  299. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/g/bill_edit.html +0 -0
  300. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/g/bill_import.html +0 -0
  301. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/g/bill_imports.html +0 -0
  302. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/g/dn.html +0 -0
  303. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/g/dns.html +0 -0
  304. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/g/era_edit.html +0 -0
  305. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/g/exit_zone.html +0 -0
  306. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/g/industry_auto_importer.html +0 -0
  307. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/g/industry_contract.html +0 -0
  308. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/g/industry_contract_add.html +0 -0
  309. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/g/industry_contract_edit.html +0 -0
  310. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/g/industry_contracts.html +0 -0
  311. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/g/industry_rate_script.html +0 -0
  312. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/g/industry_rate_script_add.html +0 -0
  313. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/g/industry_rate_script_edit.html +0 -0
  314. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/g/ldz.html +0 -0
  315. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/g/read_add.html +0 -0
  316. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/g/read_edit.html +0 -0
  317. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/g/read_type.html +0 -0
  318. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/g/read_types.html +0 -0
  319. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/g/reading_frequencies.html +0 -0
  320. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/g/reading_frequency.html +0 -0
  321. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/g/reports.html +0 -0
  322. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/g/supplier_contract.html +0 -0
  323. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/g/supplier_contract_add.html +0 -0
  324. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/g/supplier_contract_edit.html +0 -0
  325. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/g/supplier_contracts.html +0 -0
  326. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/g/supplier_rate_script.html +0 -0
  327. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/g/supplier_rate_script_add.html +0 -0
  328. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/g/supplier_rate_script_edit.html +0 -0
  329. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/g/supplies.html +0 -0
  330. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/g/supply.html +0 -0
  331. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/g/supply_edit.html +0 -0
  332. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/g/supply_note_add.html +0 -0
  333. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/g/supply_note_edit.html +0 -0
  334. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/g/supply_notes.html +0 -0
  335. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/g/unit.html +0 -0
  336. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/g/units.html +0 -0
  337. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/general_import.html +0 -0
  338. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/general_imports.html +0 -0
  339. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/home.html +0 -0
  340. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/input_date.html +0 -0
  341. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/local_report.html +0 -0
  342. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/local_reports.html +0 -0
  343. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/macros.html +0 -0
  344. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/national_grid.html +0 -0
  345. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/non_core_auto_importer.html +0 -0
  346. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/non_core_contract.html +0 -0
  347. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/non_core_contract_edit.html +0 -0
  348. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/non_core_contracts.html +0 -0
  349. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/non_core_rate_script.html +0 -0
  350. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/non_core_rate_script_add.html +0 -0
  351. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/non_core_rate_script_edit.html +0 -0
  352. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/object_summary.html +0 -0
  353. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/rate_server.html +0 -0
  354. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/report_run.html +0 -0
  355. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/report_run_asset_comparison.html +0 -0
  356. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/report_run_bill_check.html +0 -0
  357. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/report_run_ecoes_comparison.html +0 -0
  358. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/report_run_row.html +0 -0
  359. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/report_run_row_bill_check.html +0 -0
  360. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/report_run_supply_contacts.html +0 -0
  361. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/report_runs.html +0 -0
  362. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/site.html +0 -0
  363. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/site_add.html +0 -0
  364. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/site_edit.html +0 -0
  365. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/site_gen_graph.html +0 -0
  366. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/site_hh_data.html +0 -0
  367. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/site_months.html +0 -0
  368. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/site_used_graph.html +0 -0
  369. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/sites.html +0 -0
  370. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/supplies.html +0 -0
  371. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/system.html +0 -0
  372. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/tester.html +0 -0
  373. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/user.html +0 -0
  374. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/user_roles.html +0 -0
  375. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/templates/users.html +0 -0
  376. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/testing.py +0 -0
  377. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/utils.py +0 -0
  378. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/chellow/views.py +0 -0
  379. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/gpl.txt +0 -0
  380. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/pyproject.toml +0 -0
  381. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/requirements.txt +0 -0
  382. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/setup.cfg +0 -0
  383. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/systemd/chellow.service +0 -0
  384. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/systemd/chellow_upgrader.service +0 -0
  385. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/systemd/chellow_upgrader.timer +0 -0
  386. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/conftest.py +0 -0
  387. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/e/bill_parsers/test_activity_mop_stark_xlsx.py +0 -0
  388. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/e/bill_parsers/test_annual_mop_stark_xlsx.py +0 -0
  389. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/e/bill_parsers/test_bill_parser_csv.py +0 -0
  390. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/e/bill_parsers/test_bill_parser_engie_edi.py +0 -0
  391. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/e/bill_parsers/test_bill_parser_engie_xls.py +0 -0
  392. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/e/bill_parsers/test_bill_parser_engie_xlsx.py +0 -0
  393. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/e/bill_parsers/test_bill_parser_haven_csv.py +0 -0
  394. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/e/bill_parsers/test_bill_parser_haven_edi.py +0 -0
  395. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/e/bill_parsers/test_bill_parser_haven_edi_tprs.py +0 -0
  396. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/e/bill_parsers/test_bill_parser_nonsettlement_dc_stark_xlsx/bills.nonsettlement.dc.stark.xlsx +0 -0
  397. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/e/bill_parsers/test_bill_parser_nonsettlement_dc_stark_xlsx/bills_old.nonsettlement.dc.stark.xlsx +0 -0
  398. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/e/bill_parsers/test_bill_parser_nonsettlement_dc_stark_xlsx/test_bill_parser_nonsettlement_dc_stark_xlsx.py +0 -0
  399. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/e/bill_parsers/test_bill_parser_settlement_dc_stark_xlsx/bills.settlement.dc.stark.xlsx +0 -0
  400. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/e/bill_parsers/test_bill_parser_settlement_dc_stark_xlsx/test_bill_parser_settlement_dc_stark_xlsx.py +0 -0
  401. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/e/bill_parsers/test_bill_parser_sse_edi.py +0 -0
  402. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/e/bill_parsers/test_bill_parser_sww_xls.py +0 -0
  403. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/e/system_price/prices.xls +0 -0
  404. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/e/system_price/test_system_price.py +0 -0
  405. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/e/test_aahedc.py +0 -0
  406. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/e/test_bsuos.py +0 -0
  407. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/e/test_ccl.py +0 -0
  408. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/e/test_cfd.py +0 -0
  409. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/e/test_computer.py +0 -0
  410. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/e/test_dno_rate_parser.py +0 -0
  411. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/e/test_duos.py +0 -0
  412. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/e/test_e_views.py +0 -0
  413. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/e/test_hh_importer.py +0 -0
  414. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/e/test_hh_parser_df2.py +0 -0
  415. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/e/test_laf_importer.py +0 -0
  416. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/e/test_mdd_importer.py +0 -0
  417. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/e/test_rcrc_importer.py +0 -0
  418. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/e/test_ro.py +0 -0
  419. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/e/test_scenario.py +0 -0
  420. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/e/test_tlms.py +0 -0
  421. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/e/test_tnuos.py +0 -0
  422. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/e/test_triad.py +0 -0
  423. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/gas/bill_parsers/test_g_bill_parser_engie_edi.py +0 -0
  424. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/gas/bill_parsers/test_g_bill_parser_total_edi.py +0 -0
  425. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/gas/test_dn_rate_parser.py +0 -0
  426. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/gas/test_engine.py +0 -0
  427. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/gas/test_g_cv.py +0 -0
  428. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/gas/test_gas_views.py +0 -0
  429. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/gas/test_transportation.py +0 -0
  430. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/reports/test_g_monthly_duration.py +0 -0
  431. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/reports/test_g_supplies_snapshot.py +0 -0
  432. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/reports/test_g_supply_virtual_bill.py +0 -0
  433. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/reports/test_g_virtual_bills.py +0 -0
  434. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/reports/test_g_virtual_bills_hh.py +0 -0
  435. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/reports/test_report_109.py +0 -0
  436. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/reports/test_report_111.py +0 -0
  437. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/reports/test_report_169.py +0 -0
  438. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/reports/test_report_181.py +0 -0
  439. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/reports/test_report_183.py +0 -0
  440. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/reports/test_report_187.py +0 -0
  441. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/reports/test_report_219.py +0 -0
  442. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/reports/test_report_231.py +0 -0
  443. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/reports/test_report_233.py +0 -0
  444. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/reports/test_report_241.py +0 -0
  445. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/reports/test_report_247.py +0 -0
  446. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/reports/test_report_29.py +0 -0
  447. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/reports/test_report_291.py +0 -0
  448. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/reports/test_report_33.py +0 -0
  449. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/reports/test_report_387.py +0 -0
  450. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/reports/test_report_41.py +0 -0
  451. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/reports/test_report_429.py +0 -0
  452. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/reports/test_report_59.py +0 -0
  453. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/reports/test_report_81.py +0 -0
  454. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/reports/test_report_87.py +0 -0
  455. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/reports/test_report_asset_comparison.py +0 -0
  456. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/reports/test_report_batches.py +0 -0
  457. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/reports/test_report_bills.py +0 -0
  458. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/reports/test_report_csv_llfcs.py +0 -0
  459. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/reports/test_report_csv_site_hh_data.py +0 -0
  460. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/reports/test_report_csv_site_snags.py +0 -0
  461. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/reports/test_report_dno_vl_parser.py +0 -0
  462. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/reports/test_report_ecoes_comparison.py +0 -0
  463. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/reports/test_report_sscs.py +0 -0
  464. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/reports/test_report_supply_contacts.py +0 -0
  465. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/test_chellow.py +0 -0
  466. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/test_dloads.py +0 -0
  467. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/test_edi_viewer.py +0 -0
  468. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/test_general_import.py +0 -0
  469. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/test_models.py +0 -0
  470. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/test_rate_server.py +0 -0
  471. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/test_testing.py +0 -0
  472. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/test_utils.py +0 -0
  473. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/test_views.py +0 -0
  474. {chellow-1716452334.0.0 → chellow-1716903746.0.0}/test/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: chellow
3
- Version: 1716452334.0.0
3
+ Version: 1716903746.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__ = "1716903746.0.0"
@@ -179,7 +179,7 @@ def _process_batch_file(sess, batch_file, log_f):
179
179
  raise BadRequest(f"Can't find a parser with the name '{parser_name}'.")
180
180
 
181
181
  parser = imp_mod.Parser(BytesIO(data))
182
- log_f(f"Starting to parse the file with '{parser_name}'.")
182
+ log_f(f"Starting to parse the file {batch_file.filename} with '{parser_name}'.")
183
183
 
184
184
  return parser
185
185
 
@@ -0,0 +1,298 @@
1
+ import datetime
2
+ from collections import defaultdict
3
+ from decimal import Decimal
4
+ from io import StringIO
5
+
6
+ from werkzeug.exceptions import BadRequest
7
+
8
+ from chellow.utils import HH, to_ct, to_utc
9
+
10
+
11
+ def parse_date(date_str):
12
+ return to_utc(to_ct(parse_date_naive(date_str)))
13
+
14
+
15
+ def parse_date_naive(date_str):
16
+ return datetime.datetime.strptime(date_str, "%Y%m%d")
17
+
18
+
19
+ def _chop_record(record, **kwargs):
20
+ parts = {}
21
+ idx = 0
22
+ for name, length in kwargs.items():
23
+ parts[name] = record[idx : idx + length]
24
+ idx += length
25
+ return parts
26
+
27
+
28
+ DATE_LENGTH = 8
29
+
30
+
31
+ def _handle_0000(headers, pre_record, record):
32
+ parts = _chop_record(record, unknown_1=9, issue_date=DATE_LENGTH)
33
+ headers["issue_date"] = parse_date(parts["issue_date"])
34
+
35
+
36
+ def _handle_0050(headers, pre_record, record):
37
+ pass
38
+
39
+
40
+ def _handle_0051(headers, pre_record, record):
41
+ pass
42
+
43
+
44
+ def _handle_0100(headers, pre_record, record):
45
+ issue_date = headers["issue_date"]
46
+ headers.clear()
47
+ headers["issue_date"] = issue_date
48
+ headers["account"] = pre_record[33:41]
49
+ headers["reference"] = pre_record[41:46]
50
+ headers["kwh"] = Decimal("0")
51
+ headers["breakdown"] = defaultdict(int, {"vat": {}})
52
+ headers["reads"] = []
53
+
54
+
55
+ def _handle_0101(headers, pre_record, record):
56
+ parts = _chop_record(record, start_date=DATE_LENGTH, finish_date=DATE_LENGTH)
57
+ headers["start_date"] = parse_date(parts["start_date"])
58
+ headers["finish_date"] = to_utc(to_ct(parse_date_naive(parts["finish_date"]) - HH))
59
+
60
+
61
+ CHARGE_UNITS_LOOKUP = {
62
+ "STDG": "days",
63
+ "UNIT": "kwh",
64
+ "AVAL": "kva",
65
+ "EXAVAL": "kva",
66
+ "MD": "kw",
67
+ "LOADU": "kw",
68
+ "SAG": "days",
69
+ "TNUOS": "days",
70
+ "REAP": "kvarh",
71
+ }
72
+
73
+ ELEMENT_LOOKUP = {
74
+ "10ANNUAL": "standing",
75
+ "20RS0108": "unrestricted",
76
+ "9WANNUAL": "site_fee",
77
+ "20RS0123": "day",
78
+ "30RS0123": "night",
79
+ "90ANNUAL": "duos-fixed",
80
+ "9QANNUAL": "duos-availability",
81
+ "9UANNUAL": "duos-excess-availability",
82
+ "40ANNUAL": "maximum-demand",
83
+ "20ANNUAL": "triad",
84
+ "70ANNUAL": "elexon",
85
+ "10RS0050": "duos-red",
86
+ "20RS0050": "duos-amber",
87
+ "30RS0050": "duos-red",
88
+ "9CANNUAL": "duos-reactive",
89
+ }
90
+
91
+
92
+ def _handle_0460(headers, pre_record, record):
93
+ parts = _chop_record(
94
+ record,
95
+ unknown_1=12,
96
+ unknown_2=12,
97
+ code=8,
98
+ quantity=12,
99
+ units=22,
100
+ rate=16,
101
+ unknown_date=DATE_LENGTH,
102
+ gbp=12,
103
+ charge_description=35,
104
+ unknown_3=51,
105
+ days=2,
106
+ )
107
+ units = CHARGE_UNITS_LOOKUP[parts["units"].strip()]
108
+ gbp = Decimal(parts["gbp"]) / 100
109
+ quantity = Decimal(parts["quantity"])
110
+ rate = Decimal(parts["rate"])
111
+ element_name = ELEMENT_LOOKUP[parts["code"]]
112
+ breakdown = headers["breakdown"]
113
+ breakdown[f"{element_name}-{units}"] += quantity
114
+ rate_name = f"{element_name}-rate"
115
+ if rate_name in breakdown:
116
+ rates = breakdown[rate_name]
117
+ else:
118
+ rates = breakdown[rate_name] = set()
119
+
120
+ rates.add(rate)
121
+ breakdown[f"{element_name}-gbp"] += gbp
122
+ if element_name in ("duos-availability", "duos-excess-availability"):
123
+ breakdown[f"{element_name}-days"] += Decimal(parts["days"])
124
+
125
+
126
+ CONSUMPTION_UNITS_LOOKUP = {"KWH": "kwh", "KVA": "kva", "KVARH": "kvarh", "KW": "kw"}
127
+
128
+ REGISTER_CODE_LOOKUP = {"DAY": "00040", "NIGHT": "00206", "SINGLE": "00001"}
129
+
130
+
131
+ def _handle_0461(headers, pre_record, record):
132
+ parts = _chop_record(
133
+ record,
134
+ msn=11,
135
+ unknown_1=2,
136
+ prev_read_value=12,
137
+ pres_read_value=12,
138
+ coefficient=6,
139
+ units=6,
140
+ quantity=12,
141
+ charge=6,
142
+ prev_read_type=1,
143
+ pres_read_type=1,
144
+ mpan_core=13,
145
+ mpan_top=8,
146
+ register_code=19,
147
+ pres_read_date=DATE_LENGTH,
148
+ prev_read_date=DATE_LENGTH,
149
+ )
150
+ mpan_core = parts["mpan_core"]
151
+ headers["mpan_core"] = mpan_core
152
+ units = CONSUMPTION_UNITS_LOOKUP[parts["units"].strip()]
153
+ if units == "kwh":
154
+ headers["kwh"] += Decimal(parts["quantity"])
155
+
156
+ prev_read_date_str = parts["prev_read_date"].strip()
157
+ if len(prev_read_date_str) > 0:
158
+ tpr_code = REGISTER_CODE_LOOKUP[parts["register_code"].strip()]
159
+
160
+ headers["reads"].append(
161
+ {
162
+ "msn": parts["msn"].strip(),
163
+ "mpan": f"{parts['mpan_top']} {mpan_core}",
164
+ "coefficient": Decimal(parts["coefficient"]),
165
+ "units": units,
166
+ "tpr_code": tpr_code,
167
+ "prev_date": parse_date(parts["prev_read_date"]),
168
+ "prev_value": Decimal(parts["prev_read_value"]),
169
+ "prev_type_code": parts["prev_read_type"],
170
+ "pres_date": parse_date(parts["pres_read_date"]),
171
+ "pres_value": Decimal(parts["pres_read_value"]),
172
+ "pres_type_code": parts["pres_read_type"],
173
+ }
174
+ )
175
+
176
+
177
+ def _handle_0470(headers, pre_record, record):
178
+ pass
179
+
180
+
181
+ def _handle_1455(headers, pre_record, record):
182
+ parts = _chop_record(record, ccl_kwh=13, unknown_1=8, ccl_rate=15, ccl_gbp=13)
183
+ bd = headers["breakdown"]
184
+ bd["ccl_kwh"] += Decimal(parts["ccl_kwh"])
185
+ if "ccl_rate" in bd:
186
+ ccl_rates = bd["ccl_rate"]
187
+ else:
188
+ ccl_rates = bd["ccl_rate"] = set()
189
+
190
+ ccl_rates.add(Decimal(parts["ccl_rate"]) / Decimal("100"))
191
+ bd["ccl_gbp"] += Decimal(parts["ccl_gbp"]) / Decimal("100")
192
+
193
+
194
+ def _handle_1460(headers, pre_record, record):
195
+ parts = _chop_record(record, unknown_1=1, net=12, vat_rate=6, vat=12)
196
+ net = Decimal(parts["net"]) / Decimal(100)
197
+ vat_rate = int(Decimal(parts["vat_rate"]))
198
+ vat = Decimal(parts["vat"]) / Decimal(100)
199
+
200
+ vat_breakdown = headers["breakdown"]["vat"]
201
+ try:
202
+ vat_bd = vat_breakdown[vat_rate]
203
+ except KeyError:
204
+ vat_bd = vat_breakdown[vat_rate] = {"vat": Decimal("0"), "net": Decimal("0")}
205
+
206
+ vat_bd["vat"] += vat
207
+ vat_bd["net"] += net
208
+
209
+
210
+ def _handle_1500(headers, pre_record, record):
211
+ parts = _chop_record(
212
+ record,
213
+ unknown_1=8,
214
+ unknown_2=10,
215
+ unknown_3=10,
216
+ unknown_4=10,
217
+ unknown_5=20,
218
+ unknown_6=10,
219
+ unknown_7=10,
220
+ unknown_8=20,
221
+ gross=12,
222
+ net=12,
223
+ vat=12,
224
+ )
225
+ return {
226
+ "bill_type_code": "N",
227
+ "mpan_core": headers["mpan_core"],
228
+ "account": headers["account"],
229
+ "reference": headers["reference"],
230
+ "issue_date": headers["issue_date"],
231
+ "start_date": headers["start_date"],
232
+ "finish_date": headers["finish_date"],
233
+ "kwh": headers["kwh"],
234
+ "net": Decimal("0.00") + Decimal(parts["net"]) / Decimal("100"),
235
+ "vat": Decimal("0.00") + Decimal(parts["vat"]) / Decimal("100"),
236
+ "gross": Decimal("0.00") + Decimal(parts["gross"]) / Decimal("100"),
237
+ "breakdown": headers["breakdown"],
238
+ "reads": headers["reads"],
239
+ }
240
+
241
+
242
+ def _handle_2000(headers, pre_record, record):
243
+ pass
244
+
245
+
246
+ def _handle_9999(headers, pre_record, record):
247
+ pass
248
+
249
+
250
+ LINE_HANDLERS = {
251
+ "0000": _handle_0000,
252
+ "0050": _handle_0050,
253
+ "0051": _handle_0051,
254
+ "0100": _handle_0100,
255
+ "0101": _handle_0101,
256
+ "0460": _handle_0460,
257
+ "0461": _handle_0461,
258
+ "0470": _handle_0470,
259
+ "1455": _handle_1455,
260
+ "1460": _handle_1460,
261
+ "1500": _handle_1500,
262
+ "2000": _handle_2000,
263
+ "9999": _handle_9999,
264
+ }
265
+
266
+
267
+ class Parser:
268
+ def __init__(self, f):
269
+ self.f = StringIO(str(f.read(), "utf-8", errors="ignore"))
270
+ self.line_number = None
271
+
272
+ def make_raw_bills(self):
273
+ raw_bills = []
274
+ headers = {}
275
+ for self.line_number, line in enumerate(self.f, 1):
276
+ pre_record, record_type, record = line[:80], line[80:84], line[84:]
277
+ try:
278
+ handler = LINE_HANDLERS[record_type]
279
+ except KeyError:
280
+ raise BadRequest(
281
+ f"Record type {record_type} not recognized on line "
282
+ f"{self.line_number} {line}"
283
+ )
284
+
285
+ try:
286
+ bill = handler(headers, pre_record, record)
287
+ except BadRequest as e:
288
+ raise BadRequest(
289
+ f"Problem at line {self.line_number} {line}: {e.description}"
290
+ )
291
+ except BaseException as e:
292
+ raise Exception(
293
+ f"Problem at line {self.line_number} {line}: {e}"
294
+ ) from e
295
+ if bill is not None:
296
+ raw_bills.append(bill)
297
+
298
+ return raw_bills
@@ -5252,6 +5252,10 @@ def supplier_bill_import_get(import_id):
5252
5252
  fields["successful_max_registers"] = max(
5253
5253
  len(bill["reads"]) for bill in imp_fields["successful_bills"]
5254
5254
  )
5255
+ if "failed_bills" in imp_fields and len(imp_fields["failed_bills"]) > 0:
5256
+ fields["failed_max_registers"] = max(
5257
+ len(bill["reads"]) for bill in imp_fields["failed_bills"]
5258
+ )
5255
5259
  fields.update(imp_fields)
5256
5260
  fields["status"] = importer.status()
5257
5261
  return render_template(
@@ -50,7 +50,19 @@
50
50
  <th>VAT</th>
51
51
  <th>Gross</th>
52
52
  <th>Breakdown</th>
53
- <th>Reads</th>
53
+ {% for i in range(failed_max_registers) %}
54
+ <th>R{{loop.index}} MPAN</th>
55
+ <th>R{{loop.index}} Meter Serial Number</th>
56
+ <th>R{{loop.index}} Coefficient</th>
57
+ <th>R{{loop.index}} Units</th>
58
+ <th>R{{loop.index}} TPR</th>
59
+ <th>R{{loop.index}} Previous Read Date</th>
60
+ <th>R{{loop.index}} Previous Read Value</th>
61
+ <th>R{{loop.index}} Previous Read Type</th>
62
+ <th>R{{loop.index}} Present Read Date</th>
63
+ <th>R{{loop.index}} Present Read Value</th>
64
+ <th>R{{loop.index}} Present Read Type</th>
65
+ {% endfor %}
54
66
  </tr>
55
67
  </thead>
56
68
  <tbody>
@@ -87,7 +99,19 @@
87
99
  <pre>{{bill.breakdown|dumps}}</pre>
88
100
  {% endif %}
89
101
  </td>
90
- <td>{{bill.reads}}</td>
102
+ {% for read in bill.reads %}
103
+ <td>{{read.mpan}}</td>
104
+ <td>{{read.msn}}</td>
105
+ <td>{{read.coefficient}}</td>
106
+ <td>{{read.units}}</td>
107
+ <td>{{read.tpr_code}}</td>
108
+ <td>{{read.prev_date|hh_format}}</td>
109
+ <td>{{read.prev_value}}</td>
110
+ <td>{{read.prev_type_code}}</td>
111
+ <td>{{read.pres_date|hh_format}}</td>
112
+ <td>{{read.pres_value}}</td>
113
+ <td>{{read.pres_type_code}}</td>
114
+ {% endfor %}
91
115
  </tr>
92
116
  {% endfor %}
93
117
  </tbody>
@@ -17,8 +17,12 @@ def test_supplier_bill_import_html(mocker, app):
17
17
  g.config = {}
18
18
  batch = mocker.Mock()
19
19
  failed_bills = [{"error": "MPAN not found"}]
20
+ failed_max_registers = 0
20
21
  render_template(
21
- "/e/supplier_bill_import.html", batch=batch, failed_bills=failed_bills
22
+ "/e/supplier_bill_import.html",
23
+ batch=batch,
24
+ failed_bills=failed_bills,
25
+ failed_max_registers=failed_max_registers,
22
26
  )
23
27
 
24
28
 
@@ -1 +0,0 @@
1
- __version__ = "1716452334.0.0"
@@ -1,56 +0,0 @@
1
- import datetime
2
- from decimal import Decimal
3
- from io import StringIO
4
-
5
- from chellow.utils import parse_mpan_core, validate_hh_start
6
-
7
-
8
- def parse_date(date_string):
9
- return validate_hh_start(datetime.datetime.strptime(date_string, "%Y%m%d"))
10
-
11
-
12
- class Parser:
13
- def __init__(self, f):
14
- self.f = StringIO(str(f.read(), "utf-8", errors="ignore"))
15
- self.line_number = None
16
-
17
- def make_raw_bills(self):
18
- raw_bills = []
19
- for i, line in enumerate(self.f):
20
- self.line_number = i
21
- record_type = line[62:66]
22
- if record_type == "0100":
23
- account = line[33:41]
24
- reference = line[41:46]
25
- start_date = None
26
- finish_date = None
27
- net = Decimal(0)
28
- vat = Decimal(0)
29
- mpan_core = None
30
- elif record_type == "1460":
31
- net += Decimal(line[67:79]) / Decimal(100)
32
- vat += Decimal(line[85:97]) / Decimal(100)
33
- elif record_type == "0461":
34
- mpan_core = parse_mpan_core(line[135:148])
35
- elif record_type == "0101":
36
- start_date = parse_date(line[66:74])
37
- finish_date = parse_date(line[74:82])
38
- elif record_type == "1500":
39
- raw_bill = {
40
- "bill_type_code": "N",
41
- "mpan_core": mpan_core,
42
- "account": account,
43
- "reference": reference,
44
- "issue_date": start_date,
45
- "start_date": start_date,
46
- "finish_date": finish_date,
47
- "kwh": Decimal("0.00"),
48
- "net": net,
49
- "vat": vat,
50
- "gross": Decimal("0.00"),
51
- "breakdown": {},
52
- "reads": [],
53
- }
54
- raw_bills.append(raw_bill)
55
-
56
- return raw_bills