fdo-labs / nachbarschaftsmarktplatz

Other
0 stars 2 forks source link

transaction object doesn't contain price #24

Open hesslau opened 4 years ago

hesslau commented 4 years ago

currently transaction objects carry a reference to the article which was bought. as a result the calculated price for a transaction in the past changes when the article price changes.

solution:

add some columns to the business_transactions or line_items table with information that need to be documented (price, article title, article description etc.).