Muthaias / BarTab

A simple bar tab for your web browser using Bootstrap and PHP.
0 stars 1 forks source link

Add configurable for max number of transactions per user #10

Open Muthaias opened 9 years ago

Muthaias commented 9 years ago

At the moment all transactions are stored until the end of time. This will cause delays when calculating the final account balance when the number of transactions gets large. Combining old transactions into one single transaction can reduce this problem even though you would sacrifice some transaction history.

This behaviour should be configurable.