InterviewSolution
| 1. |
Can Sales And Returns Occur On The Same Transaction Record In Retail Sales Audit (resa)? |
|
Answer» Yes, ReSA identifies a status at the ITEM level (item_status field on the SA_TRAN_ITEM table). The three statuses are Sale, Return and Void. A Sale or Return TRANSACTION can contain any VARIETY of items with different statuses; HOWEVER, ReSA identifies a Sale transaction as net money being paid into the till and a Return transaction as net money being paid out of the till. ReSA identifies an Exchange transaction when no money changes hands. NOTE: The transaction type is HELD in SA_TRAN_HEAD while the individual transaction type is recorded in the SA_TRAN_ITEM table. Yes, ReSA identifies a status at the item level (item_status field on the SA_TRAN_ITEM table). The three statuses are Sale, Return and Void. A Sale or Return transaction can contain any variety of items with different statuses; however, ReSA identifies a Sale transaction as net money being paid into the till and a Return transaction as net money being paid out of the till. ReSA identifies an Exchange transaction when no money changes hands. NOTE: The transaction type is held in SA_TRAN_HEAD while the individual transaction type is recorded in the SA_TRAN_ITEM table. |
|