snipe-it/app/Http
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
..
Controllers Fix more number_format madness. 2016-08-16 20:41:28 -05:00
Middleware Formatting fixes for coding standards 2016-06-22 12:27:41 -07:00
Requests Validate that purchase_cost is a numeric value. (#2452) 2016-08-16 18:18:50 -07:00
Traits Putting uniqueUndeleted into a trait for use across models 2016-07-26 01:39:30 -07:00
Kernel.php Use custom maintenance middleware 2016-08-11 19:22:26 -07:00
routes.php CSV history routes 2016-08-12 16:02:09 -07:00