scottohara / loot

An implementation of some of the core MS Money features in Ruby on Rails
MIT License
4 stars 3 forks source link

Top-level inflow category creation #21

Open scottohara opened 10 years ago

scottohara commented 10 years ago

When creating a new top-level category, we have no way (currently) to infer what direction the category is (expense vs income); unlike when creating a subcategory (which inherits direction from the parent).

As such, all new top-level categories are naively assumed to be outflows (expenses).

Do we need the ability to auto-create inflow categories when entering transactions; or do we just say that creating a top-level inflow category must be done via the Categories section?