chellow 1761645803.0.0__py3-none-any.whl → 1761654237.0.0__py3-none-any.whl
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/e/views.py +2 -1
- chellow/reports/report_169.py +2 -1
- {chellow-1761645803.0.0.dist-info → chellow-1761654237.0.0.dist-info}/METADATA +1 -1
- {chellow-1761645803.0.0.dist-info → chellow-1761654237.0.0.dist-info}/RECORD +5 -5
- {chellow-1761645803.0.0.dist-info → chellow-1761654237.0.0.dist-info}/WHEEL +0 -0
chellow/e/views.py
CHANGED
|
@@ -104,6 +104,7 @@ from chellow.utils import (
|
|
|
104
104
|
hh_range,
|
|
105
105
|
parse_hh_start,
|
|
106
106
|
parse_mpan_core,
|
|
107
|
+
req_bool,
|
|
107
108
|
req_checkbox,
|
|
108
109
|
req_date,
|
|
109
110
|
req_decimal,
|
|
@@ -6211,7 +6212,7 @@ def supply_get(supply_id):
|
|
|
6211
6212
|
def supply_months_get(supply_id):
|
|
6212
6213
|
supply = Supply.get_by_id(g.sess, supply_id)
|
|
6213
6214
|
|
|
6214
|
-
is_import =
|
|
6215
|
+
is_import = req_bool("is_import")
|
|
6215
6216
|
year = req_int("year")
|
|
6216
6217
|
years = req_int("years")
|
|
6217
6218
|
|
chellow/reports/report_169.py
CHANGED
|
@@ -16,6 +16,7 @@ from chellow.utils import (
|
|
|
16
16
|
ct_datetime,
|
|
17
17
|
hh_range,
|
|
18
18
|
parse_mpan_core,
|
|
19
|
+
req_bool,
|
|
19
20
|
req_checkbox,
|
|
20
21
|
req_date,
|
|
21
22
|
req_int,
|
|
@@ -249,7 +250,7 @@ def handle_request(mpan_cores=None):
|
|
|
249
250
|
|
|
250
251
|
finish_date = to_utc(ct_datetime(finish_year, finish_month, finish_day, 23, 30))
|
|
251
252
|
|
|
252
|
-
imp_related =
|
|
253
|
+
imp_related = req_bool("imp_related")
|
|
253
254
|
channel_type = req_str("channel_type")
|
|
254
255
|
is_zipped = req_checkbox("is_zipped")
|
|
255
256
|
supply_id = req_int("supply_id") if "supply_id" in request.values else None
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: chellow
|
|
3
|
-
Version:
|
|
3
|
+
Version: 1761654237.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)
|
|
@@ -44,7 +44,7 @@ chellow/e/system_price.py,sha256=6w5J7bzwFAZubE2zdOFRiS8IIrVP8hkoIOaG2yCt-Ic,623
|
|
|
44
44
|
chellow/e/tlms.py,sha256=pyL32hPiYd09FbpXVMnBjHsWFEQHs-Az945V7EShGiY,9116
|
|
45
45
|
chellow/e/tnuos.py,sha256=NBmc-f3oezrl4gviAKobljHfICTpBKxxxEGBGJi_lRk,4927
|
|
46
46
|
chellow/e/triad.py,sha256=uQIngSrz8irBXQ0Rp_s8nAUzu-y2Ms7aj4B38_Ff8y8,13720
|
|
47
|
-
chellow/e/views.py,sha256=
|
|
47
|
+
chellow/e/views.py,sha256=S3edIBtYIBbBXmiWOgJnNZRIYJQSB5Z5WX2KP6vtmoU,235266
|
|
48
48
|
chellow/e/bill_parsers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
49
49
|
chellow/e/bill_parsers/activity_mop_stark_xlsx.py,sha256=hcbjxqLOe7qkDjS7enCpmfyGwm3d-pq3u5VQIaUmVTw,3796
|
|
50
50
|
chellow/e/bill_parsers/annual_mop_stark_xlsx.py,sha256=yoEGQS0qcrv3TWFfxELIIi8f1CyKcIzh0xVaPoz2w2s,4191
|
|
@@ -79,7 +79,7 @@ chellow/gas/views.py,sha256=Yt4-T9oBDaoMHUMhR_pQhqGvX9X-kS_xABpTGisNmAY,59749
|
|
|
79
79
|
chellow/reports/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
80
80
|
chellow/reports/report_109.py,sha256=Exb-FQ5f70-ier_h15CgHGysQ7vJ7k3gFZ1001zM3iM,11171
|
|
81
81
|
chellow/reports/report_111.py,sha256=KQk8nh7lAKw9vEf5WTjtZqYwkAAM-OBjnW7pvT0jgEY,26492
|
|
82
|
-
chellow/reports/report_169.py,sha256=
|
|
82
|
+
chellow/reports/report_169.py,sha256=yASt5HRhVkGHO-yQE8gu3bnMut0F8ePRe0w64rZTM6A,9268
|
|
83
83
|
chellow/reports/report_181.py,sha256=ypfYWYVNC1X2fMlJyDzwNiNTTRrpPW49DirXE_xDKa0,4958
|
|
84
84
|
chellow/reports/report_183.py,sha256=fGONpKEIXTqIT_3dE5jZKBIesWPgLq-chHO6X22dIv0,8768
|
|
85
85
|
chellow/reports/report_187.py,sha256=RCvxDnkfRu7ocKUPEX0qtVphGOBEl9RULy790uteXcQ,9915
|
|
@@ -400,6 +400,6 @@ chellow/templates/g/supply_notes.html,sha256=6epNmZ3NKdXZz27fvmRUGeffg_oc1kmwuBe
|
|
|
400
400
|
chellow/templates/g/unit.html,sha256=KouNVU0-i84afANkLQ_heJ0uDfJ9H5A05PuLqb8iCN8,438
|
|
401
401
|
chellow/templates/g/units.html,sha256=p5Nd-lAIboKPEOO6N451hx1bcKxMg4BDODnZ-43MmJc,441
|
|
402
402
|
chellow/templates/reports/channel_snags.html,sha256=_aAgFgMlTkK2HuKFU8YisAIcUYfg6Hqhgyf5MZpdK8c,2629
|
|
403
|
-
chellow-
|
|
404
|
-
chellow-
|
|
405
|
-
chellow-
|
|
403
|
+
chellow-1761654237.0.0.dist-info/METADATA,sha256=w7T11Lqhx3GdztZolcHOOPR5eskDfiJlplcV-JTQ57s,12428
|
|
404
|
+
chellow-1761654237.0.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
405
|
+
chellow-1761654237.0.0.dist-info/RECORD,,
|
|
File without changes
|