mirror of
https://github.com/stokebob/bnhtrade.git
synced 2026-03-19 14:37:16 +00:00
Various bug fixs and improvements to stock SKU reconciliation
This commit is contained in:
@@ -289,7 +289,7 @@ namespace bnhtradeScheduledTasks
|
||||
Console.WriteLine("<4> Test Import");
|
||||
Console.WriteLine("<5> Test Logic");
|
||||
Console.WriteLine("<6> Test SKU");
|
||||
Console.WriteLine("<7> Test COM Class");
|
||||
Console.WriteLine("<7> Test Stock");
|
||||
Console.WriteLine("<8> Test xxxxxxx");
|
||||
Console.WriteLine("<9> Detele Sku Transaction 'n'");
|
||||
Console.WriteLine();
|
||||
@@ -366,14 +366,7 @@ namespace bnhtradeScheduledTasks
|
||||
{
|
||||
Console.Clear();
|
||||
|
||||
//string conString = ConfigurationManager.ConnectionStrings["bnhtradeDbConnString"].ConnectionString;
|
||||
//var builder = new SqlConnectionStringBuilder(conString);
|
||||
|
||||
//var cred = new bnhtrade.ComTypeLib.Credential.ConnectionCredential();
|
||||
//cred.Password = builder.Password;
|
||||
//cred.UserId = builder.UserID;
|
||||
|
||||
//var obj = new bnhtrade.ComTypeLib.Stock().ReconcileStockTransactions(cred);
|
||||
new bnhtrade.Core.Test.Stock.Stock(sqlConnectionString);
|
||||
|
||||
Console.WriteLine("Done");
|
||||
Console.WriteLine("Complete, press any key to continue...");
|
||||
|
||||
Reference in New Issue
Block a user