chellow 1715873476.0.0__tar.gz → 1715955542.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 (472) hide show
  1. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/PKG-INFO +1 -1
  2. chellow-1715955542.0.0/VERSION +1 -0
  3. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/edi_lib.py +27 -20
  4. chellow-1715955542.0.0/chellow/gas/bill_parser_edi.py +403 -0
  5. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/gas/bill_parser_engie_edi.py +4 -2
  6. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/gas/views.py +10 -0
  7. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/g/bill_import.html +22 -16
  8. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/views.py +13 -15
  9. chellow-1715873476.0.0/VERSION +0 -1
  10. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/.ebextensions/chellow.config +0 -0
  11. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/.github/workflows/chellow.yml +0 -0
  12. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/.gitignore +0 -0
  13. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/README.md +0 -0
  14. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/application.py +0 -0
  15. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/bin/chellow_service_monitor.sh +0 -0
  16. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/bin/chellow_start.sh +0 -0
  17. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/__init__.py +0 -0
  18. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/api.py +0 -0
  19. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/bank_holidays.py +0 -0
  20. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/commands.py +0 -0
  21. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/dloads.py +0 -0
  22. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/e/__init__.py +0 -0
  23. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/e/aahedc.py +0 -0
  24. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/e/bill_importer.py +0 -0
  25. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/e/bill_parsers/__init__.py +0 -0
  26. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/e/bill_parsers/activity_mop_stark_xlsx.py +0 -0
  27. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/e/bill_parsers/annual_mop_stark_xlsx.py +0 -0
  28. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/e/bill_parsers/bgb_edi.py +0 -0
  29. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/e/bill_parsers/csv.py +0 -0
  30. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/e/bill_parsers/engie_edi.py +0 -0
  31. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/e/bill_parsers/engie_xls.py +0 -0
  32. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/e/bill_parsers/engie_xlsx.py +0 -0
  33. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/e/bill_parsers/gdf_csv.py +0 -0
  34. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/e/bill_parsers/haven_csv.py +0 -0
  35. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/e/bill_parsers/haven_edi.py +0 -0
  36. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/e/bill_parsers/haven_edi_tprs.py +0 -0
  37. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/e/bill_parsers/mm.py +0 -0
  38. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/e/bill_parsers/nonsettlement_dc_stark_xlsx.py +0 -0
  39. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/e/bill_parsers/settlement_dc_stark_xlsx.py +0 -0
  40. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/e/bill_parsers/sse_edi.py +0 -0
  41. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/e/bill_parsers/sww_xls.py +0 -0
  42. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/e/bmarketidx.py +0 -0
  43. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/e/bsuos.py +0 -0
  44. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/e/ccl.py +0 -0
  45. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/e/cfd.py +0 -0
  46. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/e/computer.py +0 -0
  47. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/e/dno_rate_parser.py +0 -0
  48. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/e/duos.py +0 -0
  49. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/e/elexon.py +0 -0
  50. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/e/energy_management.py +0 -0
  51. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/e/hh_importer.py +0 -0
  52. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/e/hh_parser_bg_csv.py +0 -0
  53. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/e/hh_parser_df2.py +0 -0
  54. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/e/hh_parser_simple_csv.py +0 -0
  55. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/e/laf_import.py +0 -0
  56. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/e/lcc.py +0 -0
  57. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/e/mdd_importer.py +0 -0
  58. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/e/rcrc.py +0 -0
  59. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/e/ro.py +0 -0
  60. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/e/scenario.py +0 -0
  61. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/e/system_price.py +0 -0
  62. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/e/tlms.py +0 -0
  63. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/e/tnuos.py +0 -0
  64. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/e/triad.py +0 -0
  65. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/e/views.py +0 -0
  66. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/gas/bill_import.py +0 -0
  67. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/gas/bill_parser_csv.py +0 -0
  68. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/gas/ccl.py +0 -0
  69. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/gas/cv.py +0 -0
  70. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/gas/dn_rate_parser.py +0 -0
  71. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/gas/engine.py +0 -0
  72. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/gas/transportation.py +0 -0
  73. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/general_import.py +0 -0
  74. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/models.py +0 -0
  75. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/national_grid.py +0 -0
  76. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/proxy.py +0 -0
  77. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/rate_server.py +0 -0
  78. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/reports/__init__.py +0 -0
  79. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/reports/report_109.py +0 -0
  80. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/reports/report_111.py +0 -0
  81. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/reports/report_169.py +0 -0
  82. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/reports/report_181.py +0 -0
  83. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/reports/report_183.py +0 -0
  84. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/reports/report_187.py +0 -0
  85. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/reports/report_219.py +0 -0
  86. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/reports/report_231.py +0 -0
  87. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/reports/report_233.py +0 -0
  88. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/reports/report_241.py +0 -0
  89. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/reports/report_247.py +0 -0
  90. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/reports/report_29.py +0 -0
  91. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/reports/report_291.py +0 -0
  92. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/reports/report_33.py +0 -0
  93. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/reports/report_387.py +0 -0
  94. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/reports/report_41.py +0 -0
  95. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/reports/report_429.py +0 -0
  96. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/reports/report_59.py +0 -0
  97. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/reports/report_81.py +0 -0
  98. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/reports/report_87.py +0 -0
  99. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/reports/report_asset_comparison.py +0 -0
  100. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/reports/report_batches.py +0 -0
  101. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/reports/report_bills.py +0 -0
  102. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/reports/report_csv_llfcs.py +0 -0
  103. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/reports/report_csv_site_hh_data.py +0 -0
  104. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/reports/report_csv_site_snags.py +0 -0
  105. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/reports/report_ecoes_comparison.py +0 -0
  106. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/reports/report_g_monthly_duration.py +0 -0
  107. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/reports/report_g_supplies_snapshot.py +0 -0
  108. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/reports/report_g_supply_virtual_bill.py +0 -0
  109. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/reports/report_g_virtual_bills.py +0 -0
  110. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/reports/report_g_virtual_bills_hh.py +0 -0
  111. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/reports/report_sscs.py +0 -0
  112. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/reports/report_supply_contacts.py +0 -0
  113. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/static/css/chellow.css +0 -0
  114. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/static/images/favicon.svg +0 -0
  115. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/static/images/favicon_test.svg +0 -0
  116. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/static/images/logo.png +0 -0
  117. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/static/js/htmx.min.js +0 -0
  118. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/403.html +0 -0
  119. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/base.html +0 -0
  120. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/bill_type.html +0 -0
  121. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/bill_types.html +0 -0
  122. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/chain.html +0 -0
  123. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/csv_sites_monthly_duration.html +0 -0
  124. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/downloads.html +0 -0
  125. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/asset_comparison.html +0 -0
  126. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/channel.html +0 -0
  127. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/channel_add.html +0 -0
  128. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/channel_edit.html +0 -0
  129. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/channel_snag.html +0 -0
  130. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/channel_snag_edit.html +0 -0
  131. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/channel_snags.html +0 -0
  132. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/comm.html +0 -0
  133. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/comms.html +0 -0
  134. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/cop.html +0 -0
  135. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/cops.html +0 -0
  136. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/csv_bills.html +0 -0
  137. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/csv_register_reads.html +0 -0
  138. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/csv_sites_hh_data.html +0 -0
  139. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/csv_sites_triad.html +0 -0
  140. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/csv_supplies_hh_data.html +0 -0
  141. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/csv_supplies_snapshot.html +0 -0
  142. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/csv_supplies_triad.html +0 -0
  143. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_auto_importer.html +0 -0
  144. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_batch.html +0 -0
  145. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_batch_add.html +0 -0
  146. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_batch_edit.html +0 -0
  147. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_batch_file.html +0 -0
  148. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_batch_file_edit.html +0 -0
  149. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_batch_upload_file.html +0 -0
  150. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_batches.html +0 -0
  151. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_bill.html +0 -0
  152. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_bill_add.html +0 -0
  153. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_bill_edit.html +0 -0
  154. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_bill_import.html +0 -0
  155. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_bill_imports.html +0 -0
  156. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_contract.html +0 -0
  157. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_contract_edit.html +0 -0
  158. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_contract_hh_import.html +0 -0
  159. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_contract_hh_imports.html +0 -0
  160. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_contract_properties.html +0 -0
  161. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_contract_properties_edit.html +0 -0
  162. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_contracts.html +0 -0
  163. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_contracts_add.html +0 -0
  164. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_rate_script.html +0 -0
  165. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_rate_script_add.html +0 -0
  166. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_rate_script_edit.html +0 -0
  167. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dno.html +0 -0
  168. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dno_rate_script.html +0 -0
  169. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dno_rate_script_add.html +0 -0
  170. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dno_rate_script_edit.html +0 -0
  171. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dnos.html +0 -0
  172. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dtc_meter_type.html +0 -0
  173. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dtc_meter_types.html +0 -0
  174. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/duration_report.html +0 -0
  175. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/elexon.html +0 -0
  176. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/em_hh_data.html +0 -0
  177. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/em_months.html +0 -0
  178. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/em_site.html +0 -0
  179. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/em_totals.html +0 -0
  180. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/energisation_status.html +0 -0
  181. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/energisation_statuses.html +0 -0
  182. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/era_edit.html +0 -0
  183. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/era_edit_form.html +0 -0
  184. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/era_supplier_bill_add.html +0 -0
  185. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/generator_type.html +0 -0
  186. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/generator_types.html +0 -0
  187. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/gsp_group.html +0 -0
  188. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/gsp_groups.html +0 -0
  189. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/hh_datum_edit.html +0 -0
  190. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/lafs.html +0 -0
  191. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/lcc.html +0 -0
  192. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/llfc.html +0 -0
  193. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/llfc_edit.html +0 -0
  194. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/llfcs.html +0 -0
  195. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/market_role.html +0 -0
  196. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/market_roles.html +0 -0
  197. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/meter_payment_type.html +0 -0
  198. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/meter_payment_types.html +0 -0
  199. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/meter_type.html +0 -0
  200. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/meter_types.html +0 -0
  201. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mop_batch.html +0 -0
  202. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mop_batch_add.html +0 -0
  203. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mop_batch_edit.html +0 -0
  204. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mop_batch_file.html +0 -0
  205. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mop_batch_file_edit.html +0 -0
  206. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mop_batch_upload_file.html +0 -0
  207. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mop_batches.html +0 -0
  208. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mop_bill.html +0 -0
  209. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mop_bill_add.html +0 -0
  210. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mop_bill_edit.html +0 -0
  211. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mop_bill_import.html +0 -0
  212. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mop_bill_imports.html +0 -0
  213. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mop_contract.html +0 -0
  214. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mop_contract_add.html +0 -0
  215. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mop_contract_edit.html +0 -0
  216. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mop_contracts.html +0 -0
  217. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mop_rate_script.html +0 -0
  218. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mop_rate_script_add.html +0 -0
  219. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mop_rate_script_edit.html +0 -0
  220. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mtc.html +0 -0
  221. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mtc_llfc.html +0 -0
  222. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mtc_llfc_ssc.html +0 -0
  223. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mtc_llfc_ssc_pc.html +0 -0
  224. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mtc_llfc_ssc_pcs.html +0 -0
  225. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mtc_llfc_sscs.html +0 -0
  226. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mtc_llfcs.html +0 -0
  227. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mtc_participant.html +0 -0
  228. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mtc_participants.html +0 -0
  229. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mtc_ssc.html +0 -0
  230. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mtc_sscs.html +0 -0
  231. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mtcs.html +0 -0
  232. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/ods_monthly_duration.html +0 -0
  233. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/participant.html +0 -0
  234. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/participants.html +0 -0
  235. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/parties.html +0 -0
  236. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/party.html +0 -0
  237. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/pc.html +0 -0
  238. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/pcs.html +0 -0
  239. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/read_add.html +0 -0
  240. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/read_edit.html +0 -0
  241. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/read_type.html +0 -0
  242. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/read_types.html +0 -0
  243. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/scenario.html +0 -0
  244. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/scenario_add.html +0 -0
  245. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/scenario_docs.html +0 -0
  246. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/scenario_edit.html +0 -0
  247. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/scenarios.html +0 -0
  248. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/site_add_e_supply.html +0 -0
  249. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/site_add_e_supply_form.html +0 -0
  250. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/site_hh_data.html +0 -0
  251. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/site_site_snags.html +0 -0
  252. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/site_snag.html +0 -0
  253. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/site_snag_edit.html +0 -0
  254. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/site_snags.html +0 -0
  255. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/site_snags_edit.html +0 -0
  256. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/source.html +0 -0
  257. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/sources.html +0 -0
  258. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/ssc.html +0 -0
  259. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/sscs.html +0 -0
  260. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supplier_batch.html +0 -0
  261. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supplier_batch_add.html +0 -0
  262. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supplier_batch_edit.html +0 -0
  263. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supplier_batch_file.html +0 -0
  264. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supplier_batch_file_add.html +0 -0
  265. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supplier_batch_file_edit.html +0 -0
  266. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supplier_batch_upload_file.html +0 -0
  267. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supplier_batches.html +0 -0
  268. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supplier_bill.html +0 -0
  269. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supplier_bill_add.html +0 -0
  270. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supplier_bill_edit.html +0 -0
  271. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supplier_bill_import.html +0 -0
  272. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supplier_bill_imports.html +0 -0
  273. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supplier_contract.html +0 -0
  274. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supplier_contract_add.html +0 -0
  275. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supplier_contract_edit.html +0 -0
  276. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supplier_contracts.html +0 -0
  277. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supplier_rate_script.html +0 -0
  278. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supplier_rate_script_add.html +0 -0
  279. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supplier_rate_script_edit.html +0 -0
  280. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supply.html +0 -0
  281. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supply_edit.html +0 -0
  282. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supply_eras.html +0 -0
  283. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supply_hh_data.html +0 -0
  284. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supply_months.html +0 -0
  285. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supply_note_add.html +0 -0
  286. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supply_note_edit.html +0 -0
  287. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supply_notes.html +0 -0
  288. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supply_post.html +0 -0
  289. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supply_virtual_bill.html +0 -0
  290. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/tpr.html +0 -0
  291. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/e/tprs.html +0 -0
  292. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/edi_viewer.html +0 -0
  293. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/g/batch.html +0 -0
  294. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/g/batch_add.html +0 -0
  295. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/g/batch_edit.html +0 -0
  296. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/g/batches.html +0 -0
  297. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/g/bill.html +0 -0
  298. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/g/bill_add.html +0 -0
  299. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/g/bill_edit.html +0 -0
  300. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/g/bill_imports.html +0 -0
  301. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/g/dn.html +0 -0
  302. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/g/dns.html +0 -0
  303. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/g/era_edit.html +0 -0
  304. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/g/exit_zone.html +0 -0
  305. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/g/industry_auto_importer.html +0 -0
  306. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/g/industry_contract.html +0 -0
  307. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/g/industry_contract_add.html +0 -0
  308. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/g/industry_contract_edit.html +0 -0
  309. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/g/industry_contracts.html +0 -0
  310. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/g/industry_rate_script.html +0 -0
  311. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/g/industry_rate_script_add.html +0 -0
  312. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/g/industry_rate_script_edit.html +0 -0
  313. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/g/ldz.html +0 -0
  314. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/g/read_add.html +0 -0
  315. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/g/read_edit.html +0 -0
  316. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/g/read_type.html +0 -0
  317. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/g/read_types.html +0 -0
  318. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/g/reading_frequencies.html +0 -0
  319. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/g/reading_frequency.html +0 -0
  320. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/g/reports.html +0 -0
  321. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/g/supplier_contract.html +0 -0
  322. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/g/supplier_contract_add.html +0 -0
  323. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/g/supplier_contract_edit.html +0 -0
  324. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/g/supplier_contracts.html +0 -0
  325. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/g/supplier_rate_script.html +0 -0
  326. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/g/supplier_rate_script_add.html +0 -0
  327. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/g/supplier_rate_script_edit.html +0 -0
  328. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/g/supplies.html +0 -0
  329. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/g/supply.html +0 -0
  330. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/g/supply_edit.html +0 -0
  331. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/g/supply_note_add.html +0 -0
  332. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/g/supply_note_edit.html +0 -0
  333. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/g/supply_notes.html +0 -0
  334. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/g/unit.html +0 -0
  335. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/g/units.html +0 -0
  336. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/general_import.html +0 -0
  337. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/general_imports.html +0 -0
  338. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/home.html +0 -0
  339. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/input_date.html +0 -0
  340. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/local_report.html +0 -0
  341. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/local_reports.html +0 -0
  342. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/macros.html +0 -0
  343. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/national_grid.html +0 -0
  344. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/non_core_auto_importer.html +0 -0
  345. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/non_core_contract.html +0 -0
  346. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/non_core_contract_edit.html +0 -0
  347. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/non_core_contracts.html +0 -0
  348. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/non_core_rate_script.html +0 -0
  349. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/non_core_rate_script_add.html +0 -0
  350. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/non_core_rate_script_edit.html +0 -0
  351. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/object_summary.html +0 -0
  352. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/rate_server.html +0 -0
  353. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/report_run.html +0 -0
  354. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/report_run_asset_comparison.html +0 -0
  355. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/report_run_bill_check.html +0 -0
  356. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/report_run_ecoes_comparison.html +0 -0
  357. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/report_run_row.html +0 -0
  358. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/report_run_row_bill_check.html +0 -0
  359. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/report_run_supply_contacts.html +0 -0
  360. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/report_runs.html +0 -0
  361. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/site.html +0 -0
  362. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/site_add.html +0 -0
  363. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/site_edit.html +0 -0
  364. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/site_gen_graph.html +0 -0
  365. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/site_hh_data.html +0 -0
  366. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/site_months.html +0 -0
  367. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/site_used_graph.html +0 -0
  368. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/sites.html +0 -0
  369. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/supplies.html +0 -0
  370. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/system.html +0 -0
  371. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/tester.html +0 -0
  372. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/user.html +0 -0
  373. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/user_roles.html +0 -0
  374. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/templates/users.html +0 -0
  375. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/testing.py +0 -0
  376. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/chellow/utils.py +0 -0
  377. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/gpl.txt +0 -0
  378. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/pyproject.toml +0 -0
  379. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/requirements.txt +0 -0
  380. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/setup.cfg +0 -0
  381. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/systemd/chellow.service +0 -0
  382. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/systemd/chellow_upgrader.service +0 -0
  383. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/systemd/chellow_upgrader.timer +0 -0
  384. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/conftest.py +0 -0
  385. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/e/bill_parsers/test_activity_mop_stark_xlsx.py +0 -0
  386. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/e/bill_parsers/test_annual_mop_stark_xlsx.py +0 -0
  387. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/e/bill_parsers/test_bill_parser_csv.py +0 -0
  388. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/e/bill_parsers/test_bill_parser_engie_edi.py +0 -0
  389. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/e/bill_parsers/test_bill_parser_engie_xls.py +0 -0
  390. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/e/bill_parsers/test_bill_parser_engie_xlsx.py +0 -0
  391. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/e/bill_parsers/test_bill_parser_haven_csv.py +0 -0
  392. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/e/bill_parsers/test_bill_parser_haven_edi.py +0 -0
  393. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/e/bill_parsers/test_bill_parser_haven_edi_tprs.py +0 -0
  394. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/e/bill_parsers/test_bill_parser_nonsettlement_dc_stark_xlsx/bills.nonsettlement.dc.stark.xlsx +0 -0
  395. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/e/bill_parsers/test_bill_parser_nonsettlement_dc_stark_xlsx/bills_old.nonsettlement.dc.stark.xlsx +0 -0
  396. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/e/bill_parsers/test_bill_parser_nonsettlement_dc_stark_xlsx/test_bill_parser_nonsettlement_dc_stark_xlsx.py +0 -0
  397. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/e/bill_parsers/test_bill_parser_settlement_dc_stark_xlsx/bills.settlement.dc.stark.xlsx +0 -0
  398. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/e/bill_parsers/test_bill_parser_settlement_dc_stark_xlsx/test_bill_parser_settlement_dc_stark_xlsx.py +0 -0
  399. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/e/bill_parsers/test_bill_parser_sse_edi.py +0 -0
  400. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/e/bill_parsers/test_bill_parser_sww_xls.py +0 -0
  401. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/e/system_price/prices.xls +0 -0
  402. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/e/system_price/test_system_price.py +0 -0
  403. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/e/test_aahedc.py +0 -0
  404. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/e/test_bill_importer.py +0 -0
  405. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/e/test_bsuos.py +0 -0
  406. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/e/test_ccl.py +0 -0
  407. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/e/test_cfd.py +0 -0
  408. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/e/test_computer.py +0 -0
  409. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/e/test_dno_rate_parser.py +0 -0
  410. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/e/test_duos.py +0 -0
  411. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/e/test_e_views.py +0 -0
  412. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/e/test_hh_importer.py +0 -0
  413. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/e/test_hh_parser_df2.py +0 -0
  414. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/e/test_laf_importer.py +0 -0
  415. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/e/test_mdd_importer.py +0 -0
  416. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/e/test_rcrc_importer.py +0 -0
  417. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/e/test_ro.py +0 -0
  418. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/e/test_scenario.py +0 -0
  419. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/e/test_tlms.py +0 -0
  420. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/e/test_tnuos.py +0 -0
  421. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/e/test_triad.py +0 -0
  422. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/gas/bill_parsers/test_g_bill_parser_engie_edi.py +0 -0
  423. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/gas/test_dn_rate_parser.py +0 -0
  424. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/gas/test_engine.py +0 -0
  425. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/gas/test_g_cv.py +0 -0
  426. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/gas/test_gas_views.py +0 -0
  427. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/gas/test_transportation.py +0 -0
  428. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/reports/test_g_monthly_duration.py +0 -0
  429. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/reports/test_g_supplies_snapshot.py +0 -0
  430. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/reports/test_g_supply_virtual_bill.py +0 -0
  431. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/reports/test_g_virtual_bills.py +0 -0
  432. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/reports/test_g_virtual_bills_hh.py +0 -0
  433. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/reports/test_report_109.py +0 -0
  434. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/reports/test_report_111.py +0 -0
  435. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/reports/test_report_169.py +0 -0
  436. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/reports/test_report_181.py +0 -0
  437. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/reports/test_report_183.py +0 -0
  438. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/reports/test_report_187.py +0 -0
  439. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/reports/test_report_219.py +0 -0
  440. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/reports/test_report_231.py +0 -0
  441. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/reports/test_report_233.py +0 -0
  442. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/reports/test_report_241.py +0 -0
  443. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/reports/test_report_247.py +0 -0
  444. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/reports/test_report_29.py +0 -0
  445. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/reports/test_report_291.py +0 -0
  446. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/reports/test_report_33.py +0 -0
  447. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/reports/test_report_387.py +0 -0
  448. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/reports/test_report_41.py +0 -0
  449. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/reports/test_report_429.py +0 -0
  450. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/reports/test_report_59.py +0 -0
  451. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/reports/test_report_81.py +0 -0
  452. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/reports/test_report_87.py +0 -0
  453. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/reports/test_report_asset_comparison.py +0 -0
  454. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/reports/test_report_batches.py +0 -0
  455. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/reports/test_report_bills.py +0 -0
  456. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/reports/test_report_csv_llfcs.py +0 -0
  457. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/reports/test_report_csv_site_hh_data.py +0 -0
  458. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/reports/test_report_csv_site_snags.py +0 -0
  459. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/reports/test_report_dno_vl_parser.py +0 -0
  460. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/reports/test_report_ecoes_comparison.py +0 -0
  461. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/reports/test_report_sscs.py +0 -0
  462. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/reports/test_report_supply_contacts.py +0 -0
  463. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/test_chellow.py +0 -0
  464. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/test_dloads.py +0 -0
  465. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/test_edi_viewer.py +0 -0
  466. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/test_general_import.py +0 -0
  467. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/test_models.py +0 -0
  468. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/test_rate_server.py +0 -0
  469. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/test_testing.py +0 -0
  470. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/test_utils.py +0 -0
  471. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/test_views.py +0 -0
  472. {chellow-1715873476.0.0 → chellow-1715955542.0.0}/test/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: chellow
