Subversion Repositories SmartDukaan

Rev

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

Rev 34710 Rev 34770
Line 55... Line 55...
55
import com.spice.profitmandi.dao.repository.user.UserRepository;
55
import com.spice.profitmandi.dao.repository.user.UserRepository;
56
import com.spice.profitmandi.dao.repository.warehouse.BrandRegionMappingRepository;
56
import com.spice.profitmandi.dao.repository.warehouse.BrandRegionMappingRepository;
57
import com.spice.profitmandi.dao.repository.warehouse.WarehouseInventoryItemRepository;
57
import com.spice.profitmandi.dao.repository.warehouse.WarehouseInventoryItemRepository;
58
import com.spice.profitmandi.dao.repository.warehouse.WarehouseScanRepository;
58
import com.spice.profitmandi.dao.repository.warehouse.WarehouseScanRepository;
59
import com.spice.profitmandi.dao.service.LiquidationService;
59
import com.spice.profitmandi.dao.service.LiquidationService;
-
 
60
import com.spice.profitmandi.dao.service.LocationTrackingService;
60
import com.spice.profitmandi.service.integrations.bharti.BAGService;
61
import com.spice.profitmandi.service.integrations.bharti.BAGService;
61
import com.spice.profitmandi.service.integrations.bharti.model.Sample;
62
import com.spice.profitmandi.service.integrations.bharti.model.Sample;
62
import com.spice.profitmandi.service.integrations.gstpro.GstProAuthService;
63
import com.spice.profitmandi.service.integrations.gstpro.GstProAuthService;
63
import com.spice.profitmandi.service.integrations.gstpro.GstProService;
64
import com.spice.profitmandi.service.integrations.gstpro.GstProService;
64
import com.spice.profitmandi.service.integrations.oneassist.OneAssistService;
65
import com.spice.profitmandi.service.integrations.oneassist.OneAssistService;
Line 283... Line 284...
283
    private ScanRecordRepository scanRecordRepository;
284
    private ScanRecordRepository scanRecordRepository;
284
 
285
 
285
    @Autowired
286
    @Autowired
286
    private JavaMailSender mailSender;
287
    private JavaMailSender mailSender;
287
 
288
 
-
 
289
    @Autowired
-
 
290
    private LocationTrackingService locationTrackingService;
-
 
291
 
288
    private static final String ACCOUNT_ID = "aZ6flHhrgPIEl18buHdPBdueEN4";
292
    private static final String ACCOUNT_ID = "aZ6flHhrgPIEl18buHdPBdueEN4";
289
    private static final String SECRET_KEY = "a7rsX5B4UNNfTTx1-IJ19qdH48BT4YvBKlQJg3n3_KKNe7WWych55g";
293
    private static final String SECRET_KEY = "a7rsX5B4UNNfTTx1-IJ19qdH48BT4YvBKlQJg3n3_KKNe7WWych55g";
290
 
294
 
291
    @Autowired
295
    @Autowired
292
    private WarehouseInventoryItemRepository warehouseInventoryItemRepository;
296
    private WarehouseInventoryItemRepository warehouseInventoryItemRepository;
Line 1997... Line 2001...
1997
 
2001
 
1998
            }
2002
            }
1999
        }
2003
        }
2000
 
2004
 
2001
    }
2005
    }
-
 
2006
 
-
 
2007
    public void employeeTrackingReport() throws Exception{
-
 
2008
        locationTrackingService.generateReport(LocalDate.now().minusDays(1).toString(),LocalDate.now().minusDays(1).toString());
-
 
2009
    }
2002
}
2010
}
2003
 
2011
 
2004
//7015845171
2012
//7015845171
2005
2013