Subversion Repositories SmartDukaan

Rev

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

Rev 7226 Rev 7248
Line 54... Line 54...
54
                + (item.getColor() == null ? "" : " (" + item.getColor() + ")");
54
                + (item.getColor() == null ? "" : " (" + item.getColor() + ")");
55
    }
55
    }
56
    
56
    
57
    public String getPricingDetails() {
57
    public String getPricingDetails() {
58
 
58
 
59
        SimpleDateFormat sdf = new SimpleDateFormat("h:m a, d MMMM yyy");
59
        SimpleDateFormat sdf = new SimpleDateFormat("h:m a, d MMMM yyyy");
60
        /**
60
        /**
61
         * TODO : Ask for advance to be paid, price and DeliveryDate from catalog Service
61
         * TODO : Ask for advance to be paid, price and DeliveryDate from catalog Service
62
         */
62
         */
63
        price = 10000.0;
63
        price = 10000.0;
64
        advanceAmount = 6000.0;
64
        advanceAmount = 6000.0;