3
- Version: 1715873476.0.0
3
+ Version: 1715955542.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__ = "1715955542.0.0"
@@ -6,54 +6,56 @@ from werkzeug.exceptions import BadRequest
6
6
  from chellow.utils import ct_datetime, to_ct, to_utc
7
7
 
8
8
 
9
+ def line_iter(f):
10
+ line = []
11
+ while c := f.read(1) != "":
12
+ if c == "'":
13
+ yield "".join(line)
14
+ line.clear()
15
+ else:
16
+ line.append(c)
17
+
18
+
9
19
  class EdiParser:
10
20
  def __init__(self, f):
11
- self.f_iterator = iter(f)
21
+
22
+ self.line_iterator = line_iter(f)
12
23
  self.line_number = 0
13
24
 
14
25
  def __iter__(self):
15
26
  return self
16
27
 
17
28
  def __next__(self):
18
- self.line = next(self.f_iterator).strip()
29
+ self.line = next(self.line_iterator).strip()
19
30
  self.line_number += 1
20
31
 
21
- if self.line[-1] != "'":
22
- raise BadRequest(
23
- f"The parser expects each line to end with a ', but line number "
24
- f"{self.line_number} doesn't: {self.line}."
25
- )
26
- self.elements = [element.split(":") for element in self.line[4:-1].split("+")]
32
+ self.elements = [element.split(":") for element in self.line[4].split("+")]
27
33
  return self.line[:3]
