From e26df8026e907962e047ce491e79c2c869e03c4f Mon Sep 17 00:00:00 2001 From: SamSys Date: Wed, 16 Jul 2025 02:39:46 +0400 Subject: [PATCH] add new Description Option to financialStatment create and edit --- .../FinancialStatmentApplication.cs | 1 + .../InstitutionContract/js/EditTransaction.js | 33 ++++++++++--------- .../js/FinancialStatment.js | 17 +++++----- 3 files changed, 28 insertions(+), 23 deletions(-) diff --git a/CompanyManagment.Application/FinancialStatmentApplication.cs b/CompanyManagment.Application/FinancialStatmentApplication.cs index a4ee6c50..d709c7c4 100644 --- a/CompanyManagment.Application/FinancialStatmentApplication.cs +++ b/CompanyManagment.Application/FinancialStatmentApplication.cs @@ -110,4 +110,5 @@ public class FinancialStatmentApplication : IFinancialStatmentApplication { return _financialStatmentRepository.GetDetailsByContractingPartyId(contractingPartyId); } + } \ No newline at end of file diff --git a/ServiceHost/wwwroot/AssetsAdmin/page/InstitutionContract/js/EditTransaction.js b/ServiceHost/wwwroot/AssetsAdmin/page/InstitutionContract/js/EditTransaction.js index 834251b9..1b6b1b5f 100644 --- a/ServiceHost/wwwroot/AssetsAdmin/page/InstitutionContract/js/EditTransaction.js +++ b/ServiceHost/wwwroot/AssetsAdmin/page/InstitutionContract/js/EditTransaction.js @@ -9,11 +9,13 @@ $(document).ready(function () { - - - + + + - + + + ` ); const creditorOptions = $( @@ -23,10 +25,10 @@ $(document).ready(function () { - - - - + + + + @@ -74,11 +76,12 @@ let debtorOptions = $( - - - + + + - + + ` ); let creditorOptions = $( @@ -88,9 +91,9 @@ let creditorOptions = $( - - - + + + diff --git a/ServiceHost/wwwroot/AssetsAdmin/page/InstitutionContract/js/FinancialStatment.js b/ServiceHost/wwwroot/AssetsAdmin/page/InstitutionContract/js/FinancialStatment.js index 4c22da70..6e427c60 100644 --- a/ServiceHost/wwwroot/AssetsAdmin/page/InstitutionContract/js/FinancialStatment.js +++ b/ServiceHost/wwwroot/AssetsAdmin/page/InstitutionContract/js/FinancialStatment.js @@ -167,11 +167,12 @@ let debtorOptions = $( - - - + + + - + + ` ); let creditorOptions = $( @@ -181,10 +182,10 @@ let creditorOptions = $( - - - - + + + +