Subversion Repositories SmartDukaan

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
35718 69 d 0 h amit /trunk/PyProj/src/shop2020/ fix: use session.remove() instead of session.close() to prevent memory leaks in all services  
13521 4119 d 11 h amit.gupta /trunk/ Added changes related to No Captcha for Private Deal User  
13247 4150 d 4 h amit.gupta /trunk/PyProj/src/shop2020/model/v1/user/impl/ Added new message when promotion hasnt been started yet.  
8859 4534 d 9 h manish.sharma /trunk/PyProj/src/shop2020/model/v1/user/impl/ Committed by Manish Sharma for Coupon Deletion Issue on Nov-19-2013  
8707 4548 d 8 h manish.sharma /trunk/ Changes commited by Manish Sharma for User Coupon Generation on Nov-05-2013  
8202 4589 d 9 h anupam.singh /trunk/PyProj/src/shop2020/model/v1/user/impl/ Explicitly type-casting int to string  
8190 4590 d 0 h amit.gupta /trunk/PyProj/src/shop2020/model/v1/user/impl/  
8189 4590 d 0 h amit.gupta /trunk/PyProj/src/shop2020/model/v1/user/impl/ added check for count 2013.  
7987 4625 d 12 h amit.gupta /trunk/PyProj/src/shop2020/model/v1/user/impl/ Added promotion id to Promotion Tracker as well.  
7746 4664 d 9 h amit.gupta /trunk/ Added removing coupons in after 15days of Promotion Expiry.  
7092 4763 d 13 h amit.gupta /trunk/ added service method to get all promotions by cart.  
6922 4797 d 3 h anupam.singh /trunk/ Moved logic to update lineitem's discounted price to apply_coupon_to_cart method and changed its signature  
6758 4828 d 6 h anupam.singh /trunk/PyProj/src/shop2020/model/v1/user/impl/ Changed error message  
6738 4831 d 13 h amit.gupta /trunk/PyProj/src/shop2020/model/v1/user/impl/ simple null check  
6736 4832 d 8 h amit.gupta /trunk/ Added emi discount logic.  
6730 4833 d 10 h anupam.singh /trunk/ User specific coupons only apply after login. Gave option in coupon dashboard to specify a name of the coupon.  
6688 4842 d 7 h anupam.singh /trunk/PyProj/src/shop2020/model/v1/ Fixes related to OTG coupon generation  
6680 4842 d 11 h anupam.singh /trunk/ Coupon creation related fixes  
6679 4842 d 20 h anupam.singh /trunk/ User specific GV and recharge coupon dashboard  
6649 4846 d 10 h amit.gupta /trunk/PyProj/src/shop2020/model/v1/ Created out separate promotion for otg i.e.28  
6570 4856 d 21 h amit.gupta /trunk/PyProj/src/shop2020/model/v1/user/impl/ Filter by promotion id.  
6561 4857 d 7 h amit.gupta /trunk/ otg front-end and mail logic implementation.  
6497 4874 d 13 h amit.gupta /trunk/ Now suraj can cretate gvs.  
6443 4883 d 11 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 4884 d 1 h anupam.singh /trunk/ Added support for recharge coupons  
6367 4897 d 5 h amit.gupta /trunk/ added promotiontype to promotion table  
6355 4903 d 9 h amit.gupta /trunk/PyProj/src/shop2020/model/v1/ Added cod to promotion  
6301 4912 d 12 h amit.gupta /trunk/ Added logic to generate gift voucher.  
6250 4927 d 4 h amit.gupta /trunk/ API for coupon generation for user specific Gift Vouchers and coupons.  
6011 4965 d 11 h rajveer /trunk/PyProj/src/shop2020/model/v1/user/impl/ Added check of start date and end date while applying coupon.  
5996 4967 d 9 h amit.gupta /trunk/PyProj/src/shop2020/model/v1/user/impl/ Added SJunglee as private coupon.  
5500 5044 d 9 h varun.gupta /trunk/PyProj/src/shop2020/model/v1/user/ SAndroid coupon made private  
5469 5050 d 5 h rajveer /trunk/ Added infrastructure to generate, store, issue and activate voucher of spicedeck.com.
Reviewer: Mandeep
 
4941 5122 d 7 h varun.gupta /trunk/PyProj/src/shop2020/model/v1/user/ Ticket #1089 - Coupon rule, to give discount to specific user, is now templatized.  
4863 5132 d 11 h varun.gupta /trunk/PyProj/src/shop2020/model/v1/user/impl/ Added SGalaxy coupon to the ignore list for feed generation  
4494 5179 d 7 h varun.gupta /trunk/ Ticket #867 - Coupon code and relevant discount applicable on a product will be exposed to it's product page  
4189 5247 d 7 h varun.gupta /trunk/ Support added in Promotion Service to simulate coupon codes on given items.  
3554 5305 d 9 h varun.gupta /trunk/ Discounts now being managed in Discount table.  
3386 5324 d 12 h varun.gupta /trunk/PyProj/src/shop2020/model/v1/user/impl/ Added method implementations in UserContextService and Promotion Service to gather coupon statistics.  
3376 5325 d 11 h rajveer /trunk/PyProj/src/shop2020/ Implemented new method isAlive()