joshuabach / gnucash-web

A simple, mobile-friendly webinterface for GnuCash
GNU General Public License v3.0
119 stars 18 forks source link

Add transaction input does only accept whole numbers #10

Closed joshuabach closed 2 years ago

joshuabach commented 2 years ago

step="0.01" is needed, or to be more precise step="{{ 1 / account.commodity.fraction }}"