chellow 1713259114.0.0__py3-none-any.whl → 1713268896.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 CHANGED
@@ -420,7 +420,7 @@ def channel_snag_edit_post(snag_id):
420
420
 
421
421
  @e.route("/comms")
422
422
  def comms_get():
423
- comms = g.sess.execute(select(Cop).order_by(Cop.code)).scalars()
423
+ comms = g.sess.execute(select(Comm).order_by(Comm.code)).scalars()
424
424
  return render_template("comms.html", comms=comms)
425
425
 
426
426
 
@@ -107,6 +107,7 @@
107
107
  <li><a href="/e/sscs" title="SSCs">SSCs</a></li>
108
108
  <li><a href="/e/gsp_groups" title="GSP Groups">GSP Groups</a></li>
109
109
  <li><a href="/e/cops" title="CoPs">CoPs</a></li>
110
+ <li><a href="/e/comms" title="Comms">Comms</a></li>
110
111
  <li><a href="/bill_types" title="Bill Types">Bill Types</a></li>
111
112
  <li><a href="/e/read_types" title="Read Types">Read Types</a></li>
112
113
  <li>
@@ -5,7 +5,7 @@
5
5
  {% endblock %}
6
6
 
7
7
  {% block nav %}
8
- <a href="/comms">Comms</a> &raquo; {{comms.description}}
8
+ <a href="/e/comms">Comms</a> &raquo; {{comm.description}}
9
9
  {% endblock %}
10
10
 
11
11
  {% block content %}
@@ -13,11 +13,11 @@
13
13
  <table>
14
14
  <tr>
15
15
  <th>Code</th>
16
- <td>{{comms.code}}</td>
16
+ <td>{{comm.code}}</td>
17
17
  </tr>
18
18
  <tr>
19
19
  <th>Description</th>
20
- <td>{{comms.description}}</td>
20
+ <td>{{comm.description}}</td>
21
21
  </tr>
22
22
  </table>
23
23
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: chellow
3
- Version: 1713259114.0.0
3
+ Version: 1713268896.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)
@@ -38,7 +38,7 @@ chellow/e/system_price.py,sha256=3cPWohHmmBI9v7fENLBzXQkpAeC3r0s5xV29Nmr6k_E,583
38
38
  chellow/e/tlms.py,sha256=kHAy2A2d1Mma7x4GdNDyrzscJd5DpJtDBYiZEg241Dw,8538
39
39
  chellow/e/tnuos.py,sha256=KoMPJDIXfE4zwhSDuywGF1ooxjTYLVjtF7BkSFm6X24,4158
40
40
  chellow/e/triad.py,sha256=S6LEMHvUKhAZe0-yfLIRciYDZ8IKMn1jh1TmmsbQD3s,13588
41
- chellow/e/views.py,sha256=8Rmm6XuNGXACFSSX_LpomyTC4oS2-nljRlisjEyUVJ4,213975
41
+ chellow/e/views.py,sha256=ccA5ebQA8Oefwi9L71rbStvHenDMB4rhAu0iRMandLc,213977
42
42
  chellow/e/bill_parsers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
43
43
  chellow/e/bill_parsers/activity_mop_stark_xlsx.py,sha256=UgWXDPzQkQghyj_lfgBqoSJpHB-t-qOdSaB8qY6GLog,4071
44
44
  chellow/e/bill_parsers/annual_mop_stark_xlsx.py,sha256=-HMoIfa_utXYKA44RuC0Xqv3vd2HLeQU_4P0iBUd3WA,4219
@@ -106,7 +106,7 @@ chellow/static/images/favicon_test.svg,sha256=HnLS_BjNt8M0Ikko5Z-f_E2aed7y6RRU6j
106
106
  chellow/static/images/logo.png,sha256=XMW2XwukTicKVJ46E2SnbHJYh77uFLVYlwR4xN43YKg,1569
107
107
  chellow/static/js/htmx.min.js,sha256=_TRunIY51GJIk_xFXyQHoJtBgwFzbdGOu7B3ZGN_tHg,42819
