diff --git a/Controllers/PlantGeneticConservationProject.Controller.cs b/Controllers/PlantGeneticConservationProject.Controller.cs index 07ba98b..022cb21 100644 --- a/Controllers/PlantGeneticConservationProject.Controller.cs +++ b/Controllers/PlantGeneticConservationProject.Controller.cs @@ -231,26 +231,27 @@ namespace rmutr_report.Controllers vv.khrang3 = na2; } - if (vv.project_start_date != null) + if (vv.percentage_finish != null) { - vv.clause2 = "24.2 เชิงเวลา"; - string na3 = "วัน/เดือน/ปี ที่จะดำเนินโครงการ "; - string na4 = " ถึง "; - vv.range = na4; - vv.text5 = na3; + vv.clause2 = "23.2 เชิงเวลา"; + // string na3 = "วัน/เดือน/ปี ที่จะดำเนินโครงการ "; + // string na4 = " ถึง "; + // vv.range = na4; + // vv.text5 = na3; string na5 = "โครงการแล้วเสร็จตามเวลาที่กำหนด (ร้อยละ) "; vv.text6 = na5; } if (vv.percentage1 != null || vv.percentage2 != null) { - vv.clause3 = "24.3 เชิงคุณภาพ"; + vv.clause3 = "23.3 เชิงคุณภาพ"; string na = "ผู้เข้าร่วมโครงการมีความรู้ความเข้าใจเพิ่มขึ้น (ร้อยละ) "; string na1 = "ความพึงพอใจของผู้เข้ารับบริการในกระบวนการให้บริการ (ร้อยละ) "; + string na2 = "โครงการที่บรรลุผลตามวัตถุประสงค์ของโครงการ (ร้อยละ) "; vv.text7 = na; vv.text8 = na1; vv.text9 = "ผู้เข้าร่วมโครงการสามารถนำความรู้ที่ได้รับไปบูรณาการอย่างไรบ้าง"; - //vv.text10 = "รายละเอียด"; + vv.text10 = na2; } if (vv.expenses != null) diff --git a/Controllers/project_principle_rationale.Controller.cs b/Controllers/project_principle_rationale.Controller.cs index 33ad913..7c6891f 100644 --- a/Controllers/project_principle_rationale.Controller.cs +++ b/Controllers/project_principle_rationale.Controller.cs @@ -213,9 +213,11 @@ namespace rmutr_report.Controllers vv.text5 = na3; string na5 = "โครงการแล้วเสร็จตามเวลาที่กำหนด (ร้อยละ) "; vv.text6 = na5; + string na6 = "จำนวนวัน "; + vv.day = na6 + vv.day; } - if (vv.percentage1 != null || vv.percentage2 != null) + if (vv.percentage1 != null || vv.percentage2 != null|| vv.percentage3 != null) { vv.clause3 = "21.3 เชิงคุณภาพ"; string na = "ผู้เข้าร่วมโครงการมีความรู้ความเข้าใจเพิ่มขึ้น (ร้อยละ) "; @@ -224,6 +226,7 @@ namespace rmutr_report.Controllers vv.text8 = na1; vv.text9 = "ผู้เข้าร่วมโครงการสามารถนำความรู้ที่ได้รับไปบูรณาการอย่างไรบ้าง"; vv.text10 = "รายละเอียด"; + vv.text13 = "โครงการที่บรรลุผลตามวัตถุประสงค์ของโครงการ (ร้อยละ) "; } if (vv.expenses != null) diff --git a/Controllers/project_request_thailand.Controller.cs b/Controllers/project_request_thailand.Controller.cs index 9ef128e..7b5bc56 100644 --- a/Controllers/project_request_thailand.Controller.cs +++ b/Controllers/project_request_thailand.Controller.cs @@ -230,13 +230,13 @@ namespace rmutr_report.Controllers vv.khrang3 = na2; } - if (vv.project_start_date != null) + if (vv.percentage_finish != null) { vv.clause2 = "23.2 เชิงเวลา"; - string na3 = "วัน/เดือน/ปี ที่จะดำเนินโครงการ "; - string na4 = " ถึง "; - vv.range = na4; - vv.text5 = na3; + // string na3 = "วัน/เดือน/ปี ที่จะดำเนินโครงการ "; + // string na4 = " ถึง "; + // vv.range = na4; + // vv.text5 = na3; string na5 = "โครงการแล้วเสร็จตามเวลาที่กำหนด (ร้อยละ) "; vv.text6 = na5; } @@ -246,10 +246,11 @@ namespace rmutr_report.Controllers vv.clause3 = "23.3 เชิงคุณภาพ"; string na = "ผู้เข้าร่วมโครงการมีความรู้ความเข้าใจเพิ่มขึ้น (ร้อยละ) "; string na1 = "ความพึงพอใจของผู้เข้ารับบริการในกระบวนการให้บริการ (ร้อยละ) "; + string na2 = "โครงการที่บรรลุผลตามวัตถุประสงค์ของโครงการ (ร้อยละ) "; vv.text7 = na; vv.text8 = na1; vv.text9 = "ผู้เข้าร่วมโครงการสามารถนำความรู้ที่ได้รับไปบูรณาการอย่างไรบ้าง"; - //vv.text10 = "รายละเอียด"; + vv.text10 = na2; } if (vv.expenses != null) diff --git a/Models/budget/project_principle_rationale.cs b/Models/budget/project_principle_rationale.cs index 7f7d615..b728ef6 100644 --- a/Models/budget/project_principle_rationale.cs +++ b/Models/budget/project_principle_rationale.cs @@ -12,7 +12,7 @@ namespace rmutr_report.Models public string product { get; set; } public string side { get; set; } public string project { get; set; } - //public int? count_project { get; set; } + public string login_name { get; set; } public List activity { get; set; } public string together_with { get; set; } public string strategic_plan { get; set; } //ข้อ 2 @@ -47,6 +47,7 @@ namespace rmutr_report.Models public List fourteenth { get; set; } //ข้อ 14 public List fifteenth { get; set; } //ข้อ 15 public int? count_activity { get; set; } //ข้อ 16 + public string budget_unit_name_th { get; set; }//ข้อ 16 public string text1 { get; set; } //ข้อ 16 public string text2 { get; set; } //ข้อ 16 public string operational_activitie { get; set; }//ข้อ 15 ง.5-3 @@ -137,14 +138,14 @@ namespace rmutr_report.Models public class fifteenth_data { public string activity { get; set; } - public string activity_table { get; set; } - public List fifteenths { get; set; } + //public string activity_table { get; set; } + //public List fifteenths { get; set; } } - public class fifteenth_data_detail - { - public string detail { get; set; } - } + // public class fifteenth_data_detail + // { + // public string detail { get; set; } + // } public class sixteenth_data { @@ -154,7 +155,7 @@ namespace rmutr_report.Models public class sixteenth_data_detail { public string activity_table { get; set; } - public string unit { get; set; } + public List sixteenths2 { get; set; } public decimal? salaya_total { get; set; } public decimal? bophitphimuk_total { get; set; } @@ -414,6 +415,7 @@ namespace rmutr_report.Models public string text10 { get; set; } public string text11 { get; set; } public string text12 { get; set; } + public string text13 { get; set; } public string bath { get; set; } public string nuai_nap { get; set; } public string khrang1 { get; set; } @@ -432,9 +434,11 @@ namespace rmutr_report.Models public string project_end_date { get; set; } public string range { get; set; } public string percentage_finish { get; set; } + public string day { get; set; } public string clause3 { get; set; } public string percentage1 { get; set; } public string percentage2 { get; set; } + public string percentage3 { get; set; } public string acquired_knowledge { get; set; } public string detail { get; set; } //public string detail2 { get; set; } diff --git a/bin/Debug/netcoreapp3.1/rmutr_report.dll b/bin/Debug/netcoreapp3.1/rmutr_report.dll index ba5f0ff..c35890b 100644 Binary files a/bin/Debug/netcoreapp3.1/rmutr_report.dll and b/bin/Debug/netcoreapp3.1/rmutr_report.dll differ diff --git a/bin/Debug/netcoreapp3.1/rmutr_report.pdb b/bin/Debug/netcoreapp3.1/rmutr_report.pdb index f30c156..d67e45f 100644 Binary files a/bin/Debug/netcoreapp3.1/rmutr_report.pdb and b/bin/Debug/netcoreapp3.1/rmutr_report.pdb differ diff --git a/obj/Debug/netcoreapp3.1/rmutr_report.dll b/obj/Debug/netcoreapp3.1/rmutr_report.dll index ba5f0ff..c35890b 100644 Binary files a/obj/Debug/netcoreapp3.1/rmutr_report.dll and b/obj/Debug/netcoreapp3.1/rmutr_report.dll differ diff --git a/obj/Debug/netcoreapp3.1/rmutr_report.pdb b/obj/Debug/netcoreapp3.1/rmutr_report.pdb index f30c156..d67e45f 100644 Binary files a/obj/Debug/netcoreapp3.1/rmutr_report.pdb and b/obj/Debug/netcoreapp3.1/rmutr_report.pdb differ diff --git a/obj/rider.project.model.nuget.info b/obj/rider.project.model.nuget.info index 8c10d1e..1c77f1b 100644 --- a/obj/rider.project.model.nuget.info +++ b/obj/rider.project.model.nuget.info @@ -1 +1 @@ -17001930966561955 \ No newline at end of file +17004727362833215 \ No newline at end of file diff --git a/obj/rider.project.restore.info b/obj/rider.project.restore.info index 1c77f1b..416c446 100644 --- a/obj/rider.project.restore.info +++ b/obj/rider.project.restore.info @@ -1 +1 @@ -17004727362833215 \ No newline at end of file +17005432766324116 \ No newline at end of file diff --git a/wwwroot/reports/plant_genetic_conservation_project.frx b/wwwroot/reports/plant_genetic_conservation_project.frx index b71c533..5b7eddb 100644 --- a/wwwroot/reports/plant_genetic_conservation_project.frx +++ b/wwwroot/reports/plant_genetic_conservation_project.frx @@ -1,5 +1,5 @@  - + @@ -9,6 +9,7 @@ + @@ -67,21 +68,18 @@ - - - + - @@ -264,6 +262,7 @@ + @@ -489,8 +488,8 @@ - - + + @@ -505,9 +504,11 @@ - - - + + + + + @@ -522,7 +523,7 @@ - + @@ -1013,21 +1014,20 @@ - - - - - + + + + - - - - - - + + + + + + @@ -1035,8 +1035,9 @@ - - + + + @@ -1131,14 +1132,12 @@ - - + - - + diff --git a/wwwroot/reports/project_principle_rationale_1.frx b/wwwroot/reports/project_principle_rationale_1.frx index 88c1abb..29f8b3e 100644 --- a/wwwroot/reports/project_principle_rationale_1.frx +++ b/wwwroot/reports/project_principle_rationale_1.frx @@ -1,11 +1,15 @@  - + + + + + @@ -54,15 +58,13 @@ - - - + @@ -219,6 +221,7 @@ + @@ -230,10 +233,12 @@ + + @@ -287,22 +292,22 @@ - - - - - - - - + + + + + + + + - - + + - + @@ -326,11 +331,11 @@ - + - + @@ -341,84 +346,83 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - - - + + + + + + + - + @@ -434,7 +438,7 @@ - + @@ -449,7 +453,7 @@ - + @@ -469,13 +473,13 @@ - + - + - + - + @@ -486,11 +490,11 @@ - + - + - + @@ -499,11 +503,11 @@ - + - + @@ -511,14 +515,14 @@ - - + + - + - + @@ -542,7 +546,7 @@ - + @@ -557,14 +561,14 @@ - + - + - + @@ -588,7 +592,7 @@ - + @@ -605,9 +609,9 @@ - + - + @@ -629,7 +633,7 @@ - + @@ -646,9 +650,9 @@ - + - + @@ -670,7 +674,7 @@ - + @@ -687,9 +691,9 @@ - + - + @@ -711,7 +715,7 @@ - + @@ -728,7 +732,7 @@ - + @@ -743,7 +747,7 @@ - + @@ -842,34 +846,36 @@ - + - - - - - + + + + + - + - - + + + + - + - + @@ -878,9 +884,9 @@ - + - + @@ -889,11 +895,11 @@ - + - + - + @@ -948,7 +954,7 @@ - + diff --git a/wwwroot/reports/project_request_thailands.frx b/wwwroot/reports/project_request_thailands.frx index 8206562..3e4e049 100644 --- a/wwwroot/reports/project_request_thailands.frx +++ b/wwwroot/reports/project_request_thailands.frx @@ -1,5 +1,5 @@  - + @@ -9,6 +9,7 @@ + @@ -67,21 +68,18 @@ - - - + - @@ -264,6 +262,7 @@ + @@ -479,9 +478,9 @@ - + - + @@ -495,9 +494,11 @@ - - - + + + + + @@ -512,7 +513,7 @@ - + @@ -998,16 +999,15 @@ - + - - - - - + + + + @@ -1019,14 +1019,15 @@ - - - - - - - - + + + + + + + + + @@ -1119,14 +1120,12 @@ - - + - - +