diff --git a/C2P/C2P.csproj.user b/C2P/C2P.csproj.user index cd5a0b1..d496d3a 100644 --- a/C2P/C2P.csproj.user +++ b/C2P/C2P.csproj.user @@ -2,7 +2,7 @@ ShowAllFiles - costimateZip + IIS02 diff --git a/C2P/CsvExcelExporter.aspx.cs b/C2P/CsvExcelExporter.aspx.cs index d8fa791..e02c9af 100644 --- a/C2P/CsvExcelExporter.aspx.cs +++ b/C2P/CsvExcelExporter.aspx.cs @@ -78,12 +78,15 @@ namespace C2P List columnNames = new List(); List rows = new List(); + string FIELDTERMINATOR = memLayer.ML.confReadString("FIELDTERMINATOR"); + string ROWTERMINATOR = memLayer.ML.confReadString("ROWTERMINATOR"); + foreach (DataColumn column in dataTable.Columns) { columnNames.Add(column.ColumnName); } - builder.Append(string.Join(memLayer.ML.confReadString("FIELDTERMINATOR"), columnNames.ToArray())).Append("\n"); + builder.Append(string.Join(FIELDTERMINATOR, columnNames.ToArray())).Append(ROWTERMINATOR); foreach (DataRow row in dataTable.Rows) { @@ -96,10 +99,10 @@ namespace C2P currentRow.Add(item.ToString().Replace("\n", " ").Replace("\r", "")); } - rows.Add(string.Join(memLayer.ML.confReadString("FIELDTERMINATOR"), currentRow.ToArray())); + rows.Add(string.Join(FIELDTERMINATOR, currentRow.ToArray())); } - builder.Append(string.Join("\n", rows.ToArray())); + builder.Append(string.Join(ROWTERMINATOR, rows.ToArray())); Response.Clear(); Response.AddHeader("content-disposition", string.Format("attachment; filename={0}.csv", tableReq)); diff --git a/C2P/Web.config b/C2P/Web.config index cc58cbb..f1ae8b3 100644 --- a/C2P/Web.config +++ b/C2P/Web.config @@ -50,7 +50,7 @@ - + diff --git a/C2P/bin/C2P.dll b/C2P/bin/C2P.dll index 17b7dfa..dd3a6c1 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 68d0bdd..3581935 100644 Binary files a/C2P/bin/C2P_Data.dll and b/C2P/bin/C2P_Data.dll differ diff --git a/C2P/bin/SteamWare.dll b/C2P/bin/SteamWare.dll index a9e4680..e83fdfc 100644 Binary files a/C2P/bin/SteamWare.dll and b/C2P/bin/SteamWare.dll differ diff --git a/C2P/obj/deploy/C2P.dll b/C2P/obj/deploy/C2P.dll index 17b7dfa..0388dd5 100644 Binary files a/C2P/obj/deploy/C2P.dll and b/C2P/obj/deploy/C2P.dll differ diff --git a/C2P_CronJob/bin/Release/C2P_CronJob.application b/C2P_CronJob/bin/Release/C2P_CronJob.application index d610fdf..1ffb5a4 100644 --- a/C2P_CronJob/bin/Release/C2P_CronJob.application +++ b/C2P_CronJob/bin/Release/C2P_CronJob.application @@ -11,7 +11,7 @@ - bxI03TxkMUmsyqt77ro7c/SCD/Q= + Jn9n4StcoR+bV4ftDViHkfXtreM= diff --git a/C2P_CronJob/bin/Release/C2P_CronJob.exe.manifest b/C2P_CronJob/bin/Release/C2P_CronJob.exe.manifest index a6463b9..61a3996 100644 --- a/C2P_CronJob/bin/Release/C2P_CronJob.exe.manifest +++ b/C2P_CronJob/bin/Release/C2P_CronJob.exe.manifest @@ -84,7 +84,7 @@ - VoRF4oUGkLXkXEC//iA3h3inZIY= + CZIj/16Vm2ojSlW/e40eylxL904= @@ -96,7 +96,7 @@ - PY0yG0KPjn2Sj44zoAh5QqZJpW0= + 8PjtSZ9O2yiyFyao03PgxbP8W/4= @@ -252,7 +252,7 @@ - WCZux0S90xinA+bU2R63Gov7x8U= + MaWRMQFzEXXhOZsqKdN70rMiPrg= diff --git a/C2P_CronJob/bin/Release/C2P_Data.dll b/C2P_CronJob/bin/Release/C2P_Data.dll index 68d0bdd..3581935 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_CronJob/bin/Release/SteamWare.dll b/C2P_CronJob/bin/Release/SteamWare.dll index a9e4680..e83fdfc 100644 Binary files a/C2P_CronJob/bin/Release/SteamWare.dll and b/C2P_CronJob/bin/Release/SteamWare.dll differ diff --git a/C2P_Data/bin/Release/C2P_Data.dll b/C2P_Data/bin/Release/C2P_Data.dll index 68d0bdd..3581935 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_Data/bin/Release/SteamWare.dll b/C2P_Data/bin/Release/SteamWare.dll index a9e4680..e83fdfc 100644 Binary files a/C2P_Data/bin/Release/SteamWare.dll and b/C2P_Data/bin/Release/SteamWare.dll differ diff --git a/C2P_Project/bin/Output/C2P_DB.dacpac b/C2P_Project/bin/Output/C2P_DB.dacpac index 594ddb1..ad9de8c 100644 Binary files a/C2P_Project/bin/Output/C2P_DB.dacpac and b/C2P_Project/bin/Output/C2P_DB.dacpac differ diff --git a/C2P_Project/bin/Output/C2P_Project.dll b/C2P_Project/bin/Output/C2P_Project.dll index c89db13..a6998d5 100644 Binary files a/C2P_Project/bin/Output/C2P_Project.dll and b/C2P_Project/bin/Output/C2P_Project.dll differ diff --git a/C2P_Report/Reports/OffertDOC.rdlc b/C2P_Report/Reports/OffertDOC.rdlc index 76ad427..6086a73 100644 --- a/C2P_Report/Reports/OffertDOC.rdlc +++ b/C2P_Report/Reports/OffertDOC.rdlc @@ -1,6 +1,6 @@  - Steamware SRL - Vers. 1.2.1 + Steamware SRL - Vers. 1.1.1 0 @@ -18,11 +18,7 @@ =Parameters!Ticket.Value true - - =Parameters!Chiave.Value - - StoredProcedure stp_prt_dsQuoteFull_Q_Data true @@ -920,7 +916,7 @@ @@ -940,7 +936,6 @@ it-IT - true @@ -986,7 +981,7 @@ - =Fields!P_PriceOff.Value * Fields!BatchQty.Value + =Fields!P_PriceOff.Value * Fields!KgTeo.Value - + - + - + - + - + - + - + - + @@ -512,9 +496,7 @@ - + @@ -589,7 +571,7 @@ @@ -627,7 +609,7 @@ @@ -1174,6 +1156,38 @@ true true + + true + true + + + + + Proxima © 2008-2014 + + + + + + 2pt + 2pt + 2pt + 2pt + + true true @@ -1214,6 +1228,7 @@ 20.32cm 0.175in 3.1in + 1 @@ -1243,7 +1258,7 @@ 5.25in 0.175in 0.75in - 1 + 2 true @@ -1257,49 +1272,6 @@ 2pt - - true - true - - - - - Proxima © 2008- - - - - - =Format(Today, "yyyy" ) - - - - - - - 0.13417in - 0.175in - 3.1in - 2 - - - 2pt - 2pt - 2pt - 2pt - -