Subversion Repositories SmartDukaan

Rev

Rev 8182 | Rev 8209 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8182 Rev 8196
Line 99... Line 99...
99
    
99
    
100
    private static final int SHIP_DATE_INDEX = 24;
100
    private static final int SHIP_DATE_INDEX = 24;
101
    private static final int WAREHOUSE_ID_INDEX = 34;
101
    private static final int WAREHOUSE_ID_INDEX = 34;
102
    private static final int LISTING_PRICE_INDEX = 35;
102
    private static final int LISTING_PRICE_INDEX = 35;
103
    
103
    
104
    private static final int EBAY_GATEWAY_ID = 6;
104
    private static final int EBAY_GATEWAY_ID = 16;
105
    
105
    
106
    private SimpleDateFormat sdf = new SimpleDateFormat("dd/MM/yy");
106
    private SimpleDateFormat sdf = new SimpleDateFormat("dd/MM/yy");
107
    private SimpleDateFormat sdf2 = new SimpleDateFormat("dd-MMM-yyyy");
107
    private SimpleDateFormat sdf2 = new SimpleDateFormat("dd-MMM-yyyy");
108
    
108
    
109
    private File orderDataFile;
109
    private File orderDataFile;