diff --git a/C2P/ExistingProductOffer.aspx.cs b/C2P/ExistingProductOffer.aspx.cs index 904b25f..f8f99b4 100644 --- a/C2P/ExistingProductOffer.aspx.cs +++ b/C2P/ExistingProductOffer.aspx.cs @@ -22,6 +22,7 @@ namespace C2P fixDetailVisibility(); acArticolo.eh_reset += acArticolo_eh_reset; acArticolo.eh_valSelezionato += acArticolo_eh_valSelezionato; + acArticolo.DataBind(); } /// /// selezionato articolo diff --git a/C2P/bin/C2P.dll b/C2P/bin/C2P.dll index 37ed97f..6c99560 100644 Binary files a/C2P/bin/C2P.dll and b/C2P/bin/C2P.dll differ diff --git a/C2P/bin/C2P_Data.dll b/C2P/bin/C2P_Data.dll index 222f6b5..7945d4a 100644 Binary files a/C2P/bin/C2P_Data.dll and b/C2P/bin/C2P_Data.dll differ diff --git a/C2P/bin/NLog.dll b/C2P/bin/NLog.dll index 5a2f145..e6fe774 100644 Binary files a/C2P/bin/NLog.dll and b/C2P/bin/NLog.dll differ diff --git a/C2P/bin/SteamWare.dll b/C2P/bin/SteamWare.dll index 9666744..29390fa 100644 Binary files a/C2P/bin/SteamWare.dll and b/C2P/bin/SteamWare.dll differ diff --git a/C2P_CronJob/bin/Release/C2P_CronJob.application b/C2P_CronJob/bin/Release/C2P_CronJob.application index 986c0f0..e240a65 100644 --- a/C2P_CronJob/bin/Release/C2P_CronJob.application +++ b/C2P_CronJob/bin/Release/C2P_CronJob.application @@ -11,7 +11,7 @@ - AmJaz+VphfdLMALvQHxBHTiQNGs= + +IuTgaWHhadyFl4JDeR4SfpU/q4= diff --git a/C2P_CronJob/bin/Release/C2P_CronJob.exe.manifest b/C2P_CronJob/bin/Release/C2P_CronJob.exe.manifest index 1ae107e..9c53d32 100644 --- a/C2P_CronJob/bin/Release/C2P_CronJob.exe.manifest +++ b/C2P_CronJob/bin/Release/C2P_CronJob.exe.manifest @@ -84,19 +84,19 @@ - tmOiSBPxwjDjmrIhnzlrSrruMN0= + v1XN3x6dtE+phINH5ffPlg6UqrQ= - + - Lp5pXf+UCdSIfcPB++o25FL9PhE= + yz9hi9Mg9/H31PmpzPMZ/3l+Nf4= diff --git a/C2P_CronJob/bin/Release/C2P_Data.dll b/C2P_CronJob/bin/Release/C2P_Data.dll index 222f6b5..403f453 100644 Binary files a/C2P_CronJob/bin/Release/C2P_Data.dll and b/C2P_CronJob/bin/Release/C2P_Data.dll differ diff --git a/C2P_Data/DS_Quotes.Designer.cs b/C2P_Data/DS_Quotes.Designer.cs index 7c60cee..8cbc255 100644 --- a/C2P_Data/DS_Quotes.Designer.cs +++ b/C2P_Data/DS_Quotes.Designer.cs @@ -46,6 +46,8 @@ namespace C2P_Data { private stp_checkValidQuoteDataTable tablestp_checkValidQuote; + private prtQuoteDataTable tableprtQuote; + private global::System.Data.DataRelation relationFK_QuoteRM_QuoteList; private global::System.Data.DataRelation relationFK_QuoteWorkExt_QuoteList; @@ -117,6 +119,9 @@ namespace C2P_Data { if ((ds.Tables["stp_checkValidQuote"] != null)) { base.Tables.Add(new stp_checkValidQuoteDataTable(ds.Tables["stp_checkValidQuote"])); } + if ((ds.Tables["prtQuote"] != null)) { + base.Tables.Add(new prtQuoteDataTable(ds.Tables["prtQuote"])); + } this.DataSetName = ds.DataSetName; this.Prefix = ds.Prefix; this.Namespace = ds.Namespace; @@ -245,6 +250,16 @@ namespace C2P_Data { } } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + [global::System.ComponentModel.Browsable(false)] + [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] + public prtQuoteDataTable prtQuote { + get { + return this.tableprtQuote; + } + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.BrowsableAttribute(true)] @@ -345,6 +360,9 @@ namespace C2P_Data { if ((ds.Tables["stp_checkValidQuote"] != null)) { base.Tables.Add(new stp_checkValidQuoteDataTable(ds.Tables["stp_checkValidQuote"])); } + if ((ds.Tables["prtQuote"] != null)) { + base.Tables.Add(new prtQuoteDataTable(ds.Tables["prtQuote"])); + } this.DataSetName = ds.DataSetName; this.Prefix = ds.Prefix; this.Namespace = ds.Namespace; @@ -444,6 +462,12 @@ namespace C2P_Data { this.tablestp_checkValidQuote.InitVars(); } } + this.tableprtQuote = ((prtQuoteDataTable)(base.Tables["prtQuote"])); + if ((initTable == true)) { + if ((this.tableprtQuote != null)) { + this.tableprtQuote.InitVars(); + } + } this.relationFK_QuoteRM_QuoteList = this.Relations["FK_QuoteRM_QuoteList"]; this.relationFK_QuoteWorkExt_QuoteList = this.Relations["FK_QuoteWorkExt_QuoteList"]; this.relationFK_QuoteWorkInt_QuoteList = this.Relations["FK_QuoteWorkInt_QuoteList"]; @@ -481,6 +505,8 @@ namespace C2P_Data { base.Tables.Add(this.tableStdCostList); this.tablestp_checkValidQuote = new stp_checkValidQuoteDataTable(); base.Tables.Add(this.tablestp_checkValidQuote); + this.tableprtQuote = new prtQuoteDataTable(); + base.Tables.Add(this.tableprtQuote); this.relationFK_QuoteRM_QuoteList = new global::System.Data.DataRelation("FK_QuoteRM_QuoteList", new global::System.Data.DataColumn[] { this.tableQuoteList.QuoteTypeColumn, this.tableQuoteList.CodQuoteColumn, @@ -589,6 +615,12 @@ namespace C2P_Data { return false; } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + private bool ShouldSerializeprtQuote() { + return false; + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) { @@ -677,6 +709,9 @@ namespace C2P_Data { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void stp_checkValidQuoteRowChangeEventHandler(object sender, stp_checkValidQuoteRowChangeEvent e); + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public delegate void prtQuoteRowChangeEventHandler(object sender, prtQuoteRowChangeEvent e); + /// ///Represents the strongly named DataTable class. /// @@ -8515,6 +8550,2054 @@ namespace C2P_Data { } } + /// + ///Represents the strongly named DataTable class. + /// + [global::System.Serializable()] + [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] + public partial class prtQuoteDataTable : global::System.Data.TypedTableBase { + + private global::System.Data.DataColumn columnVers; + + private global::System.Data.DataColumn columnQuoteType; + + private global::System.Data.DataColumn columnCodQuote; + + private global::System.Data.DataColumn columnQuoteRev; + + private global::System.Data.DataColumn columnOfferResult; + + private global::System.Data.DataColumn columnKoReason; + + private global::System.Data.DataColumn columnAgente; + + private global::System.Data.DataColumn columnProdType; + + private global::System.Data.DataColumn columnIdxQState; + + private global::System.Data.DataColumn columnCodClient; + + private global::System.Data.DataColumn columnClientName; + + private global::System.Data.DataColumn columnCodItem; + + private global::System.Data.DataColumn columnCodItemGroup; + + private global::System.Data.DataColumn columnRawMat; + + private global::System.Data.DataColumn columnUnitWeight; + + private global::System.Data.DataColumn columnBatchQty; + + private global::System.Data.DataColumn columnCodInco; + + private global::System.Data.DataColumn columnTranspZone; + + private global::System.Data.DataColumn columnKeyAM; + + private global::System.Data.DataColumn columnNote; + + private global::System.Data.DataColumn columnPriceOff; + + private global::System.Data.DataColumn columnCodClientAssoc; + + private global::System.Data.DataColumn columnClientNameAssoc; + + private global::System.Data.DataColumn columnItemDescr; + + private global::System.Data.DataColumn columnCodifProfilo; + + private global::System.Data.DataColumn columnClasseMerc; + + private global::System.Data.DataColumn columnTipoDies; + + private global::System.Data.DataColumn columnCodDiesGroup; + + private global::System.Data.DataColumn columnDiamDies; + + private global::System.Data.DataColumn columnHoleNumDies; + + private global::System.Data.DataColumn columnDiesPrice; + + private global::System.Data.DataColumn columnDiesExpLife; + + private global::System.Data.DataColumn columnDiesEOLife; + + private global::System.Data.DataColumn columnDiesByClass; + + private global::System.Data.DataColumn columnNumDiesInList; + + private global::System.Data.DataColumn columnNumDiesExaust; + + private global::System.Data.DataColumn columnCodPlant; + + private global::System.Data.DataColumn columnKeyAMIL; + + private global::System.Data.DataColumn columnKgTeo; + + private global::System.Data.DataColumn columnNumSMED; + + private global::System.Data.DataColumn columnQuotaMan; + + private global::System.Data.DataColumn columnPRMWeight; + + private global::System.Data.DataColumn columnPWeight; + + private global::System.Data.DataColumn columnPTare; + + private global::System.Data.DataColumn columnLivPackage; + + private global::System.Data.DataColumn columnLivPackageDett; + + private global::System.Data.DataColumn columnRawMatCost; + + private global::System.Data.DataColumn columnRawMatExtraCost; + + private global::System.Data.DataColumn columnRawMatFullCost; + + private global::System.Data.DataColumn columnCodPackag; + + private global::System.Data.DataColumn columnPkgDesc; + + private global::System.Data.DataColumn columnFSR; + + private global::System.Data.DataColumn columnProvvCost; + + private global::System.Data.DataColumn columnEECost; + + private global::System.Data.DataColumn columnGasCost; + + private global::System.Data.DataColumn columnDiesCost; + + private global::System.Data.DataColumn columnPackCost; + + private global::System.Data.DataColumn columnTranspCost; + + private global::System.Data.DataColumn columnSellCost01; + + private global::System.Data.DataColumn columnRefCost01; + + private global::System.Data.DataColumn columnSellCost04; + + private global::System.Data.DataColumn columnRefCost04; + + private global::System.Data.DataColumn columnWSR01; + + private global::System.Data.DataColumn columnMSR01; + + private global::System.Data.DataColumn columnNetProd01; + + private global::System.Data.DataColumn columnFC4UG01; + + private global::System.Data.DataColumn columnVC4UG01; + + private global::System.Data.DataColumn columnOH4UG01; + + private global::System.Data.DataColumn columnSC4UG01; + + private global::System.Data.DataColumn columnDSR; + + private global::System.Data.DataColumn columnNetProd04; + + private global::System.Data.DataColumn columnFC4UG04; + + private global::System.Data.DataColumn columnVC4UG04; + + private global::System.Data.DataColumn columnFVC; + + private global::System.Data.DataColumn columnCharge; + + private global::System.Data.DataColumn columnP_FVC; + + private global::System.Data.DataColumn columnCPS; + + private global::System.Data.DataColumn columnP_CPS; + + private global::System.Data.DataColumn columnP_FC4UG04; + + private global::System.Data.DataColumn columnFullCost; + + private global::System.Data.DataColumn columnP_FullCost; + + private global::System.Data.DataColumn columnMinPrice; + + private global::System.Data.DataColumn columnP_MinPrice; + + private global::System.Data.DataColumn columnP_PriceOff; + + private global::System.Data.DataColumn columnNetMar; + + private global::System.Data.DataColumn columnFCShield; + + private global::System.Data.DataColumn columnPckSur; + + private global::System.Data.DataColumn columnvalid; + + private global::System.Data.DataColumn columnerrorScore; + + private global::System.Data.DataColumn columnDiesPrice_sim; + + private global::System.Data.DataColumn columnSamplePrice; + + private global::System.Data.DataColumn columnDiesFullCost; + + private global::System.Data.DataColumn columnDiesPriceClientQuote; + + private global::System.Data.DataColumn columnDiesTecLife; + + private global::System.Data.DataColumn columnDiesCommLife; + + private global::System.Data.DataColumn columnMonthSalesPrev; + + private global::System.Data.DataColumn columnSalesPrevCost; + + private global::System.Data.DataColumn columnDiesFinCost; + + private global::System.Data.DataColumn columnClientQuoteReven; + + private global::System.Data.DataColumn columnExtraDiscountDies; + + private global::System.Data.DataColumn columnWSR01_sim; + + private global::System.Data.DataColumn columnMSR01_sim; + + private global::System.Data.DataColumn columnNetProd01_sim; + + private global::System.Data.DataColumn columnNetProd04_sim; + + private global::System.Data.DataColumn columnDSR_sim; + + private global::System.Data.DataColumn columnNetMar_sim; + + private global::System.Data.DataColumn columnFCShield_sim; + + private global::System.Data.DataColumn columnMinPrice_sim; + + private global::System.Data.DataColumn columnP_MinPrice_sim; + + private global::System.Data.DataColumn columnCli_ZipCode; + + private global::System.Data.DataColumn columnCli_City; + + private global::System.Data.DataColumn columnCli_State; + + private global::System.Data.DataColumn columnCli_Nation; + + private global::System.Data.DataColumn columnDescInco; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public prtQuoteDataTable() { + this.TableName = "prtQuote"; + this.BeginInit(); + this.InitClass(); + this.EndInit(); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + internal prtQuoteDataTable(global::System.Data.DataTable table) { + this.TableName = table.TableName; + if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { + this.CaseSensitive = table.CaseSensitive; + } + if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) { + this.Locale = table.Locale; + } + if ((table.Namespace != table.DataSet.Namespace)) { + this.Namespace = table.Namespace; + } + this.Prefix = table.Prefix; + this.MinimumCapacity = table.MinimumCapacity; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + protected prtQuoteDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : + base(info, context) { + this.InitVars(); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn VersColumn { + get { + return this.columnVers; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn QuoteTypeColumn { + get { + return this.columnQuoteType; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn CodQuoteColumn { + get { + return this.columnCodQuote; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn QuoteRevColumn { + get { + return this.columnQuoteRev; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn OfferResultColumn { + get { + return this.columnOfferResult; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn KoReasonColumn { + get { + return this.columnKoReason; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn AgenteColumn { + get { + return this.columnAgente; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn ProdTypeColumn { + get { + return this.columnProdType; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn IdxQStateColumn { + get { + return this.columnIdxQState; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn CodClientColumn { + get { + return this.columnCodClient; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn ClientNameColumn { + get { + return this.columnClientName; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn CodItemColumn { + get { + return this.columnCodItem; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn CodItemGroupColumn { + get { + return this.columnCodItemGroup; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn RawMatColumn { + get { + return this.columnRawMat; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn UnitWeightColumn { + get { + return this.columnUnitWeight; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn BatchQtyColumn { + get { + return this.columnBatchQty; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn CodIncoColumn { + get { + return this.columnCodInco; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn TranspZoneColumn { + get { + return this.columnTranspZone; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn KeyAMColumn { + get { + return this.columnKeyAM; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn NoteColumn { + get { + return this.columnNote; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn PriceOffColumn { + get { + return this.columnPriceOff; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn CodClientAssocColumn { + get { + return this.columnCodClientAssoc; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn ClientNameAssocColumn { + get { + return this.columnClientNameAssoc; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn ItemDescrColumn { + get { + return this.columnItemDescr; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn CodifProfiloColumn { + get { + return this.columnCodifProfilo; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn ClasseMercColumn { + get { + return this.columnClasseMerc; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn TipoDiesColumn { + get { + return this.columnTipoDies; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn CodDiesGroupColumn { + get { + return this.columnCodDiesGroup; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn DiamDiesColumn { + get { + return this.columnDiamDies; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn HoleNumDiesColumn { + get { + return this.columnHoleNumDies; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn DiesPriceColumn { + get { + return this.columnDiesPrice; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn DiesExpLifeColumn { + get { + return this.columnDiesExpLife; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn DiesEOLifeColumn { + get { + return this.columnDiesEOLife; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn DiesByClassColumn { + get { + return this.columnDiesByClass; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn NumDiesInListColumn { + get { + return this.columnNumDiesInList; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn NumDiesExaustColumn { + get { + return this.columnNumDiesExaust; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn CodPlantColumn { + get { + return this.columnCodPlant; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn KeyAMILColumn { + get { + return this.columnKeyAMIL; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn KgTeoColumn { + get { + return this.columnKgTeo; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn NumSMEDColumn { + get { + return this.columnNumSMED; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn QuotaManColumn { + get { + return this.columnQuotaMan; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn PRMWeightColumn { + get { + return this.columnPRMWeight; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn PWeightColumn { + get { + return this.columnPWeight; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn PTareColumn { + get { + return this.columnPTare; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn LivPackageColumn { + get { + return this.columnLivPackage; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn LivPackageDettColumn { + get { + return this.columnLivPackageDett; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn RawMatCostColumn { + get { + return this.columnRawMatCost; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn RawMatExtraCostColumn { + get { + return this.columnRawMatExtraCost; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn RawMatFullCostColumn { + get { + return this.columnRawMatFullCost; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn CodPackagColumn { + get { + return this.columnCodPackag; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn PkgDescColumn { + get { + return this.columnPkgDesc; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn FSRColumn { + get { + return this.columnFSR; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn ProvvCostColumn { + get { + return this.columnProvvCost; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn EECostColumn { + get { + return this.columnEECost; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn GasCostColumn { + get { + return this.columnGasCost; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn DiesCostColumn { + get { + return this.columnDiesCost; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn PackCostColumn { + get { + return this.columnPackCost; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn TranspCostColumn { + get { + return this.columnTranspCost; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn SellCost01Column { + get { + return this.columnSellCost01; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn RefCost01Column { + get { + return this.columnRefCost01; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn SellCost04Column { + get { + return this.columnSellCost04; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn RefCost04Column { + get { + return this.columnRefCost04; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn WSR01Column { + get { + return this.columnWSR01; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn MSR01Column { + get { + return this.columnMSR01; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn NetProd01Column { + get { + return this.columnNetProd01; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn FC4UG01Column { + get { + return this.columnFC4UG01; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn VC4UG01Column { + get { + return this.columnVC4UG01; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn OH4UG01Column { + get { + return this.columnOH4UG01; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn SC4UG01Column { + get { + return this.columnSC4UG01; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn DSRColumn { + get { + return this.columnDSR; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn NetProd04Column { + get { + return this.columnNetProd04; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn FC4UG04Column { + get { + return this.columnFC4UG04; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn VC4UG04Column { + get { + return this.columnVC4UG04; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn FVCColumn { + get { + return this.columnFVC; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn ChargeColumn { + get { + return this.columnCharge; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn P_FVCColumn { + get { + return this.columnP_FVC; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn CPSColumn { + get { + return this.columnCPS; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn P_CPSColumn { + get { + return this.columnP_CPS; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn P_FC4UG04Column { + get { + return this.columnP_FC4UG04; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn FullCostColumn { + get { + return this.columnFullCost; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn P_FullCostColumn { + get { + return this.columnP_FullCost; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn MinPriceColumn { + get { + return this.columnMinPrice; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn P_MinPriceColumn { + get { + return this.columnP_MinPrice; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn P_PriceOffColumn { + get { + return this.columnP_PriceOff; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn NetMarColumn { + get { + return this.columnNetMar; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn FCShieldColumn { + get { + return this.columnFCShield; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn PckSurColumn { + get { + return this.columnPckSur; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn validColumn { + get { + return this.columnvalid; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn errorScoreColumn { + get { + return this.columnerrorScore; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn DiesPrice_simColumn { + get { + return this.columnDiesPrice_sim; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn SamplePriceColumn { + get { + return this.columnSamplePrice; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn DiesFullCostColumn { + get { + return this.columnDiesFullCost; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn DiesPriceClientQuoteColumn { + get { + return this.columnDiesPriceClientQuote; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn DiesTecLifeColumn { + get { + return this.columnDiesTecLife; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn DiesCommLifeColumn { + get { + return this.columnDiesCommLife; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn MonthSalesPrevColumn { + get { + return this.columnMonthSalesPrev; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn SalesPrevCostColumn { + get { + return this.columnSalesPrevCost; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn DiesFinCostColumn { + get { + return this.columnDiesFinCost; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn ClientQuoteRevenColumn { + get { + return this.columnClientQuoteReven; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn ExtraDiscountDiesColumn { + get { + return this.columnExtraDiscountDies; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn WSR01_simColumn { + get { + return this.columnWSR01_sim; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn MSR01_simColumn { + get { + return this.columnMSR01_sim; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn NetProd01_simColumn { + get { + return this.columnNetProd01_sim; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn NetProd04_simColumn { + get { + return this.columnNetProd04_sim; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn DSR_simColumn { + get { + return this.columnDSR_sim; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn NetMar_simColumn { + get { + return this.columnNetMar_sim; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn FCShield_simColumn { + get { + return this.columnFCShield_sim; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn MinPrice_simColumn { + get { + return this.columnMinPrice_sim; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn P_MinPrice_simColumn { + get { + return this.columnP_MinPrice_sim; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn Cli_ZipCodeColumn { + get { + return this.columnCli_ZipCode; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn Cli_CityColumn { + get { + return this.columnCli_City; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn Cli_StateColumn { + get { + return this.columnCli_State; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn Cli_NationColumn { + get { + return this.columnCli_Nation; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn DescIncoColumn { + get { + return this.columnDescInco; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + [global::System.ComponentModel.Browsable(false)] + public int Count { + get { + return this.Rows.Count; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public prtQuoteRow this[int index] { + get { + return ((prtQuoteRow)(this.Rows[index])); + } + } + + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public event prtQuoteRowChangeEventHandler prtQuoteRowChanging; + + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public event prtQuoteRowChangeEventHandler prtQuoteRowChanged; + + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public event prtQuoteRowChangeEventHandler prtQuoteRowDeleting; + + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public event prtQuoteRowChangeEventHandler prtQuoteRowDeleted; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void AddprtQuoteRow(prtQuoteRow row) { + this.Rows.Add(row); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public prtQuoteRow AddprtQuoteRow( + string Vers, + string QuoteType, + long CodQuote, + int QuoteRev, + string OfferResult, + string KoReason, + string Agente, + string ProdType, + int IdxQState, + string CodClient, + string ClientName, + string CodItem, + string CodItemGroup, + string RawMat, + decimal UnitWeight, + int BatchQty, + string CodInco, + string TranspZone, + string KeyAM, + string Note, + decimal PriceOff, + string CodClientAssoc, + string ClientNameAssoc, + string ItemDescr, + string CodifProfilo, + string ClasseMerc, + string TipoDies, + string CodDiesGroup, + decimal DiamDies, + int HoleNumDies, + decimal DiesPrice, + decimal DiesExpLife, + decimal DiesEOLife, + bool DiesByClass, + decimal NumDiesInList, + decimal NumDiesExaust, + string CodPlant, + string KeyAMIL, + decimal KgTeo, + decimal NumSMED, + decimal QuotaMan, + decimal PRMWeight, + decimal PWeight, + decimal PTare, + string LivPackage, + string LivPackageDett, + decimal RawMatCost, + decimal RawMatExtraCost, + decimal RawMatFullCost, + string CodPackag, + string PkgDesc, + decimal FSR, + decimal ProvvCost, + decimal EECost, + decimal GasCost, + decimal DiesCost, + decimal PackCost, + decimal TranspCost, + decimal SellCost01, + decimal RefCost01, + decimal SellCost04, + decimal RefCost04, + decimal WSR01, + decimal MSR01, + decimal NetProd01, + decimal FC4UG01, + decimal VC4UG01, + decimal OH4UG01, + decimal SC4UG01, + decimal DSR, + decimal NetProd04, + decimal FC4UG04, + decimal VC4UG04, + decimal FVC, + decimal Charge, + decimal P_FVC, + decimal CPS, + decimal P_CPS, + decimal P_FC4UG04, + decimal FullCost, + decimal P_FullCost, + decimal MinPrice, + decimal P_MinPrice, + decimal P_PriceOff, + decimal NetMar, + decimal FCShield, + decimal PckSur, + bool valid, + int errorScore, + decimal DiesPrice_sim, + decimal SamplePrice, + decimal DiesFullCost, + decimal DiesPriceClientQuote, + decimal DiesTecLife, + decimal DiesCommLife, + decimal MonthSalesPrev, + decimal SalesPrevCost, + decimal DiesFinCost, + decimal ClientQuoteReven, + decimal ExtraDiscountDies, + decimal WSR01_sim, + decimal MSR01_sim, + decimal NetProd01_sim, + decimal NetProd04_sim, + decimal DSR_sim, + decimal NetMar_sim, + decimal FCShield_sim, + decimal MinPrice_sim, + decimal P_MinPrice_sim, + string Cli_ZipCode, + string Cli_City, + string Cli_State, + string Cli_Nation, + string DescInco) { + prtQuoteRow rowprtQuoteRow = ((prtQuoteRow)(this.NewRow())); + object[] columnValuesArray = new object[] { + Vers, + QuoteType, + CodQuote, + QuoteRev, + OfferResult, + KoReason, + Agente, + ProdType, + IdxQState, + CodClient, + ClientName, + CodItem, + CodItemGroup, + RawMat, + UnitWeight, + BatchQty, + CodInco, + TranspZone, + KeyAM, + Note, + PriceOff, + CodClientAssoc, + ClientNameAssoc, + ItemDescr, + CodifProfilo, + ClasseMerc, + TipoDies, + CodDiesGroup, + DiamDies, + HoleNumDies, + DiesPrice, + DiesExpLife, + DiesEOLife, + DiesByClass, + NumDiesInList, + NumDiesExaust, + CodPlant, + KeyAMIL, + KgTeo, + NumSMED, + QuotaMan, + PRMWeight, + PWeight, + PTare, + LivPackage, + LivPackageDett, + RawMatCost, + RawMatExtraCost, + RawMatFullCost, + CodPackag, + PkgDesc, + FSR, + ProvvCost, + EECost, + GasCost, + DiesCost, + PackCost, + TranspCost, + SellCost01, + RefCost01, + SellCost04, + RefCost04, + WSR01, + MSR01, + NetProd01, + FC4UG01, + VC4UG01, + OH4UG01, + SC4UG01, + DSR, + NetProd04, + FC4UG04, + VC4UG04, + FVC, + Charge, + P_FVC, + CPS, + P_CPS, + P_FC4UG04, + FullCost, + P_FullCost, + MinPrice, + P_MinPrice, + P_PriceOff, + NetMar, + FCShield, + PckSur, + valid, + errorScore, + DiesPrice_sim, + SamplePrice, + DiesFullCost, + DiesPriceClientQuote, + DiesTecLife, + DiesCommLife, + MonthSalesPrev, + SalesPrevCost, + DiesFinCost, + ClientQuoteReven, + ExtraDiscountDies, + WSR01_sim, + MSR01_sim, + NetProd01_sim, + NetProd04_sim, + DSR_sim, + NetMar_sim, + FCShield_sim, + MinPrice_sim, + P_MinPrice_sim, + Cli_ZipCode, + Cli_City, + Cli_State, + Cli_Nation, + DescInco}; + rowprtQuoteRow.ItemArray = columnValuesArray; + this.Rows.Add(rowprtQuoteRow); + return rowprtQuoteRow; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public override global::System.Data.DataTable Clone() { + prtQuoteDataTable cln = ((prtQuoteDataTable)(base.Clone())); + cln.InitVars(); + return cln; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + protected override global::System.Data.DataTable CreateInstance() { + return new prtQuoteDataTable(); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + internal void InitVars() { + this.columnVers = base.Columns["Vers"]; + this.columnQuoteType = base.Columns["QuoteType"]; + this.columnCodQuote = base.Columns["CodQuote"]; + this.columnQuoteRev = base.Columns["QuoteRev"]; + this.columnOfferResult = base.Columns["OfferResult"]; + this.columnKoReason = base.Columns["KoReason"]; + this.columnAgente = base.Columns["Agente"]; + this.columnProdType = base.Columns["ProdType"]; + this.columnIdxQState = base.Columns["IdxQState"]; + this.columnCodClient = base.Columns["CodClient"]; + this.columnClientName = base.Columns["ClientName"]; + this.columnCodItem = base.Columns["CodItem"]; + this.columnCodItemGroup = base.Columns["CodItemGroup"]; + this.columnRawMat = base.Columns["RawMat"]; + this.columnUnitWeight = base.Columns["UnitWeight"]; + this.columnBatchQty = base.Columns["BatchQty"]; + this.columnCodInco = base.Columns["CodInco"]; + this.columnTranspZone = base.Columns["TranspZone"]; + this.columnKeyAM = base.Columns["KeyAM"]; + this.columnNote = base.Columns["Note"]; + this.columnPriceOff = base.Columns["PriceOff"]; + this.columnCodClientAssoc = base.Columns["CodClientAssoc"]; + this.columnClientNameAssoc = base.Columns["ClientNameAssoc"]; + this.columnItemDescr = base.Columns["ItemDescr"]; + this.columnCodifProfilo = base.Columns["CodifProfilo"]; + this.columnClasseMerc = base.Columns["ClasseMerc"]; + this.columnTipoDies = base.Columns["TipoDies"]; + this.columnCodDiesGroup = base.Columns["CodDiesGroup"]; + this.columnDiamDies = base.Columns["DiamDies"]; + this.columnHoleNumDies = base.Columns["HoleNumDies"]; + this.columnDiesPrice = base.Columns["DiesPrice"]; + this.columnDiesExpLife = base.Columns["DiesExpLife"]; + this.columnDiesEOLife = base.Columns["DiesEOLife"]; + this.columnDiesByClass = base.Columns["DiesByClass"]; + this.columnNumDiesInList = base.Columns["NumDiesInList"]; + this.columnNumDiesExaust = base.Columns["NumDiesExaust"]; + this.columnCodPlant = base.Columns["CodPlant"]; + this.columnKeyAMIL = base.Columns["KeyAMIL"]; + this.columnKgTeo = base.Columns["KgTeo"]; + this.columnNumSMED = base.Columns["NumSMED"]; + this.columnQuotaMan = base.Columns["QuotaMan"]; + this.columnPRMWeight = base.Columns["PRMWeight"]; + this.columnPWeight = base.Columns["PWeight"]; + this.columnPTare = base.Columns["PTare"]; + this.columnLivPackage = base.Columns["LivPackage"]; + this.columnLivPackageDett = base.Columns["LivPackageDett"]; + this.columnRawMatCost = base.Columns["RawMatCost"]; + this.columnRawMatExtraCost = base.Columns["RawMatExtraCost"]; + this.columnRawMatFullCost = base.Columns["RawMatFullCost"]; + this.columnCodPackag = base.Columns["CodPackag"]; + this.columnPkgDesc = base.Columns["PkgDesc"]; + this.columnFSR = base.Columns["FSR"]; + this.columnProvvCost = base.Columns["ProvvCost"]; + this.columnEECost = base.Columns["EECost"]; + this.columnGasCost = base.Columns["GasCost"]; + this.columnDiesCost = base.Columns["DiesCost"]; + this.columnPackCost = base.Columns["PackCost"]; + this.columnTranspCost = base.Columns["TranspCost"]; + this.columnSellCost01 = base.Columns["SellCost01"]; + this.columnRefCost01 = base.Columns["RefCost01"]; + this.columnSellCost04 = base.Columns["SellCost04"]; + this.columnRefCost04 = base.Columns["RefCost04"]; + this.columnWSR01 = base.Columns["WSR01"]; + this.columnMSR01 = base.Columns["MSR01"]; + this.columnNetProd01 = base.Columns["NetProd01"]; + this.columnFC4UG01 = base.Columns["FC4UG01"]; + this.columnVC4UG01 = base.Columns["VC4UG01"]; + this.columnOH4UG01 = base.Columns["OH4UG01"]; + this.columnSC4UG01 = base.Columns["SC4UG01"]; + this.columnDSR = base.Columns["DSR"]; + this.columnNetProd04 = base.Columns["NetProd04"]; + this.columnFC4UG04 = base.Columns["FC4UG04"]; + this.columnVC4UG04 = base.Columns["VC4UG04"]; + this.columnFVC = base.Columns["FVC"]; + this.columnCharge = base.Columns["Charge"]; + this.columnP_FVC = base.Columns["P_FVC"]; + this.columnCPS = base.Columns["CPS"]; + this.columnP_CPS = base.Columns["P_CPS"]; + this.columnP_FC4UG04 = base.Columns["P_FC4UG04"]; + this.columnFullCost = base.Columns["FullCost"]; + this.columnP_FullCost = base.Columns["P_FullCost"]; + this.columnMinPrice = base.Columns["MinPrice"]; + this.columnP_MinPrice = base.Columns["P_MinPrice"]; + this.columnP_PriceOff = base.Columns["P_PriceOff"]; + this.columnNetMar = base.Columns["NetMar"]; + this.columnFCShield = base.Columns["FCShield"]; + this.columnPckSur = base.Columns["PckSur"]; + this.columnvalid = base.Columns["valid"]; + this.columnerrorScore = base.Columns["errorScore"]; + this.columnDiesPrice_sim = base.Columns["DiesPrice_sim"]; + this.columnSamplePrice = base.Columns["SamplePrice"]; + this.columnDiesFullCost = base.Columns["DiesFullCost"]; + this.columnDiesPriceClientQuote = base.Columns["DiesPriceClientQuote"]; + this.columnDiesTecLife = base.Columns["DiesTecLife"]; + this.columnDiesCommLife = base.Columns["DiesCommLife"]; + this.columnMonthSalesPrev = base.Columns["MonthSalesPrev"]; + this.columnSalesPrevCost = base.Columns["SalesPrevCost"]; + this.columnDiesFinCost = base.Columns["DiesFinCost"]; + this.columnClientQuoteReven = base.Columns["ClientQuoteReven"]; + this.columnExtraDiscountDies = base.Columns["ExtraDiscountDies"]; + this.columnWSR01_sim = base.Columns["WSR01_sim"]; + this.columnMSR01_sim = base.Columns["MSR01_sim"]; + this.columnNetProd01_sim = base.Columns["NetProd01_sim"]; + this.columnNetProd04_sim = base.Columns["NetProd04_sim"]; + this.columnDSR_sim = base.Columns["DSR_sim"]; + this.columnNetMar_sim = base.Columns["NetMar_sim"]; + this.columnFCShield_sim = base.Columns["FCShield_sim"]; + this.columnMinPrice_sim = base.Columns["MinPrice_sim"]; + this.columnP_MinPrice_sim = base.Columns["P_MinPrice_sim"]; + this.columnCli_ZipCode = base.Columns["Cli_ZipCode"]; + this.columnCli_City = base.Columns["Cli_City"]; + this.columnCli_State = base.Columns["Cli_State"]; + this.columnCli_Nation = base.Columns["Cli_Nation"]; + this.columnDescInco = base.Columns["DescInco"]; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + private void InitClass() { + this.columnVers = new global::System.Data.DataColumn("Vers", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnVers); + this.columnQuoteType = new global::System.Data.DataColumn("QuoteType", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnQuoteType); + this.columnCodQuote = new global::System.Data.DataColumn("CodQuote", typeof(long), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnCodQuote); + this.columnQuoteRev = new global::System.Data.DataColumn("QuoteRev", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnQuoteRev); + this.columnOfferResult = new global::System.Data.DataColumn("OfferResult", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnOfferResult); + this.columnKoReason = new global::System.Data.DataColumn("KoReason", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnKoReason); + this.columnAgente = new global::System.Data.DataColumn("Agente", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnAgente); + this.columnProdType = new global::System.Data.DataColumn("ProdType", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnProdType); + this.columnIdxQState = new global::System.Data.DataColumn("IdxQState", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnIdxQState); + this.columnCodClient = new global::System.Data.DataColumn("CodClient", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnCodClient); + this.columnClientName = new global::System.Data.DataColumn("ClientName", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnClientName); + this.columnCodItem = new global::System.Data.DataColumn("CodItem", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnCodItem); + this.columnCodItemGroup = new global::System.Data.DataColumn("CodItemGroup", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnCodItemGroup); + this.columnRawMat = new global::System.Data.DataColumn("RawMat", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnRawMat); + this.columnUnitWeight = new global::System.Data.DataColumn("UnitWeight", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnUnitWeight); + this.columnBatchQty = new global::System.Data.DataColumn("BatchQty", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnBatchQty); + this.columnCodInco = new global::System.Data.DataColumn("CodInco", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnCodInco); + this.columnTranspZone = new global::System.Data.DataColumn("TranspZone", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnTranspZone); + this.columnKeyAM = new global::System.Data.DataColumn("KeyAM", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnKeyAM); + this.columnNote = new global::System.Data.DataColumn("Note", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnNote); + this.columnPriceOff = new global::System.Data.DataColumn("PriceOff", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnPriceOff); + this.columnCodClientAssoc = new global::System.Data.DataColumn("CodClientAssoc", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnCodClientAssoc); + this.columnClientNameAssoc = new global::System.Data.DataColumn("ClientNameAssoc", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnClientNameAssoc); + this.columnItemDescr = new global::System.Data.DataColumn("ItemDescr", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnItemDescr); + this.columnCodifProfilo = new global::System.Data.DataColumn("CodifProfilo", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnCodifProfilo); + this.columnClasseMerc = new global::System.Data.DataColumn("ClasseMerc", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnClasseMerc); + this.columnTipoDies = new global::System.Data.DataColumn("TipoDies", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnTipoDies); + this.columnCodDiesGroup = new global::System.Data.DataColumn("CodDiesGroup", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnCodDiesGroup); + this.columnDiamDies = new global::System.Data.DataColumn("DiamDies", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnDiamDies); + this.columnHoleNumDies = new global::System.Data.DataColumn("HoleNumDies", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnHoleNumDies); + this.columnDiesPrice = new global::System.Data.DataColumn("DiesPrice", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnDiesPrice); + this.columnDiesExpLife = new global::System.Data.DataColumn("DiesExpLife", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnDiesExpLife); + this.columnDiesEOLife = new global::System.Data.DataColumn("DiesEOLife", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnDiesEOLife); + this.columnDiesByClass = new global::System.Data.DataColumn("DiesByClass", typeof(bool), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnDiesByClass); + this.columnNumDiesInList = new global::System.Data.DataColumn("NumDiesInList", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnNumDiesInList); + this.columnNumDiesExaust = new global::System.Data.DataColumn("NumDiesExaust", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnNumDiesExaust); + this.columnCodPlant = new global::System.Data.DataColumn("CodPlant", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnCodPlant); + this.columnKeyAMIL = new global::System.Data.DataColumn("KeyAMIL", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnKeyAMIL); + this.columnKgTeo = new global::System.Data.DataColumn("KgTeo", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnKgTeo); + this.columnNumSMED = new global::System.Data.DataColumn("NumSMED", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnNumSMED); + this.columnQuotaMan = new global::System.Data.DataColumn("QuotaMan", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnQuotaMan); + this.columnPRMWeight = new global::System.Data.DataColumn("PRMWeight", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnPRMWeight); + this.columnPWeight = new global::System.Data.DataColumn("PWeight", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnPWeight); + this.columnPTare = new global::System.Data.DataColumn("PTare", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnPTare); + this.columnLivPackage = new global::System.Data.DataColumn("LivPackage", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnLivPackage); + this.columnLivPackageDett = new global::System.Data.DataColumn("LivPackageDett", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnLivPackageDett); + this.columnRawMatCost = new global::System.Data.DataColumn("RawMatCost", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnRawMatCost); + this.columnRawMatExtraCost = new global::System.Data.DataColumn("RawMatExtraCost", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnRawMatExtraCost); + this.columnRawMatFullCost = new global::System.Data.DataColumn("RawMatFullCost", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnRawMatFullCost); + this.columnCodPackag = new global::System.Data.DataColumn("CodPackag", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnCodPackag); + this.columnPkgDesc = new global::System.Data.DataColumn("PkgDesc", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnPkgDesc); + this.columnFSR = new global::System.Data.DataColumn("FSR", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnFSR); + this.columnProvvCost = new global::System.Data.DataColumn("ProvvCost", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnProvvCost); + this.columnEECost = new global::System.Data.DataColumn("EECost", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnEECost); + this.columnGasCost = new global::System.Data.DataColumn("GasCost", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnGasCost); + this.columnDiesCost = new global::System.Data.DataColumn("DiesCost", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnDiesCost); + this.columnPackCost = new global::System.Data.DataColumn("PackCost", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnPackCost); + this.columnTranspCost = new global::System.Data.DataColumn("TranspCost", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnTranspCost); + this.columnSellCost01 = new global::System.Data.DataColumn("SellCost01", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnSellCost01); + this.columnRefCost01 = new global::System.Data.DataColumn("RefCost01", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnRefCost01); + this.columnSellCost04 = new global::System.Data.DataColumn("SellCost04", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnSellCost04); + this.columnRefCost04 = new global::System.Data.DataColumn("RefCost04", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnRefCost04); + this.columnWSR01 = new global::System.Data.DataColumn("WSR01", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnWSR01); + this.columnMSR01 = new global::System.Data.DataColumn("MSR01", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnMSR01); + this.columnNetProd01 = new global::System.Data.DataColumn("NetProd01", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnNetProd01); + this.columnFC4UG01 = new global::System.Data.DataColumn("FC4UG01", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnFC4UG01); + this.columnVC4UG01 = new global::System.Data.DataColumn("VC4UG01", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnVC4UG01); + this.columnOH4UG01 = new global::System.Data.DataColumn("OH4UG01", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnOH4UG01); + this.columnSC4UG01 = new global::System.Data.DataColumn("SC4UG01", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnSC4UG01); + this.columnDSR = new global::System.Data.DataColumn("DSR", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnDSR); + this.columnNetProd04 = new global::System.Data.DataColumn("NetProd04", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnNetProd04); + this.columnFC4UG04 = new global::System.Data.DataColumn("FC4UG04", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnFC4UG04); + this.columnVC4UG04 = new global::System.Data.DataColumn("VC4UG04", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnVC4UG04); + this.columnFVC = new global::System.Data.DataColumn("FVC", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnFVC); + this.columnCharge = new global::System.Data.DataColumn("Charge", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnCharge); + this.columnP_FVC = new global::System.Data.DataColumn("P_FVC", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnP_FVC); + this.columnCPS = new global::System.Data.DataColumn("CPS", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnCPS); + this.columnP_CPS = new global::System.Data.DataColumn("P_CPS", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnP_CPS); + this.columnP_FC4UG04 = new global::System.Data.DataColumn("P_FC4UG04", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnP_FC4UG04); + this.columnFullCost = new global::System.Data.DataColumn("FullCost", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnFullCost); + this.columnP_FullCost = new global::System.Data.DataColumn("P_FullCost", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnP_FullCost); + this.columnMinPrice = new global::System.Data.DataColumn("MinPrice", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnMinPrice); + this.columnP_MinPrice = new global::System.Data.DataColumn("P_MinPrice", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnP_MinPrice); + this.columnP_PriceOff = new global::System.Data.DataColumn("P_PriceOff", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnP_PriceOff); + this.columnNetMar = new global::System.Data.DataColumn("NetMar", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnNetMar); + this.columnFCShield = new global::System.Data.DataColumn("FCShield", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnFCShield); + this.columnPckSur = new global::System.Data.DataColumn("PckSur", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnPckSur); + this.columnvalid = new global::System.Data.DataColumn("valid", typeof(bool), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnvalid); + this.columnerrorScore = new global::System.Data.DataColumn("errorScore", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnerrorScore); + this.columnDiesPrice_sim = new global::System.Data.DataColumn("DiesPrice_sim", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnDiesPrice_sim); + this.columnSamplePrice = new global::System.Data.DataColumn("SamplePrice", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnSamplePrice); + this.columnDiesFullCost = new global::System.Data.DataColumn("DiesFullCost", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnDiesFullCost); + this.columnDiesPriceClientQuote = new global::System.Data.DataColumn("DiesPriceClientQuote", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnDiesPriceClientQuote); + this.columnDiesTecLife = new global::System.Data.DataColumn("DiesTecLife", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnDiesTecLife); + this.columnDiesCommLife = new global::System.Data.DataColumn("DiesCommLife", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnDiesCommLife); + this.columnMonthSalesPrev = new global::System.Data.DataColumn("MonthSalesPrev", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnMonthSalesPrev); + this.columnSalesPrevCost = new global::System.Data.DataColumn("SalesPrevCost", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnSalesPrevCost); + this.columnDiesFinCost = new global::System.Data.DataColumn("DiesFinCost", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnDiesFinCost); + this.columnClientQuoteReven = new global::System.Data.DataColumn("ClientQuoteReven", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnClientQuoteReven); + this.columnExtraDiscountDies = new global::System.Data.DataColumn("ExtraDiscountDies", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnExtraDiscountDies); + this.columnWSR01_sim = new global::System.Data.DataColumn("WSR01_sim", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnWSR01_sim); + this.columnMSR01_sim = new global::System.Data.DataColumn("MSR01_sim", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnMSR01_sim); + this.columnNetProd01_sim = new global::System.Data.DataColumn("NetProd01_sim", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnNetProd01_sim); + this.columnNetProd04_sim = new global::System.Data.DataColumn("NetProd04_sim", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnNetProd04_sim); + this.columnDSR_sim = new global::System.Data.DataColumn("DSR_sim", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnDSR_sim); + this.columnNetMar_sim = new global::System.Data.DataColumn("NetMar_sim", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnNetMar_sim); + this.columnFCShield_sim = new global::System.Data.DataColumn("FCShield_sim", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnFCShield_sim); + this.columnMinPrice_sim = new global::System.Data.DataColumn("MinPrice_sim", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnMinPrice_sim); + this.columnP_MinPrice_sim = new global::System.Data.DataColumn("P_MinPrice_sim", typeof(decimal), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnP_MinPrice_sim); + this.columnCli_ZipCode = new global::System.Data.DataColumn("Cli_ZipCode", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnCli_ZipCode); + this.columnCli_City = new global::System.Data.DataColumn("Cli_City", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnCli_City); + this.columnCli_State = new global::System.Data.DataColumn("Cli_State", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnCli_State); + this.columnCli_Nation = new global::System.Data.DataColumn("Cli_Nation", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnCli_Nation); + this.columnDescInco = new global::System.Data.DataColumn("DescInco", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnDescInco); + this.columnVers.AllowDBNull = false; + this.columnVers.MaxLength = 5; + this.columnQuoteType.AllowDBNull = false; + this.columnQuoteType.MaxLength = 1; + this.columnCodQuote.AllowDBNull = false; + this.columnQuoteRev.AllowDBNull = false; + this.columnOfferResult.AllowDBNull = false; + this.columnOfferResult.MaxLength = 50; + this.columnKoReason.AllowDBNull = false; + this.columnKoReason.MaxLength = 50; + this.columnAgente.AllowDBNull = false; + this.columnAgente.MaxLength = 50; + this.columnProdType.AllowDBNull = false; + this.columnProdType.MaxLength = 5; + this.columnIdxQState.AllowDBNull = false; + this.columnCodClient.AllowDBNull = false; + this.columnCodClient.MaxLength = 50; + this.columnClientName.AllowDBNull = false; + this.columnClientName.MaxLength = 250; + this.columnCodItem.AllowDBNull = false; + this.columnCodItem.MaxLength = 50; + this.columnCodItemGroup.AllowDBNull = false; + this.columnCodItemGroup.MaxLength = 50; + this.columnRawMat.AllowDBNull = false; + this.columnRawMat.MaxLength = 50; + this.columnUnitWeight.AllowDBNull = false; + this.columnBatchQty.AllowDBNull = false; + this.columnCodInco.AllowDBNull = false; + this.columnCodInco.MaxLength = 5; + this.columnTranspZone.AllowDBNull = false; + this.columnTranspZone.MaxLength = 50; + this.columnKeyAM.AllowDBNull = false; + this.columnKeyAM.MaxLength = 101; + this.columnNote.AllowDBNull = false; + this.columnNote.MaxLength = 2500; + this.columnPriceOff.AllowDBNull = false; + this.columnCodClientAssoc.MaxLength = 100; + this.columnClientNameAssoc.MaxLength = 100; + this.columnItemDescr.MaxLength = 100; + this.columnCodifProfilo.MaxLength = 100; + this.columnClasseMerc.MaxLength = 100; + this.columnTipoDies.MaxLength = 100; + this.columnCodDiesGroup.MaxLength = 100; + this.columnDiamDies.AllowDBNull = false; + this.columnDiesPrice.AllowDBNull = false; + this.columnDiesExpLife.AllowDBNull = false; + this.columnDiesEOLife.AllowDBNull = false; + this.columnDiesByClass.AllowDBNull = false; + this.columnCodPlant.MaxLength = 100; + this.columnKeyAMIL.MaxLength = 100; + this.columnLivPackage.MaxLength = 100; + this.columnLivPackageDett.MaxLength = 100; + this.columnRawMatCost.AllowDBNull = false; + this.columnRawMatExtraCost.AllowDBNull = false; + this.columnCodPackag.AllowDBNull = false; + this.columnCodPackag.MaxLength = 50; + this.columnPkgDesc.MaxLength = 100; + this.columnProvvCost.AllowDBNull = false; + this.columnEECost.AllowDBNull = false; + this.columnGasCost.AllowDBNull = false; + this.columnDiesCost.AllowDBNull = false; + this.columnPackCost.AllowDBNull = false; + this.columnTranspCost.AllowDBNull = false; + this.columnSellCost01.AllowDBNull = false; + this.columnRefCost01.AllowDBNull = false; + this.columnSellCost04.AllowDBNull = false; + this.columnRefCost04.AllowDBNull = false; + this.columnWSR01.AllowDBNull = false; + this.columnMSR01.AllowDBNull = false; + this.columnNetProd01.AllowDBNull = false; + this.columnFC4UG01.AllowDBNull = false; + this.columnVC4UG01.AllowDBNull = false; + this.columnOH4UG01.AllowDBNull = false; + this.columnSC4UG01.AllowDBNull = false; + this.columnNetProd04.AllowDBNull = false; + this.columnFC4UG04.AllowDBNull = false; + this.columnVC4UG04.AllowDBNull = false; + this.columnCharge.AllowDBNull = false; + this.columnvalid.AllowDBNull = false; + this.columnerrorScore.AllowDBNull = false; + this.columnDiesPrice_sim.AllowDBNull = false; + this.columnSamplePrice.AllowDBNull = false; + this.columnDiesFullCost.AllowDBNull = false; + this.columnDiesPriceClientQuote.AllowDBNull = false; + this.columnDiesTecLife.AllowDBNull = false; + this.columnDiesCommLife.AllowDBNull = false; + this.columnMonthSalesPrev.AllowDBNull = false; + this.columnSalesPrevCost.AllowDBNull = false; + this.columnDiesFinCost.AllowDBNull = false; + this.columnClientQuoteReven.AllowDBNull = false; + this.columnExtraDiscountDies.AllowDBNull = false; + this.columnWSR01_sim.AllowDBNull = false; + this.columnMSR01_sim.AllowDBNull = false; + this.columnNetProd01_sim.AllowDBNull = false; + this.columnNetProd04_sim.AllowDBNull = false; + this.columnDSR_sim.AllowDBNull = false; + this.columnCli_ZipCode.AllowDBNull = false; + this.columnCli_ZipCode.MaxLength = 50; + this.columnCli_City.AllowDBNull = false; + this.columnCli_City.MaxLength = 50; + this.columnCli_State.AllowDBNull = false; + this.columnCli_State.MaxLength = 50; + this.columnCli_Nation.AllowDBNull = false; + this.columnCli_Nation.MaxLength = 50; + this.columnDescInco.MaxLength = 250; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public prtQuoteRow NewprtQuoteRow() { + return ((prtQuoteRow)(this.NewRow())); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { + return new prtQuoteRow(builder); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + protected override global::System.Type GetRowType() { + return typeof(prtQuoteRow); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { + base.OnRowChanged(e); + if ((this.prtQuoteRowChanged != null)) { + this.prtQuoteRowChanged(this, new prtQuoteRowChangeEvent(((prtQuoteRow)(e.Row)), e.Action)); + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { + base.OnRowChanging(e); + if ((this.prtQuoteRowChanging != null)) { + this.prtQuoteRowChanging(this, new prtQuoteRowChangeEvent(((prtQuoteRow)(e.Row)), e.Action)); + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { + base.OnRowDeleted(e); + if ((this.prtQuoteRowDeleted != null)) { + this.prtQuoteRowDeleted(this, new prtQuoteRowChangeEvent(((prtQuoteRow)(e.Row)), e.Action)); + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { + base.OnRowDeleting(e); + if ((this.prtQuoteRowDeleting != null)) { + this.prtQuoteRowDeleting(this, new prtQuoteRowChangeEvent(((prtQuoteRow)(e.Row)), e.Action)); + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void RemoveprtQuoteRow(prtQuoteRow row) { + this.Rows.Remove(row); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) { + global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType(); + global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence(); + DS_Quotes ds = new DS_Quotes(); + global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny(); + any1.Namespace = "http://www.w3.org/2001/XMLSchema"; + any1.MinOccurs = new decimal(0); + any1.MaxOccurs = decimal.MaxValue; + any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; + sequence.Items.Add(any1); + global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny(); + any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1"; + any2.MinOccurs = new decimal(1); + any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; + sequence.Items.Add(any2); + global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute(); + attribute1.Name = "namespace"; + attribute1.FixedValue = ds.Namespace; + type.Attributes.Add(attribute1); + global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); + attribute2.Name = "tableTypeName"; + attribute2.FixedValue = "prtQuoteDataTable"; + type.Attributes.Add(attribute2); + type.Particle = sequence; + global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); + if (xs.Contains(dsSchema.TargetNamespace)) { + global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); + global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); + try { + global::System.Xml.Schema.XmlSchema schema = null; + dsSchema.Write(s1); + for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) { + schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); + s2.SetLength(0); + schema.Write(s2); + if ((s1.Length == s2.Length)) { + s1.Position = 0; + s2.Position = 0; + for (; ((s1.Position != s1.Length) + && (s1.ReadByte() == s2.ReadByte())); ) { + ; + } + if ((s1.Position == s1.Length)) { + return type; + } + } + } + } + finally { + if ((s1 != null)) { + s1.Close(); + } + if ((s2 != null)) { + s2.Close(); + } + } + } + xs.Add(dsSchema); + return type; + } + } + /// ///Represents strongly named DataRow class. /// @@ -13539,6 +15622,1989 @@ namespace C2P_Data { } } + /// + ///Represents strongly named DataRow class. + /// + public partial class prtQuoteRow : global::System.Data.DataRow { + + private prtQuoteDataTable tableprtQuote; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + internal prtQuoteRow(global::System.Data.DataRowBuilder rb) : + base(rb) { + this.tableprtQuote = ((prtQuoteDataTable)(this.Table)); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string Vers { + get { + return ((string)(this[this.tableprtQuote.VersColumn])); + } + set { + this[this.tableprtQuote.VersColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string QuoteType { + get { + return ((string)(this[this.tableprtQuote.QuoteTypeColumn])); + } + set { + this[this.tableprtQuote.QuoteTypeColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public long CodQuote { + get { + return ((long)(this[this.tableprtQuote.CodQuoteColumn])); + } + set { + this[this.tableprtQuote.CodQuoteColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int QuoteRev { + get { + return ((int)(this[this.tableprtQuote.QuoteRevColumn])); + } + set { + this[this.tableprtQuote.QuoteRevColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string OfferResult { + get { + return ((string)(this[this.tableprtQuote.OfferResultColumn])); + } + set { + this[this.tableprtQuote.OfferResultColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string KoReason { + get { + return ((string)(this[this.tableprtQuote.KoReasonColumn])); + } + set { + this[this.tableprtQuote.KoReasonColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string Agente { + get { + return ((string)(this[this.tableprtQuote.AgenteColumn])); + } + set { + this[this.tableprtQuote.AgenteColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string ProdType { + get { + return ((string)(this[this.tableprtQuote.ProdTypeColumn])); + } + set { + this[this.tableprtQuote.ProdTypeColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int IdxQState { + get { + return ((int)(this[this.tableprtQuote.IdxQStateColumn])); + } + set { + this[this.tableprtQuote.IdxQStateColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string CodClient { + get { + return ((string)(this[this.tableprtQuote.CodClientColumn])); + } + set { + this[this.tableprtQuote.CodClientColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string ClientName { + get { + return ((string)(this[this.tableprtQuote.ClientNameColumn])); + } + set { + this[this.tableprtQuote.ClientNameColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string CodItem { + get { + return ((string)(this[this.tableprtQuote.CodItemColumn])); + } + set { + this[this.tableprtQuote.CodItemColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string CodItemGroup { + get { + return ((string)(this[this.tableprtQuote.CodItemGroupColumn])); + } + set { + this[this.tableprtQuote.CodItemGroupColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string RawMat { + get { + return ((string)(this[this.tableprtQuote.RawMatColumn])); + } + set { + this[this.tableprtQuote.RawMatColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal UnitWeight { + get { + return ((decimal)(this[this.tableprtQuote.UnitWeightColumn])); + } + set { + this[this.tableprtQuote.UnitWeightColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int BatchQty { + get { + return ((int)(this[this.tableprtQuote.BatchQtyColumn])); + } + set { + this[this.tableprtQuote.BatchQtyColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string CodInco { + get { + return ((string)(this[this.tableprtQuote.CodIncoColumn])); + } + set { + this[this.tableprtQuote.CodIncoColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string TranspZone { + get { + return ((string)(this[this.tableprtQuote.TranspZoneColumn])); + } + set { + this[this.tableprtQuote.TranspZoneColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string KeyAM { + get { + return ((string)(this[this.tableprtQuote.KeyAMColumn])); + } + set { + this[this.tableprtQuote.KeyAMColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string Note { + get { + return ((string)(this[this.tableprtQuote.NoteColumn])); + } + set { + this[this.tableprtQuote.NoteColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal PriceOff { + get { + return ((decimal)(this[this.tableprtQuote.PriceOffColumn])); + } + set { + this[this.tableprtQuote.PriceOffColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string CodClientAssoc { + get { + try { + return ((string)(this[this.tableprtQuote.CodClientAssocColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'CodClientAssoc\' in table \'prtQuote\' is DBNull.", e); + } + } + set { + this[this.tableprtQuote.CodClientAssocColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string ClientNameAssoc { + get { + try { + return ((string)(this[this.tableprtQuote.ClientNameAssocColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'ClientNameAssoc\' in table \'prtQuote\' is DBNull.", e); + } + } + set { + this[this.tableprtQuote.ClientNameAssocColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string ItemDescr { + get { + try { + return ((string)(this[this.tableprtQuote.ItemDescrColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'ItemDescr\' in table \'prtQuote\' is DBNull.", e); + } + } + set { + this[this.tableprtQuote.ItemDescrColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string CodifProfilo { + get { + try { + return ((string)(this[this.tableprtQuote.CodifProfiloColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'CodifProfilo\' in table \'prtQuote\' is DBNull.", e); + } + } + set { + this[this.tableprtQuote.CodifProfiloColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string ClasseMerc { + get { + try { + return ((string)(this[this.tableprtQuote.ClasseMercColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'ClasseMerc\' in table \'prtQuote\' is DBNull.", e); + } + } + set { + this[this.tableprtQuote.ClasseMercColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string TipoDies { + get { + try { + return ((string)(this[this.tableprtQuote.TipoDiesColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'TipoDies\' in table \'prtQuote\' is DBNull.", e); + } + } + set { + this[this.tableprtQuote.TipoDiesColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string CodDiesGroup { + get { + try { + return ((string)(this[this.tableprtQuote.CodDiesGroupColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'CodDiesGroup\' in table \'prtQuote\' is DBNull.", e); + } + } + set { + this[this.tableprtQuote.CodDiesGroupColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal DiamDies { + get { + return ((decimal)(this[this.tableprtQuote.DiamDiesColumn])); + } + set { + this[this.tableprtQuote.DiamDiesColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int HoleNumDies { + get { + try { + return ((int)(this[this.tableprtQuote.HoleNumDiesColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'HoleNumDies\' in table \'prtQuote\' is DBNull.", e); + } + } + set { + this[this.tableprtQuote.HoleNumDiesColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal DiesPrice { + get { + return ((decimal)(this[this.tableprtQuote.DiesPriceColumn])); + } + set { + this[this.tableprtQuote.DiesPriceColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal DiesExpLife { + get { + return ((decimal)(this[this.tableprtQuote.DiesExpLifeColumn])); + } + set { + this[this.tableprtQuote.DiesExpLifeColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal DiesEOLife { + get { + return ((decimal)(this[this.tableprtQuote.DiesEOLifeColumn])); + } + set { + this[this.tableprtQuote.DiesEOLifeColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool DiesByClass { + get { + return ((bool)(this[this.tableprtQuote.DiesByClassColumn])); + } + set { + this[this.tableprtQuote.DiesByClassColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal NumDiesInList { + get { + try { + return ((decimal)(this[this.tableprtQuote.NumDiesInListColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'NumDiesInList\' in table \'prtQuote\' is DBNull.", e); + } + } + set { + this[this.tableprtQuote.NumDiesInListColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal NumDiesExaust { + get { + try { + return ((decimal)(this[this.tableprtQuote.NumDiesExaustColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'NumDiesExaust\' in table \'prtQuote\' is DBNull.", e); + } + } + set { + this[this.tableprtQuote.NumDiesExaustColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string CodPlant { + get { + try { + return ((string)(this[this.tableprtQuote.CodPlantColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'CodPlant\' in table \'prtQuote\' is DBNull.", e); + } + } + set { + this[this.tableprtQuote.CodPlantColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string KeyAMIL { + get { + try { + return ((string)(this[this.tableprtQuote.KeyAMILColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'KeyAMIL\' in table \'prtQuote\' is DBNull.", e); + } + } + set { + this[this.tableprtQuote.KeyAMILColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal KgTeo { + get { + try { + return ((decimal)(this[this.tableprtQuote.KgTeoColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'KgTeo\' in table \'prtQuote\' is DBNull.", e); + } + } + set { + this[this.tableprtQuote.KgTeoColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal NumSMED { + get { + try { + return ((decimal)(this[this.tableprtQuote.NumSMEDColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'NumSMED\' in table \'prtQuote\' is DBNull.", e); + } + } + set { + this[this.tableprtQuote.NumSMEDColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal QuotaMan { + get { + try { + return ((decimal)(this[this.tableprtQuote.QuotaManColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'QuotaMan\' in table \'prtQuote\' is DBNull.", e); + } + } + set { + this[this.tableprtQuote.QuotaManColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal PRMWeight { + get { + try { + return ((decimal)(this[this.tableprtQuote.PRMWeightColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'PRMWeight\' in table \'prtQuote\' is DBNull.", e); + } + } + set { + this[this.tableprtQuote.PRMWeightColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal PWeight { + get { + try { + return ((decimal)(this[this.tableprtQuote.PWeightColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'PWeight\' in table \'prtQuote\' is DBNull.", e); + } + } + set { + this[this.tableprtQuote.PWeightColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal PTare { + get { + try { + return ((decimal)(this[this.tableprtQuote.PTareColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'PTare\' in table \'prtQuote\' is DBNull.", e); + } + } + set { + this[this.tableprtQuote.PTareColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string LivPackage { + get { + try { + return ((string)(this[this.tableprtQuote.LivPackageColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'LivPackage\' in table \'prtQuote\' is DBNull.", e); + } + } + set { + this[this.tableprtQuote.LivPackageColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string LivPackageDett { + get { + try { + return ((string)(this[this.tableprtQuote.LivPackageDettColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'LivPackageDett\' in table \'prtQuote\' is DBNull.", e); + } + } + set { + this[this.tableprtQuote.LivPackageDettColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal RawMatCost { + get { + return ((decimal)(this[this.tableprtQuote.RawMatCostColumn])); + } + set { + this[this.tableprtQuote.RawMatCostColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal RawMatExtraCost { + get { + return ((decimal)(this[this.tableprtQuote.RawMatExtraCostColumn])); + } + set { + this[this.tableprtQuote.RawMatExtraCostColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal RawMatFullCost { + get { + try { + return ((decimal)(this[this.tableprtQuote.RawMatFullCostColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'RawMatFullCost\' in table \'prtQuote\' is DBNull.", e); + } + } + set { + this[this.tableprtQuote.RawMatFullCostColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string CodPackag { + get { + return ((string)(this[this.tableprtQuote.CodPackagColumn])); + } + set { + this[this.tableprtQuote.CodPackagColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string PkgDesc { + get { + try { + return ((string)(this[this.tableprtQuote.PkgDescColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'PkgDesc\' in table \'prtQuote\' is DBNull.", e); + } + } + set { + this[this.tableprtQuote.PkgDescColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal FSR { + get { + try { + return ((decimal)(this[this.tableprtQuote.FSRColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'FSR\' in table \'prtQuote\' is DBNull.", e); + } + } + set { + this[this.tableprtQuote.FSRColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal ProvvCost { + get { + return ((decimal)(this[this.tableprtQuote.ProvvCostColumn])); + } + set { + this[this.tableprtQuote.ProvvCostColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal EECost { + get { + return ((decimal)(this[this.tableprtQuote.EECostColumn])); + } + set { + this[this.tableprtQuote.EECostColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal GasCost { + get { + return ((decimal)(this[this.tableprtQuote.GasCostColumn])); + } + set { + this[this.tableprtQuote.GasCostColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal DiesCost { + get { + return ((decimal)(this[this.tableprtQuote.DiesCostColumn])); + } + set { + this[this.tableprtQuote.DiesCostColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal PackCost { + get { + return ((decimal)(this[this.tableprtQuote.PackCostColumn])); + } + set { + this[this.tableprtQuote.PackCostColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal TranspCost { + get { + return ((decimal)(this[this.tableprtQuote.TranspCostColumn])); + } + set { + this[this.tableprtQuote.TranspCostColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal SellCost01 { + get { + return ((decimal)(this[this.tableprtQuote.SellCost01Column])); + } + set { + this[this.tableprtQuote.SellCost01Column] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal RefCost01 { + get { + return ((decimal)(this[this.tableprtQuote.RefCost01Column])); + } + set { + this[this.tableprtQuote.RefCost01Column] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal SellCost04 { + get { + return ((decimal)(this[this.tableprtQuote.SellCost04Column])); + } + set { + this[this.tableprtQuote.SellCost04Column] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal RefCost04 { + get { + return ((decimal)(this[this.tableprtQuote.RefCost04Column])); + } + set { + this[this.tableprtQuote.RefCost04Column] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal WSR01 { + get { + return ((decimal)(this[this.tableprtQuote.WSR01Column])); + } + set { + this[this.tableprtQuote.WSR01Column] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal MSR01 { + get { + return ((decimal)(this[this.tableprtQuote.MSR01Column])); + } + set { + this[this.tableprtQuote.MSR01Column] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal NetProd01 { + get { + return ((decimal)(this[this.tableprtQuote.NetProd01Column])); + } + set { + this[this.tableprtQuote.NetProd01Column] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal FC4UG01 { + get { + return ((decimal)(this[this.tableprtQuote.FC4UG01Column])); + } + set { + this[this.tableprtQuote.FC4UG01Column] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal VC4UG01 { + get { + return ((decimal)(this[this.tableprtQuote.VC4UG01Column])); + } + set { + this[this.tableprtQuote.VC4UG01Column] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal OH4UG01 { + get { + return ((decimal)(this[this.tableprtQuote.OH4UG01Column])); + } + set { + this[this.tableprtQuote.OH4UG01Column] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal SC4UG01 { + get { + return ((decimal)(this[this.tableprtQuote.SC4UG01Column])); + } + set { + this[this.tableprtQuote.SC4UG01Column] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal DSR { + get { + try { + return ((decimal)(this[this.tableprtQuote.DSRColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'DSR\' in table \'prtQuote\' is DBNull.", e); + } + } + set { + this[this.tableprtQuote.DSRColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal NetProd04 { + get { + return ((decimal)(this[this.tableprtQuote.NetProd04Column])); + } + set { + this[this.tableprtQuote.NetProd04Column] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal FC4UG04 { + get { + return ((decimal)(this[this.tableprtQuote.FC4UG04Column])); + } + set { + this[this.tableprtQuote.FC4UG04Column] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal VC4UG04 { + get { + return ((decimal)(this[this.tableprtQuote.VC4UG04Column])); + } + set { + this[this.tableprtQuote.VC4UG04Column] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal FVC { + get { + try { + return ((decimal)(this[this.tableprtQuote.FVCColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'FVC\' in table \'prtQuote\' is DBNull.", e); + } + } + set { + this[this.tableprtQuote.FVCColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal Charge { + get { + return ((decimal)(this[this.tableprtQuote.ChargeColumn])); + } + set { + this[this.tableprtQuote.ChargeColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal P_FVC { + get { + try { + return ((decimal)(this[this.tableprtQuote.P_FVCColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'P_FVC\' in table \'prtQuote\' is DBNull.", e); + } + } + set { + this[this.tableprtQuote.P_FVCColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal CPS { + get { + try { + return ((decimal)(this[this.tableprtQuote.CPSColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'CPS\' in table \'prtQuote\' is DBNull.", e); + } + } + set { + this[this.tableprtQuote.CPSColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal P_CPS { + get { + try { + return ((decimal)(this[this.tableprtQuote.P_CPSColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'P_CPS\' in table \'prtQuote\' is DBNull.", e); + } + } + set { + this[this.tableprtQuote.P_CPSColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal P_FC4UG04 { + get { + try { + return ((decimal)(this[this.tableprtQuote.P_FC4UG04Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'P_FC4UG04\' in table \'prtQuote\' is DBNull.", e); + } + } + set { + this[this.tableprtQuote.P_FC4UG04Column] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal FullCost { + get { + try { + return ((decimal)(this[this.tableprtQuote.FullCostColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'FullCost\' in table \'prtQuote\' is DBNull.", e); + } + } + set { + this[this.tableprtQuote.FullCostColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal P_FullCost { + get { + try { + return ((decimal)(this[this.tableprtQuote.P_FullCostColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'P_FullCost\' in table \'prtQuote\' is DBNull.", e); + } + } + set { + this[this.tableprtQuote.P_FullCostColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal MinPrice { + get { + try { + return ((decimal)(this[this.tableprtQuote.MinPriceColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'MinPrice\' in table \'prtQuote\' is DBNull.", e); + } + } + set { + this[this.tableprtQuote.MinPriceColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal P_MinPrice { + get { + try { + return ((decimal)(this[this.tableprtQuote.P_MinPriceColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'P_MinPrice\' in table \'prtQuote\' is DBNull.", e); + } + } + set { + this[this.tableprtQuote.P_MinPriceColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal P_PriceOff { + get { + try { + return ((decimal)(this[this.tableprtQuote.P_PriceOffColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'P_PriceOff\' in table \'prtQuote\' is DBNull.", e); + } + } + set { + this[this.tableprtQuote.P_PriceOffColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal NetMar { + get { + try { + return ((decimal)(this[this.tableprtQuote.NetMarColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'NetMar\' in table \'prtQuote\' is DBNull.", e); + } + } + set { + this[this.tableprtQuote.NetMarColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal FCShield { + get { + try { + return ((decimal)(this[this.tableprtQuote.FCShieldColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'FCShield\' in table \'prtQuote\' is DBNull.", e); + } + } + set { + this[this.tableprtQuote.FCShieldColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal PckSur { + get { + try { + return ((decimal)(this[this.tableprtQuote.PckSurColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'PckSur\' in table \'prtQuote\' is DBNull.", e); + } + } + set { + this[this.tableprtQuote.PckSurColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool valid { + get { + return ((bool)(this[this.tableprtQuote.validColumn])); + } + set { + this[this.tableprtQuote.validColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int errorScore { + get { + return ((int)(this[this.tableprtQuote.errorScoreColumn])); + } + set { + this[this.tableprtQuote.errorScoreColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal DiesPrice_sim { + get { + return ((decimal)(this[this.tableprtQuote.DiesPrice_simColumn])); + } + set { + this[this.tableprtQuote.DiesPrice_simColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal SamplePrice { + get { + return ((decimal)(this[this.tableprtQuote.SamplePriceColumn])); + } + set { + this[this.tableprtQuote.SamplePriceColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal DiesFullCost { + get { + return ((decimal)(this[this.tableprtQuote.DiesFullCostColumn])); + } + set { + this[this.tableprtQuote.DiesFullCostColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal DiesPriceClientQuote { + get { + return ((decimal)(this[this.tableprtQuote.DiesPriceClientQuoteColumn])); + } + set { + this[this.tableprtQuote.DiesPriceClientQuoteColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal DiesTecLife { + get { + return ((decimal)(this[this.tableprtQuote.DiesTecLifeColumn])); + } + set { + this[this.tableprtQuote.DiesTecLifeColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal DiesCommLife { + get { + return ((decimal)(this[this.tableprtQuote.DiesCommLifeColumn])); + } + set { + this[this.tableprtQuote.DiesCommLifeColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal MonthSalesPrev { + get { + return ((decimal)(this[this.tableprtQuote.MonthSalesPrevColumn])); + } + set { + this[this.tableprtQuote.MonthSalesPrevColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal SalesPrevCost { + get { + return ((decimal)(this[this.tableprtQuote.SalesPrevCostColumn])); + } + set { + this[this.tableprtQuote.SalesPrevCostColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal DiesFinCost { + get { + return ((decimal)(this[this.tableprtQuote.DiesFinCostColumn])); + } + set { + this[this.tableprtQuote.DiesFinCostColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal ClientQuoteReven { + get { + return ((decimal)(this[this.tableprtQuote.ClientQuoteRevenColumn])); + } + set { + this[this.tableprtQuote.ClientQuoteRevenColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal ExtraDiscountDies { + get { + return ((decimal)(this[this.tableprtQuote.ExtraDiscountDiesColumn])); + } + set { + this[this.tableprtQuote.ExtraDiscountDiesColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal WSR01_sim { + get { + return ((decimal)(this[this.tableprtQuote.WSR01_simColumn])); + } + set { + this[this.tableprtQuote.WSR01_simColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal MSR01_sim { + get { + return ((decimal)(this[this.tableprtQuote.MSR01_simColumn])); + } + set { + this[this.tableprtQuote.MSR01_simColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal NetProd01_sim { + get { + return ((decimal)(this[this.tableprtQuote.NetProd01_simColumn])); + } + set { + this[this.tableprtQuote.NetProd01_simColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal NetProd04_sim { + get { + return ((decimal)(this[this.tableprtQuote.NetProd04_simColumn])); + } + set { + this[this.tableprtQuote.NetProd04_simColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal DSR_sim { + get { + return ((decimal)(this[this.tableprtQuote.DSR_simColumn])); + } + set { + this[this.tableprtQuote.DSR_simColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal NetMar_sim { + get { + try { + return ((decimal)(this[this.tableprtQuote.NetMar_simColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'NetMar_sim\' in table \'prtQuote\' is DBNull.", e); + } + } + set { + this[this.tableprtQuote.NetMar_simColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal FCShield_sim { + get { + try { + return ((decimal)(this[this.tableprtQuote.FCShield_simColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'FCShield_sim\' in table \'prtQuote\' is DBNull.", e); + } + } + set { + this[this.tableprtQuote.FCShield_simColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal MinPrice_sim { + get { + try { + return ((decimal)(this[this.tableprtQuote.MinPrice_simColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'MinPrice_sim\' in table \'prtQuote\' is DBNull.", e); + } + } + set { + this[this.tableprtQuote.MinPrice_simColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public decimal P_MinPrice_sim { + get { + try { + return ((decimal)(this[this.tableprtQuote.P_MinPrice_simColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'P_MinPrice_sim\' in table \'prtQuote\' is DBNull.", e); + } + } + set { + this[this.tableprtQuote.P_MinPrice_simColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string Cli_ZipCode { + get { + return ((string)(this[this.tableprtQuote.Cli_ZipCodeColumn])); + } + set { + this[this.tableprtQuote.Cli_ZipCodeColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string Cli_City { + get { + return ((string)(this[this.tableprtQuote.Cli_CityColumn])); + } + set { + this[this.tableprtQuote.Cli_CityColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string Cli_State { + get { + return ((string)(this[this.tableprtQuote.Cli_StateColumn])); + } + set { + this[this.tableprtQuote.Cli_StateColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string Cli_Nation { + get { + return ((string)(this[this.tableprtQuote.Cli_NationColumn])); + } + set { + this[this.tableprtQuote.Cli_NationColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string DescInco { + get { + try { + return ((string)(this[this.tableprtQuote.DescIncoColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'DescInco\' in table \'prtQuote\' is DBNull.", e); + } + } + set { + this[this.tableprtQuote.DescIncoColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsCodClientAssocNull() { + return this.IsNull(this.tableprtQuote.CodClientAssocColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetCodClientAssocNull() { + this[this.tableprtQuote.CodClientAssocColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsClientNameAssocNull() { + return this.IsNull(this.tableprtQuote.ClientNameAssocColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetClientNameAssocNull() { + this[this.tableprtQuote.ClientNameAssocColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsItemDescrNull() { + return this.IsNull(this.tableprtQuote.ItemDescrColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetItemDescrNull() { + this[this.tableprtQuote.ItemDescrColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsCodifProfiloNull() { + return this.IsNull(this.tableprtQuote.CodifProfiloColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetCodifProfiloNull() { + this[this.tableprtQuote.CodifProfiloColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsClasseMercNull() { + return this.IsNull(this.tableprtQuote.ClasseMercColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetClasseMercNull() { + this[this.tableprtQuote.ClasseMercColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsTipoDiesNull() { + return this.IsNull(this.tableprtQuote.TipoDiesColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetTipoDiesNull() { + this[this.tableprtQuote.TipoDiesColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsCodDiesGroupNull() { + return this.IsNull(this.tableprtQuote.CodDiesGroupColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetCodDiesGroupNull() { + this[this.tableprtQuote.CodDiesGroupColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsHoleNumDiesNull() { + return this.IsNull(this.tableprtQuote.HoleNumDiesColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetHoleNumDiesNull() { + this[this.tableprtQuote.HoleNumDiesColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsNumDiesInListNull() { + return this.IsNull(this.tableprtQuote.NumDiesInListColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetNumDiesInListNull() { + this[this.tableprtQuote.NumDiesInListColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsNumDiesExaustNull() { + return this.IsNull(this.tableprtQuote.NumDiesExaustColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetNumDiesExaustNull() { + this[this.tableprtQuote.NumDiesExaustColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsCodPlantNull() { + return this.IsNull(this.tableprtQuote.CodPlantColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetCodPlantNull() { + this[this.tableprtQuote.CodPlantColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsKeyAMILNull() { + return this.IsNull(this.tableprtQuote.KeyAMILColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetKeyAMILNull() { + this[this.tableprtQuote.KeyAMILColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsKgTeoNull() { + return this.IsNull(this.tableprtQuote.KgTeoColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetKgTeoNull() { + this[this.tableprtQuote.KgTeoColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsNumSMEDNull() { + return this.IsNull(this.tableprtQuote.NumSMEDColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetNumSMEDNull() { + this[this.tableprtQuote.NumSMEDColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsQuotaManNull() { + return this.IsNull(this.tableprtQuote.QuotaManColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetQuotaManNull() { + this[this.tableprtQuote.QuotaManColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsPRMWeightNull() { + return this.IsNull(this.tableprtQuote.PRMWeightColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetPRMWeightNull() { + this[this.tableprtQuote.PRMWeightColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsPWeightNull() { + return this.IsNull(this.tableprtQuote.PWeightColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetPWeightNull() { + this[this.tableprtQuote.PWeightColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsPTareNull() { + return this.IsNull(this.tableprtQuote.PTareColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetPTareNull() { + this[this.tableprtQuote.PTareColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsLivPackageNull() { + return this.IsNull(this.tableprtQuote.LivPackageColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetLivPackageNull() { + this[this.tableprtQuote.LivPackageColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsLivPackageDettNull() { + return this.IsNull(this.tableprtQuote.LivPackageDettColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetLivPackageDettNull() { + this[this.tableprtQuote.LivPackageDettColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsRawMatFullCostNull() { + return this.IsNull(this.tableprtQuote.RawMatFullCostColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetRawMatFullCostNull() { + this[this.tableprtQuote.RawMatFullCostColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsPkgDescNull() { + return this.IsNull(this.tableprtQuote.PkgDescColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetPkgDescNull() { + this[this.tableprtQuote.PkgDescColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsFSRNull() { + return this.IsNull(this.tableprtQuote.FSRColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetFSRNull() { + this[this.tableprtQuote.FSRColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsDSRNull() { + return this.IsNull(this.tableprtQuote.DSRColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetDSRNull() { + this[this.tableprtQuote.DSRColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsFVCNull() { + return this.IsNull(this.tableprtQuote.FVCColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetFVCNull() { + this[this.tableprtQuote.FVCColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsP_FVCNull() { + return this.IsNull(this.tableprtQuote.P_FVCColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetP_FVCNull() { + this[this.tableprtQuote.P_FVCColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsCPSNull() { + return this.IsNull(this.tableprtQuote.CPSColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetCPSNull() { + this[this.tableprtQuote.CPSColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsP_CPSNull() { + return this.IsNull(this.tableprtQuote.P_CPSColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetP_CPSNull() { + this[this.tableprtQuote.P_CPSColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsP_FC4UG04Null() { + return this.IsNull(this.tableprtQuote.P_FC4UG04Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetP_FC4UG04Null() { + this[this.tableprtQuote.P_FC4UG04Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsFullCostNull() { + return this.IsNull(this.tableprtQuote.FullCostColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetFullCostNull() { + this[this.tableprtQuote.FullCostColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsP_FullCostNull() { + return this.IsNull(this.tableprtQuote.P_FullCostColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetP_FullCostNull() { + this[this.tableprtQuote.P_FullCostColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsMinPriceNull() { + return this.IsNull(this.tableprtQuote.MinPriceColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetMinPriceNull() { + this[this.tableprtQuote.MinPriceColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsP_MinPriceNull() { + return this.IsNull(this.tableprtQuote.P_MinPriceColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetP_MinPriceNull() { + this[this.tableprtQuote.P_MinPriceColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsP_PriceOffNull() { + return this.IsNull(this.tableprtQuote.P_PriceOffColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetP_PriceOffNull() { + this[this.tableprtQuote.P_PriceOffColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsNetMarNull() { + return this.IsNull(this.tableprtQuote.NetMarColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetNetMarNull() { + this[this.tableprtQuote.NetMarColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsFCShieldNull() { + return this.IsNull(this.tableprtQuote.FCShieldColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetFCShieldNull() { + this[this.tableprtQuote.FCShieldColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsPckSurNull() { + return this.IsNull(this.tableprtQuote.PckSurColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetPckSurNull() { + this[this.tableprtQuote.PckSurColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsNetMar_simNull() { + return this.IsNull(this.tableprtQuote.NetMar_simColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetNetMar_simNull() { + this[this.tableprtQuote.NetMar_simColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsFCShield_simNull() { + return this.IsNull(this.tableprtQuote.FCShield_simColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetFCShield_simNull() { + this[this.tableprtQuote.FCShield_simColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsMinPrice_simNull() { + return this.IsNull(this.tableprtQuote.MinPrice_simColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetMinPrice_simNull() { + this[this.tableprtQuote.MinPrice_simColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsP_MinPrice_simNull() { + return this.IsNull(this.tableprtQuote.P_MinPrice_simColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetP_MinPrice_simNull() { + this[this.tableprtQuote.P_MinPrice_simColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsDescIncoNull() { + return this.IsNull(this.tableprtQuote.DescIncoColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetDescIncoNull() { + this[this.tableprtQuote.DescIncoColumn] = global::System.Convert.DBNull; + } + } + /// ///Row event argument class /// @@ -13912,6 +17978,40 @@ namespace C2P_Data { } } } + + /// + ///Row event argument class + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public class prtQuoteRowChangeEvent : global::System.EventArgs { + + private prtQuoteRow eventRow; + + private global::System.Data.DataRowAction eventAction; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public prtQuoteRowChangeEvent(prtQuoteRow row, global::System.Data.DataRowAction action) { + this.eventRow = row; + this.eventAction = action; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public prtQuoteRow Row { + get { + return this.eventRow; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataRowAction Action { + get { + return this.eventAction; + } + } + } } } namespace C2P_Data.DS_QuotesTableAdapters { @@ -20033,6 +24133,313 @@ SELECT RawMat, ProcCost, ProcYield, CSR, SSR, SSVA, SSVR, ExtraMatCost, ExtraSer } } + /// + ///Represents the connection and commands used to retrieve and save data. + /// + [global::System.ComponentModel.DesignerCategoryAttribute("code")] + [global::System.ComponentModel.ToolboxItem(true)] + [global::System.ComponentModel.DataObjectAttribute(true)] + [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" + + ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] + [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] + public partial class prtQuoteTableAdapter : global::System.ComponentModel.Component { + + private global::System.Data.SqlClient.SqlDataAdapter _adapter; + + private global::System.Data.SqlClient.SqlConnection _connection; + + private global::System.Data.SqlClient.SqlTransaction _transaction; + + private global::System.Data.SqlClient.SqlCommand[] _commandCollection; + + private bool _clearBeforeFill; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public prtQuoteTableAdapter() { + this.ClearBeforeFill = true; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter { + get { + if ((this._adapter == null)) { + this.InitAdapter(); + } + return this._adapter; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + internal global::System.Data.SqlClient.SqlConnection Connection { + get { + if ((this._connection == null)) { + this.InitConnection(); + } + return this._connection; + } + set { + this._connection = value; + if ((this.Adapter.InsertCommand != null)) { + this.Adapter.InsertCommand.Connection = value; + } + if ((this.Adapter.DeleteCommand != null)) { + this.Adapter.DeleteCommand.Connection = value; + } + if ((this.Adapter.UpdateCommand != null)) { + this.Adapter.UpdateCommand.Connection = value; + } + for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) { + if ((this.CommandCollection[i] != null)) { + ((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value; + } + } + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + internal global::System.Data.SqlClient.SqlTransaction Transaction { + get { + return this._transaction; + } + set { + this._transaction = value; + for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) { + this.CommandCollection[i].Transaction = this._transaction; + } + if (((this.Adapter != null) + && (this.Adapter.DeleteCommand != null))) { + this.Adapter.DeleteCommand.Transaction = this._transaction; + } + if (((this.Adapter != null) + && (this.Adapter.InsertCommand != null))) { + this.Adapter.InsertCommand.Transaction = this._transaction; + } + if (((this.Adapter != null) + && (this.Adapter.UpdateCommand != null))) { + this.Adapter.UpdateCommand.Transaction = this._transaction; + } + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + protected global::System.Data.SqlClient.SqlCommand[] CommandCollection { + get { + if ((this._commandCollection == null)) { + this.InitCommandCollection(); + } + return this._commandCollection; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool ClearBeforeFill { + get { + return this._clearBeforeFill; + } + set { + this._clearBeforeFill = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + private void InitAdapter() { + this._adapter = new global::System.Data.SqlClient.SqlDataAdapter(); + global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping(); + tableMapping.SourceTable = "Table"; + tableMapping.DataSetTable = "prtQuote"; + tableMapping.ColumnMappings.Add("Vers", "Vers"); + tableMapping.ColumnMappings.Add("QuoteType", "QuoteType"); + tableMapping.ColumnMappings.Add("CodQuote", "CodQuote"); + tableMapping.ColumnMappings.Add("QuoteRev", "QuoteRev"); + tableMapping.ColumnMappings.Add("OfferResult", "OfferResult"); + tableMapping.ColumnMappings.Add("KoReason", "KoReason"); + tableMapping.ColumnMappings.Add("Agente", "Agente"); + tableMapping.ColumnMappings.Add("ProdType", "ProdType"); + tableMapping.ColumnMappings.Add("IdxQState", "IdxQState"); + tableMapping.ColumnMappings.Add("CodClient", "CodClient"); + tableMapping.ColumnMappings.Add("ClientName", "ClientName"); + tableMapping.ColumnMappings.Add("CodItem", "CodItem"); + tableMapping.ColumnMappings.Add("CodItemGroup", "CodItemGroup"); + tableMapping.ColumnMappings.Add("RawMat", "RawMat"); + tableMapping.ColumnMappings.Add("UnitWeight", "UnitWeight"); + tableMapping.ColumnMappings.Add("BatchQty", "BatchQty"); + tableMapping.ColumnMappings.Add("CodInco", "CodInco"); + tableMapping.ColumnMappings.Add("TranspZone", "TranspZone"); + tableMapping.ColumnMappings.Add("KeyAM", "KeyAM"); + tableMapping.ColumnMappings.Add("Note", "Note"); + tableMapping.ColumnMappings.Add("PriceOff", "PriceOff"); + tableMapping.ColumnMappings.Add("CodClientAssoc", "CodClientAssoc"); + tableMapping.ColumnMappings.Add("ClientNameAssoc", "ClientNameAssoc"); + tableMapping.ColumnMappings.Add("ItemDescr", "ItemDescr"); + tableMapping.ColumnMappings.Add("CodifProfilo", "CodifProfilo"); + tableMapping.ColumnMappings.Add("ClasseMerc", "ClasseMerc"); + tableMapping.ColumnMappings.Add("TipoDies", "TipoDies"); + tableMapping.ColumnMappings.Add("CodDiesGroup", "CodDiesGroup"); + tableMapping.ColumnMappings.Add("DiamDies", "DiamDies"); + tableMapping.ColumnMappings.Add("HoleNumDies", "HoleNumDies"); + tableMapping.ColumnMappings.Add("DiesPrice", "DiesPrice"); + tableMapping.ColumnMappings.Add("DiesExpLife", "DiesExpLife"); + tableMapping.ColumnMappings.Add("DiesEOLife", "DiesEOLife"); + tableMapping.ColumnMappings.Add("DiesByClass", "DiesByClass"); + tableMapping.ColumnMappings.Add("NumDiesInList", "NumDiesInList"); + tableMapping.ColumnMappings.Add("NumDiesExaust", "NumDiesExaust"); + tableMapping.ColumnMappings.Add("CodPlant", "CodPlant"); + tableMapping.ColumnMappings.Add("KeyAMIL", "KeyAMIL"); + tableMapping.ColumnMappings.Add("KgTeo", "KgTeo"); + tableMapping.ColumnMappings.Add("NumSMED", "NumSMED"); + tableMapping.ColumnMappings.Add("QuotaMan", "QuotaMan"); + tableMapping.ColumnMappings.Add("PRMWeight", "PRMWeight"); + tableMapping.ColumnMappings.Add("PWeight", "PWeight"); + tableMapping.ColumnMappings.Add("PTare", "PTare"); + tableMapping.ColumnMappings.Add("LivPackage", "LivPackage"); + tableMapping.ColumnMappings.Add("LivPackageDett", "LivPackageDett"); + tableMapping.ColumnMappings.Add("RawMatCost", "RawMatCost"); + tableMapping.ColumnMappings.Add("RawMatExtraCost", "RawMatExtraCost"); + tableMapping.ColumnMappings.Add("RawMatFullCost", "RawMatFullCost"); + tableMapping.ColumnMappings.Add("CodPackag", "CodPackag"); + tableMapping.ColumnMappings.Add("PkgDesc", "PkgDesc"); + tableMapping.ColumnMappings.Add("FSR", "FSR"); + tableMapping.ColumnMappings.Add("ProvvCost", "ProvvCost"); + tableMapping.ColumnMappings.Add("EECost", "EECost"); + tableMapping.ColumnMappings.Add("GasCost", "GasCost"); + tableMapping.ColumnMappings.Add("DiesCost", "DiesCost"); + tableMapping.ColumnMappings.Add("PackCost", "PackCost"); + tableMapping.ColumnMappings.Add("TranspCost", "TranspCost"); + tableMapping.ColumnMappings.Add("SellCost01", "SellCost01"); + tableMapping.ColumnMappings.Add("RefCost01", "RefCost01"); + tableMapping.ColumnMappings.Add("SellCost04", "SellCost04"); + tableMapping.ColumnMappings.Add("RefCost04", "RefCost04"); + tableMapping.ColumnMappings.Add("WSR01", "WSR01"); + tableMapping.ColumnMappings.Add("MSR01", "MSR01"); + tableMapping.ColumnMappings.Add("NetProd01", "NetProd01"); + tableMapping.ColumnMappings.Add("FC4UG01", "FC4UG01"); + tableMapping.ColumnMappings.Add("VC4UG01", "VC4UG01"); + tableMapping.ColumnMappings.Add("OH4UG01", "OH4UG01"); + tableMapping.ColumnMappings.Add("SC4UG01", "SC4UG01"); + tableMapping.ColumnMappings.Add("DSR", "DSR"); + tableMapping.ColumnMappings.Add("NetProd04", "NetProd04"); + tableMapping.ColumnMappings.Add("FC4UG04", "FC4UG04"); + tableMapping.ColumnMappings.Add("VC4UG04", "VC4UG04"); + tableMapping.ColumnMappings.Add("FVC", "FVC"); + tableMapping.ColumnMappings.Add("Charge", "Charge"); + tableMapping.ColumnMappings.Add("P_FVC", "P_FVC"); + tableMapping.ColumnMappings.Add("CPS", "CPS"); + tableMapping.ColumnMappings.Add("P_CPS", "P_CPS"); + tableMapping.ColumnMappings.Add("P_FC4UG04", "P_FC4UG04"); + tableMapping.ColumnMappings.Add("FullCost", "FullCost"); + tableMapping.ColumnMappings.Add("P_FullCost", "P_FullCost"); + tableMapping.ColumnMappings.Add("MinPrice", "MinPrice"); + tableMapping.ColumnMappings.Add("P_MinPrice", "P_MinPrice"); + tableMapping.ColumnMappings.Add("P_PriceOff", "P_PriceOff"); + tableMapping.ColumnMappings.Add("NetMar", "NetMar"); + tableMapping.ColumnMappings.Add("FCShield", "FCShield"); + tableMapping.ColumnMappings.Add("PckSur", "PckSur"); + tableMapping.ColumnMappings.Add("valid", "valid"); + tableMapping.ColumnMappings.Add("errorScore", "errorScore"); + tableMapping.ColumnMappings.Add("DiesPrice_sim", "DiesPrice_sim"); + tableMapping.ColumnMappings.Add("SamplePrice", "SamplePrice"); + tableMapping.ColumnMappings.Add("DiesFullCost", "DiesFullCost"); + tableMapping.ColumnMappings.Add("DiesPriceClientQuote", "DiesPriceClientQuote"); + tableMapping.ColumnMappings.Add("DiesTecLife", "DiesTecLife"); + tableMapping.ColumnMappings.Add("DiesCommLife", "DiesCommLife"); + tableMapping.ColumnMappings.Add("MonthSalesPrev", "MonthSalesPrev"); + tableMapping.ColumnMappings.Add("SalesPrevCost", "SalesPrevCost"); + tableMapping.ColumnMappings.Add("DiesFinCost", "DiesFinCost"); + tableMapping.ColumnMappings.Add("ClientQuoteReven", "ClientQuoteReven"); + tableMapping.ColumnMappings.Add("ExtraDiscountDies", "ExtraDiscountDies"); + tableMapping.ColumnMappings.Add("WSR01_sim", "WSR01_sim"); + tableMapping.ColumnMappings.Add("MSR01_sim", "MSR01_sim"); + tableMapping.ColumnMappings.Add("NetProd01_sim", "NetProd01_sim"); + tableMapping.ColumnMappings.Add("NetProd04_sim", "NetProd04_sim"); + tableMapping.ColumnMappings.Add("DSR_sim", "DSR_sim"); + tableMapping.ColumnMappings.Add("NetMar_sim", "NetMar_sim"); + tableMapping.ColumnMappings.Add("FCShield_sim", "FCShield_sim"); + tableMapping.ColumnMappings.Add("MinPrice_sim", "MinPrice_sim"); + tableMapping.ColumnMappings.Add("P_MinPrice_sim", "P_MinPrice_sim"); + tableMapping.ColumnMappings.Add("Cli_ZipCode", "Cli_ZipCode"); + tableMapping.ColumnMappings.Add("Cli_City", "Cli_City"); + tableMapping.ColumnMappings.Add("Cli_State", "Cli_State"); + tableMapping.ColumnMappings.Add("Cli_Nation", "Cli_Nation"); + tableMapping.ColumnMappings.Add("DescInco", "DescInco"); + this._adapter.TableMappings.Add(tableMapping); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + private void InitConnection() { + this._connection = new global::System.Data.SqlClient.SqlConnection(); + this._connection.ConnectionString = global::C2P_Data.Properties.Settings.Default.C2PConnectionString; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + private void InitCommandCollection() { + this._commandCollection = new global::System.Data.SqlClient.SqlCommand[1]; + this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand(); + this._commandCollection[0].Connection = this.Connection; + this._commandCollection[0].CommandText = "dbo.stp_prt_dsQuoteFull_Q_Data"; + this._commandCollection[0].CommandType = global::System.Data.CommandType.StoredProcedure; + this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Ticket", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Chiave", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] + [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)] + public virtual int Fill(DS_Quotes.prtQuoteDataTable dataTable, global::System.Nullable Ticket, string Chiave) { + this.Adapter.SelectCommand = this.CommandCollection[0]; + if ((Ticket.HasValue == true)) { + this.Adapter.SelectCommand.Parameters[1].Value = ((int)(Ticket.Value)); + } + else { + this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value; + } + if ((Chiave == null)) { + this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value; + } + else { + this.Adapter.SelectCommand.Parameters[2].Value = ((string)(Chiave)); + } + if ((this.ClearBeforeFill == true)) { + dataTable.Clear(); + } + int returnValue = this.Adapter.Fill(dataTable); + return returnValue; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] + [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)] + public virtual DS_Quotes.prtQuoteDataTable GetData(global::System.Nullable Ticket, string Chiave) { + this.Adapter.SelectCommand = this.CommandCollection[0]; + if ((Ticket.HasValue == true)) { + this.Adapter.SelectCommand.Parameters[1].Value = ((int)(Ticket.Value)); + } + else { + this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value; + } + if ((Chiave == null)) { + this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value; + } + else { + this.Adapter.SelectCommand.Parameters[2].Value = ((string)(Chiave)); + } + DS_Quotes.prtQuoteDataTable dataTable = new DS_Quotes.prtQuoteDataTable(); + this.Adapter.Fill(dataTable); + return dataTable; + } + } + /// ///TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios /// diff --git a/C2P_Data/DS_Quotes.xsd b/C2P_Data/DS_Quotes.xsd index 5eb5841..933f1a2 100644 --- a/C2P_Data/DS_Quotes.xsd +++ b/C2P_Data/DS_Quotes.xsd @@ -1390,6 +1390,139 @@ SELECT RawMat, ProcCost, ProcYield, CSR, SSR, SSVA, SSVR, ExtraMatCost, ExtraSer + + + + + + dbo.stp_prt_dsQuoteFull_Q_Data + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2428,6 +2561,324 @@ SELECT RawMat, ProcCost, ProcYield, CSR, SSR, SSVA, SSVR, ExtraMatCost, ExtraSer + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/C2P_Data/DS_Quotes.xss b/C2P_Data/DS_Quotes.xss index d36450b..3414bad 100644 --- a/C2P_Data/DS_Quotes.xss +++ b/C2P_Data/DS_Quotes.xss @@ -4,22 +4,23 @@ Changes to this file may cause incorrect behavior and will be lost if the code is regenerated. --> - + - - - - - - - - - - - + + + + + + + + + + + + - + 462 @@ -31,7 +32,7 @@ - + 462 @@ -43,7 +44,7 @@ - + 645 @@ -59,7 +60,7 @@ - + 559 @@ -71,7 +72,7 @@ - + 745 diff --git a/C2P_Data/DtProxy.cs b/C2P_Data/DtProxy.cs index 623dd24..423aff5 100644 --- a/C2P_Data/DtProxy.cs +++ b/C2P_Data/DtProxy.cs @@ -63,6 +63,7 @@ namespace C2P_Data taRMD = new DS_QuotesTableAdapters.RawMatDetTableAdapter(); taSCL = new DS_QuotesTableAdapters.StdCostListTableAdapter(); taCVQ = new DS_QuotesTableAdapters.stp_checkValidQuoteTableAdapter(); + taPQuot = new DS_QuotesTableAdapters.prtQuoteTableAdapter(); taVSCli = new DS_UtilityTableAdapters.v_selClientTableAdapter(); taVSItm = new DS_UtilityTableAdapters.v_selItemsTableAdapter(); taVSRM = new DS_UtilityTableAdapters.v_selRawMatTableAdapter(); @@ -86,6 +87,7 @@ namespace C2P_Data taRMD.Connection.ConnectionString = connStr; taSCL.Connection.ConnectionString = connStr; taCVQ.Connection.ConnectionString = connStr; + taPQuot.Connection.ConnectionString = connStr; taVSCli.Connection.ConnectionString = connStr; taVSItm.Connection.ConnectionString = connStr; taVSRM.Connection.ConnectionString = connStr; @@ -107,6 +109,7 @@ namespace C2P_Data public DS_QuotesTableAdapters.RawMatDetTableAdapter taRMD; public DS_QuotesTableAdapters.StdCostListTableAdapter taSCL; public DS_QuotesTableAdapters.stp_checkValidQuoteTableAdapter taCVQ; + public DS_QuotesTableAdapters.prtQuoteTableAdapter taPQuot; public DS_UtilityTableAdapters.v_selClientTableAdapter taVSCli; public DS_UtilityTableAdapters.v_selItemsTableAdapter taVSItm; public DS_UtilityTableAdapters.v_selRawMatTableAdapter taVSRM; diff --git a/C2P_Data/bin/Release/C2P_Data.dll b/C2P_Data/bin/Release/C2P_Data.dll index 222f6b5..403f453 100644 Binary files a/C2P_Data/bin/Release/C2P_Data.dll and b/C2P_Data/bin/Release/C2P_Data.dll differ diff --git a/C2P_Report/ReportViewer.aspx.cs b/C2P_Report/ReportViewer.aspx.cs index a842539..fe3cf62 100644 --- a/C2P_Report/ReportViewer.aspx.cs +++ b/C2P_Report/ReportViewer.aspx.cs @@ -33,21 +33,31 @@ namespace C2P_Report try { ticket = Convert.ToInt32(Request.QueryString["ticket"]); + } + catch + { } + + try + { QuoteType = Request.QueryString["QuoteType"]; } catch { } +#if false // se NON ho ticket... if (ticket == 0) + { +#endif + try { - try - { - CodQuote = Convert.ToInt32(Request.QueryString["CodQuote"]); - QuoteRev = Convert.ToInt32(Request.QueryString["QuoteRev"]); - } - catch - { } + CodQuote = Convert.ToInt32(Request.QueryString["CodQuote"]); + QuoteRev = Convert.ToInt32(Request.QueryString["QuoteRev"]); } + catch + { } +#if false + } +#endif try { chiave = string.Format("QuoteType={0}&CodQuote={1}&QuoteRev={2}", QuoteType, CodQuote, QuoteRev); @@ -92,16 +102,22 @@ namespace C2P_Report DataTable tabQuote = new DataTable(); tabVoc = (DataTable)SteamWare.selDataVoc.mgr.getVocabolarioByLemma(lingua, "C2P_prt1"); // HARD CODED lemma x report!!! tabVocQState = (DataTable)SteamWare.selDataVoc.mgr.getVocabolarioByLemma(lingua, "ST"); // HARD CODED lemma x report!!! - // se ho ticket... + + // passo entrambi i dati (ticket/chiave) poi la stored "si arrangia"... + tabQuote = (DataTable)DtProxy.man.taPQuot.GetData(ticket, chiave); + + // vecchia versione con 2 stored... +#if false if (ticket > 0) { - tabQuote = (DataTable)DtProxy.man.taQFQ.repOffersByTicket(ticket); + tabQuote = (DataTable)DtProxy.man.taPQuot.repOffersByTicket(ticket); } else // ho richiesta x chiave diretta... { - tabQuote = (DataTable)DtProxy.man.taQFQ.repOffersByChiave(chiave); - } + tabQuote = (DataTable)DtProxy.man.taPQuot.repOffersByChiave(chiave); + } +#endif // 3) inserimento dataset nel report localReport.DataSources.Add(new ReportDataSource("dsVocabolario", tabVoc)); localReport.DataSources.Add(new ReportDataSource("dsQuoteFull_Q_Data", tabQuote)); diff --git a/C2P_Report/Reports/IIS02/OffertDOC.rdl b/C2P_Report/Reports/IIS02/OffertDOC.rdl index 037b068..6086a73 100644 --- a/C2P_Report/Reports/IIS02/OffertDOC.rdl +++ b/C2P_Report/Reports/IIS02/OffertDOC.rdl @@ -1597,6 +1597,31 @@ + + String + + + 1 + + + Authoriz + + + + 1 + + + + 2 + + + + 3 + + + + + String diff --git a/C2P_Report/Reports/IIS02/OffertDOC.rdlc b/C2P_Report/Reports/IIS02/OffertDOC.rdlc index 037b068..6086a73 100644 --- a/C2P_Report/Reports/IIS02/OffertDOC.rdlc +++ b/C2P_Report/Reports/IIS02/OffertDOC.rdlc @@ -1597,6 +1597,31 @@ + + String + + + 1 + + + Authoriz + + + + 1 + + + + 2 + + + + 3 + + + + + String diff --git a/C2P_Report/Reports/IIS02/ReportOffers_Q.rdl b/C2P_Report/Reports/IIS02/ReportOffers_Q.rdl index 32f3f18..fd071b0 100644 --- a/C2P_Report/Reports/IIS02/ReportOffers_Q.rdl +++ b/C2P_Report/Reports/IIS02/ReportOffers_Q.rdl @@ -1,6 +1,6 @@  - Vers. 2.2.1 + Vers. 3.1.1 0 @@ -71,6 +71,14 @@ QuoteRev System.Int32 + + OfferResult + System.String + + + KoReason + System.String + BatchQty System.Int32 @@ -79,10 +87,18 @@ Charge System.Decimal + + Agente + System.String + ClasseMerc System.String + + ProdType + System.String + ClientName System.String @@ -388,7 +404,7 @@ System.Decimal - ="http://IIS02/C2P_Drawings/" & Fields!CodItem.Value & ".png" + ="http://10.74.82.218/C2P_Drawings/" & Fields!CodItem.Value & ".png" valid @@ -478,6 +494,26 @@ P_MinPrice_sim System.Decimal + + Cli_ZipCode + System.String + + + Cli_City + System.String + + + Cli_State + System.String + + + Cli_Nation + System.String + + + DescInco + System.String + @@ -527,9 +563,9 @@ - + - + true @@ -549,7 +585,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox3 0.1cm 1.43cm 13.64083cm @@ -597,11 +632,11 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 1.1cm + 1cm - + true @@ -748,19 +783,19 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 5.9cm + 5.8cm - + - + true - =Fields!HoleNumDies.Value + =Fields!CodItem.Value - HoleNumDies 6.7cm 0.5cm 3.4cm @@ -853,7 +887,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -869,7 +903,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -901,7 +934,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -933,7 +965,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -966,7 +997,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -998,7 +1028,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -1031,7 +1060,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -1490,7 +1518,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 5.3cm 6.7cm 0.4cm @@ -1507,7 +1534,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -1526,7 +1553,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 4.9cm 6.7cm 0.4cm @@ -1543,7 +1569,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -1563,7 +1589,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 4.4cm 6.7cm 0.5cm @@ -1580,7 +1605,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -1600,7 +1625,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 3.9cm 6.7cm 0.5cm @@ -1617,7 +1641,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -1637,7 +1661,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 3.5cm 6.7cm 0.4cm @@ -1724,11 +1747,11 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 6.5cm + 6.4cm - + true @@ -1885,7 +1908,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2044,7 +2067,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2062,7 +2085,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2098,7 +2120,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 0.8cm 6.7cm 0.4cm @@ -2115,7 +2136,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2132,7 +2153,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2167,7 +2187,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2202,7 +2221,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2237,7 +2255,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2273,7 +2290,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 0.8cm 16.4cm 0.4cm @@ -2290,7 +2306,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2308,7 +2324,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2374,7 +2391,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2549,7 +2565,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2568,7 +2584,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 3.4cm 6.7cm 0.5cm @@ -2585,7 +2600,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2604,7 +2619,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 3.9cm 6.7cm 0.4cm @@ -2621,7 +2635,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2638,7 +2652,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2672,7 +2685,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2773,7 +2785,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2808,7 +2819,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2843,7 +2853,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 4.5cm 10.6cm 0.4cm @@ -2893,7 +2902,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2911,7 +2920,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 0.4cm 6.7cm 0.4cm @@ -3020,7 +3027,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -3037,7 +3044,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3133,7 +3139,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3167,7 +3172,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3265,7 +3269,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3424,7 +3427,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3458,7 +3460,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3492,7 +3493,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3526,7 +3526,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3625,7 +3624,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3750,7 +3747,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3814,7 +3810,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3878,7 +3873,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4037,7 +4031,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4071,7 +4064,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4105,8 +4097,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4326,7 +4317,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4360,7 +4350,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4394,7 +4383,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4428,7 +4416,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4462,8 +4449,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4529,8 +4515,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4564,8 +4549,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4693,8 +4677,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4727,8 +4710,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4793,8 +4775,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4860,8 +4841,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4895,8 +4875,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm + + true + + + + + =Lookup("C2P_prt1_VC4UG01", Fields!Lemma.Value, Fields!Traduzione.Value, "dsVocabolario") + + + + + + =Variables!FillColorEtich.Value + 30pt + 2pt + 1pt + 1pt + + + + true + + + + + =Fields!VC4UG01.Value + + + + + + =Variables!FillColorDescr.Value + 2pt + 2pt + 1pt + 1pt + + + + true + + + + + =Lookup("C2P_prt1_VC4UG04", Fields!Lemma.Value, Fields!Traduzione.Value, "dsVocabolario") + + + + + + =Variables!FillColorEtich.Value + 30pt + 2pt + 1pt + 1pt + + + + true + + + + + =Fields!VC4UG04.Value + + + + + + =Variables!FillColorDescr.Value + 2pt + 2pt + 1pt + 1pt + + + + true + + 0.5pt + + + + + + Black + 0.5pt + + + + + + + + + 1cm + + + + + true @@ -4962,10 +5096,8 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm @@ -4977,47 +5109,13 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true - =Fields!Charge.Value - - - - - - =Variables!FillColorDescr.Value - 2pt - 2pt - 1pt - 1pt - - - - true - - - - - =Fields!P_MinPrice.Value + =Fields!MinPrice.Value @@ -5063,11 +5159,43 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm + + =Variables!FillColorCod.Value + 2pt + 2pt + 1pt + 1pt + + + + true + + + + + =Fields!P_MinPrice.Value + + + + @@ -5095,10 +5223,13 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm @@ -5110,35 +5241,36 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true - =Fields!MinPrice.Value + =Fields!Charge.Value - =Variables!FillColorCod.Value + =Variables!FillColorDescr.Value 2pt 2pt 1pt @@ -5155,10 +5287,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - - Black - 0.5pt - @@ -5166,11 +5294,11 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 1.6cm + 1.5cm - + true @@ -5202,7 +5330,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -5220,7 +5348,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -5286,7 +5413,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm @@ -5334,7 +5463,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -5351,12 +5480,14 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm @@ -5400,7 +5531,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -5418,7 +5549,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm @@ -5974,6 +6107,9 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 0.4cm 6.5cm 15 + + =IIF(Parameters!Authoriz.Value=3,False,True) + @@ -5985,7 +6121,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -6002,12 +6138,14 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm @@ -6443,6 +6581,9 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 0.4cm 6.5cm 30 + + =IIF(Parameters!Authoriz.Value=3,False,True) + @@ -6536,13 +6677,13 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 0.5cm + 0.3cm - + true true @@ -6551,6 +6692,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm Riga nascosta serve per footer @@ -6558,17 +6700,12 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 2pt - 2pt - 2pt - 2pt @@ -6589,17 +6726,13 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 10.6cm - 0.4cm + 0.3cm 9.2cm 1 - 2pt - 2pt - 2pt - 2pt @@ -6653,6 +6786,11 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm + + + =IIF(Parameters!Authoriz.Value=1,True,False) + + @@ -6739,7 +6877,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 0cm 6.7cm 0.5cm 3.4cm @@ -6772,7 +6909,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 0cm 10.6cm 0.5cm 9.2cm @@ -6813,20 +6949,20 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1 - true + Authoriz 1 - + 2 - + 3 - + diff --git a/C2P_Report/Reports/IIS02/ReportOffers_Q.rdlc b/C2P_Report/Reports/IIS02/ReportOffers_Q.rdlc index 32f3f18..fd071b0 100644 --- a/C2P_Report/Reports/IIS02/ReportOffers_Q.rdlc +++ b/C2P_Report/Reports/IIS02/ReportOffers_Q.rdlc @@ -1,6 +1,6 @@  - Vers. 2.2.1 + Vers. 3.1.1 0 @@ -71,6 +71,14 @@ QuoteRev System.Int32 + + OfferResult + System.String + + + KoReason + System.String + BatchQty System.Int32 @@ -79,10 +87,18 @@ Charge System.Decimal + + Agente + System.String + ClasseMerc System.String + + ProdType + System.String + ClientName System.String @@ -388,7 +404,7 @@ System.Decimal - ="http://IIS02/C2P_Drawings/" & Fields!CodItem.Value & ".png" + ="http://10.74.82.218/C2P_Drawings/" & Fields!CodItem.Value & ".png" valid @@ -478,6 +494,26 @@ P_MinPrice_sim System.Decimal + + Cli_ZipCode + System.String + + + Cli_City + System.String + + + Cli_State + System.String + + + Cli_Nation + System.String + + + DescInco + System.String + @@ -527,9 +563,9 @@ - + - + true @@ -549,7 +585,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox3 0.1cm 1.43cm 13.64083cm @@ -597,11 +632,11 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 1.1cm + 1cm - + true @@ -748,19 +783,19 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 5.9cm + 5.8cm - + - + true - =Fields!HoleNumDies.Value + =Fields!CodItem.Value - HoleNumDies 6.7cm 0.5cm 3.4cm @@ -853,7 +887,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -869,7 +903,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -901,7 +934,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -933,7 +965,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -966,7 +997,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -998,7 +1028,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -1031,7 +1060,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -1490,7 +1518,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 5.3cm 6.7cm 0.4cm @@ -1507,7 +1534,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -1526,7 +1553,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 4.9cm 6.7cm 0.4cm @@ -1543,7 +1569,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -1563,7 +1589,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 4.4cm 6.7cm 0.5cm @@ -1580,7 +1605,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -1600,7 +1625,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 3.9cm 6.7cm 0.5cm @@ -1617,7 +1641,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -1637,7 +1661,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 3.5cm 6.7cm 0.4cm @@ -1724,11 +1747,11 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 6.5cm + 6.4cm - + true @@ -1885,7 +1908,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2044,7 +2067,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2062,7 +2085,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2098,7 +2120,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 0.8cm 6.7cm 0.4cm @@ -2115,7 +2136,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2132,7 +2153,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2167,7 +2187,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2202,7 +2221,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2237,7 +2255,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2273,7 +2290,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 0.8cm 16.4cm 0.4cm @@ -2290,7 +2306,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2308,7 +2324,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2374,7 +2391,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2549,7 +2565,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2568,7 +2584,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 3.4cm 6.7cm 0.5cm @@ -2585,7 +2600,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2604,7 +2619,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 3.9cm 6.7cm 0.4cm @@ -2621,7 +2635,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2638,7 +2652,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2672,7 +2685,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2773,7 +2785,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2808,7 +2819,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2843,7 +2853,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 4.5cm 10.6cm 0.4cm @@ -2893,7 +2902,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2911,7 +2920,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 0.4cm 6.7cm 0.4cm @@ -3020,7 +3027,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -3037,7 +3044,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3133,7 +3139,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3167,7 +3172,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3265,7 +3269,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3424,7 +3427,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3458,7 +3460,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3492,7 +3493,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3526,7 +3526,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3625,7 +3624,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3750,7 +3747,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3814,7 +3810,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3878,7 +3873,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4037,7 +4031,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4071,7 +4064,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4105,8 +4097,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4326,7 +4317,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4360,7 +4350,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4394,7 +4383,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4428,7 +4416,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4462,8 +4449,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4529,8 +4515,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4564,8 +4549,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4693,8 +4677,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4727,8 +4710,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4793,8 +4775,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4860,8 +4841,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4895,8 +4875,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm + + true + + + + + =Lookup("C2P_prt1_VC4UG01", Fields!Lemma.Value, Fields!Traduzione.Value, "dsVocabolario") + + + + + + =Variables!FillColorEtich.Value + 30pt + 2pt + 1pt + 1pt + + + + true + + + + + =Fields!VC4UG01.Value + + + + + + =Variables!FillColorDescr.Value + 2pt + 2pt + 1pt + 1pt + + + + true + + + + + =Lookup("C2P_prt1_VC4UG04", Fields!Lemma.Value, Fields!Traduzione.Value, "dsVocabolario") + + + + + + =Variables!FillColorEtich.Value + 30pt + 2pt + 1pt + 1pt + + + + true + + + + + =Fields!VC4UG04.Value + + + + + + =Variables!FillColorDescr.Value + 2pt + 2pt + 1pt + 1pt + + + + true + + 0.5pt + + + + + + Black + 0.5pt + + + + + + + + + 1cm + + + + + true @@ -4962,10 +5096,8 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm @@ -4977,47 +5109,13 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true - =Fields!Charge.Value - - - - - - =Variables!FillColorDescr.Value - 2pt - 2pt - 1pt - 1pt - - - - true - - - - - =Fields!P_MinPrice.Value + =Fields!MinPrice.Value @@ -5063,11 +5159,43 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm + + =Variables!FillColorCod.Value + 2pt + 2pt + 1pt + 1pt + + + + true + + + + + =Fields!P_MinPrice.Value + + + + @@ -5095,10 +5223,13 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm @@ -5110,35 +5241,36 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true - =Fields!MinPrice.Value + =Fields!Charge.Value - =Variables!FillColorCod.Value + =Variables!FillColorDescr.Value 2pt 2pt 1pt @@ -5155,10 +5287,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - - Black - 0.5pt - @@ -5166,11 +5294,11 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 1.6cm + 1.5cm - + true @@ -5202,7 +5330,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -5220,7 +5348,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -5286,7 +5413,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm @@ -5334,7 +5463,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -5351,12 +5480,14 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm @@ -5400,7 +5531,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -5418,7 +5549,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm @@ -5974,6 +6107,9 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 0.4cm 6.5cm 15 + + =IIF(Parameters!Authoriz.Value=3,False,True) + @@ -5985,7 +6121,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -6002,12 +6138,14 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm @@ -6443,6 +6581,9 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 0.4cm 6.5cm 30 + + =IIF(Parameters!Authoriz.Value=3,False,True) + @@ -6536,13 +6677,13 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 0.5cm + 0.3cm - + true true @@ -6551,6 +6692,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm Riga nascosta serve per footer @@ -6558,17 +6700,12 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 2pt - 2pt - 2pt - 2pt @@ -6589,17 +6726,13 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 10.6cm - 0.4cm + 0.3cm 9.2cm 1 - 2pt - 2pt - 2pt - 2pt @@ -6653,6 +6786,11 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm + + + =IIF(Parameters!Authoriz.Value=1,True,False) + + @@ -6739,7 +6877,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 0cm 6.7cm 0.5cm 3.4cm @@ -6772,7 +6909,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 0cm 10.6cm 0.5cm 9.2cm @@ -6813,20 +6949,20 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1 - true + Authoriz 1 - + 2 - + 3 - + diff --git a/C2P_Report/Reports/IIS02/ReportOffers_S.rdl b/C2P_Report/Reports/IIS02/ReportOffers_S.rdl index 32f3f18..fd071b0 100644 --- a/C2P_Report/Reports/IIS02/ReportOffers_S.rdl +++ b/C2P_Report/Reports/IIS02/ReportOffers_S.rdl @@ -1,6 +1,6 @@  - Vers. 2.2.1 + Vers. 3.1.1 0 @@ -71,6 +71,14 @@ QuoteRev System.Int32 + + OfferResult + System.String + + + KoReason + System.String + BatchQty System.Int32 @@ -79,10 +87,18 @@ Charge System.Decimal + + Agente + System.String + ClasseMerc System.String + + ProdType + System.String + ClientName System.String @@ -388,7 +404,7 @@ System.Decimal - ="http://IIS02/C2P_Drawings/" & Fields!CodItem.Value & ".png" + ="http://10.74.82.218/C2P_Drawings/" & Fields!CodItem.Value & ".png" valid @@ -478,6 +494,26 @@ P_MinPrice_sim System.Decimal + + Cli_ZipCode + System.String + + + Cli_City + System.String + + + Cli_State + System.String + + + Cli_Nation + System.String + + + DescInco + System.String + @@ -527,9 +563,9 @@ - + - + true @@ -549,7 +585,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox3 0.1cm 1.43cm 13.64083cm @@ -597,11 +632,11 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 1.1cm + 1cm - + true @@ -748,19 +783,19 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 5.9cm + 5.8cm - + - + true - =Fields!HoleNumDies.Value + =Fields!CodItem.Value - HoleNumDies 6.7cm 0.5cm 3.4cm @@ -853,7 +887,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -869,7 +903,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -901,7 +934,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -933,7 +965,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -966,7 +997,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -998,7 +1028,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -1031,7 +1060,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -1490,7 +1518,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 5.3cm 6.7cm 0.4cm @@ -1507,7 +1534,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -1526,7 +1553,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 4.9cm 6.7cm 0.4cm @@ -1543,7 +1569,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -1563,7 +1589,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 4.4cm 6.7cm 0.5cm @@ -1580,7 +1605,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -1600,7 +1625,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 3.9cm 6.7cm 0.5cm @@ -1617,7 +1641,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -1637,7 +1661,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 3.5cm 6.7cm 0.4cm @@ -1724,11 +1747,11 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 6.5cm + 6.4cm - + true @@ -1885,7 +1908,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2044,7 +2067,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2062,7 +2085,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2098,7 +2120,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 0.8cm 6.7cm 0.4cm @@ -2115,7 +2136,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2132,7 +2153,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2167,7 +2187,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2202,7 +2221,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2237,7 +2255,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2273,7 +2290,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 0.8cm 16.4cm 0.4cm @@ -2290,7 +2306,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2308,7 +2324,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2374,7 +2391,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2549,7 +2565,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2568,7 +2584,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 3.4cm 6.7cm 0.5cm @@ -2585,7 +2600,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2604,7 +2619,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 3.9cm 6.7cm 0.4cm @@ -2621,7 +2635,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2638,7 +2652,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2672,7 +2685,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2773,7 +2785,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2808,7 +2819,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2843,7 +2853,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 4.5cm 10.6cm 0.4cm @@ -2893,7 +2902,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2911,7 +2920,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 0.4cm 6.7cm 0.4cm @@ -3020,7 +3027,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -3037,7 +3044,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3133,7 +3139,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3167,7 +3172,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3265,7 +3269,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3424,7 +3427,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3458,7 +3460,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3492,7 +3493,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3526,7 +3526,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3625,7 +3624,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3750,7 +3747,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3814,7 +3810,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3878,7 +3873,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4037,7 +4031,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4071,7 +4064,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4105,8 +4097,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4326,7 +4317,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4360,7 +4350,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4394,7 +4383,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4428,7 +4416,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4462,8 +4449,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4529,8 +4515,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4564,8 +4549,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4693,8 +4677,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4727,8 +4710,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4793,8 +4775,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4860,8 +4841,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4895,8 +4875,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm + + true + + + + + =Lookup("C2P_prt1_VC4UG01", Fields!Lemma.Value, Fields!Traduzione.Value, "dsVocabolario") + + + + + + =Variables!FillColorEtich.Value + 30pt + 2pt + 1pt + 1pt + + + + true + + + + + =Fields!VC4UG01.Value + + + + + + =Variables!FillColorDescr.Value + 2pt + 2pt + 1pt + 1pt + + + + true + + + + + =Lookup("C2P_prt1_VC4UG04", Fields!Lemma.Value, Fields!Traduzione.Value, "dsVocabolario") + + + + + + =Variables!FillColorEtich.Value + 30pt + 2pt + 1pt + 1pt + + + + true + + + + + =Fields!VC4UG04.Value + + + + + + =Variables!FillColorDescr.Value + 2pt + 2pt + 1pt + 1pt + + + + true + + 0.5pt + + + + + + Black + 0.5pt + + + + + + + + + 1cm + + + + + true @@ -4962,10 +5096,8 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm @@ -4977,47 +5109,13 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true - =Fields!Charge.Value - - - - - - =Variables!FillColorDescr.Value - 2pt - 2pt - 1pt - 1pt - - - - true - - - - - =Fields!P_MinPrice.Value + =Fields!MinPrice.Value @@ -5063,11 +5159,43 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm + + =Variables!FillColorCod.Value + 2pt + 2pt + 1pt + 1pt + + + + true + + + + + =Fields!P_MinPrice.Value + + + + @@ -5095,10 +5223,13 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm @@ -5110,35 +5241,36 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true - =Fields!MinPrice.Value + =Fields!Charge.Value - =Variables!FillColorCod.Value + =Variables!FillColorDescr.Value 2pt 2pt 1pt @@ -5155,10 +5287,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - - Black - 0.5pt - @@ -5166,11 +5294,11 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 1.6cm + 1.5cm - + true @@ -5202,7 +5330,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -5220,7 +5348,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -5286,7 +5413,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm @@ -5334,7 +5463,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -5351,12 +5480,14 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm @@ -5400,7 +5531,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -5418,7 +5549,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm @@ -5974,6 +6107,9 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 0.4cm 6.5cm 15 + + =IIF(Parameters!Authoriz.Value=3,False,True) + @@ -5985,7 +6121,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -6002,12 +6138,14 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm @@ -6443,6 +6581,9 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 0.4cm 6.5cm 30 + + =IIF(Parameters!Authoriz.Value=3,False,True) + @@ -6536,13 +6677,13 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 0.5cm + 0.3cm - + true true @@ -6551,6 +6692,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm Riga nascosta serve per footer @@ -6558,17 +6700,12 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 2pt - 2pt - 2pt - 2pt @@ -6589,17 +6726,13 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 10.6cm - 0.4cm + 0.3cm 9.2cm 1 - 2pt - 2pt - 2pt - 2pt @@ -6653,6 +6786,11 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm + + + =IIF(Parameters!Authoriz.Value=1,True,False) + + @@ -6739,7 +6877,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 0cm 6.7cm 0.5cm 3.4cm @@ -6772,7 +6909,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 0cm 10.6cm 0.5cm 9.2cm @@ -6813,20 +6949,20 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1 - true + Authoriz 1 - + 2 - + 3 - + diff --git a/C2P_Report/Reports/IIS02/ReportOffers_S.rdlc b/C2P_Report/Reports/IIS02/ReportOffers_S.rdlc index 32f3f18..fd071b0 100644 --- a/C2P_Report/Reports/IIS02/ReportOffers_S.rdlc +++ b/C2P_Report/Reports/IIS02/ReportOffers_S.rdlc @@ -1,6 +1,6 @@  - Vers. 2.2.1 + Vers. 3.1.1 0 @@ -71,6 +71,14 @@ QuoteRev System.Int32 + + OfferResult + System.String + + + KoReason + System.String + BatchQty System.Int32 @@ -79,10 +87,18 @@ Charge System.Decimal + + Agente + System.String + ClasseMerc System.String + + ProdType + System.String + ClientName System.String @@ -388,7 +404,7 @@ System.Decimal - ="http://IIS02/C2P_Drawings/" & Fields!CodItem.Value & ".png" + ="http://10.74.82.218/C2P_Drawings/" & Fields!CodItem.Value & ".png" valid @@ -478,6 +494,26 @@ P_MinPrice_sim System.Decimal + + Cli_ZipCode + System.String + + + Cli_City + System.String + + + Cli_State + System.String + + + Cli_Nation + System.String + + + DescInco + System.String + @@ -527,9 +563,9 @@ - + - + true @@ -549,7 +585,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox3 0.1cm 1.43cm 13.64083cm @@ -597,11 +632,11 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 1.1cm + 1cm - + true @@ -748,19 +783,19 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 5.9cm + 5.8cm - + - + true - =Fields!HoleNumDies.Value + =Fields!CodItem.Value - HoleNumDies 6.7cm 0.5cm 3.4cm @@ -853,7 +887,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -869,7 +903,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -901,7 +934,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -933,7 +965,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -966,7 +997,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -998,7 +1028,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -1031,7 +1060,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -1490,7 +1518,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 5.3cm 6.7cm 0.4cm @@ -1507,7 +1534,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -1526,7 +1553,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 4.9cm 6.7cm 0.4cm @@ -1543,7 +1569,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -1563,7 +1589,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 4.4cm 6.7cm 0.5cm @@ -1580,7 +1605,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -1600,7 +1625,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 3.9cm 6.7cm 0.5cm @@ -1617,7 +1641,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -1637,7 +1661,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 3.5cm 6.7cm 0.4cm @@ -1724,11 +1747,11 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 6.5cm + 6.4cm - + true @@ -1885,7 +1908,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2044,7 +2067,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2062,7 +2085,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2098,7 +2120,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 0.8cm 6.7cm 0.4cm @@ -2115,7 +2136,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2132,7 +2153,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2167,7 +2187,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2202,7 +2221,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2237,7 +2255,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2273,7 +2290,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 0.8cm 16.4cm 0.4cm @@ -2290,7 +2306,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2308,7 +2324,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2374,7 +2391,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2549,7 +2565,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2568,7 +2584,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 3.4cm 6.7cm 0.5cm @@ -2585,7 +2600,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2604,7 +2619,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 3.9cm 6.7cm 0.4cm @@ -2621,7 +2635,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2638,7 +2652,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2672,7 +2685,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2773,7 +2785,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2808,7 +2819,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2843,7 +2853,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 4.5cm 10.6cm 0.4cm @@ -2893,7 +2902,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2911,7 +2920,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 0.4cm 6.7cm 0.4cm @@ -3020,7 +3027,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -3037,7 +3044,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3133,7 +3139,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3167,7 +3172,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3265,7 +3269,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3424,7 +3427,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3458,7 +3460,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3492,7 +3493,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3526,7 +3526,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3625,7 +3624,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3750,7 +3747,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3814,7 +3810,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3878,7 +3873,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4037,7 +4031,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4071,7 +4064,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4105,8 +4097,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4326,7 +4317,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4360,7 +4350,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4394,7 +4383,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4428,7 +4416,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4462,8 +4449,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4529,8 +4515,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4564,8 +4549,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4693,8 +4677,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4727,8 +4710,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4793,8 +4775,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4860,8 +4841,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4895,8 +4875,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm + + true + + + + + =Lookup("C2P_prt1_VC4UG01", Fields!Lemma.Value, Fields!Traduzione.Value, "dsVocabolario") + + + + + + =Variables!FillColorEtich.Value + 30pt + 2pt + 1pt + 1pt + + + + true + + + + + =Fields!VC4UG01.Value + + + + + + =Variables!FillColorDescr.Value + 2pt + 2pt + 1pt + 1pt + + + + true + + + + + =Lookup("C2P_prt1_VC4UG04", Fields!Lemma.Value, Fields!Traduzione.Value, "dsVocabolario") + + + + + + =Variables!FillColorEtich.Value + 30pt + 2pt + 1pt + 1pt + + + + true + + + + + =Fields!VC4UG04.Value + + + + + + =Variables!FillColorDescr.Value + 2pt + 2pt + 1pt + 1pt + + + + true + + 0.5pt + + + + + + Black + 0.5pt + + + + + + + + + 1cm + + + + + true @@ -4962,10 +5096,8 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm @@ -4977,47 +5109,13 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true - =Fields!Charge.Value - - - - - - =Variables!FillColorDescr.Value - 2pt - 2pt - 1pt - 1pt - - - - true - - - - - =Fields!P_MinPrice.Value + =Fields!MinPrice.Value @@ -5063,11 +5159,43 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm + + =Variables!FillColorCod.Value + 2pt + 2pt + 1pt + 1pt + + + + true + + + + + =Fields!P_MinPrice.Value + + + + @@ -5095,10 +5223,13 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm @@ -5110,35 +5241,36 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true - =Fields!MinPrice.Value + =Fields!Charge.Value - =Variables!FillColorCod.Value + =Variables!FillColorDescr.Value 2pt 2pt 1pt @@ -5155,10 +5287,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - - Black - 0.5pt - @@ -5166,11 +5294,11 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 1.6cm + 1.5cm - + true @@ -5202,7 +5330,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -5220,7 +5348,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -5286,7 +5413,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm @@ -5334,7 +5463,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -5351,12 +5480,14 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm @@ -5400,7 +5531,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -5418,7 +5549,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm @@ -5974,6 +6107,9 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 0.4cm 6.5cm 15 + + =IIF(Parameters!Authoriz.Value=3,False,True) + @@ -5985,7 +6121,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -6002,12 +6138,14 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm @@ -6443,6 +6581,9 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 0.4cm 6.5cm 30 + + =IIF(Parameters!Authoriz.Value=3,False,True) + @@ -6536,13 +6677,13 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 0.5cm + 0.3cm - + true true @@ -6551,6 +6692,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm Riga nascosta serve per footer @@ -6558,17 +6700,12 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 2pt - 2pt - 2pt - 2pt @@ -6589,17 +6726,13 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 10.6cm - 0.4cm + 0.3cm 9.2cm 1 - 2pt - 2pt - 2pt - 2pt @@ -6653,6 +6786,11 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm + + + =IIF(Parameters!Authoriz.Value=1,True,False) + + @@ -6739,7 +6877,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 0cm 6.7cm 0.5cm 3.4cm @@ -6772,7 +6909,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 0cm 10.6cm 0.5cm 9.2cm @@ -6813,20 +6949,20 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1 - true + Authoriz 1 - + 2 - + 3 - + diff --git a/C2P_Report/Reports/IIS02/StdCostList.rdlc b/C2P_Report/Reports/IIS02/StdCostList.rdlc index 07b3c65..31ae2ec 100644 --- a/C2P_Report/Reports/IIS02/StdCostList.rdlc +++ b/C2P_Report/Reports/IIS02/StdCostList.rdlc @@ -5,6 +5,7 @@ DB_C2P + None 9c697258-e9e5-482e-83f8-5c5a7e3ddf21 @@ -169,9 +170,7 @@ - + SteelBlue - Middle 2pt 2pt 2pt @@ -208,9 +206,7 @@ - + SteelBlue - Middle 2pt 2pt 2pt @@ -247,9 +242,7 @@ - + SteelBlue - Middle 2pt 2pt 2pt @@ -286,9 +278,7 @@ - + SteelBlue - Middle 2pt 2pt 2pt @@ -325,9 +314,7 @@ - + SteelBlue - Middle 2pt 2pt 2pt @@ -364,9 +350,7 @@ - + SteelBlue - Middle 2pt 2pt 2pt @@ -403,9 +386,7 @@ - + SteelBlue - Middle 2pt 2pt 2pt @@ -442,9 +422,7 @@ - + SteelBlue - Middle 2pt 2pt 2pt @@ -482,7 +459,7 @@ @@ -493,7 +470,6 @@ SteelBlue - Middle 2pt 2pt 2pt @@ -520,9 +496,7 @@ - + SteelBlue - Middle 2pt 2pt 2pt @@ -560,7 +533,7 @@ @@ -571,7 +544,6 @@ SteelBlue - Middle 2pt 2pt 2pt @@ -599,7 +571,7 @@ @@ -610,7 +582,6 @@ SteelBlue - Middle 2pt 2pt 2pt @@ -638,7 +609,7 @@ @@ -649,7 +620,6 @@ SteelBlue - Middle 2pt 2pt 2pt diff --git a/C2P_Report/Reports/OffertDOC.rdlc b/C2P_Report/Reports/OffertDOC.rdlc index 037b068..6086a73 100644 --- a/C2P_Report/Reports/OffertDOC.rdlc +++ b/C2P_Report/Reports/OffertDOC.rdlc @@ -1597,6 +1597,31 @@ + + String + + + 1 + + + Authoriz + + + + 1 + + + + 2 + + + + 3 + + + + + String diff --git a/C2P_Report/Reports/ReportOffers_Q.rdlc b/C2P_Report/Reports/ReportOffers_Q.rdlc index 32f3f18..fd071b0 100644 --- a/C2P_Report/Reports/ReportOffers_Q.rdlc +++ b/C2P_Report/Reports/ReportOffers_Q.rdlc @@ -1,6 +1,6 @@  - Vers. 2.2.1 + Vers. 3.1.1 0 @@ -71,6 +71,14 @@ QuoteRev System.Int32 + + OfferResult + System.String + + + KoReason + System.String + BatchQty System.Int32 @@ -79,10 +87,18 @@ Charge System.Decimal + + Agente + System.String + ClasseMerc System.String + + ProdType + System.String + ClientName System.String @@ -388,7 +404,7 @@ System.Decimal - ="http://IIS02/C2P_Drawings/" & Fields!CodItem.Value & ".png" + ="http://10.74.82.218/C2P_Drawings/" & Fields!CodItem.Value & ".png" valid @@ -478,6 +494,26 @@ P_MinPrice_sim System.Decimal + + Cli_ZipCode + System.String + + + Cli_City + System.String + + + Cli_State + System.String + + + Cli_Nation + System.String + + + DescInco + System.String + @@ -527,9 +563,9 @@ - + - + true @@ -549,7 +585,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox3 0.1cm 1.43cm 13.64083cm @@ -597,11 +632,11 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 1.1cm + 1cm - + true @@ -748,19 +783,19 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 5.9cm + 5.8cm - + - + true - =Fields!HoleNumDies.Value + =Fields!CodItem.Value - HoleNumDies 6.7cm 0.5cm 3.4cm @@ -853,7 +887,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -869,7 +903,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -901,7 +934,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -933,7 +965,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -966,7 +997,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -998,7 +1028,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -1031,7 +1060,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -1490,7 +1518,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 5.3cm 6.7cm 0.4cm @@ -1507,7 +1534,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -1526,7 +1553,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 4.9cm 6.7cm 0.4cm @@ -1543,7 +1569,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -1563,7 +1589,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 4.4cm 6.7cm 0.5cm @@ -1580,7 +1605,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -1600,7 +1625,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 3.9cm 6.7cm 0.5cm @@ -1617,7 +1641,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -1637,7 +1661,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 3.5cm 6.7cm 0.4cm @@ -1724,11 +1747,11 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 6.5cm + 6.4cm - + true @@ -1885,7 +1908,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2044,7 +2067,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2062,7 +2085,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2098,7 +2120,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 0.8cm 6.7cm 0.4cm @@ -2115,7 +2136,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2132,7 +2153,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2167,7 +2187,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2202,7 +2221,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2237,7 +2255,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2273,7 +2290,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 0.8cm 16.4cm 0.4cm @@ -2290,7 +2306,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2308,7 +2324,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2374,7 +2391,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2549,7 +2565,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2568,7 +2584,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 3.4cm 6.7cm 0.5cm @@ -2585,7 +2600,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2604,7 +2619,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 3.9cm 6.7cm 0.4cm @@ -2621,7 +2635,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2638,7 +2652,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2672,7 +2685,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2773,7 +2785,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2808,7 +2819,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2843,7 +2853,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 4.5cm 10.6cm 0.4cm @@ -2893,7 +2902,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2911,7 +2920,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 0.4cm 6.7cm 0.4cm @@ -3020,7 +3027,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -3037,7 +3044,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3133,7 +3139,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3167,7 +3172,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3265,7 +3269,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3424,7 +3427,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3458,7 +3460,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3492,7 +3493,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3526,7 +3526,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3625,7 +3624,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3750,7 +3747,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3814,7 +3810,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3878,7 +3873,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4037,7 +4031,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4071,7 +4064,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4105,8 +4097,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4326,7 +4317,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4360,7 +4350,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4394,7 +4383,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4428,7 +4416,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4462,8 +4449,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4529,8 +4515,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4564,8 +4549,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4693,8 +4677,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4727,8 +4710,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4793,8 +4775,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4860,8 +4841,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4895,8 +4875,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm + + true + + + + + =Lookup("C2P_prt1_VC4UG01", Fields!Lemma.Value, Fields!Traduzione.Value, "dsVocabolario") + + + + + + =Variables!FillColorEtich.Value + 30pt + 2pt + 1pt + 1pt + + + + true + + + + + =Fields!VC4UG01.Value + + + + + + =Variables!FillColorDescr.Value + 2pt + 2pt + 1pt + 1pt + + + + true + + + + + =Lookup("C2P_prt1_VC4UG04", Fields!Lemma.Value, Fields!Traduzione.Value, "dsVocabolario") + + + + + + =Variables!FillColorEtich.Value + 30pt + 2pt + 1pt + 1pt + + + + true + + + + + =Fields!VC4UG04.Value + + + + + + =Variables!FillColorDescr.Value + 2pt + 2pt + 1pt + 1pt + + + + true + + 0.5pt + + + + + + Black + 0.5pt + + + + + + + + + 1cm + + + + + true @@ -4962,10 +5096,8 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm @@ -4977,47 +5109,13 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true - =Fields!Charge.Value - - - - - - =Variables!FillColorDescr.Value - 2pt - 2pt - 1pt - 1pt - - - - true - - - - - =Fields!P_MinPrice.Value + =Fields!MinPrice.Value @@ -5063,11 +5159,43 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm + + =Variables!FillColorCod.Value + 2pt + 2pt + 1pt + 1pt + + + + true + + + + + =Fields!P_MinPrice.Value + + + + @@ -5095,10 +5223,13 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm @@ -5110,35 +5241,36 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true - =Fields!MinPrice.Value + =Fields!Charge.Value - =Variables!FillColorCod.Value + =Variables!FillColorDescr.Value 2pt 2pt 1pt @@ -5155,10 +5287,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - - Black - 0.5pt - @@ -5166,11 +5294,11 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 1.6cm + 1.5cm - + true @@ -5202,7 +5330,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -5220,7 +5348,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -5286,7 +5413,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm @@ -5334,7 +5463,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -5351,12 +5480,14 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm @@ -5400,7 +5531,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -5418,7 +5549,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm @@ -5974,6 +6107,9 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 0.4cm 6.5cm 15 + + =IIF(Parameters!Authoriz.Value=3,False,True) + @@ -5985,7 +6121,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -6002,12 +6138,14 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm @@ -6443,6 +6581,9 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 0.4cm 6.5cm 30 + + =IIF(Parameters!Authoriz.Value=3,False,True) + @@ -6536,13 +6677,13 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 0.5cm + 0.3cm - + true true @@ -6551,6 +6692,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm Riga nascosta serve per footer @@ -6558,17 +6700,12 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 2pt - 2pt - 2pt - 2pt @@ -6589,17 +6726,13 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 10.6cm - 0.4cm + 0.3cm 9.2cm 1 - 2pt - 2pt - 2pt - 2pt @@ -6653,6 +6786,11 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm + + + =IIF(Parameters!Authoriz.Value=1,True,False) + + @@ -6739,7 +6877,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 0cm 6.7cm 0.5cm 3.4cm @@ -6772,7 +6909,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 0cm 10.6cm 0.5cm 9.2cm @@ -6813,20 +6949,20 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1 - true + Authoriz 1 - + 2 - + 3 - + diff --git a/C2P_Report/Reports/ReportOffers_S.rdlc b/C2P_Report/Reports/ReportOffers_S.rdlc index 32f3f18..fd071b0 100644 --- a/C2P_Report/Reports/ReportOffers_S.rdlc +++ b/C2P_Report/Reports/ReportOffers_S.rdlc @@ -1,6 +1,6 @@  - Vers. 2.2.1 + Vers. 3.1.1 0 @@ -71,6 +71,14 @@ QuoteRev System.Int32 + + OfferResult + System.String + + + KoReason + System.String + BatchQty System.Int32 @@ -79,10 +87,18 @@ Charge System.Decimal + + Agente + System.String + ClasseMerc System.String + + ProdType + System.String + ClientName System.String @@ -388,7 +404,7 @@ System.Decimal - ="http://IIS02/C2P_Drawings/" & Fields!CodItem.Value & ".png" + ="http://10.74.82.218/C2P_Drawings/" & Fields!CodItem.Value & ".png" valid @@ -478,6 +494,26 @@ P_MinPrice_sim System.Decimal + + Cli_ZipCode + System.String + + + Cli_City + System.String + + + Cli_State + System.String + + + Cli_Nation + System.String + + + DescInco + System.String + @@ -527,9 +563,9 @@ - + - + true @@ -549,7 +585,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox3 0.1cm 1.43cm 13.64083cm @@ -597,11 +632,11 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 1.1cm + 1cm - + true @@ -748,19 +783,19 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 5.9cm + 5.8cm - + - + true - =Fields!HoleNumDies.Value + =Fields!CodItem.Value - HoleNumDies 6.7cm 0.5cm 3.4cm @@ -853,7 +887,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -869,7 +903,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -901,7 +934,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -933,7 +965,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -966,7 +997,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -998,7 +1028,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -1031,7 +1060,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -1490,7 +1518,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 5.3cm 6.7cm 0.4cm @@ -1507,7 +1534,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -1526,7 +1553,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 4.9cm 6.7cm 0.4cm @@ -1543,7 +1569,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -1563,7 +1589,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 4.4cm 6.7cm 0.5cm @@ -1580,7 +1605,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -1600,7 +1625,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 3.9cm 6.7cm 0.5cm @@ -1617,7 +1641,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -1637,7 +1661,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 3.5cm 6.7cm 0.4cm @@ -1724,11 +1747,11 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 6.5cm + 6.4cm - + true @@ -1885,7 +1908,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2044,7 +2067,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2062,7 +2085,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2098,7 +2120,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 0.8cm 6.7cm 0.4cm @@ -2115,7 +2136,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2132,7 +2153,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2167,7 +2187,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2202,7 +2221,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2237,7 +2255,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2273,7 +2290,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 0.8cm 16.4cm 0.4cm @@ -2290,7 +2306,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2308,7 +2324,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2374,7 +2391,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2549,7 +2565,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2568,7 +2584,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 3.4cm 6.7cm 0.5cm @@ -2585,7 +2600,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2604,7 +2619,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 3.9cm 6.7cm 0.4cm @@ -2621,7 +2635,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2638,7 +2652,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2672,7 +2685,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2773,7 +2785,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2808,7 +2819,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -2843,7 +2853,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 4.5cm 10.6cm 0.4cm @@ -2893,7 +2902,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -2911,7 +2920,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Textbox18 0.4cm 6.7cm 0.4cm @@ -3020,7 +3027,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -3037,7 +3044,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3133,7 +3139,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3167,7 +3172,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3265,7 +3269,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3424,7 +3427,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3458,7 +3460,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3492,7 +3493,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3526,7 +3526,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3625,7 +3624,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3750,7 +3747,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3814,7 +3810,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -3878,7 +3873,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4037,7 +4031,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4071,7 +4064,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4105,8 +4097,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4326,7 +4317,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4360,7 +4350,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4394,7 +4383,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4428,7 +4416,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4462,8 +4449,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4529,8 +4515,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4564,8 +4549,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4693,8 +4677,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4727,8 +4710,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4793,8 +4775,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4860,8 +4841,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -4895,8 +4875,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm + + true + + + + + =Lookup("C2P_prt1_VC4UG01", Fields!Lemma.Value, Fields!Traduzione.Value, "dsVocabolario") + + + + + + =Variables!FillColorEtich.Value + 30pt + 2pt + 1pt + 1pt + + + + true + + + + + =Fields!VC4UG01.Value + + + + + + =Variables!FillColorDescr.Value + 2pt + 2pt + 1pt + 1pt + + + + true + + + + + =Lookup("C2P_prt1_VC4UG04", Fields!Lemma.Value, Fields!Traduzione.Value, "dsVocabolario") + + + + + + =Variables!FillColorEtich.Value + 30pt + 2pt + 1pt + 1pt + + + + true + + + + + =Fields!VC4UG04.Value + + + + + + =Variables!FillColorDescr.Value + 2pt + 2pt + 1pt + 1pt + + + + true + + 0.5pt + + + + + + Black + 0.5pt + + + + + + + + + 1cm + + + + + true @@ -4962,10 +5096,8 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm @@ -4977,47 +5109,13 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true - =Fields!Charge.Value - - - - - - =Variables!FillColorDescr.Value - 2pt - 2pt - 1pt - 1pt - - - - true - - - - - =Fields!P_MinPrice.Value + =Fields!MinPrice.Value @@ -5063,11 +5159,43 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm + + =Variables!FillColorCod.Value + 2pt + 2pt + 1pt + 1pt + + + + true + + + + + =Fields!P_MinPrice.Value + + + + @@ -5095,10 +5223,13 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm @@ -5110,35 +5241,36 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true - =Fields!MinPrice.Value + =Fields!Charge.Value - =Variables!FillColorCod.Value + =Variables!FillColorDescr.Value 2pt 2pt 1pt @@ -5155,10 +5287,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - - Black - 0.5pt - @@ -5166,11 +5294,11 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 1.6cm + 1.5cm - + true @@ -5202,7 +5330,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -5220,7 +5348,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - + true @@ -5286,7 +5413,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm @@ -5334,7 +5463,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -5351,12 +5480,14 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm @@ -5400,7 +5531,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -5418,7 +5549,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm @@ -5974,6 +6107,9 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 0.4cm 6.5cm 15 + + =IIF(Parameters!Authoriz.Value=3,False,True) + @@ -5985,7 +6121,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1pt - + true @@ -6002,12 +6138,14 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm @@ -6443,6 +6581,9 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 0.4cm 6.5cm 30 + + =IIF(Parameters!Authoriz.Value=3,False,True) + @@ -6536,13 +6677,13 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 0.5cm + 0.3cm - + true true @@ -6551,6 +6692,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm Riga nascosta serve per footer @@ -6558,17 +6700,12 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 2pt - 2pt - 2pt - 2pt @@ -6589,17 +6726,13 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 10.6cm - 0.4cm + 0.3cm 9.2cm 1 - 2pt - 2pt - 2pt - 2pt @@ -6653,6 +6786,11 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm + + + =IIF(Parameters!Authoriz.Value=1,True,False) + + @@ -6739,7 +6877,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 0cm 6.7cm 0.5cm 3.4cm @@ -6772,7 +6909,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - 0cm 10.6cm 0.5cm 9.2cm @@ -6813,20 +6949,20 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm 1 - true + Authoriz 1 - + 2 - + 3 - + diff --git a/C2P_Report/Reports/StdCostList.rdlc b/C2P_Report/Reports/StdCostList.rdlc index 07b3c65..31ae2ec 100644 --- a/C2P_Report/Reports/StdCostList.rdlc +++ b/C2P_Report/Reports/StdCostList.rdlc @@ -5,6 +5,7 @@ DB_C2P + None 9c697258-e9e5-482e-83f8-5c5a7e3ddf21 @@ -169,9 +170,7 @@ - + SteelBlue - Middle 2pt 2pt 2pt @@ -208,9 +206,7 @@ - + SteelBlue - Middle 2pt 2pt 2pt @@ -247,9 +242,7 @@ - + SteelBlue - Middle 2pt 2pt 2pt @@ -286,9 +278,7 @@ - + SteelBlue - Middle 2pt 2pt 2pt @@ -325,9 +314,7 @@ - + SteelBlue - Middle 2pt 2pt 2pt @@ -364,9 +350,7 @@ - + SteelBlue - Middle 2pt 2pt 2pt @@ -403,9 +386,7 @@ - + SteelBlue - Middle 2pt 2pt 2pt @@ -442,9 +422,7 @@ - + SteelBlue - Middle 2pt 2pt 2pt @@ -482,7 +459,7 @@ @@ -493,7 +470,6 @@ SteelBlue - Middle 2pt 2pt 2pt @@ -520,9 +496,7 @@ - + SteelBlue - Middle 2pt 2pt 2pt @@ -560,7 +533,7 @@ @@ -571,7 +544,6 @@ SteelBlue - Middle 2pt 2pt 2pt @@ -599,7 +571,7 @@ @@ -610,7 +582,6 @@ SteelBlue - Middle 2pt 2pt 2pt @@ -638,7 +609,7 @@ @@ -649,7 +620,6 @@ SteelBlue - Middle 2pt 2pt 2pt diff --git a/C2P_Report/bin/C2P_Data.dll b/C2P_Report/bin/C2P_Data.dll index 222f6b5..7945d4a 100644 Binary files a/C2P_Report/bin/C2P_Data.dll and b/C2P_Report/bin/C2P_Data.dll differ diff --git a/C2P_Report/bin/C2P_Report.dll b/C2P_Report/bin/C2P_Report.dll index bf14430..1aa40be 100644 Binary files a/C2P_Report/bin/C2P_Report.dll and b/C2P_Report/bin/C2P_Report.dll differ diff --git a/C2P_Report/bin/SteamWare.dll b/C2P_Report/bin/SteamWare.dll index 9666744..29390fa 100644 Binary files a/C2P_Report/bin/SteamWare.dll and b/C2P_Report/bin/SteamWare.dll differ diff --git a/C2P_Report/logs/20140908.txt.zip b/C2P_Report/logs/20140908.txt.zip new file mode 100644 index 0000000..d060081 Binary files /dev/null and b/C2P_Report/logs/20140908.txt.zip differ diff --git a/VersGen/C2P.cs b/VersGen/C2P.cs index 5aa12de..7ce598f 100644 --- a/VersGen/C2P.cs +++ b/VersGen/C2P.cs @@ -5,7 +5,7 @@ using System.Reflection; -[assembly: AssemblyVersion("2.3.175.541")] -[assembly: AssemblyFileVersion("2.3.175.541")] +[assembly: AssemblyVersion("2.3.176.541")] +[assembly: AssemblyFileVersion("2.3.176.541")] [assembly: AssemblyCopyright("Proxima & Steamware © 2013-2015")] [assembly: AssemblyCompany("Steamware")] diff --git a/VersGen/C2P.tt b/VersGen/C2P.tt index 9595402..7e237d7 100644 --- a/VersGen/C2P.tt +++ b/VersGen/C2P.tt @@ -6,8 +6,8 @@ using System.Reflection; -[assembly: AssemblyVersion("2.3.175.<#= this.RevisionNumber #>")] -[assembly: AssemblyFileVersion("2.3.175.<#= this.RevisionNumber #>")] +[assembly: AssemblyVersion("2.3.176.<#= this.RevisionNumber #>")] +[assembly: AssemblyFileVersion("2.3.176.<#= this.RevisionNumber #>")] [assembly: AssemblyCopyright("Proxima & Steamware © 2013-<#= DateTime.Now.Year #>")] [assembly: AssemblyCompany("Steamware")] <#+