| Line 9... |
Line 9... |
| 9 |
import com.spice.profitmandi.dao.entity.cs.Position;
|
9 |
import com.spice.profitmandi.dao.entity.cs.Position;
|
| 10 |
import com.spice.profitmandi.dao.entity.fofo.FofoStore;
|
10 |
import com.spice.profitmandi.dao.entity.fofo.FofoStore;
|
| 11 |
import com.spice.profitmandi.dao.entity.fofo.PartnerType;
|
11 |
import com.spice.profitmandi.dao.entity.fofo.PartnerType;
|
| 12 |
import com.spice.profitmandi.dao.entity.inventory.ReporticoCacheTable;
|
12 |
import com.spice.profitmandi.dao.entity.inventory.ReporticoCacheTable;
|
| 13 |
import com.spice.profitmandi.dao.entity.transaction.LoanSummary;
|
13 |
import com.spice.profitmandi.dao.entity.transaction.LoanSummary;
|
| - |
|
14 |
import com.spice.profitmandi.dao.entity.transaction.StateWiseLoanSummary;
|
| 14 |
import com.spice.profitmandi.dao.enumuration.cs.EscalationType;
|
15 |
import com.spice.profitmandi.dao.enumuration.cs.EscalationType;
|
| 15 |
import com.spice.profitmandi.dao.model.BrandWiseModel;
|
16 |
import com.spice.profitmandi.dao.model.BrandWiseModel;
|
| 16 |
import com.spice.profitmandi.dao.model.PartnerDetailModel;
|
17 |
import com.spice.profitmandi.dao.model.PartnerDetailModel;
|
| 17 |
import com.spice.profitmandi.dao.model.WarehouseWiseStockModel;
|
18 |
import com.spice.profitmandi.dao.model.WarehouseWiseStockModel;
|
| 18 |
import com.spice.profitmandi.dao.repository.auth.AuthRepository;
|
19 |
import com.spice.profitmandi.dao.repository.auth.AuthRepository;
|
| Line 469... |
Line 470... |
| 469 |
Map<Integer, String> warehouseMap = ProfitMandiConstants.WAREHOUSE_MAP;
|
470 |
Map<Integer, String> warehouseMap = ProfitMandiConstants.WAREHOUSE_MAP;
|
| 470 |
Map<Integer, String> wm = new LinkedHashMap<>();
|
471 |
Map<Integer, String> wm = new LinkedHashMap<>();
|
| 471 |
|
472 |
|
| 472 |
Map<AuthUser, Long> authUserTicketCount = null;
|
473 |
Map<AuthUser, Long> authUserTicketCount = null;
|
| 473 |
LoanSummary loanSummary = sdCreditService.getLoanSummary();
|
474 |
LoanSummary loanSummary = sdCreditService.getLoanSummary();
|
| - |
|
475 |
|
| - |
|
476 |
Map<String, StateWiseLoanSummary> stateWiseLoanSummaryMap = sdCreditService.getLoanSummaryStateWise();
|
| 474 |
model.addAttribute("loanSummary", loanSummary);
|
477 |
model.addAttribute("loanSummary", loanSummary);
|
| - |
|
478 |
model.addAttribute("stateWiseLoanSummaryMap", stateWiseLoanSummaryMap);
|
| 475 |
|
479 |
|
| 476 |
|
480 |
|
| 477 |
for (Map.Entry<Integer, String> entry : warehouseMap.entrySet()) {
|
481 |
for (Map.Entry<Integer, String> entry : warehouseMap.entrySet()) {
|
| 478 |
wm.put(entry.getKey(), entry.getValue());
|
482 |
wm.put(entry.getKey(), entry.getValue());
|
| 479 |
}
|
483 |
}
|