I am building an invoicing system but have come to a bit of a brick wall with decimal
fields.
Currently i am using float
fields for the totals, tax amount and grand total but i think i should be using decimal
fields instead
Can someone shed some light on this for me please to whether I should be using float
of decimal
fields in my database?
The numbers being stored can be anything from 0.01
to over 10000.00