flash-oss / medici

Double-entry accounting system for nodejs + mongoose
MIT License
309 stars 85 forks source link

List of all accounts #17

Closed rw1018 closed 4 years ago

rw1018 commented 4 years ago

Hi is there a way to get a list of all accounts in a book?

koresar commented 4 years ago

Well, I found that this feature exists and supported but undocumented.

await myBook.listAccounts() should do it.

Would you like to edit our README.md and insert the lacking documentation?