Subversion Repositories SmartDukaan

Rev

Rev 2509 | Rev 3065 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
306 ashish 1
package in.shop2020.hotspot.dashbaord.shared.actions;
2
 
3
public enum DetailsMask {
4
	ALL,
5
	NEW,
6
	ACCEPT,
7
	REJECT,
8
	BILL,
487 rajveer 9
	SHIP,
2509 chandransh 10
	NO_STOCK,
11
	DELIVERED,
12
	DOA_PICKUP_REQUESTED,
13
	DOA_AWAITED,
2610 chandransh 14
	SALES_RETURN_AWAITED,
15
	DOA_RECEIVED,
16
	DOA_RETURNED,
17
	SALES_RETURNED,
306 ashish 18
}