TavernerPOS - Source Code

Clone: 

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

 

package com.floreantpos.model;

public enum TransactionType {
	DEBIT,
	CREDIT;
}

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