From 76d3658e60f9fc462a9b4526ad97cd55e3116fdc Mon Sep 17 00:00:00 2001 From: kamonwan taengsuk Date: Wed, 14 Jun 2023 13:22:23 +0700 Subject: [PATCH] bug fixed --- Models/budget/operating_expenses.cs | 58 +++++++++++----------- wwwroot/reports/operating_expenses.frx | 68 +++----------------------- 2 files changed, 35 insertions(+), 91 deletions(-) diff --git a/Models/budget/operating_expenses.cs b/Models/budget/operating_expenses.cs index 3c10221..3265971 100644 --- a/Models/budget/operating_expenses.cs +++ b/Models/budget/operating_expenses.cs @@ -19,35 +19,35 @@ namespace rmutr_report.Models public string no { get; set; } public string expenditure_budget { get; set; } public decimal? amount { get; set; } - //public string clarification_summary { get; set; } - public List data_2 { get; set; } - - } - - public class operating_expenses_detail2 - { - public string no { get; set; } - public string expenditure_budget { get; set; } - public decimal? amount { get; set; } - //public string clarification_summary { get; set; } - public List data_3 { get; set; } - - } - - public class operating_expenses_detail3 - { - public string no { get; set; } - public string expenditure_budget { get; set; } - public decimal? amount { get; set; } - //public string clarification_summary { get; set; } - public List data_4 { get; set; } - } - - public class operating_expenses_detail4 - { - //public string no { get; set; } - public string expenditure_budget { get; set; } - public decimal? amount { get; set; } public string clarification_summary { get; set; } + // public List data_2 { get; set; } + } + + // public class operating_expenses_detail2 + // { + // public string no { get; set; } + // public string expenditure_budget { get; set; } + // public decimal? amount { get; set; } + // //public string clarification_summary { get; set; } + // public List data_3 { get; set; } + // + // } + // + // public class operating_expenses_detail3 + // { + // public string no { get; set; } + // public string expenditure_budget { get; set; } + // public decimal? amount { get; set; } + // //public string clarification_summary { get; set; } + // public List data_4 { get; set; } + // } + // + // public class operating_expenses_detail4 + // { + // //public string no { get; set; } + // public string expenditure_budget { get; set; } + // public decimal? amount { get; set; } + // public string clarification_summary { get; set; } + // } } \ No newline at end of file diff --git a/wwwroot/reports/operating_expenses.frx b/wwwroot/reports/operating_expenses.frx index 6167647..37078e3 100644 --- a/wwwroot/reports/operating_expenses.frx +++ b/wwwroot/reports/operating_expenses.frx @@ -1,5 +1,5 @@  - + @@ -13,21 +13,7 @@ - - - - - - - - - - - - - - - + @@ -57,54 +43,12 @@ - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -