codemancers / invoicing

Ruby invoicing framework gem
http://invoicing.c9s.dev/
MIT License
265 stars 40 forks source link

any reason not to use the Money gem ? #41

Closed chalmagean closed 10 years ago

chalmagean commented 10 years ago

Hi, I was looking at the code and I wanted to ask why is it not using a library like the money gem for handling currency.

iffyuva commented 10 years ago

we have dusted this gem, made it compatible with rails3/4 and released it. using money gem looks like a good option.

chalmagean commented 10 years ago

do you think there's an easy way to do that now ? (I'm looking for an invoicing gem for my app that's already using the money gem for some models)

iffyuva commented 10 years ago

sorry, i dont have any solution on top of my hat. but, i dont think it will be a big problem, because i dont see any features that will break if you use money gem with invoicing gem. maybe, we can talk through problems which you might face while you integrate invoicing, and solve them?

chalmagean commented 10 years ago

@iffyuva sounds good, I'll let you know if I stumble upon any issues

iffyuva commented 10 years ago

thanks @mixandgo