TavernerPOS - Source Code

Clone: 

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

 

package com.floreantpos.extension;

import javax.swing.AbstractAction;
import javax.swing.JTabbedPane;

public interface InventoryPlugin extends FloreantPlugin {
//	void showInventoryItemEntryDialog();
//	void showInventoryGroupEntryDialog();
//	void showInventoryLocationEntryDialog();
//	void showInventoryMetacodeEntryDialog();
//	void showInventoryVendorEntryDialog();
//	void showInventoryWarehouseEntryDialog();

	AbstractAction[] getActions();
	void addRecepieView(JTabbedPane tabbedPane);
}

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