codemancers / invoicing

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

Question : How to handle a payment of a invoice #51

Closed ghost closed 4 years ago

ghost commented 8 years ago

Hello

lets say I have made a invoice of 100 euro to customer A Now this one is payed by bank.

How to I handle this with this gem.

iffyuva commented 8 years ago

hello @rwobben invoicing system is different from payment system. ie you can have these 2 cases:

in both the cases, whenever money is received, we make an entry into payments table. we call it as payment note, its a ledger item, which will have 1 line item, which stores payment amount.

Please let me know if you have any doubts. You can post some code here for more help.

ghost commented 8 years ago

oke, Please show me some code for both cases.

And is there a way I can make it work so this one can work together with this gem plutus. That one has everything except invoicing

thegeorgeous commented 4 years ago

Closing this issue.