Subversion Repositories SmartDukaan

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
35718 70 d 5 h amit /trunk/PyProj/src/shop2020/ fix: use session.remove() instead of session.close() to prevent memory leaks in all services  
13521 4120 d 16 h amit.gupta /trunk/ Added changes related to No Captcha for Private Deal User  
13247 4151 d 9 h amit.gupta /trunk/PyProj/src/shop2020/model/v1/user/impl/ Added new message when promotion hasnt been started yet.  
8859 4535 d 14 h manish.sharma /trunk/PyProj/src/shop2020/model/v1/user/impl/ Committed by Manish Sharma for Coupon Deletion Issue on Nov-19-2013  
8707 4549 d 13 h manish.sharma /trunk/ Changes commited by Manish Sharma for User Coupon Generation on Nov-05-2013  
8202 4590 d 14 h anupam.singh /trunk/PyProj/src/shop2020/model/v1/user/impl/ Explicitly type-casting int to string  
8190 4591 d 5 h amit.gupta /trunk/PyProj/src/shop2020/model/v1/user/impl/  
8189 4591 d 5 h amit.gupta /trunk/PyProj/src/shop2020/model/v1/user/impl/ added check for count 2013.  
7987 4626 d 17 h amit.gupta /trunk/PyProj/src/shop2020/model/v1/user/impl/ Added promotion id to Promotion Tracker as well.  
7746 4665 d 14 h amit.gupta /trunk/ Added removing coupons in after 15days of Promotion Expiry.  
7092 4764 d 18 h amit.gupta /trunk/ added service method to get all promotions by cart.  
6922 4798 d 8 h anupam.singh /trunk/ Moved logic to update lineitem's discounted price to apply_coupon_to_cart method and changed its signature  
6758 4829 d 11 h anupam.singh /trunk/PyProj/src/shop2020/model/v1/user/impl/ Changed error message  
6738 4832 d 18 h amit.gupta /trunk/PyProj/src/shop2020/model/v1/user/impl/ simple null check  
6736 4833 d 13 h amit.gupta /trunk/ Added emi discount logic.  
6730 4834 d 15 h anupam.singh /trunk/ User specific coupons only apply after login. Gave option in coupon dashboard to specify a name of the coupon.  
6688 4843 d 12 h anupam.singh /trunk/PyProj/src/shop2020/model/v1/ Fixes related to OTG coupon generation  
6680 4843 d 16 h anupam.singh /trunk/ Coupon creation related fixes  
6679 4844 d 1 h anupam.singh /trunk/ User specific GV and recharge coupon dashboard  
6649 4847 d 15 h amit.gupta /trunk/PyProj/src/shop2020/model/v1/ Created out separate promotion for otg i.e.28  
6570 4858 d 2 h amit.gupta /trunk/PyProj/src/shop2020/model/v1/user/impl/ Filter by promotion id.  
6561 4858 d 12 h amit.gupta /trunk/ otg front-end and mail logic implementation.  
6497 4875 d 18 h amit.gupta /trunk/ Now suraj can cretate gvs.  
6443 4884 d 16 h anupam.singh /trunk/ Bug Fixes.
1) Even After applying Coupon full amount is being charged at the gateway
2) In case of applying incorrect coupon there is no way to retry appying a coupon.
3) Limit of 2 coupon applications per user is not there, can apply more than 2 times.
 
6433 4885 d 6 h anupam.singh /trunk/ Added support for recharge coupons  
6367 4898 d 10 h amit.gupta /trunk/ added promotiontype to promotion table  
6355 4904 d 14 h amit.gupta /trunk/PyProj/src/shop2020/model/v1/ Added cod to promotion  
6301 4913 d 17 h amit.gupta /trunk/ Added logic to generate gift voucher.  
6250 4928 d 9 h amit.gupta /trunk/ API for coupon generation for user specific Gift Vouchers and coupons.  
6011 4966 d 16 h rajveer /trunk/PyProj/src/shop2020/model/v1/user/impl/ Added check of start date and end date while applying coupon.  
5996 4968 d 14 h amit.gupta /trunk/PyProj/src/shop2020/model/v1/user/impl/ Added SJunglee as private coupon.  
5500 5045 d 14 h varun.gupta /trunk/PyProj/src/shop2020/model/v1/user/ SAndroid coupon made private  
5469 5051 d 10 h rajveer /trunk/ Added infrastructure to generate, store, issue and activate voucher of spicedeck.com.
Reviewer: Mandeep
 
4941 5123 d 12 h varun.gupta /trunk/PyProj/src/shop2020/model/v1/user/ Ticket #1089 - Coupon rule, to give discount to specific user, is now templatized.  
4863 5133 d 16 h varun.gupta /trunk/PyProj/src/shop2020/model/v1/user/impl/ Added SGalaxy coupon to the ignore list for feed generation  
4494 5180 d 11 h varun.gupta /trunk/ Ticket #867 - Coupon code and relevant discount applicable on a product will be exposed to it's product page  
4189 5248 d 11 h varun.gupta /trunk/ Support added in Promotion Service to simulate coupon codes on given items.  
3554 5306 d 14 h varun.gupta /trunk/ Discounts now being managed in Discount table.  
3386 5325 d 17 h varun.gupta /trunk/PyProj/src/shop2020/model/v1/user/impl/ Added method implementations in UserContextService and Promotion Service to gather coupon statistics.  
3376 5326 d 16 h rajveer /trunk/PyProj/src/shop2020/ Implemented new method isAlive()