Skip to content

Releases: xam-ps/LASO

v1.0.7

26 Apr 09:36

Choose a tag to compare

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

31 Mar 18:10

Choose a tag to compare

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

07 Mar 19:24

Choose a tag to compare

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

04 Feb 22:16

Choose a tag to compare

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

28 Nov 23:58

Choose a tag to compare

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

27 Oct 19:33

Choose a tag to compare

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

04 Oct 09:59

Choose a tag to compare

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

31 Jul 14:07

Choose a tag to compare

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

12 Apr 19:11

Choose a tag to compare

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

15 Feb 11:24

Choose a tag to compare

Full list of changes

  • Update laravel dependencies

Upgrade instruction (only when you are upgrading from v0.5.x or older)

⚠️You need to add a 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

For a fresh installation please have a look at the README.