Roommate App Development Blog

Building a bill manager, and some other stuff
Options:

Archive for the ‘Bills’ Category

Progress!

Got a lot done this evening. Redesigned the dashboard and roommate views and did the html/css for both. Also got bill splitting and payments sending out confirmation emails.

Tracking Accounts Between Roommates

One of the biggest conceptual issues I’ve run into building Roommate App is how to store the account balance between roommates. Each roommate has to be able to both pay bills (create debts) or make payments, and increase or decrease the account balance accordingly. The problem comes when you have to access that account balance [...]