SALESTAX — C structure used for a salestax table record
#include "billmax.h"
A SALESTAX structure describes data storage for a salestax table record.
SALESTAX
int number; double rate1; char descr[51]; float sortorder; char effective[11];