Releases: RSC-Labs/medusa-documents
v0.8.0
Highlights
This release adds support of translations for documents (not for frontend). You can now add or use existing translations and generated documents in your language.
Changes
- Adding assets to plugin tree with fonts and locales
- Modyfing package.json to copy assets from src/ to /dist
- Create a loader for loading translations
- Add two translations - EN and PL
Actions
No action needed. If you would like to use translations check the newest README - https://github.com/RSC-Labs/medusa-documents?tab=readme-ov-file#translation
v0.7.0
Highlights
This release adds support for new document - Packing Slip. It is a document which focuses on quantity of items and it is usually put inside the box.
Changes
- New database tables - DocumentPackingSlipSettings (not used yet) and PackingSlip (for keeping generated packing slips).
- Templates tab has now subtabs for supporting new type of documents
- Packing Slip subtab as usual contains preview and support two, very basic templates - A4 and A7.
- Minor restructuring to support more documents, it will be still refactor to make a code more commonize
Actions
You need to run migrations to have this release working!
v0.6.0
Highlights
Forced invoice number feature has been enabled. You can now set your next invoice number and plugin will automatically increment it from that number.
Changes
- DocumentInvoiceSettings are now used to manage all settings related to invoice
- Forced number starts to be used
Actions
No action needed if you run your migrations with release v0.5.0
v0.5.0
Highlights
Preparation for new feature - forced invoice number
Changes
- create new DocumentInvoiceSettings table to keep settings related to invoices
- deprecate invoice related settings in DocumentSettings
Actions
You need to run migrations to have this release working!
v0.4.0
Highlights
This is the first official release.
Features
- Add multicurrency support for documents. From now, you shall expect that every currency which is supported by Medusa will be supported by this plugin. We are starting use "defaultCurrencies" information from medusajs/utils.