Releases: xam-ps/LASO
v1.0.7
v1.0.6 was not published but only created locally
Full list of changes
- Update php + js dependencies
To update please run:
git pull --ff-only
composer install --no-dev --prefer-dist --no-interaction --optimize-autoloader
php artisan cache:clear
php artisan config:clear
php artisan view:clear
and
npm ci
npm run build
to build the frontend
For a fresh installation please have a look at the README.
Full Changelog: v1.0.5...v1.0.7
v1.0.5
Full list of changes
- Update php + js dependencies
After pulling the latest codebase please run
composer install --no-dev
php artisan cache:clear
php artisan config:clear
php artisan view:clear
and
npm install
npm run build
to build the frontend
For a fresh installation please have a look at the README.
Full Changelog: v1.0.4...v1.0.5
v1.0.4
Full list of changes
- Update php + js dependencies
After pulling the latest codebase please run
composer install --no-dev
php artisan cache:clear
php artisan config:clear
php artisan view:clear
and
npm install
npm run build
to build the frontend
For a fresh installation please have a look at the README.
Full Changelog: v1.0.3...v1.0.4
v1.0.3
Full list of changes
- Update php + js dependencies
After pulling the latest codebase please run
composer install --no-dev
php artisan cache:clear
php artisan config:clear
php artisan view:clear
and
npm install
npm run build
to build the frontend
For a fresh installation please have a look at the README.
Full Changelog: v1.0.2...v1.0.3
v1.0.2
Full list of changes
- Update php + js dependencies
After pulling the latest codebase please run
composer install --no-dev
php artisan cache:clear
php artisan config:clear
php artisan view:clear
and
npm install
npm run build
to build the frontend
For a fresh installation please have a look at the README.
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Full list of changes
- Upgrade to Laravel 12
After pulling the latest codebase please run
composer install --no-dev
php artisan cache:clear
php artisan config:clear
php artisan view:clear
For a fresh installation please have a look at the README.
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Finally decided to release version 1.0.0
I'm using LASO now for more than two years - so far without any problems. Also the VAT-Notice module worked without problems so far (at the moment only with hard coded 19% VAT tough).
Full list of changes
- Update php + js dependencies
- Add tests (testcoverage is now at 76.2%)
- Fix a smaller UI bug (not showing an error message when same invoice number is being used)
- Adjust UI for VAT-Notice to make it more obvious, which values are needed for ELSTER
After pulling the latest codebase please run
composer install --no-dev
php artisan cache:clear
php artisan config:clear
php artisan view:clear
and
npm install
npm run build
to build the frontend
For a fresh installation please have a look at the README.
Full Changelog: v0.6.4...v1.0.0
v0.6.4
Full list of changes
- Update php + js dependencies
After pulling the latest codebase please run
composer install --no-dev
php artisan cache:clear
php artisan config:clear
php artisan view:clear
and
npm install
npm run build
to build the frontend
For a fresh installation please have a look at the README.
Full Changelog: v0.6.3...v0.6.4
v0.6.3
Full list of changes
- Update php + js dependencies
- Add remaining net revenue to vat notice as this needs to be reported via elster after all
After pulling the latest codebase please run
composer install --no-dev
php artisan cache:clear
php artisan config:clear
php artisan view:clear
and
npm install
npm run build
to build the frontend
For a fresh installation please have a look at the README.
Full Changelog: v0.6.2...v0.6.3
v0.6.2
Full list of changes
- Update laravel dependencies
Upgrade instruction (only when you are upgrading from v0.5.x or older)
DEFAULT_TAX_RATE property to the .env file, e.g. DEFAULT_TAX_RATE=19 for 19%. Have a look at the .env.example file and place the property at the same location if possible.
After pulling the latest codebase please run
composer install --no-dev
php artisan cache:clear
php artisan config:clear
php artisan view:clear