Subversion Repositories SmartDukaan

Rev

Rev 2209 | Rev 2610 | 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
	SALES_RETURNED,
12
	DELIVERED,
13
	DOA_PICKUP_REQUESTED,
14
	DOA_AWAITED,
15
	DOA_RETURNED
306 ashish 16
}