idurar / idurar-erp-crm

Free Open Source ERP CRM Accounting Invoicing Software | Node Js React
https://cloud.idurarapp.com
GNU Affero General Public License v3.0
6.58k stars 2.04k forks source link

Fixed Issue : Quantity accepts only integers #1012

Open inesmrad opened 8 months ago

inesmrad commented 8 months ago

Description

When creating a new invoice, in the quantity text field the arrows don't allow the input of decimal numbers. However, if i manually type a decimal number in the text field, it will be accepted .The quantity field shouldn't be a decimal number but a whole number. I added an error message to be displayed whenever a user writes a decimal number.

Related Issues

1010

Screenshots (if applicable)

Before: Screenshot (587) After: Screenshot (588)

Checklist