chellow 1744710468.0.0__tar.gz → 1745313690.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.
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/PKG-INFO +1 -1
- chellow-1745313690.0.0/VERSION +1 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/__init__.py +2 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/bill_parsers/mm.py +1 -1
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/bill_parsers/nonsettlement_dc_stark_xlsx.py +24 -14
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/dno_rate_parser.py +10 -10
- chellow-1745313690.0.0/chellow/fake_batch_updater.py +305 -0
- chellow-1745313690.0.0/chellow/reports/report_missing_bills.py +158 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/dc_contract.html +12 -1
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/mop_contract.html +11 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/supplier_contract.html +11 -0
- chellow-1745313690.0.0/chellow/templates/fake_batch_updater.html +99 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/home.html +1 -0
- chellow-1745313690.0.0/chellow/templates/report_run_missing_e_bills.html +97 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/utils.py +5 -2
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/views.py +53 -3
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/e/bill_parsers/test_bill_parser_mm.py +24 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/e/bill_parsers/test_bill_parser_nonsettlement_dc_stark_xlsx/test_bill_parser_nonsettlement_dc_stark_xlsx.py +33 -8
- chellow-1745313690.0.0/test/reports/test_report_missing_e_bills.py +185 -0
- chellow-1745313690.0.0/test/test_fake_batch_updater.py +74 -0
- chellow-1744710468.0.0/VERSION +0 -1
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/.ebextensions/chellow.config +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/.github/workflows/chellow.yml +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/.gitignore +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/README.md +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/application.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/bin/chellow_service_monitor.sh +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/bin/chellow_start.sh +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/api.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/bank_holidays.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/commands.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/dloads.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/__init__.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/aahedc.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/bill_importer.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/bill_parsers/__init__.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/bill_parsers/activity_mop_stark_xlsx.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/bill_parsers/annual_mop_stark_xlsx.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/bill_parsers/bgb_edi.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/bill_parsers/csv.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/bill_parsers/edf_export_xlsx.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/bill_parsers/engie_edi.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/bill_parsers/engie_export_xlsx.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/bill_parsers/engie_xls.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/bill_parsers/engie_xlsx.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/bill_parsers/gdf_csv.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/bill_parsers/haven_csv.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/bill_parsers/haven_edi.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/bill_parsers/haven_edi_tprs.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/bill_parsers/settlement_dc_stark_xlsx.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/bill_parsers/sse_edi.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/bill_parsers/sww_xls.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/bmarketidx.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/bsuos.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/ccl.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/cfd.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/computer.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/duos.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/elexon.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/energy_management.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/hh_importer.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/hh_parser_bg_csv.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/hh_parser_df2.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/hh_parser_edf_csv.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/hh_parser_schneider_csv.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/hh_parser_schneider_xlsx.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/hh_parser_simple_csv.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/hh_parser_vital_xlsx.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/laf_import.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/lcc.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/mdd_importer.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/rcrc.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/ro.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/scenario.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/system_price.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/tlms.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/tnuos.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/triad.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/e/views.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/edi_lib.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/gas/bill_import.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/gas/bill_parser_csv.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/gas/bill_parser_engie_edi.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/gas/bill_parser_total_edi.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/gas/ccl.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/gas/cv.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/gas/dn_rate_parser.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/gas/engine.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/gas/transportation.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/gas/views.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/general_import.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/models.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/national_grid.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/proxy.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/rate_server.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/reports/__init__.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/reports/report_109.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/reports/report_111.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/reports/report_169.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/reports/report_181.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/reports/report_183.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/reports/report_187.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/reports/report_219.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/reports/report_231.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/reports/report_233.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/reports/report_241.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/reports/report_247.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/reports/report_29.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/reports/report_291.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/reports/report_33.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/reports/report_387.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/reports/report_41.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/reports/report_429.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/reports/report_59.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/reports/report_81.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/reports/report_87.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/reports/report_asset_comparison.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/reports/report_batches.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/reports/report_bills.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/reports/report_csv_llfcs.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/reports/report_csv_site_hh_data.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/reports/report_csv_site_snags.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/reports/report_ecoes_comparison.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/reports/report_g_monthly_duration.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/reports/report_g_supplies_snapshot.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/reports/report_g_supply_virtual_bill.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/reports/report_g_virtual_bills.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/reports/report_g_virtual_bills_hh.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/reports/report_sscs.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/reports/report_supply_contacts.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/rrun.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/static/css/chellow.css +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/static/images/favicon.svg +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/static/images/favicon_test.svg +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/static/images/logo.png +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/static/js/htmx.min.js +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/403.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/base.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/bill_type.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/bill_types.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/chain.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/csv_sites_monthly_duration.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/downloads.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/asset_comparison.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/channel.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/channel_add.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/channel_edit.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/channel_snag.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/channel_snag_edit.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/channel_snags.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/comm.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/comms.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/cop.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/cops.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/csv_bills.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/csv_register_reads.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/csv_sites_hh_data.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/csv_sites_triad.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/csv_supplies_hh_data.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/csv_supplies_snapshot.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/csv_supplies_triad.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/dc_auto_importer.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/dc_batch.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/dc_batch_add.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/dc_batch_edit.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/dc_batch_file.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/dc_batch_file_edit.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/dc_batch_upload_file.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/dc_batches.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/dc_bill.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/dc_bill_add.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/dc_bill_edit.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/dc_bill_import.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/dc_bill_imports.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/dc_contract_edit.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/dc_contract_hh_import.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/dc_contract_hh_imports.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/dc_contract_properties.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/dc_contract_properties_edit.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/dc_contracts.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/dc_contracts_add.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/dc_rate_script.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/dc_rate_script_add.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/dc_rate_script_edit.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/dno.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/dno_rate_script.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/dno_rate_script_add.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/dno_rate_script_edit.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/dnos.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/dtc_meter_type.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/dtc_meter_types.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/duration_report.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/elexon.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/em_hh_data.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/em_months.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/em_site.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/em_totals.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/energisation_status.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/energisation_statuses.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/era_edit.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/era_edit_form.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/era_supplier_bill_add.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/generator_type.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/generator_types.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/gsp_group.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/gsp_groups.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/hh_datum_edit.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/lafs.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/lcc.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/llfc.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/llfc_edit.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/llfcs.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/market_role.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/market_roles.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/meter_payment_type.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/meter_payment_types.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/meter_type.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/meter_types.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/mop_batch.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/mop_batch_add.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/mop_batch_edit.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/mop_batch_file.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/mop_batch_file_edit.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/mop_batch_upload_file.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/mop_batches.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/mop_bill.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/mop_bill_add.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/mop_bill_edit.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/mop_bill_import.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/mop_bill_imports.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/mop_contract_add.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/mop_contract_edit.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/mop_contracts.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/mop_rate_script.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/mop_rate_script_add.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/mop_rate_script_edit.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/mtc.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/mtc_llfc.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/mtc_llfc_ssc.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/mtc_llfc_ssc_pc.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/mtc_llfc_ssc_pcs.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/mtc_llfc_sscs.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/mtc_llfcs.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/mtc_participant.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/mtc_participants.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/mtc_ssc.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/mtc_sscs.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/mtcs.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/ods_monthly_duration.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/participant.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/participants.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/parties.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/party.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/pc.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/pcs.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/read_add.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/read_edit.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/read_type.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/read_types.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/scenario.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/scenario_add.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/scenario_docs.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/scenario_edit.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/scenarios.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/site_add_e_supply.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/site_add_e_supply_form.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/site_hh_data.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/site_site_snags.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/site_snag.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/site_snag_edit.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/site_snags.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/site_snags_edit.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/source.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/sources.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/ssc.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/sscs.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/supplier_batch.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/supplier_batch_add.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/supplier_batch_edit.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/supplier_batch_file.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/supplier_batch_file_add.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/supplier_batch_file_edit.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/supplier_batch_upload_file.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/supplier_batches.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/supplier_bill.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/supplier_bill_add.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/supplier_bill_edit.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/supplier_bill_import.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/supplier_bill_imports.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/supplier_contract_add.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/supplier_contract_edit.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/supplier_contracts.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/supplier_rate_script.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/supplier_rate_script_add.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/supplier_rate_script_edit.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/supply.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/supply_edit.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/supply_eras.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/supply_hh_data.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/supply_months.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/supply_note_add.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/supply_note_edit.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/supply_notes.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/supply_post.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/supply_virtual_bill.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/tpr.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/tprs.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/edi_viewer.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/g/batch.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/g/batch_add.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/g/batch_edit.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/g/batches.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/g/bill.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/g/bill_add.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/g/bill_edit.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/g/bill_import.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/g/bill_imports.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/g/dn.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/g/dns.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/g/era_edit.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/g/exit_zone.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/g/industry_auto_importer.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/g/industry_contract.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/g/industry_contract_add.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/g/industry_contract_edit.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/g/industry_contracts.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/g/industry_rate_script.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/g/industry_rate_script_add.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/g/industry_rate_script_edit.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/g/ldz.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/g/read_add.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/g/read_edit.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/g/read_type.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/g/read_types.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/g/reading_frequencies.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/g/reading_frequency.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/g/reports.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/g/supplier_contract.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/g/supplier_contract_add.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/g/supplier_contract_edit.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/g/supplier_contracts.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/g/supplier_rate_script.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/g/supplier_rate_script_add.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/g/supplier_rate_script_edit.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/g/supplies.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/g/supply.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/g/supply_edit.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/g/supply_note_add.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/g/supply_note_edit.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/g/supply_notes.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/g/unit.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/g/units.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/general_import.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/general_imports.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/input_date.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/local_report.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/local_reports.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/macros.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/national_grid.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/non_core_auto_importer.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/non_core_contract.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/non_core_contract_edit.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/non_core_contracts.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/non_core_rate_script.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/non_core_rate_script_add.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/non_core_rate_script_edit.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/object_summary.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/rate_server.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/report_run.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/report_run_asset_comparison.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/report_run_bill_check.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/report_run_ecoes_comparison.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/report_run_g_bill_check.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/report_run_monthly_duration_org.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/report_run_row.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/report_run_row_bill_check.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/report_run_row_g_bill_check.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/report_run_supply_contacts.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/report_runs.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/scenario.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/scenario_add.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/scenario_docs.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/scenario_edit.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/scenarios.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/site.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/site_add.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/site_edit.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/site_gen_graph.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/site_months.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/site_used_graph.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/sites.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/supplies.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/system.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/tester.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/user.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/user_roles.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/users.html +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/testing.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/gpl.txt +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/pyproject.toml +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/requirements.txt +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/setup.cfg +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/systemd/chellow.service +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/systemd/chellow_upgrader.service +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/systemd/chellow_upgrader.timer +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/conftest.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/e/bill_parsers/test_activity_mop_stark_xlsx.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/e/bill_parsers/test_annual_mop_stark_xlsx.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/e/bill_parsers/test_bill_parser_csv.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/e/bill_parsers/test_bill_parser_edf_export_xlsx.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/e/bill_parsers/test_bill_parser_engie_edi.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/e/bill_parsers/test_bill_parser_engie_xls.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/e/bill_parsers/test_bill_parser_engie_xlsx.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/e/bill_parsers/test_bill_parser_haven_csv.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/e/bill_parsers/test_bill_parser_haven_edi.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/e/bill_parsers/test_bill_parser_haven_edi_tprs.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/e/bill_parsers/test_bill_parser_nonsettlement_dc_stark_xlsx/bills.nonsettlement.dc.stark.xlsx +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/e/bill_parsers/test_bill_parser_nonsettlement_dc_stark_xlsx/bills_old.nonsettlement.dc.stark.xlsx +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/e/bill_parsers/test_bill_parser_settlement_dc_stark_xlsx.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/e/bill_parsers/test_bill_parser_sse_edi.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/e/bill_parsers/test_bill_parser_sww_xls.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/e/system_price/prices.xls +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/e/system_price/test_system_price.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/e/test_aahedc.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/e/test_bill_importer.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/e/test_bsuos.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/e/test_ccl.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/e/test_cfd.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/e/test_computer.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/e/test_dno_rate_parser.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/e/test_duos.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/e/test_e_views.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/e/test_hh_importer.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/e/test_hh_parser_df2.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/e/test_hh_parser_vital_xlsx.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/e/test_laf_importer.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/e/test_mdd_importer.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/e/test_rcrc_importer.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/e/test_ro.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/e/test_scenario.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/e/test_tlms.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/e/test_tnuos.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/e/test_triad.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/gas/bill_parsers/test_g_bill_parser_engie_edi.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/gas/bill_parsers/test_g_bill_parser_total_edi.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/gas/test_dn_rate_parser.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/gas/test_engine.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/gas/test_g_cv.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/gas/test_gas_views.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/gas/test_transportation.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/reports/test_g_monthly_duration.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/reports/test_g_supplies_snapshot.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/reports/test_g_supply_virtual_bill.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/reports/test_g_virtual_bills.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/reports/test_g_virtual_bills_hh.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/reports/test_report_109.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/reports/test_report_111.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/reports/test_report_169.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/reports/test_report_181.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/reports/test_report_183.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/reports/test_report_187.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/reports/test_report_219.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/reports/test_report_231.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/reports/test_report_233.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/reports/test_report_241.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/reports/test_report_247.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/reports/test_report_29.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/reports/test_report_291.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/reports/test_report_33.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/reports/test_report_387.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/reports/test_report_41.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/reports/test_report_429.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/reports/test_report_59.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/reports/test_report_81.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/reports/test_report_87.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/reports/test_report_asset_comparison.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/reports/test_report_batches.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/reports/test_report_bills.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/reports/test_report_csv_llfcs.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/reports/test_report_csv_site_hh_data.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/reports/test_report_csv_site_snags.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/reports/test_report_dno_vl_parser.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/reports/test_report_ecoes_comparison.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/reports/test_report_sscs.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/reports/test_report_supply_contacts.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/test_chellow.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/test_dloads.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/test_edi_viewer.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/test_general_import.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/test_models.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/test_rate_server.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/test_testing.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/test_utils.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/test_views.py +0 -0
- {chellow-1744710468.0.0 → chellow-1745313690.0.0}/test/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: chellow
|
|
3
|
-
Version:
|
|
3
|
+
Version: 1745313690.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__ = "1745313690.0.0"
|
|
@@ -22,6 +22,7 @@ import chellow.e.hh_importer
|
|
|
22
22
|
import chellow.e.rcrc
|
|
23
23
|
import chellow.e.system_price
|
|
24
24
|
import chellow.e.views
|
|
25
|
+
import chellow.fake_batch_updater
|
|
25
26
|
import chellow.gas.cv
|
|
26
27
|
import chellow.gas.views
|
|
27
28
|
import chellow.national_grid
|
|
@@ -62,6 +63,7 @@ def get_importer_modules():
|
|
|
62
63
|
chellow.national_grid,
|
|
63
64
|
chellow.rate_server,
|
|
64
65
|
chellow.rrun,
|
|
66
|
+
chellow.fake_batch_updater,
|
|
65
67
|
)
|
|
66
68
|
|
|
67
69
|
|
|
@@ -59,7 +59,7 @@ def _handle_0100(headers, pre_record, record):
|
|
|
59
59
|
headers["issue_date"] = issue_date
|
|
60
60
|
if late_payment is not None:
|
|
61
61
|
headers["late_payment"] = late_payment
|
|
62
|
-
headers["account"] = pre_record[
|
|
62
|
+
headers["account"] = pre_record[43:52]
|
|
63
63
|
headers["reference"] = pre_record[41:46]
|
|
64
64
|
headers["kwh"] = Decimal("0")
|
|
65
65
|
headers["breakdown"] = defaultdict(int, {"vat": {}})
|
|
@@ -4,6 +4,7 @@ from openpyxl import load_workbook
|
|
|
4
4
|
|
|
5
5
|
from werkzeug.exceptions import BadRequest
|
|
6
6
|
|
|
7
|
+
from chellow.e.computer import hh_rate
|
|
7
8
|
from chellow.models import Session
|
|
8
9
|
from chellow.utils import ct_datetime, parse_mpan_core, to_utc
|
|
9
10
|
|
|
@@ -16,12 +17,6 @@ def get_start_date(title_row, row, name):
|
|
|
16
17
|
return to_utc(get_ct_date(title_row, row, name))
|
|
17
18
|
|
|
18
19
|
|
|
19
|
-
def get_finish_date(title_row, row, name):
|
|
20
|
-
d = get_ct_date(title_row, row, name)
|
|
21
|
-
|
|
22
|
-
return to_utc(ct_datetime(d.year, d.month, d.day, 23, 30))
|
|
23
|
-
|
|
24
|
-
|
|
25
20
|
def get_value(title_row, row, name):
|
|
26
21
|
idx = None
|
|
27
22
|
name = name.strip().lower()
|
|
@@ -61,9 +56,6 @@ def get_int(title_row, row, name):
|
|
|
61
56
|
return int(get_value(title_row, row, name))
|
|
62
57
|
|
|
63
58
|
|
|
64
|
-
METER_RATE = Decimal("60.00")
|
|
65
|
-
|
|
66
|
-
|
|
67
59
|
class Parser:
|
|
68
60
|
def __init__(self, f):
|
|
69
61
|
self.book = load_workbook(f)
|
|
@@ -86,6 +78,7 @@ class Parser:
|
|
|
86
78
|
|
|
87
79
|
def make_raw_bills(self):
|
|
88
80
|
row_index = None
|
|
81
|
+
caches = {}
|
|
89
82
|
try:
|
|
90
83
|
with Session() as sess:
|
|
91
84
|
bills = []
|
|
@@ -101,14 +94,30 @@ class Parser:
|
|
|
101
94
|
mpan_core = parse_mpan_core(
|
|
102
95
|
str(get_int(title_row, row, "mpan ref"))
|
|
103
96
|
)
|
|
104
|
-
|
|
97
|
+
start_date_ct = get_ct_date(title_row, row, "start")
|
|
98
|
+
start_date = to_utc(start_date_ct)
|
|
105
99
|
issue_date = start_date
|
|
106
|
-
|
|
100
|
+
finish_date_ct = get_ct_date(title_row, row, "end")
|
|
101
|
+
finish_date = to_utc(
|
|
102
|
+
ct_datetime(
|
|
103
|
+
finish_date_ct.year,
|
|
104
|
+
finish_date_ct.month,
|
|
105
|
+
finish_date_ct.day,
|
|
106
|
+
23,
|
|
107
|
+
30,
|
|
108
|
+
)
|
|
109
|
+
)
|
|
107
110
|
check = get_str(title_row, row, "check")
|
|
108
111
|
if check != "Billed":
|
|
109
112
|
continue
|
|
110
|
-
|
|
111
|
-
|
|
113
|
+
rates = hh_rate(sess, caches, 0, start_date)
|
|
114
|
+
meter_rate = rates["annual_rates"]["non_settlement"]["*"]["IP"][
|
|
115
|
+
"*"
|
|
116
|
+
]["gbp_per_meter"]
|
|
117
|
+
months = (finish_date_ct.year - start_date_ct.year) * 12 + (
|
|
118
|
+
finish_date_ct.month - start_date_ct.month + 1
|
|
119
|
+
)
|
|
120
|
+
net = round(Decimal(float(meter_rate) / 12 * months), 2)
|
|
112
121
|
vat = round(net * Decimal("0.2"), 2)
|
|
113
122
|
|
|
114
123
|
breakdown = {
|
|
@@ -116,7 +125,8 @@ class Parser:
|
|
|
116
125
|
"cop": ["5"],
|
|
117
126
|
"settlement-status": ["non_settlement"],
|
|
118
127
|
"msn": [msn],
|
|
119
|
-
"meter-rate": [
|
|
128
|
+
"meter-rate": [meter_rate],
|
|
129
|
+
"months": months,
|
|
120
130
|
"meter-gbp": net,
|
|
121
131
|
}
|
|
122
132
|
|
|
@@ -650,15 +650,15 @@ def update_vls(sess, logger, vls, dno_code, fy_start, rs_finish):
|
|
|
650
650
|
llfc = sess.execute(q).scalar_one_or_none()
|
|
651
651
|
|
|
652
652
|
if llfc is None:
|
|
653
|
-
|
|
653
|
+
logger(
|
|
654
654
|
f"There is no LLFC with the code '{vl_code}' associated with the DNO "
|
|
655
|
-
f"{dno.
|
|
655
|
+
f"{dno.dno_code} from {hh_format(fy_start)} to {hh_format(rs_finish)}."
|
|
656
656
|
)
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
657
|
+
else:
|
|
658
|
+
vl_voltage_level = VoltageLevel.get_by_code(sess, vl["voltage_level"])
|
|
659
|
+
llfc.voltage_level = vl_voltage_level
|
|
660
|
+
|
|
661
|
+
llfc.is_substation = vl["is_substation"]
|
|
662
|
+
if sess.is_modified(llfc):
|
|
663
|
+
logger(f"Updated LLFC {llfc.code} of DNO {dno_code}")
|
|
664
|
+
sess.flush()
|
|
@@ -0,0 +1,305 @@
|
|
|
1
|
+
import atexit
|
|
2
|
+
import collections
|
|
3
|
+
import threading
|
|
4
|
+
import traceback
|
|
5
|
+
from datetime import timedelta
|
|
6
|
+
|
|
7
|
+
from sqlalchemy import false, null, select
|
|
8
|
+
|
|
9
|
+
from werkzeug.exceptions import BadRequest
|
|
10
|
+
|
|
11
|
+
from chellow.e.computer import contract_func
|
|
12
|
+
from chellow.gas.engine import g_contract_func
|
|
13
|
+
from chellow.models import (
|
|
14
|
+
Batch,
|
|
15
|
+
BillType,
|
|
16
|
+
Contract,
|
|
17
|
+
GBatch,
|
|
18
|
+
GBill,
|
|
19
|
+
GContract,
|
|
20
|
+
GRateScript,
|
|
21
|
+
GReadType,
|
|
22
|
+
GSupply,
|
|
23
|
+
GUnit,
|
|
24
|
+
RateScript,
|
|
25
|
+
ReadType,
|
|
26
|
+
Session,
|
|
27
|
+
Supply,
|
|
28
|
+
Tpr,
|
|
29
|
+
)
|
|
30
|
+
from chellow.utils import (
|
|
31
|
+
c_months_u,
|
|
32
|
+
ct_datetime_now,
|
|
33
|
+
hh_format,
|
|
34
|
+
keydefaultdict,
|
|
35
|
+
utc_datetime_now,
|
|
36
|
+
)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
importer = None
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
def run_import(sess, log, set_progress):
|
|
43
|
+
log("Starting to update the fake batches")
|
|
44
|
+
caches = {}
|
|
45
|
+
|
|
46
|
+
now_ct = ct_datetime_now()
|
|
47
|
+
(last_month_start, last_month_finish), (
|
|
48
|
+
current_month_start,
|
|
49
|
+
current_month_finish,
|
|
50
|
+
) = list(c_months_u(finish_year=now_ct.year, finish_month=now_ct.month, months=2))
|
|
51
|
+
|
|
52
|
+
for last_rate_script in sess.scalars(
|
|
53
|
+
select(RateScript)
|
|
54
|
+
.join(Contract, RateScript.contract_id == Contract.id)
|
|
55
|
+
.where(RateScript.finish_date == null())
|
|
56
|
+
):
|
|
57
|
+
contract = last_rate_script.contract
|
|
58
|
+
fb_func = contract_func(caches, contract, "make_fake_bills")
|
|
59
|
+
if fb_func is None:
|
|
60
|
+
continue
|
|
61
|
+
|
|
62
|
+
fake_batch_name = f"fake_e_batch_{contract.id}"
|
|
63
|
+
|
|
64
|
+
fake_batch = sess.scalar_one_or_none(
|
|
65
|
+
select(Batch).where(
|
|
66
|
+
Batch.contract == contract,
|
|
67
|
+
Batch.reference == fake_batch_name,
|
|
68
|
+
)
|
|
69
|
+
)
|
|
70
|
+
|
|
71
|
+
if fake_batch is not None and fake_batch.start_date < current_month_start:
|
|
72
|
+
fake_batch.delete(sess)
|
|
73
|
+
sess.flush()
|
|
74
|
+
fake_batch = None
|
|
75
|
+
|
|
76
|
+
if fake_batch is None:
|
|
77
|
+
fake_batch = contract.insert_batch(sess, fake_batch_name, "Fake Batch")
|
|
78
|
+
bill_types = keydefaultdict(lambda k: BillType.get_by_code(sess, k))
|
|
79
|
+
|
|
80
|
+
tprs = keydefaultdict(
|
|
81
|
+
lambda k: None if k is None else Tpr.get_by_code(sess, k)
|
|
82
|
+
)
|
|
83
|
+
|
|
84
|
+
read_types = keydefaultdict(lambda k: ReadType.get_by_code(sess, k))
|
|
85
|
+
for raw_bill in fb_func(
|
|
86
|
+
sess,
|
|
87
|
+
log,
|
|
88
|
+
last_month_start,
|
|
89
|
+
last_month_finish,
|
|
90
|
+
current_month_start,
|
|
91
|
+
current_month_finish,
|
|
92
|
+
):
|
|
93
|
+
mpan_core = raw_bill["mpan_core"]
|
|
94
|
+
supply = Supply.get_by_mpan_core(sess, mpan_core)
|
|
95
|
+
bill = fake_batch.insert_bill(
|
|
96
|
+
sess,
|
|
97
|
+
raw_bill["account"],
|
|
98
|
+
raw_bill["reference"],
|
|
99
|
+
raw_bill["issue_date"],
|
|
100
|
+
raw_bill["start_date"],
|
|
101
|
+
raw_bill["finish_date"],
|
|
102
|
+
raw_bill["kwh"],
|
|
103
|
+
raw_bill["net"],
|
|
104
|
+
raw_bill["vat"],
|
|
105
|
+
raw_bill["gross"],
|
|
106
|
+
bill_types[raw_bill["bill_type_code"]],
|
|
107
|
+
raw_bill["breakdown"],
|
|
108
|
+
supply,
|
|
109
|
+
)
|
|
110
|
+
for raw_read in raw_bill["reads"]:
|
|
111
|
+
bill.insert_read(
|
|
112
|
+
sess,
|
|
113
|
+
tprs[raw_read["tpr_code"]],
|
|
114
|
+
raw_read["coefficient"],
|
|
115
|
+
raw_read["units"],
|
|
116
|
+
raw_read["msn"],
|
|
117
|
+
raw_read["mpan"],
|
|
118
|
+
raw_read["prev_date"],
|
|
119
|
+
raw_read["prev_value"],
|
|
120
|
+
read_types[raw_read["prev_type_code"]],
|
|
121
|
+
raw_read["pres_date"],
|
|
122
|
+
raw_read["pres_value"],
|
|
123
|
+
read_types[raw_read["pres_type_code"]],
|
|
124
|
+
)
|
|
125
|
+
for last_rate_script in sess.scalars(
|
|
126
|
+
select(GRateScript)
|
|
127
|
+
.join(GContract, GRateScript.g_contract_id == GContract.id)
|
|
128
|
+
.where(GContract.is_industry == false(), GRateScript.finish_date == null())
|
|
129
|
+
):
|
|
130
|
+
g_contract = last_rate_script.g_contract
|
|
131
|
+
log(f"Looking at gas contract {g_contract.name}")
|
|
132
|
+
fb_func = g_contract_func(caches, g_contract, "make_fake_bills")
|
|
133
|
+
if fb_func is None:
|
|
134
|
+
log("Doesn't have a make_fake_bills function so skipping")
|
|
135
|
+
continue
|
|
136
|
+
|
|
137
|
+
fake_batch_name = f"fake_g_batch_{g_contract.id}"
|
|
138
|
+
|
|
139
|
+
fake_batch = sess.scalars(
|
|
140
|
+
select(GBatch).where(
|
|
141
|
+
GBatch.g_contract == g_contract,
|
|
142
|
+
GBatch.reference == fake_batch_name,
|
|
143
|
+
)
|
|
144
|
+
).one_or_none()
|
|
145
|
+
|
|
146
|
+
if fake_batch is not None:
|
|
147
|
+
first_fake_bill = sess.scalars(
|
|
148
|
+
select(GBill)
|
|
149
|
+
.where(GBill.g_batch == fake_batch)
|
|
150
|
+
.order_by(GBill.start_date)
|
|
151
|
+
).first()
|
|
152
|
+
if (
|
|
153
|
+
first_fake_bill is None
|
|
154
|
+
or first_fake_bill.start_date < current_month_start
|
|
155
|
+
):
|
|
156
|
+
fake_batch.delete(sess)
|
|
157
|
+
sess.flush()
|
|
158
|
+
fake_batch = None
|
|
159
|
+
|
|
160
|
+
if fake_batch is None:
|
|
161
|
+
fake_batch = g_contract.insert_g_batch(sess, fake_batch_name, "Fake Batch")
|
|
162
|
+
raw_bills = fb_func(
|
|
163
|
+
sess,
|
|
164
|
+
log,
|
|
165
|
+
last_month_start,
|
|
166
|
+
last_month_finish,
|
|
167
|
+
current_month_start,
|
|
168
|
+
current_month_finish,
|
|
169
|
+
)
|
|
170
|
+
if raw_bills is not None and len(raw_bills) > 0:
|
|
171
|
+
for raw_bill in raw_bills:
|
|
172
|
+
bill_type = BillType.get_by_code(sess, raw_bill["bill_type_code"])
|
|
173
|
+
g_supply = GSupply.get_by_mprn(sess, raw_bill["mprn"])
|
|
174
|
+
g_bill = fake_batch.insert_g_bill(
|
|
175
|
+
sess,
|
|
176
|
+
g_supply,
|
|
177
|
+
bill_type,
|
|
178
|
+
raw_bill["reference"],
|
|
179
|
+
raw_bill["account"],
|
|
180
|
+
raw_bill["issue_date"],
|
|
181
|
+
raw_bill["start_date"],
|
|
182
|
+
raw_bill["finish_date"],
|
|
183
|
+
raw_bill["kwh"],
|
|
184
|
+
raw_bill["net_gbp"],
|
|
185
|
+
raw_bill["vat_gbp"],
|
|
186
|
+
raw_bill["gross_gbp"],
|
|
187
|
+
raw_bill["raw_lines"],
|
|
188
|
+
raw_bill["breakdown"],
|
|
189
|
+
)
|
|
190
|
+
sess.flush()
|
|
191
|
+
for raw_read in raw_bill["reads"]:
|
|
192
|
+
prev_type = GReadType.get_by_code(
|
|
193
|
+
sess, raw_read["prev_type_code"]
|
|
194
|
+
)
|
|
195
|
+
pres_type = GReadType.get_by_code(
|
|
196
|
+
sess, raw_read["pres_type_code"]
|
|
197
|
+
)
|
|
198
|
+
g_unit = GUnit.get_by_code(sess, raw_read["unit"])
|
|
199
|
+
g_bill.insert_g_read(
|
|
200
|
+
sess,
|
|
201
|
+
raw_read["msn"],
|
|
202
|
+
g_unit,
|
|
203
|
+
raw_read["correction_factor"],
|
|
204
|
+
raw_read["calorific_value"],
|
|
205
|
+
raw_read["prev_value"],
|
|
206
|
+
raw_read["prev_date"],
|
|
207
|
+
prev_type,
|
|
208
|
+
raw_read["pres_value"],
|
|
209
|
+
raw_read["pres_date"],
|
|
210
|
+
pres_type,
|
|
211
|
+
)
|
|
212
|
+
sess.commit()
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
LAST_RUN_KEY = "fake_batch_updater_last_run"
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
class FakeBatchUpdater(threading.Thread):
|
|
219
|
+
def __init__(self):
|
|
220
|
+
super().__init__(name="Fake Batch Updater")
|
|
221
|
+
self.messages = collections.deque(maxlen=500)
|
|
222
|
+
self.progress = ""
|
|
223
|
+
self.stopped = threading.Event()
|
|
224
|
+
self.going = threading.Event()
|
|
225
|
+
self.global_alert = None
|
|
226
|
+
|
|
227
|
+
def stop(self):
|
|
228
|
+
self.stopped.set()
|
|
229
|
+
self.going.set()
|
|
230
|
+
self.join()
|
|
231
|
+
|
|
232
|
+
def go(self):
|
|
233
|
+
self.going.set()
|
|
234
|
+
|
|
235
|
+
def log(self, message):
|
|
236
|
+
self.messages.appendleft(
|
|
237
|
+
f"{ct_datetime_now().strftime('%Y-%m-%d %H:%M:%S')} - {message}"
|
|
238
|
+
)
|
|
239
|
+
|
|
240
|
+
def set_progress(self, progress):
|
|
241
|
+
self.progress = progress
|
|
242
|
+
|
|
243
|
+
def run(self):
|
|
244
|
+
while not self.stopped.is_set():
|
|
245
|
+
with Session() as sess:
|
|
246
|
+
try:
|
|
247
|
+
config = Contract.get_non_core_by_name(sess, "configuration")
|
|
248
|
+
state = config.make_state()
|
|
249
|
+
except BaseException as e:
|
|
250
|
+
msg = f"{e.description} " if isinstance(e, BadRequest) else ""
|
|
251
|
+
self.log(f"{msg}{traceback.format_exc()}")
|
|
252
|
+
self.global_alert = (
|
|
253
|
+
"There's a problem with a <a href='/fake_batch_updater'>"
|
|
254
|
+
"Fake Batch Updater</a>."
|
|
255
|
+
)
|
|
256
|
+
sess.rollback()
|
|
257
|
+
|
|
258
|
+
last_run = state.get(LAST_RUN_KEY)
|
|
259
|
+
if last_run is None or utc_datetime_now() - last_run > timedelta(days=1):
|
|
260
|
+
self.going.set()
|
|
261
|
+
|
|
262
|
+
if self.going.is_set():
|
|
263
|
+
self.global_alert = None
|
|
264
|
+
with Session() as sess:
|
|
265
|
+
try:
|
|
266
|
+
config = Contract.get_non_core_by_name(sess, "configuration")
|
|
267
|
+
state = config.make_state()
|
|
268
|
+
state[LAST_RUN_KEY] = utc_datetime_now()
|
|
269
|
+
config.update_state(state)
|
|
270
|
+
sess.commit()
|
|
271
|
+
run_import(sess, self.log, self.set_progress)
|
|
272
|
+
except BaseException as e:
|
|
273
|
+
msg = f"{e.description} " if isinstance(e, BadRequest) else ""
|
|
274
|
+
self.log(f"{msg}{traceback.format_exc()}")
|
|
275
|
+
self.global_alert = (
|
|
276
|
+
"There's a problem with a "
|
|
277
|
+
"<a href='/fake_batch_updater'>Fake Batch Updater</a>."
|
|
278
|
+
)
|
|
279
|
+
sess.rollback()
|
|
280
|
+
finally:
|
|
281
|
+
self.going.clear()
|
|
282
|
+
self.log("Finished updating fake batches.")
|
|
283
|
+
|
|
284
|
+
else:
|
|
285
|
+
self.log(
|
|
286
|
+
f"The updater was last run at {hh_format(last_run)}. There will "
|
|
287
|
+
f"be another update when a hour has elapsed since the last run."
|
|
288
|
+
)
|
|
289
|
+
self.going.wait(60 * 60)
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
def get_importer():
|
|
293
|
+
return importer
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
def startup():
|
|
297
|
+
global importer
|
|
298
|
+
importer = FakeBatchUpdater()
|
|
299
|
+
importer.start()
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
@atexit.register
|
|
303
|
+
def shutdown():
|
|
304
|
+
if importer is not None:
|
|
305
|
+
importer.stop()
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
import csv
|
|
2
|
+
import threading
|
|
3
|
+
import traceback
|
|
4
|
+
|
|
5
|
+
from flask import g, redirect
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
from sqlalchemy import null, or_, select
|
|
9
|
+
from sqlalchemy.orm import joinedload
|
|
10
|
+
|
|
11
|
+
from chellow.dloads import open_file
|
|
12
|
+
from chellow.models import Batch, Bill, Contract, Era, RSession, ReportRun, User
|
|
13
|
+
from chellow.utils import (
|
|
14
|
+
c_months_u,
|
|
15
|
+
csv_make_val,
|
|
16
|
+
hh_max,
|
|
17
|
+
hh_min,
|
|
18
|
+
hh_range,
|
|
19
|
+
req_date,
|
|
20
|
+
req_int,
|
|
21
|
+
)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
def content(user_id, report_run_id, contract_id, months_length, finish_date):
|
|
25
|
+
f = writer = None
|
|
26
|
+
try:
|
|
27
|
+
with RSession() as sess:
|
|
28
|
+
caches = {}
|
|
29
|
+
contract = Contract.get_by_id(sess, contract_id)
|
|
30
|
+
user = User.get_by_id(sess, user_id)
|
|
31
|
+
f = open_file(
|
|
32
|
+
f"missing_bills_{contract.id}.csv", user, mode="w", newline=""
|
|
33
|
+
)
|
|
34
|
+
writer = csv.writer(f, lineterminator="\n")
|
|
35
|
+
titles = (
|
|
36
|
+
"contract_name",
|
|
37
|
+
"month_start",
|
|
38
|
+
"month_finish",
|
|
39
|
+
"site_code",
|
|
40
|
+
"site_name",
|
|
41
|
+
"imp_mpan_core",
|
|
42
|
+
"exp_mpan_core",
|
|
43
|
+
"account",
|
|
44
|
+
)
|
|
45
|
+
writer.writerow(titles)
|
|
46
|
+
|
|
47
|
+
months = list(
|
|
48
|
+
c_months_u(
|
|
49
|
+
finish_year=finish_date.year,
|
|
50
|
+
finish_month=finish_date.month,
|
|
51
|
+
months=months_length,
|
|
52
|
+
)
|
|
53
|
+
)
|
|
54
|
+
|
|
55
|
+
for month_start, month_finish in months:
|
|
56
|
+
missing_bills = {}
|
|
57
|
+
missing_account = {}
|
|
58
|
+
account_missing_tuple = hh_range(caches, month_start, month_finish)
|
|
59
|
+
for era in sess.scalars(
|
|
60
|
+
select(Era)
|
|
61
|
+
.where(
|
|
62
|
+
Era.start_date <= month_finish,
|
|
63
|
+
or_(Era.finish_date == null(), Era.finish_date >= month_start),
|
|
64
|
+
or_(
|
|
65
|
+
Era.mop_contract == contract,
|
|
66
|
+
Era.dc_contract == contract,
|
|
67
|
+
Era.imp_supplier_contract == contract,
|
|
68
|
+
Era.exp_supplier_contract == contract,
|
|
69
|
+
),
|
|
70
|
+
)
|
|
71
|
+
.options(joinedload(Era.supply))
|
|
72
|
+
):
|
|
73
|
+
chunk_start = hh_max(era.start_date, month_start)
|
|
74
|
+
chunk_finish = hh_min(era.finish_date, month_finish)
|
|
75
|
+
missing_set = set(hh_range(caches, chunk_start, chunk_finish))
|
|
76
|
+
if era.mop_contract == contract:
|
|
77
|
+
account = era.mop_account
|
|
78
|
+
elif era.dc_contract == contract:
|
|
79
|
+
account = era.dc_account
|
|
80
|
+
elif era.imp_supplier_contract == contract:
|
|
81
|
+
account = era.imp_supplier_account
|
|
82
|
+
elif era.imp_supplier_contract == contract:
|
|
83
|
+
account = era.exp_supplier_account
|
|
84
|
+
|
|
85
|
+
try:
|
|
86
|
+
account_missing_set = missing_account[account]
|
|
87
|
+
except KeyError:
|
|
88
|
+
account_missing_set = missing_account[account] = set(
|
|
89
|
+
account_missing_tuple
|
|
90
|
+
)
|
|
91
|
+
supply = era.supply
|
|
92
|
+
|
|
93
|
+
for bill in sess.scalars(
|
|
94
|
+
select(Bill)
|
|
95
|
+
.join(Batch)
|
|
96
|
+
.where(
|
|
97
|
+
Batch.contract == contract,
|
|
98
|
+
Bill.supply == supply,
|
|
99
|
+
Bill.start_date <= chunk_finish,
|
|
100
|
+
Bill.finish_date >= chunk_start,
|
|
101
|
+
)
|
|
102
|
+
):
|
|
103
|
+
found_set = set(
|
|
104
|
+
hh_range(caches, bill.start_date, bill.finish_date)
|
|
105
|
+
)
|
|
106
|
+
missing_set.difference_update(found_set)
|
|
107
|
+
account_missing_set.difference_update(found_set)
|
|
108
|
+
|
|
109
|
+
if len(missing_set) > 0:
|
|
110
|
+
site = era.get_physical_site(sess)
|
|
111
|
+
|
|
112
|
+
values = {
|
|
113
|
+
"contract_id": contract.id,
|
|
114
|
+
"contract_name": contract.name,
|
|
115
|
+
"month_start": month_start,
|
|
116
|
+
"month_finish": month_finish,
|
|
117
|
+
"era_id": era.id,
|
|
118
|
+
"supply_id": supply.id,
|
|
119
|
+
"imp_mpan_core": era.imp_mpan_core,
|
|
120
|
+
"exp_mpan_core": era.exp_mpan_core,
|
|
121
|
+
"site_id": site.id,
|
|
122
|
+
"site_code": site.code,
|
|
123
|
+
"site_name": site.name,
|
|
124
|
+
"account": account,
|
|
125
|
+
"market_role_code": contract.market_role.code,
|
|
126
|
+
}
|
|
127
|
+
missing_bills[era.id] = values
|
|
128
|
+
for era_id, values in missing_bills.items():
|
|
129
|
+
if len(missing_account[values["account"]]) > 0:
|
|
130
|
+
writer.writerow(csv_make_val(values[t]) for t in titles)
|
|
131
|
+
ReportRun.w_insert_row(report_run_id, "", titles, values, {})
|
|
132
|
+
|
|
133
|
+
except BaseException:
|
|
134
|
+
msg = traceback.format_exc()
|
|
135
|
+
print(msg)
|
|
136
|
+
if writer is not None:
|
|
137
|
+
writer.writerow([msg])
|
|
138
|
+
finally:
|
|
139
|
+
ReportRun.w_update(report_run_id, "finished")
|
|
140
|
+
if f is not None:
|
|
141
|
+
f.close()
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
def do_get(sess):
|
|
145
|
+
contract_id = req_int("contract_id")
|
|
146
|
+
months = req_int("months")
|
|
147
|
+
finish_date = req_date("finish", resolution="month")
|
|
148
|
+
report_run = ReportRun.insert(
|
|
149
|
+
sess,
|
|
150
|
+
"missing_e_bills",
|
|
151
|
+
g.user,
|
|
152
|
+
"missing_e_bills",
|
|
153
|
+
{},
|
|
154
|
+
)
|
|
155
|
+
sess.commit()
|
|
156
|
+
args = g.user.id, report_run.id, contract_id, months, finish_date
|
|
157
|
+
threading.Thread(target=content, args=args).start()
|
|
158
|
+
return redirect(f"/report_runs/{report_run.id}", 303)
|
|
@@ -97,7 +97,18 @@
|
|
|
97
97
|
<input type="submit" value="Download">
|
|
98
98
|
</fieldset>
|
|
99
99
|
</form>
|
|
100
|
-
|
|
100
|
+
|
|
101
|
+
<form action="/reports/missing_bills">
|
|
102
|
+
<fieldset>
|
|
103
|
+
<legend>Download Missing Bills</legend>
|
|
104
|
+
<input type="hidden" name="contract_id" value="{{dc_contract.id}}">
|
|
105
|
+
|
|
106
|
+
<label>Months</label> <input name="months" value="1" maxlength="2" size="2">
|
|
107
|
+
<label>Last Month</label> {{input_date('finish', last_month_finish, 'month')}}
|
|
108
|
+
<input type="submit" value="Download">
|
|
109
|
+
</fieldset>
|
|
110
|
+
</form>
|
|
111
|
+
|
|
101
112
|
<h3>Script</h3>
|
|
102
113
|
|
|
103
114
|
<pre>{{dc_contract.charge_script}}</pre>
|
|
@@ -76,6 +76,17 @@
|
|
|
76
76
|
<input type="submit" value="Download"/>
|
|
77
77
|
</fieldset>
|
|
78
78
|
</form>
|
|
79
|
+
|
|
80
|
+
<form action="/reports/missing_bills">
|
|
81
|
+
<fieldset>
|
|
82
|
+
<legend>Download Missing Bills</legend>
|
|
83
|
+
<input type="hidden" name="contract_id" value="{{contract.id}}">
|
|
84
|
+
|
|
85
|
+
<label>Months</label> <input name="months" value="1" maxlength="2" size="2">
|
|
86
|
+
<label>Last Month</label> {{input_date('finish', last_month_finish, 'month')}}
|
|
87
|
+
<input type="submit" value="Download">
|
|
88
|
+
</fieldset>
|
|
89
|
+
</form>
|
|
79
90
|
<br>
|
|
80
91
|
<h2>Script</h2>
|
|
81
92
|
<pre>{{contract.charge_script}}</pre>
|
{chellow-1744710468.0.0 → chellow-1745313690.0.0}/chellow/templates/e/supplier_contract.html
RENAMED
|
@@ -97,6 +97,17 @@
|
|
|
97
97
|
</fieldset>
|
|
98
98
|
</form>
|
|
99
99
|
|
|
100
|
+
<form action="/reports/missing_bills">
|
|
101
|
+
<fieldset>
|
|
102
|
+
<legend>Download Missing Bills</legend>
|
|
103
|
+
<input type="hidden" name="contract_id" value="{{contract.id}}">
|
|
104
|
+
|
|
105
|
+
<label>Months</label> <input name="months" value="1" maxlength="2" size="2">
|
|
106
|
+
<label>Last Month</label> {{input_date('finish', month_finish, 'month')}}
|
|
107
|
+
<input type="submit" value="Download">
|
|
108
|
+
</fieldset>
|
|
109
|
+
</form>
|
|
110
|
+
|
|
100
111
|
<h2>Script</h2>
|
|
101
112
|
|
|
102
113
|
<pre>{{contract.charge_script}}</pre>
|