envato / double_entry

A double-entry accounting system for Ruby applications.
https://rubygems.org/gems/double_entry
MIT License
429 stars 68 forks source link

Storing chart of account in database rather than an initializers file #209

Closed nathanclark closed 2 years ago

nathanclark commented 2 years ago

I want to allow users to manage their own chart of accounts rather than needing a developer to update source code. Is there a way to forgo the initializer file and read accounts from a database table?

ricobl commented 2 years ago

Hey @nathanclark, double_entry wasn't built with that in mind, I believe we'd have to rejig things around to make it work.

nathanclark commented 2 years ago

Thanks for the quick reply!