mirror of
https://github.com/stokebob/bnhtrade.git
synced 2026-03-21 15:27:15 +00:00
Amazon inventory ledger testing and implementation
Tested what I can until more data for the Amazon Ledger Detail table comes in
This commit is contained in:
@@ -354,8 +354,8 @@ namespace bnhtrade.Core.Data.Database.Import
|
||||
item.Asin = reader.GetString(8);
|
||||
item.Condition = reader.GetString(9);
|
||||
item.CurrencyUnit = reader.GetString(10);
|
||||
item.AmountPerUnit = reader.GetInt32(11);
|
||||
item.AmountTotal = reader.GetInt32(12);
|
||||
item.AmountPerUnit = reader.GetDecimal(11);
|
||||
item.AmountTotal = reader.GetDecimal(12);
|
||||
item.QuantityReimbursedCash = reader.GetInt32(13);
|
||||
item.QuantityReimbursedInventory = reader.GetInt32(14);
|
||||
item.QuantityReimbursedTotal = reader.GetInt32(15);
|
||||
|
||||
Reference in New Issue
Block a user