diff --git a/Modals/DbTableClass.cs b/Modals/DbTableClass.cs index 9c79a7e3..a1b66116 100644 --- a/Modals/DbTableClass.cs +++ b/Modals/DbTableClass.cs @@ -57,7 +57,8 @@ public class DbTableClass public string invoice_uid { get; set; } = ""; public string quotation_uid { get; set; } = ""; public string invoice_name { get; set; } = ""; - public string invoice_month { get; set; } = ""; + public int invoice_year { get; set; } = 2024; + public int invoice_month { get; set; } = 1; public int invoice_noTaxMoney { get; set; } = 0; public string invoice_revoke { get; set; } = "N"; public int invoice_version { get; set; } = 1; @@ -76,6 +77,7 @@ public class DbTableClass public string payment_uid { get; set; } = ""; public string quotation_uid { get; set; } = ""; public string payment_method { get; set; } = ""; + public string payment_methodname { get; set; } = ""; public string payment_descript { get; set; } = ""; public string payment_revoke { get; set; } = "N"; public int payment_version { get; set; } = 1; diff --git a/Views/Home/ProjectList.cshtml b/Views/Home/ProjectList.cshtml index a496e92f..c78efee3 100644 --- a/Views/Home/ProjectList.cshtml +++ b/Views/Home/ProjectList.cshtml @@ -57,6 +57,8 @@ + + } @@ -402,10 +404,48 @@