snipe-it/app
Daniel Meltzer 0c912bcf49 Fix more number_format madness.
This does two main things:
1) The importer now imports as numbers, not parsed strings.  This allows
is to format values on output instead of input, which is what was
happening in most places.

2) Add a Helper::parseCurrencyString method and port everything to use
this.  This checks to see if the value is numeric or empty, and returns
the appropriate value in all cases.  Should fix all known occurances of
number_format expections.
2016-08-16 20:41:28 -05:00
..
Console Skip email if no email domain is given 2016-08-02 12:30:02 -07:00
Events Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
Exceptions Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
Helpers Fix more number_format madness. 2016-08-16 20:41:28 -05:00
Http Fix more number_format madness. 2016-08-16 20:41:28 -05:00
Jobs Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
Listeners Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
Models Fixes #2404 Only update name of asset if it isn't null. 2016-08-16 18:23:20 -07:00
Policies Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
Providers Fixes #2406 - added missing gate for assets.edit 2016-08-09 16:38:43 -07:00