108
108
  chellow/templates/403.html,sha256=49f75OKp0eS8wi2D1YBhdv7bKTNtfs6BTXZPXlxCbDs,344
109
- chellow/templates/base.html,sha256=v14n4jr4eGYG9i7IduibJKCgNLbPQrCQLCGc416SK7M,6520
109
+ chellow/templates/base.html,sha256=tilhJHj1oTB7H802TSobnuIDip9o2Ws4zJSleM3bgUM,6581
110
110
  chellow/templates/bill_type.html,sha256=dNNEaQ9ZVghLCAvxQ6IDalw0K0-BIjEQap6u1zu6TW8,402
111
111
  chellow/templates/bill_types.html,sha256=YKy6cnzzch756dlTnl01ZU0K5NVuTZtBJQV32ZphHvc,471
112
112
  chellow/templates/chain.html,sha256=iOnSoDQOO_-1tfcxUHQKDAUnV4QbCYu5PPNmS4RkOg4,775
@@ -159,7 +159,7 @@ chellow/templates/e/channel_edit.html,sha256=OUkdiS2NBQ_w4gmxRxXAcRToM5BT8DWWJrt
159
159
  chellow/templates/e/channel_snag.html,sha256=wBJ5KBfeJdAeRmaB0qu0AD9Z4nM5fn6tJ_8bNqTWtoo,1477
160
160
  chellow/templates/e/channel_snag_edit.html,sha256=sUFI4Ml3F1B35x8_t_Pz3hWuQN9Xtxr3kt4u8hdxNwY,1911
161
161
  chellow/templates/e/channel_snags.html,sha256=1dzC5FoCJ8bg6PBsQrVqGLn-DbPE2EHQklfm_pg3w0c,2899
162
- chellow/templates/e/comm.html,sha256=te-e05H2RiVXCgMOFizaL_yAmK_XZXxUUEB4Y9syymo,384
162
+ chellow/templates/e/comm.html,sha256=DSlAaDg1r4KYq9VUgDtt2lgW6apZjZvwhMujIJINmps,383
163
163
  chellow/templates/e/comms.html,sha256=bUXZePnMfpKk1E71qLGOSkx8r3GxdPPD_-MosIXXq4s,434
164
164
  chellow/templates/e/cop.html,sha256=ULv7ALFJHMUgPX96hQNm2irc3edtKYHS6fYAxvmzj8M,376
165
165
  chellow/templates/e/cops.html,sha256=2uFpVZOZtEe8fBE9NU-hElVvT_gTLk9peHNfPKW0PAY,425
@@ -363,6 +363,6 @@ chellow/templates/g/supply_note_edit.html,sha256=6UQf_qbhFDys3cVsTp-c7ABWZpggW9R
363
363
  chellow/templates/g/supply_notes.html,sha256=WR3YwGh_qqTklSJ7JqWX6BKBc9rk_jMff4RiWZiF2CM,936
364
364
  chellow/templates/g/unit.html,sha256=KouNVU0-i84afANkLQ_heJ0uDfJ9H5A05PuLqb8iCN8,438
365
365
  chellow/templates/g/units.html,sha256=p5Nd-lAIboKPEOO6N451hx1bcKxMg4BDODnZ-43MmJc,441
366
- chellow-1713259114.0.0.dist-info/METADATA,sha256=0JTJ-zEXssG25w46B8KcvxriKareIsEE-kKNQW4JvuI,12205
367
- chellow-1713259114.0.0.dist-info/WHEEL,sha256=K0BPUNF1N3kQ9olb8aVEtkObePEjdr2JOLT1N83EVws,87
368
- chellow-1713259114.0.0.dist-info/RECORD,,
366
+ chellow-1713268896.0.0.dist-info/METADATA,sha256=WJKCUej3oxzq27gZWOLH0JBzVZOal2NmaTyMmJSLcnQ,12205
367
+ chellow-1713268896.0.0.dist-info/WHEEL,sha256=K0BPUNF1N3kQ9olb8aVEtkObePEjdr2JOLT1N83EVws,87
368
+ chellow-1713268896.0.0.dist-info/RECORD,,