chellow 1715858374.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.
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/PKG-INFO +1 -1
- chellow-1715955542.0.0/VERSION +1 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/edi_lib.py +27 -20
- chellow-1715955542.0.0/chellow/gas/bill_parser_edi.py +403 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/gas/bill_parser_engie_edi.py +4 -2
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/gas/views.py +10 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/reports/report_233.py +13 -9
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/channel_snags.html +2 -1
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/g/bill_import.html +22 -16
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/views.py +13 -15
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/reports/test_report_233.py +4 -3
- chellow-1715858374.0.0/VERSION +0 -1
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/.ebextensions/chellow.config +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/.github/workflows/chellow.yml +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/.gitignore +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/README.md +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/application.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/bin/chellow_service_monitor.sh +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/bin/chellow_start.sh +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/__init__.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/api.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/bank_holidays.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/commands.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/dloads.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/e/__init__.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/e/aahedc.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/e/bill_importer.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/e/bill_parsers/__init__.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/e/bill_parsers/activity_mop_stark_xlsx.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/e/bill_parsers/annual_mop_stark_xlsx.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/e/bill_parsers/bgb_edi.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/e/bill_parsers/csv.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/e/bill_parsers/engie_edi.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/e/bill_parsers/engie_xls.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/e/bill_parsers/engie_xlsx.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/e/bill_parsers/gdf_csv.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/e/bill_parsers/haven_csv.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/e/bill_parsers/haven_edi.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/e/bill_parsers/haven_edi_tprs.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/e/bill_parsers/mm.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/e/bill_parsers/nonsettlement_dc_stark_xlsx.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/e/bill_parsers/settlement_dc_stark_xlsx.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/e/bill_parsers/sse_edi.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/e/bill_parsers/sww_xls.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/e/bmarketidx.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/e/bsuos.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/e/ccl.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/e/cfd.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/e/computer.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/e/dno_rate_parser.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/e/duos.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/e/elexon.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/e/energy_management.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/e/hh_importer.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/e/hh_parser_bg_csv.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/e/hh_parser_df2.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/e/hh_parser_simple_csv.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/e/laf_import.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/e/lcc.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/e/mdd_importer.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/e/rcrc.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/e/ro.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/e/scenario.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/e/system_price.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/e/tlms.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/e/tnuos.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/e/triad.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/e/views.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/gas/bill_import.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/gas/bill_parser_csv.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/gas/ccl.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/gas/cv.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/gas/dn_rate_parser.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/gas/engine.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/gas/transportation.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/general_import.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/models.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/national_grid.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/proxy.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/rate_server.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/reports/__init__.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/reports/report_109.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/reports/report_111.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/reports/report_169.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/reports/report_181.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/reports/report_183.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/reports/report_187.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/reports/report_219.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/reports/report_231.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/reports/report_241.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/reports/report_247.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/reports/report_29.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/reports/report_291.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/reports/report_33.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/reports/report_387.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/reports/report_41.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/reports/report_429.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/reports/report_59.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/reports/report_81.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/reports/report_87.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/reports/report_asset_comparison.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/reports/report_batches.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/reports/report_bills.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/reports/report_csv_llfcs.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/reports/report_csv_site_hh_data.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/reports/report_csv_site_snags.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/reports/report_ecoes_comparison.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/reports/report_g_monthly_duration.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/reports/report_g_supplies_snapshot.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/reports/report_g_supply_virtual_bill.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/reports/report_g_virtual_bills.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/reports/report_g_virtual_bills_hh.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/reports/report_sscs.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/reports/report_supply_contacts.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/static/css/chellow.css +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/static/images/favicon.svg +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/static/images/favicon_test.svg +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/static/images/logo.png +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/static/js/htmx.min.js +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/403.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/base.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/bill_type.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/bill_types.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/chain.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/csv_sites_monthly_duration.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/downloads.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/asset_comparison.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/channel.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/channel_add.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/channel_edit.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/channel_snag.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/channel_snag_edit.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/comm.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/comms.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/cop.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/cops.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/csv_bills.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/csv_register_reads.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/csv_sites_hh_data.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/csv_sites_triad.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/csv_supplies_hh_data.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/csv_supplies_snapshot.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/csv_supplies_triad.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_auto_importer.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_batch.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_batch_add.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_batch_edit.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_batch_file.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_batch_file_edit.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_batch_upload_file.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_batches.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_bill.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_bill_add.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_bill_edit.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_bill_import.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_bill_imports.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_contract.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_contract_edit.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_contract_hh_import.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_contract_hh_imports.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_contract_properties.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_contract_properties_edit.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_contracts.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_contracts_add.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_rate_script.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_rate_script_add.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dc_rate_script_edit.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dno.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dno_rate_script.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dno_rate_script_add.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dno_rate_script_edit.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dnos.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dtc_meter_type.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/dtc_meter_types.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/duration_report.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/elexon.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/em_hh_data.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/em_months.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/em_site.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/em_totals.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/energisation_status.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/energisation_statuses.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/era_edit.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/era_edit_form.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/era_supplier_bill_add.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/generator_type.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/generator_types.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/gsp_group.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/gsp_groups.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/hh_datum_edit.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/lafs.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/lcc.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/llfc.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/llfc_edit.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/llfcs.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/market_role.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/market_roles.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/meter_payment_type.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/meter_payment_types.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/meter_type.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/meter_types.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mop_batch.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mop_batch_add.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mop_batch_edit.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mop_batch_file.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mop_batch_file_edit.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mop_batch_upload_file.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mop_batches.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mop_bill.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mop_bill_add.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mop_bill_edit.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mop_bill_import.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mop_bill_imports.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mop_contract.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mop_contract_add.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mop_contract_edit.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mop_contracts.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mop_rate_script.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mop_rate_script_add.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mop_rate_script_edit.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mtc.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mtc_llfc.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mtc_llfc_ssc.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mtc_llfc_ssc_pc.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mtc_llfc_ssc_pcs.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mtc_llfc_sscs.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mtc_llfcs.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mtc_participant.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mtc_participants.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mtc_ssc.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mtc_sscs.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/mtcs.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/ods_monthly_duration.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/participant.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/participants.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/parties.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/party.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/pc.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/pcs.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/read_add.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/read_edit.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/read_type.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/read_types.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/scenario.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/scenario_add.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/scenario_docs.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/scenario_edit.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/scenarios.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/site_add_e_supply.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/site_add_e_supply_form.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/site_hh_data.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/site_site_snags.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/site_snag.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/site_snag_edit.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/site_snags.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/site_snags_edit.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/source.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/sources.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/ssc.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/sscs.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supplier_batch.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supplier_batch_add.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supplier_batch_edit.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supplier_batch_file.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supplier_batch_file_add.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supplier_batch_file_edit.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supplier_batch_upload_file.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supplier_batches.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supplier_bill.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supplier_bill_add.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supplier_bill_edit.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supplier_bill_import.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supplier_bill_imports.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supplier_contract.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supplier_contract_add.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supplier_contract_edit.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supplier_contracts.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supplier_rate_script.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supplier_rate_script_add.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supplier_rate_script_edit.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supply.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supply_edit.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supply_eras.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supply_hh_data.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supply_months.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supply_note_add.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supply_note_edit.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supply_notes.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supply_post.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/supply_virtual_bill.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/tpr.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/e/tprs.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/edi_viewer.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/g/batch.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/g/batch_add.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/g/batch_edit.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/g/batches.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/g/bill.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/g/bill_add.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/g/bill_edit.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/g/bill_imports.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/g/dn.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/g/dns.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/g/era_edit.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/g/exit_zone.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/g/industry_auto_importer.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/g/industry_contract.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/g/industry_contract_add.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/g/industry_contract_edit.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/g/industry_contracts.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/g/industry_rate_script.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/g/industry_rate_script_add.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/g/industry_rate_script_edit.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/g/ldz.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/g/read_add.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/g/read_edit.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/g/read_type.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/g/read_types.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/g/reading_frequencies.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/g/reading_frequency.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/g/reports.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/g/supplier_contract.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/g/supplier_contract_add.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/g/supplier_contract_edit.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/g/supplier_contracts.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/g/supplier_rate_script.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/g/supplier_rate_script_add.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/g/supplier_rate_script_edit.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/g/supplies.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/g/supply.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/g/supply_edit.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/g/supply_note_add.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/g/supply_note_edit.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/g/supply_notes.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/g/unit.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/g/units.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/general_import.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/general_imports.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/home.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/input_date.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/local_report.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/local_reports.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/macros.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/national_grid.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/non_core_auto_importer.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/non_core_contract.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/non_core_contract_edit.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/non_core_contracts.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/non_core_rate_script.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/non_core_rate_script_add.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/non_core_rate_script_edit.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/object_summary.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/rate_server.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/report_run.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/report_run_asset_comparison.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/report_run_bill_check.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/report_run_ecoes_comparison.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/report_run_row.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/report_run_row_bill_check.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/report_run_supply_contacts.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/report_runs.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/site.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/site_add.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/site_edit.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/site_gen_graph.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/site_hh_data.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/site_months.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/site_used_graph.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/sites.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/supplies.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/system.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/tester.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/user.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/user_roles.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/templates/users.html +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/testing.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/chellow/utils.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/gpl.txt +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/pyproject.toml +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/requirements.txt +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/setup.cfg +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/systemd/chellow.service +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/systemd/chellow_upgrader.service +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/systemd/chellow_upgrader.timer +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/conftest.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/e/bill_parsers/test_activity_mop_stark_xlsx.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/e/bill_parsers/test_annual_mop_stark_xlsx.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/e/bill_parsers/test_bill_parser_csv.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/e/bill_parsers/test_bill_parser_engie_edi.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/e/bill_parsers/test_bill_parser_engie_xls.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/e/bill_parsers/test_bill_parser_engie_xlsx.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/e/bill_parsers/test_bill_parser_haven_csv.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/e/bill_parsers/test_bill_parser_haven_edi.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/e/bill_parsers/test_bill_parser_haven_edi_tprs.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/e/bill_parsers/test_bill_parser_nonsettlement_dc_stark_xlsx/bills.nonsettlement.dc.stark.xlsx +0 -0
- {chellow-1715858374.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
- {chellow-1715858374.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
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/e/bill_parsers/test_bill_parser_settlement_dc_stark_xlsx/bills.settlement.dc.stark.xlsx +0 -0
- {chellow-1715858374.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
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/e/bill_parsers/test_bill_parser_sse_edi.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/e/bill_parsers/test_bill_parser_sww_xls.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/e/system_price/prices.xls +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/e/system_price/test_system_price.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/e/test_aahedc.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/e/test_bill_importer.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/e/test_bsuos.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/e/test_ccl.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/e/test_cfd.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/e/test_computer.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/e/test_dno_rate_parser.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/e/test_duos.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/e/test_e_views.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/e/test_hh_importer.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/e/test_hh_parser_df2.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/e/test_laf_importer.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/e/test_mdd_importer.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/e/test_rcrc_importer.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/e/test_ro.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/e/test_scenario.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/e/test_tlms.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/e/test_tnuos.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/e/test_triad.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/gas/bill_parsers/test_g_bill_parser_engie_edi.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/gas/test_dn_rate_parser.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/gas/test_engine.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/gas/test_g_cv.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/gas/test_gas_views.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/gas/test_transportation.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/reports/test_g_monthly_duration.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/reports/test_g_supplies_snapshot.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/reports/test_g_supply_virtual_bill.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/reports/test_g_virtual_bills.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/reports/test_g_virtual_bills_hh.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/reports/test_report_109.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/reports/test_report_111.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/reports/test_report_169.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/reports/test_report_181.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/reports/test_report_183.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/reports/test_report_187.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/reports/test_report_219.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/reports/test_report_231.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/reports/test_report_241.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/reports/test_report_247.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/reports/test_report_29.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/reports/test_report_291.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/reports/test_report_33.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/reports/test_report_387.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/reports/test_report_41.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/reports/test_report_429.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/reports/test_report_59.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/reports/test_report_81.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/reports/test_report_87.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/reports/test_report_asset_comparison.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/reports/test_report_batches.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/reports/test_report_bills.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/reports/test_report_csv_llfcs.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/reports/test_report_csv_site_hh_data.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/reports/test_report_csv_site_snags.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/reports/test_report_dno_vl_parser.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/reports/test_report_ecoes_comparison.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/reports/test_report_sscs.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/reports/test_report_supply_contacts.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/test_chellow.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/test_dloads.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/test_edi_viewer.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/test_general_import.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/test_models.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/test_rate_server.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/test_testing.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/test_utils.py +0 -0
- {chellow-1715858374.0.0 → chellow-1715955542.0.0}/test/test_views.py +0 -0
- {chellow-1715858374.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:
|
|
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
|
-
|
|
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.
|
|
29
|
+
self.line = next(self.line_iterator).strip()
|
|
19
30
|
self.line_number += 1
|
|
20
31
|
|
|
21
|
-
|
|
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.
|
|
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
|
|
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
|
-
|
|
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
|
-
|
|
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
|
|
|
@@ -7,7 +7,7 @@ from dateutil.relativedelta import relativedelta
|
|
|
7
7
|
|
|
8
8
|
from flask import g
|
|
9
9
|
|
|
10
|
-
from sqlalchemy.sql.expression import true
|
|
10
|
+
from sqlalchemy.sql.expression import false, select, true
|
|
11
11
|
|
|
12
12
|
from chellow.dloads import open_file
|
|
13
13
|
from chellow.models import (
|
|
@@ -21,11 +21,11 @@ from chellow.models import (
|
|
|
21
21
|
Supply,
|
|
22
22
|
User,
|
|
23
23
|
)
|
|
24
|
-
from chellow.utils import csv_make_val, hh_before, req_int, utc_datetime_now
|
|
24
|
+
from chellow.utils import csv_make_val, hh_before, req_bool, req_int, utc_datetime_now
|
|
25
25
|
from chellow.views import chellow_redirect
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
def content(contract_id, days_hidden, user_id):
|
|
28
|
+
def content(contract_id, days_hidden, is_ignored, user_id):
|
|
29
29
|
f = writer = None
|
|
30
30
|
try:
|
|
31
31
|
with Session() as sess:
|
|
@@ -54,15 +54,14 @@ def content(contract_id, days_hidden, user_id):
|
|
|
54
54
|
|
|
55
55
|
now = utc_datetime_now()
|
|
56
56
|
cutoff_date = now - relativedelta(days=days_hidden)
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
sess.query(Snag, Channel, Era, Supply, SiteEra, Site)
|
|
57
|
+
q = (
|
|
58
|
+
select(Snag, Channel, Era, Supply, SiteEra, Site)
|
|
60
59
|
.join(Channel, Snag.channel_id == Channel.id)
|
|
61
60
|
.join(Era, Channel.era_id == Era.id)
|
|
62
61
|
.join(Supply, Era.supply_id == Supply.id)
|
|
63
62
|
.join(SiteEra, Era.site_eras)
|
|
64
63
|
.join(Site, SiteEra.site_id == Site.id)
|
|
65
|
-
.
|
|
64
|
+
.where(
|
|
66
65
|
SiteEra.is_physical == true(),
|
|
67
66
|
Era.dc_contract == contract,
|
|
68
67
|
Snag.start_date < cutoff_date,
|
|
@@ -76,7 +75,11 @@ def content(contract_id, days_hidden, user_id):
|
|
|
76
75
|
Snag.start_date,
|
|
77
76
|
Snag.id,
|
|
78
77
|
)
|
|
79
|
-
)
|
|
78
|
+
)
|
|
79
|
+
if not is_ignored:
|
|
80
|
+
q = q.where(Snag.is_ignored == false())
|
|
81
|
+
|
|
82
|
+
for snag, channel, era, supply, site_era, site in sess.execute(q):
|
|
80
83
|
snag_start = snag.start_date
|
|
81
84
|
snag_finish = snag.finish_date
|
|
82
85
|
imp_mc = "" if era.imp_mpan_core is None else era.imp_mpan_core
|
|
@@ -123,7 +126,8 @@ def content(contract_id, days_hidden, user_id):
|
|
|
123
126
|
def do_get(sess):
|
|
124
127
|
contract_id = req_int("dc_contract_id")
|
|
125
128
|
days_hidden = req_int("days_hidden")
|
|
129
|
+
is_ignored = req_bool("is_ignored")
|
|
126
130
|
|
|
127
|
-
args = contract_id, days_hidden, g.user.id
|
|
131
|
+
args = contract_id, days_hidden, is_ignored, g.user.id
|
|
128
132
|
threading.Thread(target=content, args=args).start()
|
|
129
133
|
return chellow_redirect("/downloads", 303)
|
|
@@ -17,7 +17,8 @@
|
|
|
17
17
|
<legend>Download CSV</legend>
|
|
18
18
|
<input type="hidden" name="dc_contract_id" value="{{contract.id}}">
|
|
19
19
|
<label>Hide snags < days old</label>
|
|
20
|
-
|
|
20
|
+
{{input_text('days_hidden', '0', 3, 3)}}
|
|
21
|
+
<label>Include ignored snags</label> {{input_checkbox('is_ignored', False)}}
|
|
21
22
|
<input type="submit" value="Download">
|
|
22
23
|
</fieldset>
|
|
23
24
|
</form>
|
|
@@ -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
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
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
|
-
{
|
|
82
|
-
|
|
83
|
-
{
|
|
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 %}
|