Bug Fixed
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kamonwan taengsuk
2025-02-21 21:27:34 +07:00
parent 5d2d463a8c
commit a4b9c896dd
5 changed files with 9 additions and 6 deletions

View File

@@ -5515,7 +5515,9 @@ namespace rmutr_report.Controllers
ws.Range(ws.Cell(row, 1), ws.Cell(row, 17)).Style.Border.RightBorder = XLBorderStyleValues.Thin;
ws.Range(ws.Cell(row, 3), ws.Cell(row, 17)).Style.NumberFormat.Format = "#,##0";
row++;
foreach (var sub in budgetSpendingPlan.SubBudgetSpending ??
}
foreach (var sub in outputProject.SubBudgetSpending ??
new List<sub_budget_spending_plan>())
{
ws.Cell(row, 1).Value = sub.sub_budget_spending_plan_name;
@@ -5553,7 +5555,7 @@ namespace rmutr_report.Controllers
row++;
}
}
}
}
using (var stream = new MemoryStream())

View File

@@ -74,6 +74,7 @@ public class manage_plan_budget
public List<indicator_plan> IndicatorPlans { get; set; } //1.แผนการปฎิบัติงาน 1.1 ตัวชี้วัด
public List<budget_activitie> BudgetActivities { get; set; } //1.2. กิจกรรมหลัก
public List<budget_spending_plan> BudgetSpendingPlans { get; set; } //2.แผนการใช้จ่ายงบประมาณ
public List<sub_budget_spending_plan> SubBudgetSpending { get; set; } //2.1 งบประมาณ
}
public class strategy_detail
{
@@ -296,7 +297,7 @@ public class manage_plan_budget
public decimal? quarter_4_1 { get; set; }
public decimal? quarter_4_2 { get; set; }
public decimal? quarter_4_3 { get; set; }
public List<sub_budget_spending_plan> SubBudgetSpending { get; set; }
// public List<sub_budget_spending_plan> SubBudgetSpending { get; set; }
}

View File

@@ -13,7 +13,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("rmutr_report")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+731803e190ea53557a64d88396c00747647072c2")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5d2d463a8ce5898821415482bbd0e52efd504344")]
[assembly: System.Reflection.AssemblyProductAttribute("rmutr_report")]
[assembly: System.Reflection.AssemblyTitleAttribute("rmutr_report")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

View File

@@ -1 +1 @@
bd75c1302a8f97c93b2b9e2834d328fc2a22862a414e94dadde3a2c3fd6624b6
a3d102bd41f7157f07d41272a9f801855f365f6a77ca15d0502e54951a5e7df7

View File

@@ -1 +1 @@
17401183874467534
17401239669095019