mirror of
https://github.com/stokebob/bnhtrade.git
synced 2026-03-19 22:47:15 +00:00
wip
This commit is contained in:
@@ -39,10 +39,10 @@ namespace bnhtrade.Core.Logic.Stock
|
||||
|
||||
private string ConstructTransactionTypeCode(Model.Import.AmazonFbaInventoryLedgerDetail record)
|
||||
{
|
||||
if (string.IsNullOrEmpty(record.Reason))
|
||||
{
|
||||
return null;
|
||||
}
|
||||
//if (string.IsNullOrEmpty(record.Reason))
|
||||
//{
|
||||
// return null;
|
||||
//}
|
||||
|
||||
string transactionCode = "<AmazonReport><GET_LEDGER_DETAIL_VIEW_DATA><" + record.EventType + ">";
|
||||
|
||||
@@ -101,7 +101,7 @@ namespace bnhtrade.Core.Logic.Stock
|
||||
/// <exception cref="NotImplementedException"></exception>
|
||||
public void ImportAmazonFbaReimbursement()
|
||||
{
|
||||
throw new NotImplementedException("Needs testing");
|
||||
//throw new NotImplementedException("Needs testing");
|
||||
|
||||
/*
|
||||
* Not to be used for stock reconciliation! A single stock item can have multiple reimburesements aginst it.
|
||||
@@ -255,8 +255,8 @@ namespace bnhtrade.Core.Logic.Stock
|
||||
/// <exception cref="NotImplementedException"></exception>
|
||||
public void ImportAmazonFbaLedgerDetail()
|
||||
{
|
||||
// Done but needs testing!!
|
||||
throw new NotImplementedException("Done but needs testing!!");
|
||||
//// Done but needs testing!!
|
||||
//throw new NotImplementedException("Done but needs testing!!");
|
||||
|
||||
log.LogInformation("Starting TransposeFbaAdustmentReport()");
|
||||
int transposeCount = 0;
|
||||
|
||||
Reference in New Issue
Block a user