Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Fedurtsya <anton@fedurtsya.com>
  • Loading branch information
Sieg committed Feb 28, 2023
1 parent 4c333ea commit 7dca6bf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [v1.1.0] - Unreleased

### Added
- Support twig based shop
- Twig shop installation support
- Migrations trigger during module activation
- Invoice is now downloaded with dynamic filename (invoice number is included)
- Downloaded file name prefix is configurable in settings
Expand All @@ -25,5 +25,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- PDF file generated from order data with possibility to adjust some of the fields and regenerate the invoice file
- Invoice generated in Shop's main language (if translation available)

[v1.1.0]: https://github.com/Fresh-Advance/Invoice/compare/v1.0.0...b-7.0.x
[v1.0.0]: https://github.com/Fresh-Advance/Invoice/compare/6e6618ba66...v1.0.0
[v1.1.0]: https://github.com/Fresh-Advance/Invoice/compare/v1.0.0...v1.1.0
[v1.0.0]: https://github.com/Fresh-Advance/Invoice/compare/6e6618ba66...v1.0.0
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ OXID PDF Invoice Module

## Features

* PDF Invoice file generated in shop Default language (Check if module translations for that language are available)
* Twig and Smarty shop installations supported
* PDF Invoice file generated in shop Default language
* Currently we have DE, EN and LT translations available here. Feel free to add yours.
* Several fields are adjustable before invoice generation:
* Invoice number
* Invoice date
* Invoice signer person
* Currently smarty version of the shop is supported only

## Compatibility

Expand All @@ -26,18 +27,16 @@ OXID PDF Invoice Module
## What to expect in next versions

* New blocks in templates for easy extending
* Twig shop support
* VAT listed in pdf
* Discounts listed in pdf
* Delivery listed in pdf
* Other improvements

## Installation

Module is available on packagist and installable via composer

```
composer require fresh-advance/invoice
composer require fresh-advance/invoice
```

## License
Expand Down
4 changes: 2 additions & 2 deletions metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'description' => [
'en' => 'Invoice module for OXID eShop.',
],
'version' => '1.0.0',
'version' => '1.1.0',
'author' => 'Anton Fedurtsya',
'email' => 'anton@fedurtsya.com',
'url' => '',
Expand Down Expand Up @@ -54,4 +54,4 @@
'@fa_invoice/admin/invoice.tpl' => 'views/smarty/admin/invoice.tpl',
'@fa_invoice/invoice/body.tpl' => 'views/smarty/invoice/body.tpl',
]
];
];

0 comments on commit 7dca6bf

Please sign in to comment.