28
34
 
29
35
 
30
36
  def parse_edi(edi_str):
31
- for line_number, raw_line in enumerate(edi_str.splitlines(), start=1):
32
- if raw_line[-1] != "'":
33
- raise BadRequest(
34
- f"The parser expects each line to end with a ', but line "
35
- f"number {line_number} doesn't: {raw_line}."
36
- )
37
-
37
+ for line_number, raw_line in enumerate(edi_str.split("'"), start=1):
38
38
  line = raw_line.strip()
39
+ if len(line) == 0:
40
+ continue
39
41
  code = line[:3]
40
42
 
41
- els = [el.split(":") for el in line[4:-1].split("+")]
43
+ els = [el.split(":") for el in line[4:].split("+")]
42
44
 
43
- segment_name = code + els[1][0] if code == "CCD" else code
45
+ segment_name = code + els[1][0].strip() if code == "CCD" else code
44
46
 
45
47
  try:
46
48
  elem_data = SEGMENTS[segment_name]
47
49
  except KeyError:
48
50
  raise BadRequest(
49
51
  f"At line number {line_number} the segment name {segment_name} isn't "
50
- f"recognized."
52
+ f"recognized. {raw_line}"
51
53
  )
52
54
  elem_codes = [m["code"] for m in elem_data["elements"]]
