Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
Selected Reading
How to prepare to return an outward book?
Refer to the transactions given below and prepare a return outward book.
- On June 2 − Received note worth of Rs.800/- from V.
- On June 9 − Received note worth of Rs. 350/- from S.
- On June 15 − Received note worth of Rs. 600/- from M.
- On June 20 − Received note worth of Rs. 1200/- from N.
Solution
The return outward book for the above mentioned data is as follows −
Return outward book
| Date | Name of customer | Debit note | Folio | Amount |
|---|---|---|---|---|
| 02/06/2005 | V | 800 | ||
| 09/06/2005 | S | 350 | ||
| 15/06/2005 | M | 600 | ||
| 20/06/2005 | N | 1200 | ||
| total | 2950 | |||
For V account, the return outward book is as follows −
| Date | Particulars | Amount | Date | Particulars | Amount |
|---|---|---|---|---|---|
| 02/06/2005 | Return outwards | 800 |
For S account, the return outward book is as follows −
| Date | Particulars | Amount | Date | Particulars | Amount |
|---|---|---|---|---|---|
| 09/06/2005 | Return outwards | 350 |
For M account, the return outward book is as follows −
| Date | Particulars | Amount | Date | Particulars | Amount |
|---|---|---|---|---|---|
| 15/06/2005 | Return outwards | 600 |
For N account, the return outward book is as follows −
| Date | Particulars | Amount | Date | Particulars | Amount |
|---|---|---|---|---|---|
| 20/06/2005 | Return outwards | 1200 |
Advertisements
