Page 509 - C++
P. 509

int Return_Supplierno{       return Supplier_no;  }
                   };
            class Transaction
            {
                   int Item_no,No;
                   date tans_date;
                   item_b i[10];
                   public:
                   void IGetdata();
                   void IDisplaydate();

                   };

            MAIN MENU
               1.      Supplier Management
                       a.  Add a Supplier
                       b.  Delete a Supplier
                       c.  Modify a Supplier
                       d.  exit
               2.      Item Management
                       a.  Add an Item
                       b.  Delete an Item
                       c.  Modify an Item
                       d.  Exit
               3.      Transaction
                       a.  Sale
                       b.  Purchase
               4.      Query
                       a.  Item
                       b.  Supplier
               5.      Exit
   504   505   506   507   508   509   510   511   512   513   514