53
55
 
54
56
  elements = dict(zip(elem_codes, els))
55
57
 
56
- yield line_number, line, segment_name, elements
58
+ yield line_number, f"{line}'", segment_name, elements
57
59
 
58
60
 
59
61
  def to_decimal(components):
@@ -67,11 +69,16 @@ def to_decimal(components):
67
69
 
68
70
 
69
71
  def to_ct_date(component):
72
+ if len(component) == 0:
73
+ return None
70
74
  return to_ct(Datetime.strptime(component, "%y%m%d"))
71
75
 
72
76
 
73
77
  def to_date(component):
74
- return to_utc(to_ct_date(component))
78
+ dt = to_ct_date(component)
79
+ if dt is None:
80
+ return None
81
+ return to_utc(dt)
75
82
 
76
83
 
77
84
  def to_finish_date(component):
@@ -0,0 +1,403 @@
1
+ from collections import defaultdict
2
+ from datetime import datetime as Datetime
3
+ from decimal import Decimal
4
+
5
+ from dateutil.relativedelta import relativedelta
6
+
7
+ from werkzeug.exceptions import BadRequest
8
+
9
+ from chellow.edi_lib import parse_edi, to_date, to_decimal
10
+ from chellow.utils import HH, to_ct, to_utc
11
+
12
+
13
+ READ_TYPE_MAP = {"00": "A", "01": "E", "02": "E"}
14
+
15
+ TCOD_MAP = {
16
+ "Energy Bill Discount Scheme": {"PPK": "ebrs"},
17
+ "Energy Bill Relief Scheme": {"PPK": "ebrs"},
18
+ "Energy Bill Relief Scheme Discount": {"PPK": "ebrs"},
19
+ "Unidentified Gas": {"PPK": "ug"},
20
+ "Commodity": {"PPK": "commodity"},
21
+ "Transportation": {"PPD": "transportation_fixed", "PPK": "transportation_variable"},
22
+ "Gas Flexi": {"PPK": "commodity"},
23
+ "Flex - Gas Flexi (New)": {"PPK": "commodity"},
24
+ "Meter Reading": {"PPD": "meter_read"},
25
+ "Meter Reading Credit Oct 19": {"FIX": "meter_read"},
26
+ "Meter Rental": {"PPD": "metering"},
27
+ "CCL": {"PPK": "ccl"},
28
+ "Consumption Based Administration": {"PPK": "admin_variable"},
29
+ "Swing": {"PPK": "swing"},
30
+ }
31
+
32
+ SUPPLIER_CODE_MAP = {
33
+ "STD": "standing",
34
+ "MET": "commodity",
35
+ "CCL": "ccl",
36
+ }
37
+
38
+ UNIT_MAP = {"M3": "M3", "HH": "HCUF", "HCUF": "HCUF"}
39
+
40
+
41
+ def _to_finish_date(date_str):
42
+ if len(date_str) == 0:
43
+ return None
44
+ return to_utc(
45
+ to_ct(Datetime.strptime(date_str, "%y%m%d") + relativedelta(days=1) - HH)
46
+ )
47
+
48
+
49
+ def _process_ADJ(elements, headers):
50
+ adjf = elements["ADJF"]
51
+ if adjf[0] == "CV":
52
+ headers["cv"] = Decimal(adjf[1]) / Decimal(100000)
53
+
54
+
55
+ def _process_BCD(elements, headers):
56
+ ivdt = elements["IVDT"]
57
+ headers["issue_date"] = to_date(ivdt[0])
58
+
59
+ invn = elements["INVN"]
60
+ headers["reference"] = invn[0]
61
+
62
+ btcd = elements["BTCD"]
63
+ headers["bill_type_code"] = btcd[0]
64
+
65
+ sumo = elements["SUMO"]
66
+ start_date = to_date(sumo[0])
67
+ if start_date is not None:
68
+ headers["start_date"] = start_date
69
+
70
+ if len(sumo) > 1:
71
+ finish_date = _to_finish_date(sumo[1])
72
+ if finish_date is not None:
73
+ headers["finish_date"] = finish_date
74
+
75
+
76
+ def _process_MHD(elements, headers):
77
+ headers.clear()
78
+
79
+ typ = elements["TYPE"]
80
+ message_type = headers["message_type"] = typ[0]
81
+ if message_type == "UTLBIL":
82
+ headers["reads"] = []
83
+ headers["raw_lines"] = []
84
+ headers["breakdown"] = defaultdict(int, {"units_consumed": Decimal(0)})
85
+ headers["kwh"] = Decimal("0.00")
86
+ headers["net"] = Decimal("0.00")
87
+ headers["vat"] = Decimal("0.00")
88
+ headers["gross"] = Decimal("0.00")
89
+
90
+
91
+ def _process_CCD1(elements, headers):
92
+ mtnr = elements["MTNR"]
93
+ msn = mtnr[0]
94
+
95
+ mloc = elements["MLOC"]
96
+
97
+ # Bug in EDI where MPRN missing in second CCD 1
98
+ if "mprn" not in headers:
99
+ headers["mprn"] = mloc[0]
100
+
101
+ prdt = elements["PRDT"]
102
+ pvdt = elements["PVDT"]
103
+
104
+ pres_read_date = to_date(prdt[0])
105
+ prev_read_date = to_date(pvdt[0])
106
+
107
+ prrd = elements["PRRD"]
108
+ pres_read_value = Decimal(prrd[0])
109
+ pres_read_type = READ_TYPE_MAP[prrd[1]]
110
+ prev_read_value = Decimal(prrd[2])
111
+ prev_read_type = READ_TYPE_MAP[prrd[3]]
112
+
113
+ conb = elements["CONB"]
114
+ unit = UNIT_MAP[conb[1]]
115
+ headers["breakdown"]["units_consumed"] += to_decimal(conb) / Decimal("1000")
116
+
117
+ adjf = elements["ADJF"]
118
+ correction_factor = Decimal(adjf[1]) / Decimal(100000)
119
+
120
+ nuct = elements["NUCT"]
121
+
122
+ headers["kwh"] += to_decimal(nuct) / Decimal("1000")
123
+
124
+ headers["reads"].append(
125
+ {
126
+ "msn": msn,
127
+ "unit": unit,
128
+ "correction_factor": correction_factor,
129
+ "prev_date": prev_read_date,
130
+ "prev_value": prev_read_value,
131
+ "prev_type_code": prev_read_type,
132
+ "pres_date": pres_read_date,
133
+ "pres_value": pres_read_value,
134
+ "pres_type_code": pres_read_type,
135
+ }
136
+ )
137
+
138
+
139
+ NUCT_LOOKUP = {"DAY": "days", "KWH": "kwh"}
140
+
141
+
142
+ def _process_CCD2(elements, headers):
143
+ breakdown = headers["breakdown"]
144
+ ccde = elements["CCDE"]
145
+ ccde_supplier_code = ccde[2]
146
+ tcod = elements["TCOD"]
147
+ nuct = elements["NUCT"]
148
+ mtnr = elements["MTNR"]
149
+ conb = elements["CONB"]
150
+ adjf = elements["ADJF"]
151
+ prdt = elements["PRDT"]
152
+ pvdt = elements["PVDT"]
153
+ prrd = elements["PRRD"]
154
+
155
+ if len(tcod) > 1:
156
+ tpref_lookup = TCOD_MAP[tcod[1]]
157
+ else:
158
+ tpref_lookup = SUPPLIER_CODE_MAP
159
+
160
+ tpref = tpref_lookup[ccde_supplier_code]
161
+
162
+ bpri = elements["BPRI"]
163
+ if len(bpri[0]) > 0:
164
+ rate_key = f"{tpref}_rate"
165
+ if rate_key not in breakdown:
166
+ breakdown[rate_key] = set()
167
+ rate = Decimal(bpri[0]) / Decimal("10000000")
168
+ breakdown[rate_key].add(rate)
169
+
170
+ try:
171
+ ctot = elements["CTOT"]
172
+ breakdown[f"{tpref}_gbp"] += to_decimal(ctot) / Decimal("100")
173
+
174
+ if len(nuct) > 1:
175
+ key = NUCT_LOOKUP[nuct[1]]
176
+ else:
177
+ if ccde_supplier_code == "PPK":
178
+ key = f"{tpref}_kwh"
179
+ elif ccde_supplier_code == "PPD":
180
+ key = f"{tpref}_days"
181
+
182
+ breakdown[key] += to_decimal(nuct) / Decimal("1000")
183
+ except KeyError:
184
+ pass
185
+
186
+ if "start_date" not in headers:
187
+ csdt = elements["CSDT"]
188
+ start_date = to_date(csdt[0])
189
+ if start_date is not None:
190
+ headers["start_date"] = start_date
191
+
192
+ if "finish_date" not in headers:
193
+ cedt = elements["CSDT"]
194
+ finish_date = _to_finish_date(cedt[0])
195
+ if finish_date is not None:
196
+ headers["finish_date"] = finish_date
197
+
198
+ if "mprn" not in headers:
199
+ mloc = elements["MLOC"]
200
+ headers["mprn"] = mloc[0]
201
+
202
+ if len(conb) > 0 and len(conb[0]) > 0:
203
+ headers["breakdown"]["units_consumed"] += to_decimal(conb) / Decimal("1000")
204
+
205
+ if len(prrd) > 0 and len(prrd[0]) > 0:
206
+ pres_read_date = to_date(prdt[0])
207
+ prev_read_date = to_date(pvdt[0])
208
+
209
+ pres_read_value = Decimal(prrd[0])
210
+ pres_read_type = READ_TYPE_MAP[prrd[1]]
211
+ prev_read_value = Decimal(prrd[2])
212
+ prev_read_type = READ_TYPE_MAP[prrd[3]]
213
+ msn = mtnr[0]
214
+ unit = UNIT_MAP[conb[1]]
215
+ correction_factor = Decimal(adjf[1]) / Decimal(100000)
216
+
217
+ headers["reads"].append(
218
+ {
219
+ "msn": msn,
220
+ "unit": unit,
221
+ "correction_factor": correction_factor,
222
+ "prev_date": prev_read_date,
223
+ "prev_value": prev_read_value,
224
+ "prev_type_code": prev_read_type,
225
+ "pres_date": pres_read_date,
226
+ "pres_value": pres_read_value,
227
+ "pres_type_code": pres_read_type,
228
+ }
229
+ )
230
+
231
+
232
+ def _process_CCD3(elements, headers):
233
+ breakdown = headers["breakdown"]
234
+ ccde = elements["CCDE"]
235
+ ccde_supplier_code = ccde[2]
236
+ tcod = elements["TCOD"]
237
+
238
+ tpref = TCOD_MAP[tcod[1]][ccde_supplier_code]
239
+
240
+ bpri = elements["BPRI"]
241
+ bpri_str = bpri[0]
242
+ if len(bpri_str) > 0:
243
+ rate_key = f"{tpref}_rate"
244
+ if rate_key not in breakdown:
245
+ breakdown[rate_key] = set()
246
+ rate = Decimal(bpri_str) / Decimal("10000000")
247
+ breakdown[rate_key].add(rate)
248
+
249
+ nuct = elements["NUCT"]
250
+
251
+ try:
252
+ ctot = elements["CTOT"]
253
+ breakdown[f"{tpref}_gbp"] += to_decimal(ctot) / Decimal("100")
254
+
255
+ if ccde_supplier_code == "PPK":
256
+ key = f"{tpref}_kwh"
257
+ elif ccde_supplier_code == "PPD":
258
+ key = f"{tpref}_days"
259
+
260
+ breakdown[key] += to_decimal(nuct) / Decimal("1000")
261
+ except KeyError:
262
+ pass
263
+
264
+
265
+ def _process_CCD4(elements, headers):
266
+ breakdown = headers["breakdown"]
267
+ ccde = elements["ccde"]
268
+ ccde_supplier_code = ccde[2]
269
+ tcod = elements["TCOD"]
270
+
271
+ tpref = TCOD_MAP[tcod[1]][ccde_supplier_code]
272
+
273
+ bpri = elements["BPRI"]
274
+ rate_key = f"{tpref}_rate"
275
+ if rate_key not in breakdown:
276
+ breakdown[rate_key] = set()
277
+ rate = Decimal(bpri[0]) / Decimal("10000000")
278
+ breakdown[rate_key].add(rate)
279
+
280
+ nuct = elements["NUCT"]
281
+
282
+ try:
283
+ ctot = elements["CTOT"]
284
+ breakdown[tpref + "_gbp"] += to_decimal(ctot) / Decimal("100")
285
+
286
+ if ccde_supplier_code == "PPK":
287
+ key = f"{tpref}_kwh"
288
+ elif ccde_supplier_code == "PPD":
289
+ key = f"{tpref}_days"
290
+
291
+ breakdown[key] += to_decimal(nuct) / Decimal("1000")
292
+ except KeyError:
293
+ pass
294
+
295
+
296
+ def _process_MTR(elements, headers):
297
+ if headers["message_type"] == "UTLBIL":
298
+ breakdown = headers["breakdown"]
299
+ for k, v in tuple(breakdown.items()):
300
+ if isinstance(v, set):
301
+ breakdown[k] = sorted(v)
302
+
303
+ for read in headers["reads"]:
304
+ read["calorific_value"] = headers["cv"]
305
+
306
+ return {
307
+ "raw_lines": "\n".join(headers["raw_lines"]),
308
+ "mprn": headers["mprn"],
309
+ "reference": headers["reference"],
310
+ "account": headers["mprn"],
311
+ "reads": headers["reads"],
312
+ "kwh": headers["kwh"],
313
+ "breakdown": headers["breakdown"],
314
+ "net_gbp": headers["net"],
315
+ "vat_gbp": headers["vat"],
316
+ "gross_gbp": headers["gross"],
317
+ "bill_type_code": headers["bill_type_code"],
318
+ "start_date": headers["start_date"],
319
+ "finish_date": headers["finish_date"],
320
+ "issue_date": headers["issue_date"],
321
+ }
322
+
323
+
324
+ def _process_VAT(elements, headers):
325
+ breakdown = headers["breakdown"]
326
+ vatp = elements["VATP"]
327
+ if "vat" in breakdown:
328
+ vat = breakdown["vat"]
329
+ else:
330
+ vat = breakdown["vat"] = {}
331
+
332
+ vat_perc = to_decimal(vatp) / Decimal(1000)
333
+ try:
334
+ vat_bd = vat[vat_perc]
335
+ except KeyError:
336
+ vat_bd = vat[vat_perc] = defaultdict(int)
337
+
338
+ uvtt = elements["UVTT"]
339
+ vat_gbp = to_decimal(uvtt) / Decimal("100")
340
+
341
+ vat_bd["vat"] += vat_gbp
342
+
343
+ uvla = elements["UVLA"]
344
+ net_gbp = to_decimal(uvla) / Decimal("100")
345
+ vat_bd["net"] += net_gbp
346
+ headers["net"] += net_gbp
347
+ headers["vat"] += vat_gbp
348
+ ucsi = elements["UCSI"]
349
+ headers["gross"] += to_decimal(ucsi) / Decimal("100")
350
+
351
+
352
+ def _process_NOOP(elements, headers):
353
+ pass
354
+
355
+
356
+ CODE_FUNCS = {
357
+ "ADJ": _process_ADJ,
358
+ "BCD": _process_BCD,
359
+ "BTL": _process_NOOP,
360
+ "CCD1": _process_CCD1,
361
+ "CCD2": _process_CCD2,
362
+ "CCD3": _process_CCD3,
363
+ "CCD4": _process_CCD4,
364
+ "CDT": _process_NOOP,
365
+ "CLO": _process_NOOP,
366
+ "END": _process_NOOP,
367
+ "FIL": _process_NOOP,
368
+ "MHD": _process_MHD,
369
+ "MTR": _process_MTR,
370
+ "SDT": _process_NOOP,
371
+ "STX": _process_NOOP,
372
+ "TYP": _process_NOOP,
373
+ "TTL": _process_NOOP,
374
+ "VAT": _process_VAT,
375
+ "VTS": _process_NOOP,
376
+ }
377
+
378
+
379
+ class Parser:
380
+ def __init__(self, file_bytes):
381
+ self.edi_str = str(file_bytes, "utf-8", errors="ignore")
382
+ self.line_number = None
383
+
384
+ def make_raw_bills(self):
385
+ bills = []
386
+ headers = {}
387
+ bill = None
388
+ for self.line_number, line, seg_name, elements in parse_edi(self.edi_str):
389
+ try:
390
+ func = CODE_FUNCS[seg_name]
391
+ except KeyError:
392
+ raise BadRequest(f"Code {seg_name} not recognized.")
393
+ try:
394
+ bill = func(elements, headers)
395
+ except BaseException as e:
396
+ raise Exception(f"Propblem with segment {line}: {e}") from e
397
+
398
+ if "raw_lines" in headers:
399
+ headers["raw_lines"].append(line)
400
+ if bill is not None:
401
+ bills.append(bill)
402
+
403
+ return bills
@@ -301,8 +301,10 @@ class Parser:
301
301
  func = CODE_FUNCS[seg_name]
