Subversion Repositories SmartDukaan

Rev

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

Rev 24336 Rev 24338
Line 46... Line 46...
46
 
46
 
47
@Controller
47
@Controller
48
@Transactional(rollbackFor = Throwable.class)
48
@Transactional(rollbackFor = Throwable.class)
49
public class DashboardController {
49
public class DashboardController {
50
 
50
 
51
	private static final String IN_TRANSIT_STACK = "inTransitStack";
-
 
52
 
-
 
53
	private static final String BILLING_PENDING_STACK = "billingPendingStack";
-
 
54
 
-
 
55
	private static final String GRN_PENDING_STACK = "grnPendingStack";
-
 
56
 
-
 
57
	private static final String SALES_STACK = "salesStack";
-
 
58
 
-
 
59
	private static final String IN_STOCK_STACK = "inStockStack";
-
 
60
 
-
 
61
	private static final String WALLET_STACK = "walletStack";
-
 
62
 
-
 
63
	@Value("${web.api.host}")
51
	@Value("${web.api.host}")
64
	private String webApiHost;
52
	private String webApiHost;
65
 
53
 
66
	@Value("${web.api.scheme}")
54
	@Value("${web.api.scheme}")
67
	private String webApiScheme;
55
	private String webApiScheme;