@extends('admin/layouts/default') {{-- Page title --}} @section('title') Waterfall @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content') Waterfall @if(\App\Models\Role_Permission::hasExportPermission()) Export @endif {{----}} Clear Inputs SIMULATIONS Price (percent) get("priceInput")) value={{$request->get("priceInput")}}@else value="0" @endif oninput="this.form.price.value=this.value;ChangeToSimulation(event)" style="color:#000" class="form-control range-type-value"/> get("priceInput")) value={{$request->get("priceInput")}}@else value="0" @endif max="100" class="form-control range-type" oninput="this.form.priceInput.value=this.value" onchange="ChangeToSimulation(event)"> Quantity (percent) get("quantityInput")) value={{$request->get("quantityInput")}}@else value="0" @endif oninput="this.form.quantity.value=this.value;ChangeToSimulation(event)" style="color:#000" class="form-control range-type-value"/> get("quantityInput")) value={{$request->get("quantityInput")}}@else value="0" @endif max="100" class="form-control range-type" oninput="this.form.quantityInput.value=this.value" onchange="ChangeToSimulation(event)"> Rebate (percentage points) get("rebateInput")) value={{$request->get("rebateInput")}}@else value="0" @endif oninput="this.form.rebate.value=this.value;ChangeToSimulation(event)" style="color:#000" class="form-control range-type-value"/> get("rebateInput")) value={{$request->get("rebateInput")}}@else value="0" @endif class="form-control range-type" oninput="this.form.rebateInput.value=this.value" onchange="ChangeToSimulation(event)"> Board Costs (percent) get("paperBoardInput")) value={{$request->get("paperBoardInput")}}@else value="0" @endif oninput="this.form.paperBoard.value=this.value;ChangeToSimulation(event)" style="color:#000" class="form-control range-type-value"/> get("paperBoardInput")) value={{$request->get("paperBoardInput")}}@else value="0" @endif class="form-control range-type" oninput="this.form.paperBoardInput.value=this.value" onchange="ChangeToSimulation(event)"> @include("admin.layouts.impact.visualization", ["name" => $visualizationLabel, "required" => $visualizationRequired, "visualizationValues" => $visualizationValues, "visualizationNames" => $visualizationNames]) Show get("show") == "original") selected="selected" @endif> ORIGINAL get("show") == "simulation") selected="selected" @endif>SIMULATION @include("admin.layouts.impact.dateRange", ["labelFrom" => "date-from", "labelTo" => "date-to", "name" => "Date Range", "requiredFrom" => "", "requiredTo" => ""]) FILTERS @include("admin.layouts.impact.filters" , ["dataset"=> ""]) Submit @if($original == 1) Waterfall Chart @include('admin.display_date_range') @else Waterfall Chart @if(\App\Models\Role_Permission::hasExportPermission()) Export @endif Simulation @endif Waterfall Table Position Original Value @if($original == 0) Simulated Value Deviation @endif