Subversion Repositories SmartDukaan

Rev

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

Rev 24402 Rev 26042
Line 69... Line 69...
69
	private LocalDateTime notifyTimeStamp = null;
69
	private LocalDateTime notifyTimeStamp = null;
70
	
70
	
71
	@Transient
71
	@Transient
72
	private String description;
72
	private String description;
73
	
73
	
74
	@Transient
74
	@Column(name = "advance_paid")
75
	private float advanceAmount;
75
	private float advanceAmount;
76
	
76
	
77
	@Transient
77
	@Transient
78
	private float tentativeAmount;
78
	private float tentativeAmount;
79
	
79