TavernerPOS - Source Code

Clone: 

git clone http://www.librarysmith.co.uk/tavernerPOS

 

package com.floreantpos.model;

public enum PackagingDimension {
	Quantity, Weight, Length, Volume;

	public String toString() {
		return name();
	};
}

Add comment
These comments are moderated so so won't be published until reviewed.