From a3af86db4625c6bf948d0c54f40aab8dc484e656 Mon Sep 17 00:00:00 2001 From: Bobbie Hodgetts Date: Mon, 9 Jun 2025 21:28:05 +0100 Subject: [PATCH] pull master into branch (#30) * Migrated projects to dotnet8 migrated all projects over to .net8 incomplete feature for gui shipments * Amazon inventory ledger testing and implementation Tested what I can until more data for the Amazon Ledger Detail table comes in * amazon settlement amounts now set to tax inclusive when exporting to invoice * Some updates to the COM lib to attempt to get it to work on .net 8. Unfinished, porting all Access functions over to vs instead * feature exchange rate update automation Automated downloading exchange rates from HMRC and updating the database. Added function call to the console and form applications. Also added a form to show the console output in form application. --- src/bnhtrade.Core/Data/Database/Account/Currency.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bnhtrade.Core/Data/Database/Account/Currency.cs b/src/bnhtrade.Core/Data/Database/Account/Currency.cs index 5172f47..f2ed460 100644 --- a/src/bnhtrade.Core/Data/Database/Account/Currency.cs +++ b/src/bnhtrade.Core/Data/Database/Account/Currency.cs @@ -234,7 +234,6 @@ namespace bnhtrade.Core.Data.Database.Account { sqlConn.Open(); - int recordId = 0; using (SqlCommand cmd = new SqlCommand(@" INSERT INTO tblAccountExchangeRate (ExchangeRateSource, CurrencyCode, CurrencyUnitsPerGBP, StartDate, EndDate)