302
302
  except KeyError:
303
303
  raise BadRequest(f"Code {seg_name} not recognized.")
304
-
305
- bill = func(elements, headers)
304
+ try:
305
+ bill = func(elements, headers)
306
+ except BaseException as e:
307
+ raise BadRequest(f"Propblem with segment {line}: {e}") from e
306
308
 
307
309
  if "raw_lines" in headers:
308
310
  headers["raw_lines"].append(line)
@@ -418,6 +418,16 @@ def batch_get(g_batch_id):
418
418
  vbd["vat"] += g_bill.vat
419
419
  vbd["net"] += g_bill.net
420
420
 
421
+ if "vat" in bd:
422
+ for vat_percentage, vat_bd in bd["vat"].items():
423
+ try:
424
+ vbd = vat_breakdown[vat_percentage]
425
+ except KeyError:
426
+ vbd = vat_breakdown[vat_percentage] = defaultdict(int)
427
+
428
+ vbd["vat"] += vat_bd["vat"]
429
+ vbd["net"] += vat_bd["net"]
430
+
421
431
  config_contract = Contract.get_non_core_by_name(g.sess, "configuration")
422
432
  properties = config_contract.make_properties()
423
433
 
@@ -46,17 +46,19 @@
46
46
  <th>Start Date</th>
