mbulat / plutus

A Ruby on Rails Engine which provides a double entry accounting system for your application
Other
732 stars 232 forks source link

Voucher support for plutus #160

Closed kirantpatil closed 1 year ago

kirantpatil commented 1 year ago

Hi,

May I know why Vouchers are not implemented in plutus ?

https://corporatefinanceinstitute.com/resources/knowledge/accounting/voucher/

mbulat commented 1 year ago

Would using the commercial_document feature work? I would imagine you could have a Voucher class that links to the entry that way.

kirantpatil commented 1 year ago

@mbulat Thank you. I will look in to it.