<? include('includes/main.php'); ?>
<? //helpadminestquotecblworktypeadd.php
echo '<center><b>Quoting System - Work Type Add</b></center><br>
<font size="-1"><i>Work Types are used in grouping of price lists into logical groups for easier editing/viewing.</i><br><br>
<center><b>Work Type Add</b></center><br>
<b>Name:</b> Name of work type.<br><br>
<b>Turnaround days up to quantity:</b> Enter a quantity below which the turnaround days is one thing and above which it changes to a longer period.<br><br>
<b>Days:</b> Turnaround days for the lower quantity.<br><br>
<b>Turnaround days over quantity:</b> Turnaround days at the higher quantity.<br><br>
<b>Notes for Quote:</b> Notes that will appear on all quotes using this work type.<br><br>
<b>Add:</b>Click on this button to add the new work type entered.<br><br>
</font>';
?>
<? include('includes/footer.php'); ?>