47
47
  <th>Finish Date</th>
48
48
  <th>Net GBP</th>
49
- <th>VAT 5%</th>
50
- <th>VAT 15%</th>
51
- <th>VAT 17.5%</th>
52
- <th>VAT 20%</th>
53
49
  <th>VAT</th>
54
50
  <th>Gross GBP</th>
55
- {% for read in failed_bills[0]['reads'] %}
56
- {% for k in read|sort %}
57
- <th>{{k}}</th>
58
- {% endfor %}
59
- {% endfor %}
51
+ <th>Breakdown</th>
52
+ <th>R1 calorific_value</th>
53
+ <th>R1 correction_factor</th>
54
+ <th>R1 msn</th>
55
+ <th>R1 unit</th>
56
+ <th>R1 prev_date</th>
57
+ <th>R1 prev_value</th>
58
+ <th>R1 prev_type_code</th>
59
+ <th>R1 pres_date</th>
60
+ <th>R1 pres_value</th>
61
+ <th>R1 pres_type_code</th>
60
62
  </tr>
61
63
  </thead>
62
64
  <tbody>
@@ -71,16 +73,20 @@
71
73
  <td>{{bill.start_date|hh_format}}</td>
72
74
  <td>{{bill.finish_date|hh_format}}</td>
73
75
  <td>{{bill.net_gbp}}</td>
