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

Enhancement: Item Name text field in Invoice #986

Open inesmrad opened 9 months ago

inesmrad commented 9 months ago

Description

When testing the form of add new invoice, i was able to enter only a "." as an item name, which is not really meaningful. I added a validation function so that the item name should at least contain 3 alphabetical characters aside from special characters/spaces.

Screenshots

This is before my validation function where the dot is the item name: Screenshot (455) This is after my validation function: Screenshot (461)

Checklist