| Line 37... |
Line 37... |
| 37 |
import com.spice.profitmandi.dao.entity.auth.Menu;
|
37 |
import com.spice.profitmandi.dao.entity.auth.Menu;
|
| 38 |
import com.spice.profitmandi.dao.entity.cs.Position;
|
38 |
import com.spice.profitmandi.dao.entity.cs.Position;
|
| 39 |
import com.spice.profitmandi.dao.entity.fofo.FofoStore;
|
39 |
import com.spice.profitmandi.dao.entity.fofo.FofoStore;
|
| 40 |
import com.spice.profitmandi.dao.entity.inventory.ReporticoCacheTable;
|
40 |
import com.spice.profitmandi.dao.entity.inventory.ReporticoCacheTable;
|
| 41 |
import com.spice.profitmandi.dao.enumuration.cs.EscalationType;
|
41 |
import com.spice.profitmandi.dao.enumuration.cs.EscalationType;
|
| - |
|
42 |
import com.spice.profitmandi.dao.model.BrandWiseActivatedModel;
|
| 42 |
import com.spice.profitmandi.dao.model.BrandWiseModel;
|
43 |
import com.spice.profitmandi.dao.model.BrandWiseModel;
|
| 43 |
import com.spice.profitmandi.dao.model.PartnerDetailModel;
|
44 |
import com.spice.profitmandi.dao.model.PartnerDetailModel;
|
| 44 |
import com.spice.profitmandi.dao.model.WarehouseWiseStockModel;
|
45 |
import com.spice.profitmandi.dao.model.WarehouseWiseStockModel;
|
| 45 |
import com.spice.profitmandi.dao.repository.auth.AuthRepository;
|
46 |
import com.spice.profitmandi.dao.repository.auth.AuthRepository;
|
| 46 |
import com.spice.profitmandi.dao.repository.auth.MenuCategoryRepository;
|
47 |
import com.spice.profitmandi.dao.repository.auth.MenuCategoryRepository;
|
| 47 |
import com.spice.profitmandi.dao.repository.auth.MenuRepository;
|
48 |
import com.spice.profitmandi.dao.repository.auth.MenuRepository;
|
| 48 |
import com.spice.profitmandi.dao.repository.cs.CsService;
|
49 |
import com.spice.profitmandi.dao.repository.cs.CsService;
|
| 49 |
import com.spice.profitmandi.dao.repository.cs.PositionRepository;
|
50 |
import com.spice.profitmandi.dao.repository.cs.PositionRepository;
|
| 50 |
import com.spice.profitmandi.dao.repository.cs.TicketRepository;
|
51 |
import com.spice.profitmandi.dao.repository.cs.TicketRepository;
|
| 51 |
import com.spice.profitmandi.dao.repository.dtr.FofoStoreRepository;
|
52 |
import com.spice.profitmandi.dao.repository.dtr.FofoStoreRepository;
|
| - |
|
53 |
import com.spice.profitmandi.dao.repository.fofo.ActivatedImeiRepository;
|
| 52 |
import com.spice.profitmandi.dao.repository.inventory.ReporticoCacheTableRepository;
|
54 |
import com.spice.profitmandi.dao.repository.inventory.ReporticoCacheTableRepository;
|
| 53 |
import com.spice.profitmandi.dao.repository.inventory.SaholicInventoryCISRepository;
|
55 |
import com.spice.profitmandi.dao.repository.inventory.SaholicInventoryCISRepository;
|
| 54 |
import com.spice.profitmandi.dao.repository.transaction.OrderRepository;
|
56 |
import com.spice.profitmandi.dao.repository.transaction.OrderRepository;
|
| 55 |
import com.spice.profitmandi.service.user.RetailerService;
|
57 |
import com.spice.profitmandi.service.user.RetailerService;
|
| 56 |
|
58 |
|
| Line 94... |
Line 96... |
| 94 |
|
96 |
|
| 95 |
@Autowired
|
97 |
@Autowired
|
| 96 |
private ReporticoCacheTableRepository reporticoCacheTableRepository;
|
98 |
private ReporticoCacheTableRepository reporticoCacheTableRepository;
|
| 97 |
|
99 |
|
| 98 |
@Autowired
|
100 |
@Autowired
|
| - |
|
101 |
private ActivatedImeiRepository activatedImeiRepository;
|
| - |
|
102 |
|
| - |
|
103 |
@Autowired
|
| 99 |
private PartnerStatsService partnerStatsService;
|
104 |
private PartnerStatsService partnerStatsService;
|
| 100 |
List<String> emails = Arrays.asList("kamini.sharma@smartdukaan.com", "neeraj.gupta@smartdukaan.com",
|
105 |
List<String> emails = Arrays.asList("kamini.sharma@smartdukaan.com", "neeraj.gupta@smartdukaan.com",
|
| 101 |
"niranjan.kala@smartdukaan.com", "hemant.kaura@smartdukaan.com", "amit.gupta@shop2020.in",
|
106 |
"niranjan.kala@smartdukaan.com", "hemant.kaura@smartdukaan.com", "amit.gupta@shop2020.in",
|
| 102 |
"tejbeer.kaur@shop2020.in");
|
107 |
"tejbeer.kaur@shop2020.in");
|
| 103 |
|
108 |
|