> 1. Is currently a way to show more than one of the items coded into the
> "special items" variable?
No, but this is an easy modification for you to do.
> 2. My client wants to start the invoice numbers at "IN2000" and then have
> succeeding ones number like "IN2001","IN2002", and so on. Is there a setting
> for the beginning invoice number? Can the invoice number include alphabets
> as well as numerals?
As for starting at 2000, I'm sure you can add 2000 junk records to the
mysql invoice table. There might be a "nicer" way to do this, but this
way will probably work. No, the invoice numbers can't have letters in
them (using integers for invoice ID's allows MySQL to work with invoices
more quickly). Now if your client wants letters in the invoice numbers,
perhaps this means you are exporting the data to some external system?
If this is the case, then you can alter the invoice numbers when you do
the export. We do this for one of our clients. If you really want to,
you can change all of the SQL to support string invoice ID's, but that
would probably be a gigantic pain.
> 3. Is there a way to have a department display a default message if there
> are no sub-departments or items defined? My client wants to have a default
> message display if there's nothing in the department or if it's currently
> being re-stocked.
This is a simple addition to the department screen. Give it a try.
> Hope someone can help with these issues. Getting ready to go live soon!
Good luck.
-jj
--
if (shannon - jj) * behrens == webEngineer["CLEAR INK�"]:
print "<i>imagination is the only real medium(sm)</i><br>"
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]