diff --git a/Vue/app/src/charts/_RevRCC.vue b/Vue/app/src/charts/_RevRCC.vue index 06acd9e..05e09d9 100644 --- a/Vue/app/src/charts/_RevRCC.vue +++ b/Vue/app/src/charts/_RevRCC.vue @@ -80,7 +80,7 @@ data:grid_import_variable, }, { - name: 'Fixed Grid Import', + name: 'Daily Charge', data:grid_import_fixed, }, { diff --git a/Vue/app/src/pages/inputs/ModelParticipants.vue b/Vue/app/src/pages/inputs/ModelParticipants.vue index 15c5c4d..9967e19 100644 --- a/Vue/app/src/pages/inputs/ModelParticipants.vue +++ b/Vue/app/src/pages/inputs/ModelParticipants.vue @@ -31,7 +31,7 @@ {{ header.additional_text }} - +
Show Data
+
Remove
@@ -162,7 +163,7 @@ tariff_type_options: [ "TOU", - "TOU + Block", + // "TOU + Block", ], battery_options: [ @@ -289,6 +290,10 @@ }, methods: { + remove_row(index){ + this.input_data.table_rows.splice(index,1); + }, + auto_fill(){ if(this.input_data.selected_load_file != "" && this.input_data.selected_solar_file != ""){ var solar_profiles = this.input_data.my_options.solar_profiles_options; @@ -715,5 +720,14 @@ margin: 4vh 0 0 0; } + .remove-row-button{ + font-size: 0.7em; + background-color:$button-warning; + color:$button-text; + border-radius:4px; + cursor: pointer; + padding: 0 0.5vw 0 0.5vw; + } + \ No newline at end of file diff --git a/Vue/app/src/pages/inputs/ModelTariffs.vue b/Vue/app/src/pages/inputs/ModelTariffs.vue index 0cf8a7d..f580b0f 100644 --- a/Vue/app/src/pages/inputs/ModelTariffs.vue +++ b/Vue/app/src/pages/inputs/ModelTariffs.vue @@ -6,7 +6,7 @@
- Retail Tariffs + Retail Component
@@ -48,7 +48,7 @@
- Network Tariffs + Network Component
@@ -108,13 +108,13 @@
- Local Solar + Local Solar Component
-
+
Retail ($/kWh)
@@ -124,19 +124,22 @@
TUOS ($/kWh)
+
+ Total: {{total_solar_tariff}} +
- Central Battery + Central Battery Component
-
+
Retail ($/kWh)
@@ -147,7 +150,7 @@ TUOS ($/kWh)
- TUOS ($/kWh) + NUOS ($/kWh)
Profit ($/kWh) @@ -156,10 +159,10 @@
-
Local Solar Import
-
+
Paid to Local Solar
+
Retail ($/kWh)
@@ -170,7 +173,7 @@ TUOS ($/kWh)
- TUOS ($/kWh) + NUOS ($/kWh)
@@ -328,6 +331,11 @@ computed:{ + total_solar_tariff(){ + var total = Number(this.input_data.tariffs.local_solar.retail) + Number(this.input_data.tariffs.local_solar.tuos) + Number(this.input_data.tariffs.local_solar.duos); + return Number(total).toFixed(2); + }, + shoulder_1_times(){ return { start: this.input_data.tariffs.tou_times[0], diff --git a/Vue/app/src/pages/inputs/ModelTariffsMike.vue b/Vue/app/src/pages/inputs/ModelTariffsMike.vue index 07804bc..c56b1a8 100644 --- a/Vue/app/src/pages/inputs/ModelTariffsMike.vue +++ b/Vue/app/src/pages/inputs/ModelTariffsMike.vue @@ -5,7 +5,7 @@
- Imports + Import Component
@@ -28,7 +28,7 @@
- Solar Imports + Solar Import Component
@@ -51,7 +51,7 @@
- Exports + Export Component
@@ -73,7 +73,7 @@
- Daily Block Tariffs + Daily Block Tariff Component
@@ -120,7 +120,7 @@
- Metering Service Charges + Metering Service Charge Component
@@ -138,7 +138,7 @@
- Solar + Solar Component