Calhoun266 / simpleinvoices

Automatically exported from code.google.com/p/simpleinvoices
GNU General Public License v3.0
0 stars 0 forks source link

Null invoices #67

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create an itemised or consulting invoices
2. enter 0 as the amount
3. save invoice

What is the expected output? What do you see instead?
- 0 shouldnt be allowed
- but it is and causes the invoice to has issues

Update the validation to check for !=0

Original issue reported on code.google.com by linux...@gmail.com on 23 Jan 2007 at 11:52

GoogleCodeExporter commented 9 years ago
work done

0 is not allows

but work needs to be done on the regex so 0.0 etc.. are also not allowed

Original comment by linux...@gmail.com on 5 Feb 2007 at 11:30