PerDiem / per-diem

Per Diem Daily Finance App
MIT License
5 stars 1 forks source link

Add future transaction option and colors (fixed) #21

Closed jewsroch closed 8 years ago

jewsroch commented 8 years ago

Added checkbox to new transaction form for futures. It sets a BOOL on the backend that is then used to display it differently in the transactions list. We can use it to treat the transactions differently in other instances too.

Also added some basic colors to be used throughout the app. We can change them as needed, but they're centralized in a category and accessible with [UIColor nameOfColor] after importing the UIColor extension.

Had project conflicts with a previous branch. Rebuilt on this branch and should be fine now.