From c71b1e2845a63feb480f201554aac91edfe96262 Mon Sep 17 00:00:00 2001 From: robbat2 Date: Fri, 20 Jun 2003 18:19:31 +0000 Subject: [PATCH] add instructions and a home link --- leftframe.php | 7 +++++-- rightframe.php | 10 +++++++++- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/leftframe.php b/leftframe.php index d465931..c21ffe1 100644 --- a/leftframe.php +++ b/leftframe.php @@ -1,5 +1,5 @@ '."\n"; +//item links foreach($a as $i) { item($i,'va'); }; - +//logout stuff //echo html_a('transactions.php','Transactions','leftnavitem','target="_top"').'
'."\n"; echo html_a('logout.php','Logout','leftnavitem','target="_top"')."\n"; diff --git a/rightframe.php b/rightframe.php index 9ce6904..b4fe54a 100644 --- a/rightframe.php +++ b/rightframe.php @@ -1,5 +1,5 @@

Include some running statisitcs here for the admin to see.

+

Adding new items quickstart:

+
    +
  1. Add the product manufacter (and vendor if different) via the Vendor Add page.
  2. +
  3. Add the purchase order via the Purchase Add page. On this page, 'Vendor' represents the company that sold it to you.
  4. +
  5. Add the object type via the Object Types_Add page. On this page, 'Vendor' represents the company that manufacteres the product.
  6. +
  7. Add the object via the Object_Add page.
  8. +
  9. (Repeat the above steps as needed)
  10. +