diff --git a/Models/summary_of_equipment_five_year.cs b/Models/summary_of_equipment_five_year.cs index acf92b1..74d81cd 100644 --- a/Models/summary_of_equipment_five_year.cs +++ b/Models/summary_of_equipment_five_year.cs @@ -21,6 +21,7 @@ namespace rmutr_report.Models public string type_2 { get; set; } public string type_3 { get; set; } public string unit { get; set; } + public int? quantity { get; set; } public decimal? unit_price { get; set; } public decimal? price_1 { get; set; } public decimal? price_2 { get; set; } diff --git a/wwwroot/reports/summary_of_equipment_5_year.frx b/wwwroot/reports/summary_of_equipment_5_year.frx index 109211d..24b0e4f 100644 --- a/wwwroot/reports/summary_of_equipment_5_year.frx +++ b/wwwroot/reports/summary_of_equipment_5_year.frx @@ -1,5 +1,5 @@  - + using System; using System.Collections; using System.Collections.Generic; @@ -51,6 +51,7 @@ namespace FastReport + @@ -75,7 +76,7 @@ namespace FastReport - + @@ -106,7 +107,7 @@ namespace FastReport - + @@ -122,11 +123,11 @@ namespace FastReport - - - - - + + + + + @@ -139,8 +140,8 @@ namespace FastReport - - + + @@ -157,23 +158,23 @@ namespace FastReport - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + +