package database;
/**
The fields in this class offer a list of possible file names.
If the table name is, for example, TST, then it will appear as:
<p>
%userProfile%\ActionPOS\TST.csv (on Windows.)
<p>
$HOME/ActionPOS/TST.csv (on Unix)
*/
public final class Tables
{
/**
Users Master File
*/
public static String USR = "USR";
/** Static Stock Information */
public static String SSI = "SSI";
}