-
+
+
<%# Eval("OtherItemDtmx") %>
@@ -40,4 +44,5 @@
+
diff --git a/NKC_WF/WebUserControls/cmp_OtherItemsDetail.ascx.cs b/NKC_WF/WebUserControls/cmp_OtherItemsDetail.ascx.cs
index caa90fb..689b696 100644
--- a/NKC_WF/WebUserControls/cmp_OtherItemsDetail.ascx.cs
+++ b/NKC_WF/WebUserControls/cmp_OtherItemsDetail.ascx.cs
@@ -1,4 +1,5 @@
-using System;
+using NKC_SDK;
+using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
@@ -11,7 +12,10 @@ namespace NKC_WF.WebUserControls
{
protected void Page_Load(object sender, EventArgs e)
{
-
+ if (!Page.IsPostBack)
+ {
+ currQueue = DLMan.getPrinter("PC-MACHINE-OTHERITEM");
+ }
}
protected int qrSize
{
@@ -27,5 +31,46 @@ namespace NKC_WF.WebUserControls
{
repDetail.DataBind();
}
+
+ protected void lbtPrintAll_Click(object sender, EventArgs e)
+ {
+ // chiamo stored x stampare OGNI cart del BATCH
+ var tabOtherItems = DLMan.taOtItem.GetData();
+ try
+ {
+ if (tabOtherItems != null && tabOtherItems.Count > 0)
+ {
+ foreach (var item in tabOtherItems)
+ {
+ // invio SINGOLO record in stampa
+ DLMan.stampaDoc(item.OtherItemID.ToString(), currQueue, tipoDocumento.docOtherPart, Request.UserHostName);
+ }
+ }
+ }
+ catch
+ { }
+ }
+
+ ///
+ /// Queue selezionata
+ ///
+ public string currQueue
+ {
+ get
+ {
+ return hfPrintQueue.Value;
+ }
+ set
+ {
+ hfPrintQueue.Value = value;
+ }
+ }
+ protected void lbtPrintSingle_Click(object sender, EventArgs e)
+ {
+ // ciclo per ogni item e stampo...
+ LinkButton lbt = (LinkButton)sender;
+ string idReq = lbt.CommandArgument;
+ DLMan.stampaDoc(idReq, currQueue, tipoDocumento.docOtherPart, Request.UserHostName);
+ }
}
}
\ No newline at end of file
diff --git a/NKC_WF/WebUserControls/cmp_OtherItemsDetail.ascx.designer.cs b/NKC_WF/WebUserControls/cmp_OtherItemsDetail.ascx.designer.cs
index 51cecd2..2f85bef 100644
--- a/NKC_WF/WebUserControls/cmp_OtherItemsDetail.ascx.designer.cs
+++ b/NKC_WF/WebUserControls/cmp_OtherItemsDetail.ascx.designer.cs
@@ -14,6 +14,15 @@ namespace NKC_WF.WebUserControls
public partial class cmp_OtherItemsDetail
{
+ ///
+ /// Controllo lbtPrintAll.
+ ///
+ ///
+ /// Campo generato automaticamente.
+ /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
+ ///
+ protected global::System.Web.UI.WebControls.LinkButton lbtPrintAll;
+
///
/// Controllo ddlQrSize.
///
@@ -40,5 +49,14 @@ namespace NKC_WF.WebUserControls
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
///
protected global::System.Web.UI.WebControls.ObjectDataSource ods;
+
+ ///
+ /// Controllo hfPrintQueue.
+ ///
+ ///
+ /// Campo generato automaticamente.
+ /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
+ ///
+ protected global::System.Web.UI.WebControls.HiddenField hfPrintQueue;
}
}
diff --git a/ReportProject/Sauder.sln b/ReportProject/Sauder.sln
new file mode 100644
index 0000000..7c769a5
--- /dev/null
+++ b/ReportProject/Sauder.sln
@@ -0,0 +1,25 @@
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual Studio 2010
+Project("{F14B399A-7131-4C87-9E4B-1186C45EF12D}") = "Sauder", "Sauder\Sauder.rptproj", "{9DA688EC-871A-4E5D-AE0F-58511E603550}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Default = Debug|Default
+ DebugLocal|Default = DebugLocal|Default
+ Release|Default = Release|Default
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {9DA688EC-871A-4E5D-AE0F-58511E603550}.Debug|Default.ActiveCfg = Debug
+ {9DA688EC-871A-4E5D-AE0F-58511E603550}.Debug|Default.Build.0 = DebugLocal
+ {9DA688EC-871A-4E5D-AE0F-58511E603550}.Debug|Default.Deploy.0 = DebugLocal
+ {9DA688EC-871A-4E5D-AE0F-58511E603550}.DebugLocal|Default.ActiveCfg = DebugLocal
+ {9DA688EC-871A-4E5D-AE0F-58511E603550}.DebugLocal|Default.Build.0 = DebugLocal
+ {9DA688EC-871A-4E5D-AE0F-58511E603550}.Release|Default.ActiveCfg = Release
+ {9DA688EC-871A-4E5D-AE0F-58511E603550}.Release|Default.Build.0 = Release
+ {9DA688EC-871A-4E5D-AE0F-58511E603550}.Release|Default.Deploy.0 = Release
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
diff --git a/ReportProject/Sauder/118145.png b/ReportProject/Sauder/118145.png
new file mode 100644
index 0000000..509cc3e
Binary files /dev/null and b/ReportProject/Sauder/118145.png differ
diff --git a/ReportProject/Sauder/119752.png b/ReportProject/Sauder/119752.png
new file mode 100644
index 0000000..ccc77fd
Binary files /dev/null and b/ReportProject/Sauder/119752.png differ
diff --git a/ReportProject/Sauder/128043.png b/ReportProject/Sauder/128043.png
new file mode 100644
index 0000000..509cc3e
Binary files /dev/null and b/ReportProject/Sauder/128043.png differ
diff --git a/ReportProject/Sauder/Bin.rdl b/ReportProject/Sauder/Bin.rdl
new file mode 100644
index 0000000..d5faad0
--- /dev/null
+++ b/ReportProject/Sauder/Bin.rdl
@@ -0,0 +1,460 @@
+
+
+
+
+
+
+
+
+ 7.37604in
+
+
+
+
+ 8.86829in
+
+
+
+
+
+
+ External
+ =Fields!PathImageFull.Value & First(Fields!ItemExtCode.Value, "stp_prt_Bin") & ".png"
+ FitProportional
+ 3.6in
+ 132mm
+ 187mm
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+
+ =First(Fields!BinIndexChar.Value)
+
+
+
+
+
+
+ BinIndexChar
+ 0.45297cm
+ 1.7086in
+ 2.27083in
+
+
+ Top
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+
+
+ true
+ true
+
+
+
+
+ =First(Fields!BinDtmxRich.Value)
+
+
+
+
+
+
+ BinDtmxRich
+ 0.04041in
+ 0.25in
+ 2.97049in
+
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+ true
+ true
+
+
+
+
+ =First(Fields!ItemExtCode.Value)
+
+
+
+
+
+
+ BinDtmxProc
+ 0.42956in
+ 0.25in
+ 2.97049in
+ 1
+
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+ true
+ true
+
+
+
+
+ =First(Fields!TotItem.Value)
+
+
+
+
+
+
+ BinDtmxProc
+ 0.8187in
+ 0.25in
+ 2.97049in
+ 2
+
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+ true
+ true
+
+
+
+
+ =First(Fields!ItemDesc.Value)
+
+
+
+
+
+
+ BinDtmxProc
+ 1.20784in
+ 0.25in
+ 2.97049in
+ 3
+
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+ true
+ 0.17833in
+ 2.40278in
+ 1.7086in
+ 2.97049in
+ 1
+
+
+
+
+
+ External
+ =Replace(Fields!QRCodeBaseUrl.Value.ToString(),"QRCODEVALUE",Fields!BinDtmxRich.Value.ToString())
+
+' la stringa nel Campo è https://qrcode.steamware.net/HOME/QR_site/JSON?val={'baseUrl':'{0}','parameters':\['QRCODEVALUE'\]}
+' dove la \ prima della [ serve perchè è una stringa quindi si trasforma poi in
+' https://qrcode.steamware.net/HOME/QR_site/JSON?val={'baseUrl':'{0}','parameters':['QRCODEVALUE']}
+
+
+'https://qrcode.steamware.net/HOME/QR_site/JSON?val={'baseUrl':'http://10.74.82.219/StockMan/STEA/Items/Details/{0}?StockItemID={0}','parameters':['VARIABILE']}
+ FitProportional
+ 0.41131cm
+ 5.44271in
+ 1.725in
+ 1.93333in
+ 2
+
+
+
+
+
+ true
+ 0.26993in
+ 0.00001cm
+ 2.08333in
+ 7.37604in
+ 1
+
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+ 1pt
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ =Fields!ItemExtCode.Value
+
+
+ Output
+ true
+
+
+
+ stp_prt_Bin
+
+ End
+
+ 0.1343in
+ 0.00001cm
+ 8.86829in
+ 7.37604in
+
+
+
+ 9.5in
+
+
+ 7.5in
+
+ 0.5in
+ 0.5in
+ 0.5in
+ 0.5in
+
+
+ v. 1.3.1
+ 0
+
+
+ Sauder_NKC
+ None
+ 7e875094-37e0-46d4-8db0-d51955773fb0
+
+
+
+
+
+ Sauder_NKC
+
+
+ =Parameters!BinID.Value
+
+
+ =Parameters!flgPrePost.Value
+
+
+ =Parameters!PathImage.Value
+
+
+ =Parameters!QRCodeBaseUrl.Value
+
+
+ StoredProcedure
+ prt.stp_prt_Bin
+ true
+
+
+
+ flgPreOrPost
+ System.Boolean
+
+
+ BinID
+ System.Int32
+
+
+ BinIndex
+ System.Int32
+
+
+ BinIndexChar
+ System.String
+
+
+ ItemExtCode
+ System.String
+
+
+ ItemDesc
+ System.String
+
+
+ BinDtmxRich
+ System.String
+
+
+ BinDtmx
+ System.String
+
+
+ BinDtmxProc
+ System.String
+
+
+ TotItem
+ System.Int32
+
+
+ PathImageFull
+ System.String
+
+
+ QRCodeBaseUrl
+ System.String
+
+
+
+
+
+
+ String
+ true
+
+
+
+
+
+ true
+ QRCodeBaseURL:
+
+
+ Integer
+
+
+ 615
+
+
+ Bin ID
+
+
+ Boolean
+
+
+ false
+
+
+ flg Pre Post
+
+
+ String
+ true
+
+
+ file:\C:\PROGETTI\REPORTING_2008_SSTD_2010\Sauder\Sauder\
+
+
+ true
+ Path Image
+
+
+ en-US
+ true
+ Inch
+ 42b91d77-5259-4b9b-b313-695cd28dd977
+
\ No newline at end of file
diff --git a/ReportProject/Sauder/Bin_ver_1.0.1.rdl b/ReportProject/Sauder/Bin_ver_1.0.1.rdl
new file mode 100644
index 0000000..a60bc3a
--- /dev/null
+++ b/ReportProject/Sauder/Bin_ver_1.0.1.rdl
@@ -0,0 +1,451 @@
+
+
+
+
+
+
+
+
+ 7.37604in
+
+
+
+
+ 6.94949in
+
+
+
+
+
+
+ External
+ =Fields!PathImageFull.Value
+ FitProportional
+ 3.38528in
+ 0.36334in
+ 3.35417in
+ 6.71875in
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+
+ =First(Fields!BinIndexChar.Value)
+
+
+
+
+
+
+ BinIndexChar
+ 0.45297cm
+ 1.7086in
+ 2.27083in
+
+
+ Top
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+
+
+ true
+ true
+
+
+
+
+ =First(Fields!BinDtmxRich.Value)
+
+
+
+
+
+
+ BinDtmxRich
+ 0.04041in
+ 0.25in
+ 2.97049in
+
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+ true
+ true
+
+
+
+
+ =First(Fields!ItemExtCode.Value)
+
+
+
+
+
+
+ BinDtmxProc
+ 0.42956in
+ 0.25in
+ 2.97049in
+ 1
+
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+ true
+ true
+
+
+
+
+ =First(Fields!TotItem.Value)
+
+
+
+
+
+
+ BinDtmxProc
+ 0.8187in
+ 0.25in
+ 2.97049in
+ 2
+
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+ true
+ true
+
+
+
+
+ =First(Fields!ItemDesc.Value)
+
+
+
+
+
+
+ BinDtmxProc
+ 1.20784in
+ 0.25in
+ 2.97049in
+ 3
+
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+ true
+ 0.17833in
+ 2.40278in
+ 1.7086in
+ 2.97049in
+ 1
+
+
+
+
+
+ External
+ =Replace(Parameters!QRCodeBaseURL.Value.ToString(),"QRCODEVALUE",Fields!BinDtmxRich.Value.ToString())
+
+' la stringa nel parametro di default è https://qrcode.steamware.net/HOME/QR_site/JSON?val={'baseUrl':'{0}','parameters':\['QRCODEVALUE'\]}
+' dove la \ prima della [ serve perchè è una stringa quindi si trasforma poi in
+' https://qrcode.steamware.net/HOME/QR_site/JSON?val={'baseUrl':'{0}','parameters':['QRCODEVALUE']}
+
+
+'=Parameters!QRCodeBaseURL.Value.ToString() & ":['" & Fields!StackID.Value.ToString() & "']}"
+
+'https://qrcode.steamware.net/HOME/QR_site/JSON?val={'baseUrl':'http://10.74.82.219/StockMan/STEA/Items/Details/{0}?StockItemID={0}','parameters':['VARIABILE']}
+ FitProportional
+ 0.41131cm
+ 5.44271in
+ 1.725in
+ 1.93333in
+ 2
+
+
+
+
+
+ true
+ 0.26993in
+ 2.08333in
+ 7.37604in
+ 1
+
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+ 1pt
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ =Fields!ItemExtCode.Value
+
+
+ Output
+ true
+
+
+
+ stp_prt_Bin
+
+ End
+
+ 0.1343in
+ 0.00001cm
+ 6.94949in
+ 7.37604in
+
+
+
+ 7.08379in
+
+
+ 7.5in
+
+ 0.5in
+ 0.5in
+ 0.5in
+ 0.5in
+
+
+ v. 1.0.1
+ 0
+
+
+ Sauder_NKC
+ None
+ 7e875094-37e0-46d4-8db0-d51955773fb0
+
+
+
+
+
+ Sauder_NKC
+
+
+ =Parameters!BinID.Value
+
+
+ =Parameters!flgPrePost.Value
+
+
+ =Parameters!PathImage.Value
+
+
+ StoredProcedure
+ prt.stp_prt_Bin
+ true
+
+
+
+ flgPreOrPost
+ System.Boolean
+
+
+ BinID
+ System.Int32
+
+
+ BinIndex
+ System.Int32
+
+
+ BinIndexChar
+ System.String
+
+
+ ItemExtCode
+ System.String
+
+
+ ItemDesc
+ System.String
+
+
+ BinDtmxRich
+ System.String
+
+
+ BinDtmx
+ System.String
+
+
+ BinDtmxProc
+ System.String
+
+
+ TotItem
+ System.Int32
+
+
+ PathImageFull
+ System.String
+
+
+
+
+
+
+ String
+
+
+ https://qrcode.steamware.net/HOME/QR_site/JSON?val={'baseUrl':'{0}','parameters':['QRCODEVALUE']}
+
+
+ QRCodeBaseURL:
+
+
+ Integer
+
+
+ 615
+
+
+ Bin ID
+
+
+ Boolean
+
+
+ false
+
+
+ flg Pre Post
+
+
+ String
+
+
+ C:\Test\
+
+
+ Path Image
+
+
+ en-US
+ true
+ Inch
+ 42b91d77-5259-4b9b-b313-695cd28dd977
+
\ No newline at end of file
diff --git a/ReportProject/Sauder/Bin_ver_1.2.1.rdl b/ReportProject/Sauder/Bin_ver_1.2.1.rdl
new file mode 100644
index 0000000..318ad68
--- /dev/null
+++ b/ReportProject/Sauder/Bin_ver_1.2.1.rdl
@@ -0,0 +1,460 @@
+
+
+
+
+
+
+
+
+ 7.37604in
+
+
+
+
+ 8.20162in
+
+
+
+
+
+
+ External
+ =Fields!PathImageFull.Value & First(Fields!ItemExtCode.Value, "stp_prt_Bin") & ".png"
+ FitProportional
+ 3.12657in
+ 0.39459in
+ 117mm
+ 166mm
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+
+ =First(Fields!BinIndexChar.Value)
+
+
+
+
+
+
+ BinIndexChar
+ 0.45297cm
+ 1.7086in
+ 2.27083in
+
+
+ Top
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+
+
+ true
+ true
+
+
+
+
+ =First(Fields!BinDtmxRich.Value)
+
+
+
+
+
+
+ BinDtmxRich
+ 0.04041in
+ 0.25in
+ 2.97049in
+
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+ true
+ true
+
+
+
+
+ =First(Fields!ItemExtCode.Value)
+
+
+
+
+
+
+ BinDtmxProc
+ 0.42956in
+ 0.25in
+ 2.97049in
+ 1
+
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+ true
+ true
+
+
+
+
+ =First(Fields!TotItem.Value)
+
+
+
+
+
+
+ BinDtmxProc
+ 0.8187in
+ 0.25in
+ 2.97049in
+ 2
+
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+ true
+ true
+
+
+
+
+ =First(Fields!ItemDesc.Value)
+
+
+
+
+
+
+ BinDtmxProc
+ 1.20784in
+ 0.25in
+ 2.97049in
+ 3
+
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+ true
+ 0.17833in
+ 2.40278in
+ 1.7086in
+ 2.97049in
+ 1
+
+
+
+
+
+ External
+ =Replace(Fields!QRCodeBaseUrl.Value.ToString(),"QRCODEVALUE",Fields!BinDtmxRich.Value.ToString())
+
+' la stringa nel Campo è https://qrcode.steamware.net/HOME/QR_site/JSON?val={'baseUrl':'{0}','parameters':\['QRCODEVALUE'\]}
+' dove la \ prima della [ serve perchè è una stringa quindi si trasforma poi in
+' https://qrcode.steamware.net/HOME/QR_site/JSON?val={'baseUrl':'{0}','parameters':['QRCODEVALUE']}
+
+
+'https://qrcode.steamware.net/HOME/QR_site/JSON?val={'baseUrl':'http://10.74.82.219/StockMan/STEA/Items/Details/{0}?StockItemID={0}','parameters':['VARIABILE']}
+ FitProportional
+ 0.41131cm
+ 5.44271in
+ 1.725in
+ 1.93333in
+ 2
+
+
+
+
+
+ true
+ 0.26993in
+ 2.08333in
+ 7.37604in
+ 1
+
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+ 1pt
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ =Fields!ItemExtCode.Value
+
+
+ Output
+ true
+
+
+
+ stp_prt_Bin
+
+ End
+
+ 0.1343in
+ 0.00001cm
+ 8.20162in
+ 7.37604in
+
+
+
+ 8.33592in
+
+
+ 7.5in
+
+ 0.5in
+ 0.5in
+ 0.5in
+ 0.5in
+
+
+ v. 1.2.1
+ 0
+
+
+ Sauder_NKC
+ None
+ 7e875094-37e0-46d4-8db0-d51955773fb0
+
+
+
+
+
+ Sauder_NKC
+
+
+ =Parameters!BinID.Value
+
+
+ =Parameters!flgPrePost.Value
+
+
+ =Parameters!PathImage.Value
+
+
+ =Parameters!QRCodeBaseUrl.Value
+
+
+ StoredProcedure
+ prt.stp_prt_Bin
+ true
+
+
+
+ flgPreOrPost
+ System.Boolean
+
+
+ BinID
+ System.Int32
+
+
+ BinIndex
+ System.Int32
+
+
+ BinIndexChar
+ System.String
+
+
+ ItemExtCode
+ System.String
+
+
+ ItemDesc
+ System.String
+
+
+ BinDtmxRich
+ System.String
+
+
+ BinDtmx
+ System.String
+
+
+ BinDtmxProc
+ System.String
+
+
+ TotItem
+ System.Int32
+
+
+ PathImageFull
+ System.String
+
+
+ QRCodeBaseUrl
+ System.String
+
+
+
+
+
+
+ String
+ true
+
+
+
+
+
+ true
+ QRCodeBaseURL:
+
+
+ Integer
+
+
+ 615
+
+
+ Bin ID
+
+
+ Boolean
+
+
+ false
+
+
+ flg Pre Post
+
+
+ String
+ true
+
+
+ file:\C:\PROGETTI\REPORTING_2008_SSTD_2010\Sauder\Sauder\
+
+
+ true
+ Path Image
+
+
+ en-US
+ true
+ Inch
+ 42b91d77-5259-4b9b-b313-695cd28dd977
+
\ No newline at end of file
diff --git a/ReportProject/Sauder/BunkGroup.rdl b/ReportProject/Sauder/BunkGroup.rdl
new file mode 100644
index 0000000..e18cc16
--- /dev/null
+++ b/ReportProject/Sauder/BunkGroup.rdl
@@ -0,0 +1,936 @@
+
+
+
+
+
+
+
+
+ 7.46875in
+
+
+
+
+ 2.68907in
+
+
+
+
+
+
+
+
+
+ 1.07814in
+
+
+ 0.70832in
+
+
+ 1.13022in
+
+
+ 3.02604in
+
+
+ 1.52082in
+
+
+
+
+ 0.22in
+
+
+
+
+ true
+ true
+
+
+
+
+ SEQUENCE #
+
+
+
+
+
+
+ textbox4
+
+
+
+ Black
+
+ 0.5pt
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+
+ QTY
+
+
+
+
+
+
+ Textbox5
+
+
+
+ Black
+
+ 0.5pt
+
+
+ Black
+
+ 0.5pt
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+
+ MAT. ID #
+
+
+
+
+
+
+ textbox20
+
+
+
+ Black
+
+ 0.5pt
+
+
+ Black
+
+ 0.5pt
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+
+ DESCRIPTION
+
+
+
+
+
+
+ textbox21
+
+
+
+ Black
+
+ 0.5pt
+
+
+ Black
+
+ 0.5pt
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+
+ CONFIRMED BY
+
+
+
+
+
+
+ Textbox66
+
+
+
+ Black
+
+ 0.5pt
+
+
+ Black
+
+ 0.5pt
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+
+
+
+
+ 0.2725in
+
+
+
+
+ true
+ true
+
+
+
+
+ =Fields!SheetSequ.Value
+
+
+
+
+
+
+ SheetSequ
+
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+
+ =Fields!SheetTot.Value
+
+
+
+
+
+
+ SheetTot
+
+
+
+ Black
+
+ 0.5pt
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+
+ =Fields!MatExtCode.Value
+
+
+
+
+
+
+ MatExtCode
+
+
+
+ Black
+
+ 0.5pt
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+
+ =Fields!MatDesc.Value
+
+
+
+
+
+
+ MatDesc
+
+
+
+ Black
+
+ 0.5pt
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+
+
+
+
+
+
+
+
+ Textbox67
+
+
+
+ Black
+
+ 0.5pt
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ After
+ true
+ true
+
+
+
+ Detail
+
+
+
+
+ Detail_Collection
+ Output
+ true
+
+
+
+ stp_prt_BunkGroup
+
+
+ =Fields!SheetIndexMax.Value
+
+
+ 2.19657in
+ 0.01322cm
+ 0.4925in
+ 7.46354in
+
+ 0.5pt
+
+
+ Black
+
+
+
+ Black
+
+
+
+ Black
+
+
+
+ Black
+
+
+
+
+
+ true
+ true
+
+
+
+
+ MATERIAL LIST FROM
+
+
+
+
+
+
+
+
+ TOP OF BUNK TO BOTTOM
+
+
+
+
+
+
+ StackIndex
+ 3.75576cm
+ 0.01322cm
+ 0.59292in
+ 7.46354in
+ 1
+
+ 0.5pt
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+
+
+ true
+ true
+
+
+
+
+ BUNK ID NUMBER :
+
+
+
+ =Fields!StackIndex.Value
+
+
+
+
+
+
+ StackIndex
+ 0.38153cm
+ 0.31751cm
+ 0.27in
+ 5.42708in
+
+
+
+ true
+ true
+
+
+
+
+ RELEASE DATE :
+
+
+
+
+ =Fields!Prepared.Value
+
+
+
+
+
+
+ StackIndex
+ 1.06733cm
+ 0.3175cm
+ 0.27in
+ 5.42708in
+ 1
+
+
+
+ true
+ true
+
+
+
+
+ TO BE CUT DATE :
+
+
+
+
+ =Fields!DueDate.Value
+
+
+
+
+
+
+ StackIndex
+ 1.75313cm
+ 0.31751cm
+ 0.27in
+ 5.42708in
+ 2
+
+
+
+ true
+ 0.1618in
+ 0.00522in
+ 1.1in
+ 5.65103in
+ 2
+
+ 0.5pt
+
+
+ Black
+
+
+ Black
+
+
+ Black
+
+
+ Black
+
+
+
+
+ External
+ =Replace(Fields!QRCodeBaseUrl.Value.ToString(),"QRCODEVALUE",Fields!StackDtmx.Value.ToString())
+
+' la stringa nel campo è https://qrcode.steamware.net/HOME/QR_site/JSON?val={'baseUrl':'{0}','parameters':\['QRCODEVALUE'\]}
+' dove la \ prima della [ serve perchè è una stringa quindi si trasforma poi in
+' https://qrcode.steamware.net/HOME/QR_site/JSON?val={'baseUrl':'{0}','parameters':['QRCODEVALUE']}
+
+
+'https://qrcode.steamware.net/HOME/QR_site/JSON?val={'baseUrl':'http://10.74.82.219/StockMan/STEA/Items/Details/{0}?StockItemID={0}','parameters':['VARIABILE']}
+ FitProportional
+ 0.41097cm
+ 6.07812in
+ 1.1in
+ 1.1in
+ 3
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ =Fields!StackIndex.Value
+
+
+ Between
+
+
+
+
+ =Fields!StackIndex.Value
+
+
+ Output
+ true
+
+
+
+ stp_prt_BunkGroup
+
+ End
+
+ 0.505in
+ 0.00001cm
+ 2.68907in
+ 7.46875in
+
+
+
+ true
+ true
+
+
+
+
+ BUNK BUILD SHEET
+
+
+
+
+
+
+ textbox1
+ 0.49541in
+ 7.46875in
+ 1
+
+
+ Top
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+ 3.22532in
+
+
+ 7.46875in
+
+ 0.5in
+ 0.5in
+ 0.5in
+ 0.5in
+
+
+ v. 2.1.1
+ 0
+
+
+ Sauder_NKC
+ None
+ 7e875094-37e0-46d4-8db0-d51955773fb0
+
+
+
+
+
+ Sauder_NKC
+
+
+ =Parameters!StackID.Value
+
+
+ =Parameters!QRCodeBaseUrl.Value
+
+
+ StoredProcedure
+ prt.stp_prt_BunkGroup
+ true
+
+
+
+ StackIndex
+ System.Int32
+
+
+ StackDtmx
+ System.String
+
+
+ Prepared
+ System.DateTime
+
+
+ SheetIndexMax
+ System.Int32
+
+
+ DueDate
+ System.DateTime
+
+
+ MatExtCode
+ System.Int32
+
+
+ SheetSequ
+ System.String
+
+
+ MatDesc
+ System.String
+
+
+ SheetTot
+ System.String
+
+
+ QRCodeBaseUrl
+ System.String
+
+
+
+
+
+
+ Integer
+
+
+ 527
+
+
+ Stack ID:
+
+
+ String
+ true
+
+
+
+
+
+ true
+ QRCodeBaseURL:
+
+
+ en-US
+ true
+ Inch
+ 42b91d77-5259-4b9b-b313-695cd28dd977
+
\ No newline at end of file
diff --git a/ReportProject/Sauder/BunkGroup_ver_1.0.1.rdl b/ReportProject/Sauder/BunkGroup_ver_1.0.1.rdl
new file mode 100644
index 0000000..a6348d5
--- /dev/null
+++ b/ReportProject/Sauder/BunkGroup_ver_1.0.1.rdl
@@ -0,0 +1,987 @@
+
+
+
+
+
+
+
+
+ 7.46875in
+
+
+
+
+ 4.01896in
+
+
+
+
+
+
+
+
+
+ 1.17708in
+
+
+ 1.36458in
+
+
+ 3.31771in
+
+
+ 1.60417in
+
+
+
+
+ 0.22in
+
+
+
+
+ true
+ true
+
+
+
+
+ SEQUENCE #
+
+
+
+
+
+
+ textbox4
+
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+
+ MATERIAL ID #
+
+
+
+
+
+
+ textbox20
+
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+ 1pt
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+
+ DESCRIPTION
+
+
+
+
+
+
+ textbox21
+
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+
+ CONFIRMED BY
+
+
+
+
+
+
+ Textbox66
+
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+ 1pt
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+
+
+
+
+ 0.21in
+
+
+
+
+ true
+ true
+
+
+
+
+ =Fields!SheetIndex.Value
+
+
+
+
+
+
+ SheetIndex
+
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+
+ =Fields!MatExtCode.Value
+
+
+
+
+
+
+ MatExtCode
+
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+ 1pt
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+
+ =Fields!MatDesc.Value
+
+
+
+
+
+
+ MatDesc
+
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+
+
+
+
+
+
+
+
+ Textbox67
+
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+ 1pt
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ After
+ true
+ true
+
+
+
+ Detail
+
+
+
+
+ Detail_Collection
+ Output
+ true
+
+
+
+ stp_prt_StackLabel
+
+
+ =Fields!SheetIndex.Value
+
+
+ 3.44657in
+ 0.01322cm
+ 0.43in
+ 7.46354in
+
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+ 1pt
+
+
+
+
+ true
+ true
+
+
+
+
+ MATERIAL LIST FROM
+
+
+
+
+
+
+
+
+ TOP OF BUNK TO BOTTOM
+
+
+
+
+
+
+ StackIndex
+ 7.24826cm
+ 0.01322cm
+ 0.59292in
+ 7.46354in
+ 1
+
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+ 1pt
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+ External
+ =Replace(Parameters!QRCodeBaseURL.Value.ToString(),"QRCODEVALUE",Fields!StackDtmx.Value.ToString())
+
+'=Parameters!QRCodeBaseURL.Value.ToString() & ":['" & Fields!StackID.Value.ToString() & "']}"
+
+'https://qrcode.steamware.net/HOME/QR_site/JSON?val={'baseUrl':'http://10.74.82.219/StockMan/STEA/Items/Details/{0}?StockItemID={0}','parameters':['VARIABILE']}
+ FitProportional
+ 3.08698in
+ 1.3in
+ 1.3in
+ 2
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+
+ BUNK ID NUMBER :
+
+
+
+ =Fields!StackIndex.Value
+
+
+
+
+
+
+ StackIndex
+ 0.33391cm
+ 0.31751cm
+ 0.27in
+ 3.58333in
+
+
+
+ true
+ true
+
+
+
+
+ RELEASE DATE :
+
+
+
+
+ =Fields!Prepared.Value
+
+
+
+
+
+
+ StackIndex
+ 1.12554cm
+ 0.3175cm
+ 0.27in
+ 6.60417in
+ 1
+
+
+
+ true
+ true
+
+
+
+
+ TO BE CUT DATE :
+
+
+
+
+ =Fields!DueDate.Value
+
+
+
+
+
+
+ StackIndex
+ 1.95245cm
+ 0.31751cm
+ 0.27in
+ 6.60417in
+ 2
+
+
+
+ true
+ true
+
+
+
+
+ MATERIAL SORTED BY
+
+
+
+
+
+
+ StackIndex
+ 0.29863cm
+ 9.72343cm
+ 0.27in
+ 2.90105in
+ 3
+
+
+
+ true
+ 1.43055in
+ 0.00522in
+ 1.15625in
+ 7.46353in
+ 3
+
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+ 1pt
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ =Fields!StackIndex.Value
+
+
+ Between
+
+
+
+
+ =Fields!StackIndex.Value
+
+
+ Output
+ true
+
+
+
+ stp_prt_StackLabel
+
+ End
+
+ 0.63in
+ 0.00001cm
+ 4.01896in
+ 7.46875in
+
+
+
+ true
+ true
+
+
+
+
+ BUNK BUILD SHEET
+
+
+
+
+
+
+ textbox1
+ 0.56833in
+ 7.46875in
+ 1
+
+
+ Top
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+ 4.68798in
+
+
+ 7.46875in
+
+ 0.5in
+ 0.5in
+ 0.5in
+ 0.5in
+
+
+ v. 1.0.1
+ 0
+
+
+ Sauder_NKC
+ None
+ 7e875094-37e0-46d4-8db0-d51955773fb0
+
+
+
+
+
+ Sauder_NKC
+
+
+ =Parameters!StackID.Value
+
+
+ StoredProcedure
+ prt.stp_prt_StackLabel
+ true
+
+
+
+ StackIndex
+ System.Int32
+
+
+ SheetIndexMax
+ System.Int32
+
+
+ StackDtmx
+ System.String
+
+
+ Prepared
+ System.DateTime
+
+
+ MatExtCode
+ System.Int32
+
+
+ SheetSequ
+ System.String
+
+
+ DueDate
+ System.DateTime
+
+
+ SheetTot
+ System.String
+
+
+ MatDesc
+ System.String
+
+
+
+
+
+
+ Integer
+
+
+ 1
+
+
+ Stack ID:
+
+
+ String
+
+
+ https://qrcode.steamware.net/HOME/QR_site/JSON?val={'baseUrl':'{0}','parameters':['QRCODEVALUE']}
+
+
+ QRCodeBaseURL:
+
+
+ en-US
+ true
+ Inch
+ 42b91d77-5259-4b9b-b313-695cd28dd977
+
\ No newline at end of file
diff --git a/ReportProject/Sauder/BunkList.rdl b/ReportProject/Sauder/BunkList.rdl
new file mode 100644
index 0000000..a2d8117
--- /dev/null
+++ b/ReportProject/Sauder/BunkList.rdl
@@ -0,0 +1,840 @@
+
+
+
+
+
+
+
+
+ 7.46875in
+
+
+
+
+ 2.68907in
+
+
+
+
+
+
+
+
+
+ 1.07814in
+
+
+ 1.13022in
+
+
+ 3.02604in
+
+
+ 1.52082in
+
+
+
+
+ 0.22in
+
+
+
+
+ true
+ true
+
+
+
+
+ SEQUENCE #
+
+
+
+
+
+
+ textbox4
+
+
+
+ Black
+
+ 0.5pt
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+
+ MAT. ID #
+
+
+
+
+
+
+ textbox20
+
+
+
+ Black
+
+ 0.5pt
+
+
+ Black
+
+ 0.5pt
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+
+ DESCRIPTION
+
+
+
+
+
+
+ textbox21
+
+
+
+ Black
+
+ 0.5pt
+
+
+ Black
+
+ 0.5pt
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+
+ CONFIRMED BY
+
+
+
+
+
+
+ Textbox66
+
+
+
+ Black
+
+ 0.5pt
+
+
+ Black
+
+ 0.5pt
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+
+
+
+
+ 0.2725in
+
+
+
+
+ true
+ true
+
+
+
+
+ =Fields!SheetSequ.Value
+
+
+
+
+
+
+ SheetSequ
+
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+
+ =Fields!MatExtCode.Value
+
+
+
+
+
+
+ MatExtCode
+
+
+
+ Black
+
+ 0.5pt
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+
+ =Fields!MatDesc.Value
+
+
+
+
+
+
+ MatDesc
+
+
+
+ Black
+
+ 0.5pt
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+
+
+
+
+
+
+
+
+ Textbox67
+
+
+
+ Black
+
+ 0.5pt
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ After
+ true
+ true
+
+
+
+ Detail
+
+
+
+
+ Detail_Collection
+ Output
+ true
+
+
+
+ stp_prt_BunkList
+
+
+ =Fields!SheetSequ.Value
+
+
+ 2.19657in
+ 0.64822cm
+ 0.4925in
+ 6.75522in
+
+ 0.5pt
+
+
+ Black
+
+
+
+ Black
+
+
+
+ Black
+
+
+
+ Black
+
+
+
+
+
+ true
+ true
+
+
+
+
+ MATERIAL LIST FROM
+
+
+
+
+
+
+
+
+ TOP OF BUNK TO BOTTOM
+
+
+
+
+
+
+ StackIndex
+ 3.75576cm
+ 0.01322cm
+ 0.59292in
+ 7.46354in
+ 1
+
+ 0.5pt
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+
+
+ true
+ true
+
+
+
+
+ BUNK ID NUMBER :
+
+
+
+ =Fields!StackIndex.Value
+
+
+
+
+
+
+ StackIndex
+ 0.38153cm
+ 0.31751cm
+ 0.27in
+ 5.42708in
+
+
+
+ true
+ true
+
+
+
+
+ RELEASE DATE :
+
+
+
+
+ =Fields!Prepared.Value
+
+
+
+
+
+
+ StackIndex
+ 1.06733cm
+ 0.3175cm
+ 0.27in
+ 5.42708in
+ 1
+
+
+
+ true
+ true
+
+
+
+
+ TO BE CUT DATE :
+
+
+
+
+ =Fields!DueDate.Value
+
+
+
+
+
+
+ StackIndex
+ 1.75313cm
+ 0.31751cm
+ 0.27in
+ 5.42708in
+ 2
+
+
+
+ true
+ 0.1618in
+ 0.00522in
+ 1.1in
+ 5.65103in
+ 2
+
+ 0.5pt
+
+
+ Black
+
+
+ Black
+
+
+ Black
+
+
+ Black
+
+
+
+
+ External
+ =Replace(Fields!QRCodeBaseUrl.Value.ToString(),"QRCODEVALUE",Fields!StackDtmx.Value.ToString())
+
+' la stringa nel parametro di default è https://qrcode.steamware.net/HOME/QR_site/JSON?val={'baseUrl':'{0}','parameters':\['QRCODEVALUE'\]}
+' dove la \ prima della [ serve perchè è una stringa quindi si trasforma poi in
+' https://qrcode.steamware.net/HOME/QR_site/JSON?val={'baseUrl':'{0}','parameters':['QRCODEVALUE']}
+
+
+'https://qrcode.steamware.net/HOME/QR_site/JSON?val={'baseUrl':'http://10.74.82.219/StockMan/STEA/Items/Details/{0}?StockItemID={0}','parameters':['VARIABILE']}
+ FitProportional
+ 0.41097cm
+ 6.07812in
+ 1.1in
+ 1.1in
+ 3
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ =Fields!StackIndex.Value
+
+
+ Between
+
+
+
+
+ =Fields!StackIndex.Value
+
+
+ Output
+ true
+
+
+
+ stp_prt_BunkList
+
+ End
+
+ 0.505in
+ 0.00001cm
+ 2.68907in
+ 7.46875in
+
+
+
+ true
+ true
+
+
+
+
+ BUNK BUILD LIST
+
+
+
+
+
+
+ textbox1
+ 0.49541in
+ 7.46875in
+ 1
+
+
+ Top
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+ 3.22532in
+
+
+ 7.46875in
+
+ 0.5in
+ 0.5in
+ 0.5in
+ 0.5in
+
+
+ v 1.1.1
+ 0
+
+
+ Sauder_NKC
+ None
+ 7e875094-37e0-46d4-8db0-d51955773fb0
+
+
+
+
+
+ Sauder_NKC
+
+
+ =Parameters!StackID.Value
+
+
+ =Parameters!QRCodeBaseUrl.Value
+
+
+ StoredProcedure
+ prt.stp_prt_BunkList
+ true
+
+
+
+ StackIndex
+ System.Int32
+
+
+ StackDtmx
+ System.String
+
+
+ Prepared
+ System.DateTime
+
+
+ DueDate
+ System.DateTime
+
+
+ SheetSequ
+ System.Int32
+
+
+ MatExtCode
+ System.Int32
+
+
+ MatDesc
+ System.String
+
+
+ QRCodeBaseUrl
+ System.String
+
+
+
+
+
+
+ Integer
+
+
+ 527
+
+
+ Stack ID:
+
+
+ String
+ true
+
+
+
+
+
+ true
+ QRCodeBaseURL:
+
+
+ en-US
+ true
+ Inch
+ 42b91d77-5259-4b9b-b313-695cd28dd977
+
\ No newline at end of file
diff --git a/ReportProject/Sauder/Cart.rdl b/ReportProject/Sauder/Cart.rdl
new file mode 100644
index 0000000..4106f59
--- /dev/null
+++ b/ReportProject/Sauder/Cart.rdl
@@ -0,0 +1,557 @@
+
+
+
+
+
+
+
+
+ 7.46875in
+
+
+
+
+ 8.62657in
+
+
+
+
+
+
+ External
+ =Replace(Fields!QRCodeBaseUrl.Value.ToString(),"QRCODEVALUE",Fields!CartDtmx.Value.ToString())
+
+' la stringa nel parametro di default è https://qrcode.steamware.net/HOME/QR_site/JSON?val={'baseUrl':'{0}','parameters':\['QRCODEVALUE'\]}
+' dove la \ prima della [ serve perchè è una stringa quindi si trasforma poi in
+' https://qrcode.steamware.net/HOME/QR_site/JSON?val={'baseUrl':'{0}','parameters':['QRCODEVALUE']}
+
+
+'https://qrcode.steamware.net/HOME/QR_site/JSON?val={'baseUrl':'http://10.74.82.219/StockMan/STEA/Items/Details/{0}?StockItemID={0}','parameters':['VARIABILE']}
+ FitProportional
+ 0.78139cm
+ 2.23438in
+ 2.67292in
+ 3.12083in
+
+
+
+
+
+ true
+ true
+
+
+
+
+ ="C " & Fields!CartIndex.Value
+
+
+
+
+
+
+ textbox1
+ 8.46951cm
+ 4.03708in
+ 7.46875in
+ 1
+
+
+ Top
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+
+
+
+ 1.5in
+
+
+ 1.67938in
+
+
+ 1.41667in
+
+
+
+
+ 0.25in
+
+
+
+
+ true
+ true
+
+
+
+
+ Order.Line
+
+
+
+
+
+
+ Textbox8
+
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+ 1pt
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+
+ Model
+
+
+
+
+
+
+ Textbox10
+
+
+
+ Black
+
+ 1pt
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+
+ Kit Qty
+
+
+
+
+
+
+ Textbox12
+
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+ 1pt
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+
+
+
+
+ 0.25in
+
+
+
+
+ true
+ true
+
+
+
+
+ =Fields!OrderExtCode.Value
+
+
+
+
+
+
+ OrderExtCode
+
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+ 1pt
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+
+ =Fields!FamilyCode.Value
+
+
+
+
+
+
+ FamilyCode
+
+
+
+ Black
+
+ 1pt
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+
+ =Fields!TotKit.Value
+
+
+
+
+
+
+ TotKit
+
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+ 1pt
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ After
+
+
+
+
+
+
+ stp_prt_Cart
+ 7.84362in
+ 1.41541in
+ 0.5in
+ 4.59605in
+ 2
+
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+ 1pt
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ =Fields!CartIndex.Value
+
+
+ Between
+
+
+ Output
+ true
+
+
+
+ stp_prt_Cart
+
+ End
+
+ 0.1343in
+ 0.00001cm
+ 8.62657in
+ 7.46875in
+
+
+
+ 9in
+
+
+ 7.46875in
+
+ 0.5in
+ 0.5in
+ 0.5in
+ 0.5in
+
+
+ v. 1.1.1
+ 0
+
+
+ Sauder_NKC
+ None
+ 7e875094-37e0-46d4-8db0-d51955773fb0
+
+
+
+
+
+ Sauder_NKC
+
+
+ =Parameters!CartID.Value
+
+
+ =Parameters!QRCodeBaseUrl.Value
+
+
+ StoredProcedure
+ prt.stp_prt_Cart
+ true
+
+
+
+ BatchID
+ System.Int32
+
+
+ CartID
+ System.Int32
+
+
+ CartIndex
+ System.Int32
+
+
+ CartDtmx
+ System.String
+
+
+ OrderExtCode
+ System.String
+
+
+ FamilyCode
+ System.String
+
+
+ TotKit
+ System.Int32
+
+
+ QRCodeBaseUrl
+ System.String
+
+
+
+
+
+
+ String
+ true
+
+
+ https://qrcode.steamware.net/HOME/QR_site/JSON?val={'baseUrl':'{0}','parameters':['QRCODEVALUE']}
+
+
+ true
+ QRCodeBaseURL:
+
+
+ Integer
+
+
+ 1083
+
+
+ Cart ID:
+
+
+ en-US
+ true
+ Inch
+ 42b91d77-5259-4b9b-b313-695cd28dd977
+
\ No newline at end of file
diff --git a/ReportProject/Sauder/DropBox - Report.lnk b/ReportProject/Sauder/DropBox - Report.lnk
new file mode 100644
index 0000000..b6b244c
Binary files /dev/null and b/ReportProject/Sauder/DropBox - Report.lnk differ
diff --git a/ReportProject/Sauder/Item_List_By_Batch_OnlyTest.rdl b/ReportProject/Sauder/Item_List_By_Batch_OnlyTest.rdl
new file mode 100644
index 0000000..980dd5c
--- /dev/null
+++ b/ReportProject/Sauder/Item_List_By_Batch_OnlyTest.rdl
@@ -0,0 +1,373 @@
+
+
+
+
+
+
+
+
+ 1.42708in
+
+
+ 1.78125in
+
+
+ 1.78125in
+
+
+
+
+ 1.11458in
+
+
+
+
+ External
+ =Replace(Fields!QRCodeBaseUrl.Value.ToString(),"QRCODEVALUE",Fields!ItemDtmx.Value.ToString())
+
+' la stringa nel Campo è https://qrcode.steamware.net/HOME/QR_site/JSON?val={'baseUrl':'{0}','parameters':\['QRCODEVALUE'\]}
+' dove la \ prima della [ serve perchè è una stringa quindi si trasforma poi in
+' https://qrcode.steamware.net/HOME/QR_site/JSON?val={'baseUrl':'{0}','parameters':['QRCODEVALUE']}
+
+
+'https://qrcode.steamware.net/HOME/QR_site/JSON?val={'baseUrl':'http://10.74.82.219/StockMan/STEA/Items/Details/{0}?StockItemID={0}','parameters':['VARIABILE']}
+ FitProportional
+ 1
+
+
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+
+ =Fields!ItemDtmx.Value
+
+
+
+
+
+
+ ItemDtmx
+ 2
+
+
+ Middle
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+
+
+
+
+ true
+
+
+
+
+ =Fields!SheetID.Value
+
+
+
+
+
+
+ SheetID
+
+
+ Middle
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+
+
+
+
+ 0.16667in
+
+
+
+
+ true
+ true
+
+
+
+
+
+
+
+
+
+
+
+ Textbox9
+
+
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+
+
+
+
+
+
+
+
+ Textbox10
+
+
+ Middle
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+
+
+
+
+
+
+
+
+ Textbox11
+
+
+ Middle
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ stp_prt_Part
+
+
+ =Fields!SheetID.Value
+
+
+ 0.31125in
+ 0.18625in
+ 1.28125in
+ 4.98958in
+
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+ 1pt
+
+
+ Black
+
+ 1pt
+
+
+
+
+ 1.76458in
+
+
+ 5.91041in
+
+ 29.7cm
+ 21cm
+ 11in
+ 8.5in
+
+
+ v. 2.1.1
+ 0
+
+
+ Sauder_NKC
+ None
+ 7e875094-37e0-46d4-8db0-d51955773fb0
+
+
+
+
+
+ Sauder_NKC
+
+
+ =Parameters!QRCodeBaseUrl.Value
+
+
+ /*
+ usata per stampare i QRCode degli item di un bacth per test pilot in Sauder
+
+ Creata e caricata la tabella TempQRCode con seguente qry da loro e poi incollati
+ i risultati in una nostra tabella identica che abbiamo poi usato
+
+ SELECT sl.SheetID, it.ItemDtmx
+ INTO TempQRCode
+ FROM SheetList sl
+ INNER JOIN Nesting ne on sl.SheetID = ne.SheetID
+ INNER JOIN ItemList it on ne.ItemID = it.ItemID
+ INNER JOIN KitList KL ON It.KitID = KL.KitID
+ WHERE kl.BatchID = 290
+
+SELECT * , 'https://qrcode.steamware.net/HOME/QR_site/JSON?val={''baseUrl'':''{0}'',''parameters'':[''QRCODEVALUE'']}' AS QRCodeBaseUrl
+FROM TempQRCode
+
+*/
+
+SELECT * , @QRCodeBaseUrl AS QRCodeBaseUrl
+FROM TempQRCode
+ true
+
+
+
+ SheetID
+ System.Int32
+
+
+ ItemDtmx
+ System.String
+
+
+ QRCodeBaseUrl
+ System.Object
+
+
+
+
+
+
+ String
+ true
+
+
+ https://qrcode.steamware.net/HOME/QR_site/JSON?val={'baseUrl':'{0}','parameters':['QRCODEVALUE']}
+
+
+ true
+ QRCodeBaseURL:
+
+
+ Integer
+
+
+ 19277
+
+
+ Item ID
+
+
+ en-US
+ true
+ Inch
+ 42b91d77-5259-4b9b-b313-695cd28dd977
+
\ No newline at end of file
diff --git a/ReportProject/Sauder/OtherPart.rdl b/ReportProject/Sauder/OtherPart.rdl
new file mode 100644
index 0000000..6c9059d
--- /dev/null
+++ b/ReportProject/Sauder/OtherPart.rdl
@@ -0,0 +1,266 @@
+
+
+
+
+
+
+
+
+ 3.9in
+
+
+
+
+ 1.9in
+
+
+
+
+
+
+ true
+
+
+
+
+ =First(Fields!OtherItemExtCode.Value)
+
+
+
+
+
+
+ Destination
+ 0.73025cm
+ 3.7cm
+ 0.425in
+ 2.44331in
+
+
+ Middle
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+ External
+ =Replace(Fields!QRCodeBaseUrl.Value.ToString(),"QRCODEVALUE",Fields!OtherItemDtmx.Value.ToString())
+
+' la stringa nel Campo è https://qrcode.steamware.net/HOME/QR_site/JSON?val={'baseUrl':'{0}','parameters':\['QRCODEVALUE'\]}
+' dove la \ prima della [ serve perchè è una stringa quindi si trasforma poi in
+' https://qrcode.steamware.net/HOME/QR_site/JSON?val={'baseUrl':'{0}','parameters':['QRCODEVALUE']}
+
+
+'https://qrcode.steamware.net/HOME/QR_site/JSON?val={'baseUrl':'http://10.74.82.219/StockMan/STEA/Items/Details/{0}?StockItemID={0}','parameters':['VARIABILE']}
+ FitProportional
+ 0.2875in
+ 0.1in
+ 1.3in
+ 1.3in
+ 1
+
+
+
+
+
+ true
+
+
+
+
+ =First(Fields!OtherItemDesc.Value)
+
+
+
+
+
+
+ Destination
+ 1.98614cm
+ 3.66183cm
+ 0.80556in
+ 2.44331in
+ 2
+
+
+ Middle
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+ true
+
+ 0.5pt
+
+
+ Gray
+
+ 0.5pt
+
+
+ Gray
+
+ 0.5pt
+
+
+ Gray
+
+ 0.5pt
+
+
+ Gray
+
+ 0.5pt
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ =Fields!OtherItemID.Value
+
+
+ Output
+ true
+
+
+
+ stp_prt_OtherPart
+
+ End
+
+ 1.9in
+ 3.9in
+
+
+
+ 1.9in
+
+
+ 3.9in
+
+ 2in
+ 4.09in
+
+
+ v. 2.1.1
+ 0
+
+
+ Sauder_NKC
+ None
+ 7e875094-37e0-46d4-8db0-d51955773fb0
+
+
+
+
+
+ Sauder_NKC
+
+
+ =Parameters!OtherItemID.Value
+
+
+ =Parameters!QRCodeBaseUrl.Value
+
+
+ StoredProcedure
+ prt.stp_prt_OtherPart
+ true
+
+
+
+ OtherItemID
+ System.Int32
+
+
+ OtherItemExtCode
+ System.String
+
+
+ OtherItemDesc
+ System.String
+
+
+ OtherItemDtmx
+ System.String
+
+
+ QRCodeBaseUrl
+ System.String
+
+
+ OtherItemType
+ System.String
+
+
+ OtherItemNote
+ System.String
+
+
+
+
+
+
+ String
+ true
+
+
+ https://qrcode.steamware.net/HOME/QR_site/JSON?val={'baseUrl':'{0}','parameters':['QRCODEVALUE']}
+
+
+ true
+ QRCodeBaseURL:
+
+
+ Integer
+ Other Item ID
+
+
+ en-US
+ true
+ Inch
+ 42b91d77-5259-4b9b-b313-695cd28dd977
+
\ No newline at end of file
diff --git a/ReportProject/Sauder/Part.rdl b/ReportProject/Sauder/Part.rdl
new file mode 100644
index 0000000..d7625fa
--- /dev/null
+++ b/ReportProject/Sauder/Part.rdl
@@ -0,0 +1,224 @@
+
+
+
+
+
+
+
+
+ 3.9in
+
+
+
+
+ 1.9in
+
+
+
+
+
+
+ true
+
+
+
+
+ =First(Fields!Destination.Value)
+
+
+
+
+
+
+ Destination
+ 0.73025cm
+ 3.7cm
+ 1.3in
+ 2.44331in
+
+
+ Middle
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+ External
+ =Replace(Fields!QRCodeBaseUrl.Value.ToString(),"QRCODEVALUE",Fields!ItemDtmx.Value.ToString())
+
+' la stringa nel Campo è https://qrcode.steamware.net/HOME/QR_site/JSON?val={'baseUrl':'{0}','parameters':\['QRCODEVALUE'\]}
+' dove la \ prima della [ serve perchè è una stringa quindi si trasforma poi in
+' https://qrcode.steamware.net/HOME/QR_site/JSON?val={'baseUrl':'{0}','parameters':['QRCODEVALUE']}
+
+
+'https://qrcode.steamware.net/HOME/QR_site/JSON?val={'baseUrl':'http://10.74.82.219/StockMan/STEA/Items/Details/{0}?StockItemID={0}','parameters':['VARIABILE']}
+ FitProportional
+ 0.2875in
+ 0.1in
+ 1.3in
+ 1.3in
+ 1
+
+
+
+
+
+ true
+
+ 0.5pt
+
+
+ Gray
+
+ 0.5pt
+
+
+ Gray
+
+ 0.5pt
+
+
+ Gray
+
+ 0.5pt
+
+
+ Gray
+
+ 0.5pt
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ =Fields!ItemID.Value
+
+
+ Output
+ true
+
+
+
+ stp_prt_Part
+
+ End
+
+ 1.9in
+ 3.9in
+
+
+
+ 1.9in
+
+
+ 3.9in
+
+ 2in
+ 4.09in
+
+
+ v. 2.1.1
+ 0
+
+
+ Sauder_NKC
+ None
+ 7e875094-37e0-46d4-8db0-d51955773fb0
+
+
+
+
+
+ Sauder_NKC
+
+
+ =Parameters!ItemID.Value
+
+
+ =Parameters!QRCodeBaseUrl.Value
+
+
+ StoredProcedure
+ prt.stp_prt_Part
+ true
+
+
+
+ ItemID
+ System.Int32
+
+
+ ItemDtmx
+ System.String
+
+
+ Destination
+ System.String
+
+
+ QRCodeBaseUrl
+ System.String
+
+
+
+
+
+
+ String
+ true
+
+
+ https://qrcode.steamware.net/HOME/QR_site/JSON?val={'baseUrl':'{0}','parameters':['QRCODEVALUE']}
+
+
+ true
+ QRCodeBaseURL:
+
+
+ Integer
+
+
+ 19277
+
+
+ Item ID
+
+
+ en-US
+ true
+ Inch
+ 42b91d77-5259-4b9b-b313-695cd28dd977
+
\ No newline at end of file
diff --git a/ReportProject/Sauder/Part_v_1.1.1.rdl b/ReportProject/Sauder/Part_v_1.1.1.rdl
new file mode 100644
index 0000000..643fb85
--- /dev/null
+++ b/ReportProject/Sauder/Part_v_1.1.1.rdl
@@ -0,0 +1,225 @@
+
+
+
+
+
+
+
+
+ 2in
+
+
+
+
+ 0.99in
+
+
+
+
+
+
+ true
+ true
+
+
+
+
+ =First(Fields!Destination.Value)
+
+
+
+
+
+
+ Destination
+ 0.254cm
+ 2.33539cm
+ 0.8in
+ 1.05555in
+
+
+ Middle
+ 2pt
+ 2pt
+ 2pt
+ 2pt
+
+
+
+ External
+ =Replace(Fields!QRCodeBaseUrl.Value.ToString(),"QRCODEVALUE",Fields!ItemDtmx.Value.ToString())
+
+' la stringa nel Campo è https://qrcode.steamware.net/HOME/QR_site/JSON?val={'baseUrl':'{0}','parameters':\['QRCODEVALUE'\]}
+' dove la \ prima della [ serve perchè è una stringa quindi si trasforma poi in
+' https://qrcode.steamware.net/HOME/QR_site/JSON?val={'baseUrl':'{0}','parameters':['QRCODEVALUE']}
+
+
+'https://qrcode.steamware.net/HOME/QR_site/JSON?val={'baseUrl':'http://10.74.82.219/StockMan/STEA/Items/Details/{0}?StockItemID={0}','parameters':['VARIABILE']}
+ FitProportional
+ 0.1in
+ 0.05in
+ 0.8in
+ 0.8in
+ 1
+
+
+
+
+
+ true
+
+ 0.5pt
+
+
+ Gray
+
+ 0.5pt
+
+
+ Gray
+
+ 0.5pt
+
+
+ Gray
+
+ 0.5pt
+
+
+ Gray
+
+ 0.5pt
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ =Fields!ItemID.Value
+
+
+ Output
+ true
+
+
+
+ stp_prt_Part
+
+ End
+
+ 0.99in
+ 2in
+
+
+
+ 0.99in
+
+
+ 2in
+
+ 1in
+ 2in
+
+
+ v. 1.1.1
+ 0
+
+
+ Sauder_NKC
+ None
+ 7e875094-37e0-46d4-8db0-d51955773fb0
+
+
+
+
+
+ Sauder_NKC
+
+
+ =Parameters!ItemID.Value
+
+
+ =Parameters!QRCodeBaseUrl.Value
+
+
+ StoredProcedure
+ prt.stp_prt_Part
+ true
+
+
+
+ ItemID
+ System.Int32
+
+
+ ItemDtmx
+ System.String
+
+
+ Destination
+ System.String
+
+
+ QRCodeBaseUrl
+ System.String
+
+
+
+
+
+
+ String
+ true
+
+
+ https://qrcode.steamware.net/HOME/QR_site/JSON?val={'baseUrl':'{0}','parameters':['QRCODEVALUE']}
+
+
+ true
+ QRCodeBaseURL:
+
+
+ Integer
+
+
+ 19277
+
+
+ Item ID
+
+
+ en-US
+ true
+ Inch
+ 42b91d77-5259-4b9b-b313-695cd28dd977
+
\ No newline at end of file
diff --git a/ReportProject/Sauder/Sauder.rptproj b/ReportProject/Sauder/Sauder.rptproj
new file mode 100644
index 0000000..1d05aa7
--- /dev/null
+++ b/ReportProject/Sauder/Sauder.rptproj
@@ -0,0 +1,95 @@
+
+
+ $base64$PFNvdXJjZUNvbnRyb2xJbmZvIHhtbG5zOnhzZD0iaHR0cDovL3d3dy53My5vcmcvMjAwMS9YTUxTY2hlbWEiIHhtbG5zOnhzaT0iaHR0cDovL3d3dy53My5vcmcvMjAwMS9YTUxTY2hlbWEtaW5zdGFuY2UiIHhtbG5zOmRkbDI9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vYW5hbHlzaXNzZXJ2aWNlcy8yMDAzL2VuZ2luZS8yIiB4bWxuczpkZGwyXzI9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vYW5hbHlzaXNzZXJ2aWNlcy8yMDAzL2VuZ2luZS8yLzIiIHhtbG5zOmRkbDEwMF8xMDA9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vYW5hbHlzaXNzZXJ2aWNlcy8yMDA4L2VuZ2luZS8xMDAvMTAwIiB4bWxuczpkZGwyMDA9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vYW5hbHlzaXNzZXJ2aWNlcy8yMDEwL2VuZ2luZS8yMDAiIHhtbG5zOmRkbDIwMF8yMDA9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vYW5hbHlzaXNzZXJ2aWNlcy8yMDEwL2VuZ2luZS8yMDAvMjAwIiB4bWxuczpkZGwzMDA9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vYW5hbHlzaXNzZXJ2aWNlcy8yMDExL2VuZ2luZS8zMDAiIHhtbG5zOmRkbDMwMF8zMDA9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vYW5hbHlzaXNzZXJ2aWNlcy8yMDExL2VuZ2luZS8zMDAvMzAwIiB4bWxuczpkZGw0MDA9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vYW5hbHlzaXNzZXJ2aWNlcy8yMDEyL2VuZ2luZS80MDAiIHhtbG5zOmRkbDQwMF80MDA9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vYW5hbHlzaXNzZXJ2aWNlcy8yMDEyL2VuZ2luZS80MDAvNDAwIiB4bWxuczpkd2Q9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vRGF0YVdhcmVob3VzZS9EZXNpZ25lci8xLjAiPg0KICA8RW5hYmxlZD5mYWxzZTwvRW5hYmxlZD4NCiAgPFByb2plY3ROYW1lPjwvUHJvamVjdE5hbWU+DQogIDxBdXhQYXRoPjwvQXV4UGF0aD4NCiAgPExvY2FsUGF0aD48L0xvY2FsUGF0aD4NCiAgPFByb3ZpZGVyPjwvUHJvdmlkZXI+DQo8L1NvdXJjZUNvbnRyb2xJbmZvPg==
+
+
+ Sauder_NKC.rds
+ Sauder_NKC.rds
+
+
+
+
+
+ Bin.rdl
+ Bin.rdl
+
+
+ Bin_ver_1.0.1.rdl
+ Bin_ver_1.0.1.rdl
+
+
+ Bin_ver_1.2.1.rdl
+ Bin_ver_1.2.1.rdl
+
+
+ BunkGroup.rdl
+ BunkGroup.rdl
+
+
+ BunkGroup_ver_1.0.1.rdl
+ BunkGroup_ver_1.0.1.rdl
+
+
+ BunkList.rdl
+ BunkList.rdl
+
+
+ Cart.rdl
+ Cart.rdl
+
+
+ Item_List_By_Batch_OnlyTest.rdl
+ Item_List_By_Batch_OnlyTest.rdl
+
+
+ Part.rdl
+ Part.rdl
+
+
+ Part_v_1.1.1.rdl
+ Part_v_1.1.1.rdl
+
+
+ OtherPart.rdl
+ OtherPart.rdl
+
+
+
+
+ Debug
+ Win32
+
+ bin\Debug
+ SSRS2008R2
+ Sauder
+ Data Sources
+ Datasets
+ Report Parts
+
+
+
+ DebugLocal
+ Win32
+
+ bin\DebugLocal
+ SSRS2008R2
+ Sauder
+ Data Sources
+ Datasets
+ Report Parts
+
+
+
+ Release
+ Win32
+
+ bin\Release
+ SSRS2008R2
+ Sauder
+ Data Sources
+ Datasets
+ Report Parts
+
+
+
+
\ No newline at end of file
diff --git a/ReportProject/Sauder/Sauder_NKC.rds b/ReportProject/Sauder/Sauder_NKC.rds
new file mode 100644
index 0000000..68a03df
--- /dev/null
+++ b/ReportProject/Sauder/Sauder_NKC.rds
@@ -0,0 +1,9 @@
+
+
+
+ SQL
+ Data Source=SQL2016DEV;Initial Catalog=Sauder_NKC
+ true
+
+ a6ed2e85-adb3-4f10-8811-8ce702170acb
+
\ No newline at end of file