Commit Graph

11 Commits

Author SHA1 Message Date
c8f1881118 Showing tracker only in production 2020-08-22 20:01:58 -03:00
b6ba9a6193 Including the Tracking number directly 2020-08-22 14:10:59 -03:00
5e0637a1fd Including my OWA Tracker 2020-08-22 11:44:03 -03:00
999157825f Fixed bug causing error 500 on production
Some PHP version or configuration were causing this error.

On app.blade.php of local branch, I could use "$usedItems ? :"
even if $usedItems were null, but I had to check an "isset" to the production.

On HomecController, I had to change the "object" parameter of getUsername
to "\Illuminate\Database\Eloquent\Collection" to make it work.

I took the chance to just show the number of itens in use
if it were greater than 0.
2018-10-16 20:28:59 -03:00
840f0a777a Trying to fix an 500 error on production 2018-10-16 20:18:10 -03:00
8ae1e92a63 Refreshing and Including number of used items on Title
It was necessary to keep refreshing the page to
check if an item was returned when we did not
want to be alerted. So, now, the page refresh
itself every 2 minutes (while I do not know how
to use Laravel broadcasting) and the title shows
the number of items in use (including when used
by you).
2018-10-16 15:15:05 -03:00
f56d8f4b7a Added: buttons to change language
Now the welcome.blade has two new links to change language.
Other pages has a footer with the language switcher too.
2018-09-29 01:49:02 -03:00
aebffe304f Including messages on registering and invalid product 2018-09-19 21:07:40 -03:00
d20aec8f3c Fixing margins on error messages (errors.blade)
Sometimes the error box was appearing
with no space between it and other boxes
2018-09-13 21:15:40 -03:00
3db5c3862b Including item and product form validation 2018-09-10 21:29:32 -03:00
72f40046ec Adding User login and registration 2018-09-09 01:03:41 -03:00