Releases: zenta-ab/fortnox.NET
Releases · zenta-ab/fortnox.NET
v3.2.0
Release of version 3.2.0
What's Changed
- Added support for .net6 and updated license by @brokenprogrammer in #44
- Bump Newtonsoft.Json from 9.0.1 to 13.0.1 in /Fortnox.NET by @dependabot in #45
- Disable tests and bump .net version used. by @brokenprogrammer in #47
New Contributors
- @dependabot made their first contribution in #45
Full Changelog: v3.1.0...v3.2.0
v3.1.0
Release of version 3.1.0
What's Changed
- Upgrade packages to minimize the size of dependency graph by @sucrose0413 in #41
- OAuth Support by @brokenprogrammer in #42
- Bump version to 3.1.0 by @brokenprogrammer in #43
New Contributors
- @sucrose0413 made their first contribution in #41
Full Changelog: v3.0.0...v3.1.0
v3.0.0
v2.5.3
Release of version 2.5.2.
Bugfixes
- Added a flag to the csproj file allowing documentation to be generated for our NuGet packages.
v2.5.2
Release of version 2.5.2.
Features
- Support for Order Actions: Print, Cancel and CreateInvoice
- Added documentation to OrderService
- Added Warehouse Resource specific fields and action to Order
Bugfixes
- Updated JsonSerializer settings to format dates properly.
- Refactored Asset & Order tests
- Updated Order & OrderRow with optional values.
v2.4.1
Release of version 2.4.1.
Features
- Support for creating orders through the API.
v2.3.1
Release of version 2.3.1.
Features
bookkeep:
Bookkeeps an invoiccancel:
Cancels an invoice (same as “Makulerad” in the GUI)credit:
Creates a credit invoice from the provided invoice. The created credit invoice will be referenced in the property CreditInvoiceReference.email:
Sends an e-mail to the customer with an attached PDF document of the invoice. You can use the properties in the EmailInformation to customize the e-mail message on each invoice.einvoice:
Sends an e-invoice to the customer with an attached PDF document of the invoice. Note that this action also sets the property Sent as true.print:
This action returns a PDF document with the current template that is used by the specific document. Note that this action also sets the property Sent as true.printreminder:
This action returns a PDF document with the current reminder template that is used by the specific document. Note that this action also sets the property Sent as true.externalprint:
This action is used to set the field Sent as true from an external system without generating a PDF.
preview: This action returns a PDF document with the current template that is used by the specific document. Unliike the action print, this action doesn’t set the property Sent as true.preview
: This action returns a PDF document with the current template that is used by the specific document. Unliike the action print, this action doesn’t set the property Sent as true.
v2.2.1
Release of version 2.2.1.
Bug fixes
- Fixed version error in NuGet packages not containing the latest changes.
v2.2.0
Release of version 2.2.0.
Features
- WebSocket implementation now supports a RemoveTenant method used to remove tenants from the event stream.
v2.1.0
Release of version 2.1.0.
Bug fixes
- Fixed spelling error for FortnoxWebSocketClients Receive method.