| Line 86... |
Line 86... |
| 86 |
if(nextLine[4].equalsIgnoreCase("Cancelled") || nextLine[13].equalsIgnoreCase("Cancelled")){
|
86 |
if(nextLine[4].equalsIgnoreCase("Cancelled") || nextLine[13].equalsIgnoreCase("Cancelled")){
|
| 87 |
itemSale = (float) 0;
|
87 |
itemSale = (float) 0;
|
| 88 |
itemDiscount = (float) 0;
|
88 |
itemDiscount = (float) 0;
|
| 89 |
qty = 0;
|
89 |
qty = 0;
|
| 90 |
}
|
90 |
}
|
| 91 |
if(date_key.equals(dateFormat.parse("02/01/2014")) && itemid==13465){
|
91 |
if(date_key.equals(dateFormat.parse("02/01/2014"))){
|
| 92 |
System.out.println("Order Details after parsing " + nextLine[0]+" "+date_key+" "+ itemid +" " + qty);
|
92 |
System.out.println("Order Details after parsing " + nextLine[0]+" "+date_key+" "+ itemid +" " + qty);
|
| 93 |
}
|
93 |
}
|
| 94 |
if(orderDateItemIdFbaSaleSnapshotMap.containsKey(date_key)){
|
94 |
if(orderDateItemIdFbaSaleSnapshotMap.containsKey(date_key)){
|
| 95 |
Map<Long,FbaSalesSnapshot> ItemIdFbaSaleSnapshotMap;
|
95 |
Map<Long,FbaSalesSnapshot> ItemIdFbaSaleSnapshotMap;
|
| 96 |
if(orderDateItemIdFbaSaleSnapshotMap.get(date_key).containsKey(itemid)){
|
96 |
if(orderDateItemIdFbaSaleSnapshotMap.get(date_key).containsKey(itemid)){
|