Subversion Repositories SmartDukaan

Rev

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

Rev 4682 Rev 4689
Line 75... Line 75...
75
        NOT_INTERESTED_THIS_TIME("Customer decided against buying the product"),
75
        NOT_INTERESTED_THIS_TIME("Customer decided against buying the product"),
76
        WANT_SOME_OTHER_PRODUCT("Customer wants to buy different product"),
76
        WANT_SOME_OTHER_PRODUCT("Customer wants to buy different product"),
77
        PLACED_ANOTHER_ORDER("Customer has placed another order buying different product"),
77
        PLACED_ANOTHER_ORDER("Customer has placed another order buying different product"),
78
        USER_WANTS_DELAYED_DELIVERY("Customer wants order to be delivered after promised and expected date"),
78
        USER_WANTS_DELAYED_DELIVERY("Customer wants order to be delivered after promised and expected date"),
79
        COLOR_OUT_OF_STOCK("Order Item(s) not present in the requested color"),
79
        COLOR_OUT_OF_STOCK("Order Item(s) not present in the requested color"),
80
        CUSTOMER_WANTS_OPEN_DELIVERY("Customer wants to pay money after seeing the product "),
80
        CUSTOMER_WANTS_OPEN_DELIVERY("Customer wants to pay money after seeing the product"),
-
 
81
        LOW_INVENTORY("Cancelled due to Low inventory"),
81
        OTHER("Order cancelled because of some miscellaneous reason");
82
        OTHER("Order cancelled because of some miscellaneous reason");
82
 
83
 
83
        private String description;
84
        private String description;
84
 
85
 
85
        CODCancelMatrix(String description) {
86
        CODCancelMatrix(String description) {