From 07c079e2fc3c995498638a7c67968942c59fd435 Mon Sep 17 00:00:00 2001
From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com>
Date: 星期二, 15 十月 2024 11:08:11 +0800
Subject: [PATCH] Create Forecasts.vw
---
_Main/UI/MacroPlannerWebApp/Views/Forecasts.vw | 42 ++++++++++++++++++++++++++++++++++++++++++
1 files changed, 42 insertions(+), 0 deletions(-)
diff --git a/_Main/UI/MacroPlannerWebApp/Views/Forecasts.vw b/_Main/UI/MacroPlannerWebApp/Views/Forecasts.vw
new file mode 100644
index 0000000..6d36f78
--- /dev/null
+++ b/_Main/UI/MacroPlannerWebApp/Views/Forecasts.vw
@@ -0,0 +1,42 @@
+Quintiq file version 2.0
+{
+ viewcontents
+ {
+ forms
+ {
+ form_legacy_1
+ {
+ components
+ {
+ FormForecasts_DataSetLevelSalesDemands
+ {
+ column_Differnce
+ {
+ columnId: 'Differnce'
+ dataPath: 'Differnce'
+ dataType: 'real'
+ index: 15
+ subtotals: ''
+ width: 150
+ }
+ column_Origin
+ {
+ columnId: 'Origin'
+ dataPath: 'Origin'
+ dataType: 'string'
+ index: 14
+ subtotals: ''
+ width: 150
+ }
+ sort: 'DESC:Origin'
+ }
+ }
+ }
+ }
+ }
+ formatversion: 2
+ id: 'Forecasts'
+ name: 'Forecasts'
+ isglobal: false
+ isroot: false
+}
--
Gitblit v1.9.3