Expense Summary

{{who_owes}} $ {{total_balance.toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ", ")}}

$ {{trinity_paid.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ", ")}} $ {{neo_paid.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ", ")}} $ {{trinity_paid_for_neo.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ", ")}} $ {{neo_paid_for_trinity.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ", ")}}
Expense Trinity paid Neo paid Trinity paid for Neo Neo paid for Trinity

Web vs. Spreadsheet

The web-interface is different than the spread-sheet in several key ways:

  1. Interactiblity - in the web-interface how the quantities are computed is completely black-boxed whereas in the spreadsheet you see the obscure formula
  2. Visualization - in the web-interface the visualization is much more flexible, even though it is still a table the degree of freedom I have customizing it is much greater than in the spreadsheet
  3. Interpretability - in the web-interface because it is much easier to interact with and visualize the information, it becomes much easier to interpretability than it is when we are using a spreadsheet