VSEScala / Scala-Dining

Contains the Scala Dining Website Design
4 stars 5 forks source link

Transactions: remove cancelled column #248

Closed mhvis closed 1 year ago

mhvis commented 1 year ago

I very much dislike the cancelled column on transactions (even though I coded that). It is risky because it always needs to be taken into account, for instance when calculating balance. Also in accounting, transactions are never cancelled, instead they are reverted or refunded. Therefore this PR removes the cancelled column and changes them to reversal transactions.

If you don't like this, feel free to raise concerns.