Skip to content

Releases: mohnish/money

fix missing payment source (card) bug

10 Mar 03:01
Compare
Choose a tag to compare

fixes an issue while creating bills when there's no card on file

fix decimal places on amount display

07 Mar 06:41
Compare
Choose a tag to compare
  • fix amount display bug
  • add ruby installation docs

edit bills and cards

06 Mar 01:42
Compare
Choose a tag to compare
  • 🎉 edit bills
  • 🎉 edit cards

reset forms after successful submission

05 Mar 01:11
Compare
Choose a tag to compare
  • reset forms after successful submission

bug fix

05 Mar 00:44
Compare
Choose a tag to compare
  • fix bug where upon creation of payments, the bill's next due date was getting updated from the date when the payment was made instead of the current due date

lots of features

05 Mar 00:30
Compare
Choose a tag to compare
  • upgrade to ruby 2.2.1
  • close the bill creation and payments form by default. allows display of more bills and payments on the respective pages
  • UX enhancements on the bills page
  • bug fixes on the bills page
  • creating a one time bill shows the option to select the payment source. this will automatically create a corresponding payment and marks the bill as inactive. ability to update the bill would be part of a future release
  • sort bills by the next due date
  • sort payments by the payment date
  • UX fixes all over the app
  • 🎉 🎉 special thanks to @sindhunaydu and @appikonda for pointing out issues 🎉 🎉

UI refresh across the entire app

01 Mar 01:31
Compare
Choose a tag to compare
  • 🎉 add styling to all the pages 🎯

UI refresh

28 Feb 22:11
Compare
Choose a tag to compare
  • first design related release. this release has no functionality changes. it's only ui changes. 🎉

1.4.1

25 Feb 06:13
Compare
Choose a tag to compare
  • add validations for the numericality of amount

1.4.0

25 Feb 01:04
Compare
Choose a tag to compare
  • 🎉 implement payments
  • improve frontend payment/bill handling
  • refactor/dry code on the backend
  • fix broken specs