Prepare general journal entries for the following transactions for the current year:Apr. 25Sold $4,500 of merchandise to Dunn Corp., receiving a 10%, 60-day. $4,500 note receivable. June 24The note of Dunn Corp., received on April 25 was dishonored.
What will be an ideal response?
Apr 25 | Notes Receivable........................................... | 4,500 | ? |
? | Sales.......................................................... | ? | 4,500 |
June 24 | Accounts Receivable--Dunn Corp............... | 4,575 | ? |
? | Notes Receivable...................................... | ? | 4,500 |
? | Interest Revenue ($4,500 * .10 * 60/360) | ? | 75 |
You might also like to view...
Which of the following is a process consideration in the implementation of a lean system?
A) Firms might have to change existing layouts. B) Workstations typically will have to be moved farther apart. C) A contract with strict job classifications will have to be adopted. D) Plant access by rail will become necessary.
List examples of loans or loan sources that fit into the categories of inexpensive, more expensive, and most expensive
What will be an ideal response?
In the case of functions with multiple local optima, most nonlinear optimization software methods can get stuck and terminate at a local optimum
Indicate whether the statement is true or false
Which of the following SQL statements will list the name of each customer stored in the CUSTOMERS table, and, if the customer has placed an order that is contained in the ORDERS table, the order# of any order each customer has placed?
a. SELECT lastname, firstname, order#FROM customers NATURAL JOIN ordersWHERE orders.customer# IS NOT NULL; b. SELECT lastname, firstname, order#FROM customers, ordersWHERE orders.customer# (+) = customers.customer#; c. SELECT lastname, firstname, order#FROM customers, ordersWHERE orders.customer# = customers.customer# (+); d. SELECT lastname, firstname, order#FROM customers NATURAL JOIN ordersWHERE orders.customer# IS NULL;