mirror of
https://github.com/stokebob/bnhtrade.git
synced 2026-03-19 22:47:15 +00:00
Fix amazon settlement period and other updates
This commit is contained in:
@@ -107,7 +107,7 @@ namespace bnhtradeScheduledTasks
|
||||
{
|
||||
Console.Clear();
|
||||
var task = new AmazonReport();
|
||||
var task2 = new bnhtrade.Core.Logic.Export.AmazonSettlementData(sqlConnectionString);
|
||||
var task2 = new bnhtrade.Core.Logic.Export.AmazonSettlement(sqlConnectionString);
|
||||
task.UpdateAmazonSettlementData(sqlConnectionString);
|
||||
task2.ToInvoice();
|
||||
Console.WriteLine("Complete, press any key to continue...");
|
||||
@@ -469,7 +469,7 @@ namespace bnhtradeScheduledTasks
|
||||
|
||||
var account = new AmazonReport();
|
||||
var stock = new StockReconciliation();
|
||||
var export = new bnhtrade.Core.Logic.Export.AmazonSettlementData(sqlConnectionString);
|
||||
var export = new bnhtrade.Core.Logic.Export.AmazonSettlement(sqlConnectionString);
|
||||
|
||||
bool accountUpdate = false;
|
||||
bool stockUpdate = false;
|
||||
|
||||
Reference in New Issue
Block a user