The goal here would be able to take the receipt and track each line item on that receipt in the transaction to make up the total transaction. | items | qty | cost | category | | berries | 2 | .50 | food | | tax | 1 | .25 | tax |
The goal here would be able to take the receipt and track each line item on that receipt in the transaction to make up the total transaction.
| items | qty | cost | category |
| berries | 2 | .50 | food |
| tax | 1 | .25 | tax |