Update steps;
===For already running apps===
php artisan invoicer:update
php artisan db:seed --class="TranslatePreloadedDataToPortugueseSeeder"
php artisan db:seed --class="DefaultCustomerCompanySeeder"

edit the .env file and change the following line
APP_NAME="Netware POS"


edit the .env file and add the following values
APP_LOCALE='pt'

FINANCE_DEP_GLOBAL_AUTH="The finance authorization goes here"

===For new apps===
Nothing to be done