74
- <td>{{bill.vat_5pc}}</td>
75
- <td>{{bill.vat_15pc}}</td>
76
- <td>{{bill.vat_17_5pc}}</td>
77
- <td>{{bill.vat_20pc}}</td>
78
76
  <td>{{bill.vat_gbp}}</td>
79
77
  <td>{{bill.gross_gbp}}</td>
78
+ <td>{{bill.breakdown|dumps}}</td>
80
79
  {% for read in bill.reads %}
81
- {% for k, v in read|dictsort %}
82
- <td>{{v}}</td>
83
- {% endfor %}
80
+ <td>{{read.calorific_value}}</td>
81
+ <td>{{read.correction_factor}}</td>
82
+ <td>{{read.msn}}</td>
83
+ <td>{{read. unit}}</td>
84
+ <td>{{read.prev_date|hh_format}}</td>
85
+ <td>{{read.prev_value}}</td>
86
+ <td>{{read.prev_type_code}}</td>
87
+ <td>{{read.pres_date|hh_format}}</td>
88
+ <td>{{read.pres_value}}</td>
89
+ <td>{{read.pres_type_code}}</td>
84
90
  {% endfor %}
85
91
  </tr>
86
92
  {% endfor %}
@@ -67,10 +67,10 @@ import chellow.e.mdd_importer
67
67
  import chellow.e.rcrc
