@extends('admin.layouts.default') @section('content')

Forecast Edit

{{--
--}} {{--
--}} {{-- EDIT--}} {{--
--}} {{--
--}} {{--
--}} {{-- Lock Sales/Qty--}} {{--
--}} {{--
--}} {{--
--}}
Action
RESET FORECAST
Entity ID Plant Name Customer No Customer Name Market Segment L2 Market Segment L1 Market Segment Flex Country Region Global Region Product Group 1 Product Group 2 Product Group 3 Product Group 4 Product Group 5 Product Group 6 Sales Responsible
@{{forecast.Entity_ID}} @{{forecast.Plant_Name}} @{{forecast.Customer_Sold_To_ID}} @{{forecast.Sold_To_Name}} @{{ forecast.Segment_Name_L2 }} @{{forecast.Segment_Name_L1}} @{{forecast.Segment_Name_Flex}} @{{forecast.Sold_To_Country_ID}} @{{forecast.Region}} @{{forecast.Global_Region}} @{{forecast.Prodh_Name_L1}} @{{forecast.Prodh_Name_L2}} @{{forecast.Prodh_Name_L3}} @{{forecast.Prodh_Name_L4}} @{{forecast.Prodh_Name_L5}} @{{forecast.Prodh_Name_L6}} @{{forecast.Sales_Representative_Name}}
@{{ displayedMonth }}
Gross Sales
@{{ grossSale.value }}
Net Sales {{-- --}}
@{{ netSale.value }}
Sales Price/kQty
@{{ price.value }}
QTY_KG
@{{ qty_kg.value }}
QTY_SQM
@{{ qty_sqm.value }}
QTY_PCs
@{{ qty_pcs.value }}
SAVE
SAVE & RETURN
SAVE & NEXT
@{{ notification }}

WARNING

This will reset the data in the database

Are you sure you want to proceed?

@endsection @section('footer_scripts') @endsection