Subversion Repositories SmartDukaan

Rev

Rev 36977 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 36977 Rev 36999
Line 88... Line 88...
88
	private float tp;
88
	private float tp;
89
 
89
 
90
	@Column(name = "nlc")
90
	@Column(name = "nlc")
91
	private float nlc;
91
	private float nlc;
92
 
92
 
93
	@Column(name = "deduct_on_hike")
-
 
94
	private boolean deductOnHike;
-
 
95
 
-
 
96
	@Transient
93
	@Transient
97
	private String description;
94
	private String description;
98
 
95
 
99
	public String getDescription() {
96
	public String getDescription() {
100
		return description;
97
		return description;
Line 142... Line 139...
142
 
139
 
143
	public void setNlc(float nlc) {
140
	public void setNlc(float nlc) {
144
		this.nlc = nlc;
141
		this.nlc = nlc;
145
	}
142
	}
146
 
143
 
147
	public boolean isDeductOnHike() {
-
 
148
		return deductOnHike;
-
 
149
	}
-
 
150
 
-
 
151
	public void setDeductOnHike(boolean deductOnHike) {
-
 
152
		this.deductOnHike = deductOnHike;
-
 
153
	}
-
 
154
 
-
 
155
 
144
 
156
	@Column(name = "credit_note_number")
145
	@Column(name = "credit_note_number")
157
	private String creditNoteNumber;
146
	private String creditNoteNumber;
158
 
147
 
159
	@Convert(converter = LocalDateTimeAttributeConverter.class)
148
	@Convert(converter = LocalDateTimeAttributeConverter.class)