68
68
  import chellow.e.system_price
69
69
  import chellow.e.tlms
70
- import chellow.edi_lib
71
70
  import chellow.general_import
72
71
  import chellow.national_grid
73
72
  import chellow.rate_server
73
+ from chellow.edi_lib import SEGMENTS, parse_edi
74
74
  from chellow.models import (
75
75
  BillType,
76
76
  Channel,
@@ -644,23 +644,19 @@ def edi_viewer_post():
644
644
  else:
645
645
  edi_str = req_str("edi_fragment")
646
646
 
647
- f = StringIO(edi_str)
648
- f.seek(0)
649
- parser = chellow.edi_lib.EdiParser(f)
650
- for segment_name in parser:
651
- elements = parser.elements
647
+ for line_number, line, segment_name, elements in parse_edi(edi_str):
652
648
 
653
649
  if segment_name == "CCD":
654
- segment_name = segment_name + elements[1][0]
650
+ segment_name = segment_name + elements["CCDE"][0]
655
651
  try:
656
- seg = chellow.edi_lib.SEGMENTS[segment_name]
652
+ seg = SEGMENTS[segment_name]
657
653
  except KeyError:
658
654
  raise BadRequest(
659
655
  f"The segment name {segment_name} is not recognized."
660
656
  )
661
657
  else:
662
658
  try:
663
- seg = chellow.edi_lib.SEGMENTS[segment_name]
659
+ seg = SEGMENTS[segment_name]
664
660
  except KeyError:
665
661
  raise BadRequest(
666
662
  f"The segment name {segment_name} is not recognized."
@@ -669,13 +665,14 @@ def edi_viewer_post():
669
665
  titles_element = []
670
666
  titles_component = []
671
667
  values = []
672
- elems = seg["elements"]
668
+ elems = {el["code"]: el for el in seg["elements"]}
673
669
  if len(elements) > len(elems):
674
670
  raise BadRequest(
675
671
  f"There are more elements than recognized for the segment "
676
- f"{segment_name}."
672
+ f"{segment_name}. {line}"
677
673
  )
678
- for element, elem in zip(elements, elems):
674
+ for element_code, element in elements.items():
675
+ elem = elems[element_code]
679
676
  comps = elem["components"]
680
677
  colspan = len(comps)
681
678
  titles_element.append(
@@ -688,8 +685,9 @@ def edi_viewer_post():
688
685
  )
689
686
  if len(element) > len(comps):
690
687
  raise BadRequest(
691
- f"There are more components than recognized for the segment "
692
- f"{segment_name} and element {element}."
688
+ f"For the segment {segment_name} the number of components "
689
+ f"{element} is greater than the expected components {comps}. "
690
+ f"{line}"
693
691
  )
694
692
 
695
693
  for i, (title, typ) in enumerate(comps):
@@ -726,7 +724,7 @@ def edi_viewer_post():
726
724
  "titles_element": titles_element,
727
725
  "titles_component": titles_component,
728
726
  "vals": values,
729
- "raw_line": parser.line,
727
+ "raw_line": line,
730
728
  }
731
729
  )
732
730
 
@@ -1 +0,0 @@
1
- __version__ = "1715873476.0.0"