gaynetdinov / ex_money

An [abandoned] self-hosted personal finance app
ISC License
167 stars 12 forks source link

Create transactions table with appropriate Ecto model #2

Closed gaynetdinov closed 8 years ago

gaynetdinov commented 8 years ago

transactions table should meet saltedge API requirements to be able to save transactions from saltedge response into transactions table. Also transaction table might have some additional columns which could make sense in case of creating transactions manually by a user.

Transaction attributes from saltedge documentation https://docs.saltedge.com/reference/#transactions

gaynetdinov commented 8 years ago

https://github.com/gaynetdinov/ex_money/pull/14