Skip to content

Cash Memo

Latest
Compare
Choose a tag to compare
@NeamulIslamFahim NeamulIslamFahim released this 09 May 04:46
· 17 commits to main since this release
82c930d
	               Project: Cash Memo

	/*==================================
      		    Cash Memo
	=================================*/
  1. Take number of products and Input product name and product price.

  2. Display the product name and product price.

  3. Delete the unwanted product and display.

  4. Update product and display.

  5. Print the Cash Memo.

     	             Guide:
                        **********
    
  6. After running the program, you will get a message "Give Input". There you will have to give number 1 to give the the number of products and give the product name and product price.

  7. After that again "Give Input" message will appear, now you need to give number 2 to see the
    products you have entered.

  8. Then again "Give Input" message will appear; now if you want to delete any product you have
    to give input 3. You will get a message "Enter serial", there you need to enter the serial number of the product you want to delete. After entering the serial number , the cash memo table will be displayed, where you will not find the item which is deleted.

  9. Then again "Give Input" message will appear. If you want to update any product just give input 4. There you will get the message "Enter name of the new product" ,"Enter price of the new product" and "Enter serial number you want to update". You will enter the information accordingly. Then after pressing enter button of you keyboard you will get a cash memo display table and you will able to see the updated product.

5)Enter discount if you have or else give "0". Then automatically the cash memo will be printed.

	             Some more guides:
	            *********************

If you click any number other than 1 in the first input, you will be displayed a blank table.

If you give any number or words other than the assigned numbers, you will get a message"No Access" and again will want you to give the input.