GitPedia
RSC-Labs

RSC-Labs/medusa-documents

Medusa plugin which generates documents (e.g. invoices) in PDF

5 Releases
Latest: 2y ago
v0.8.0Latest
radoslaw-szradoslaw-szยท2y agoยทMay 16, 2024
GitHub

๐Ÿ“ฆ 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
radoslaw-szradoslaw-szยท2y agoยทMay 6, 2024
GitHub

๐Ÿ“ฆ 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
v0.6.0
radoslaw-szradoslaw-szยท2y agoยทApril 23, 2024
GitHub

๐Ÿ“ฆ 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
radoslaw-szradoslaw-szยท2y agoยทApril 18, 2024
GitHub

๐Ÿ“ฆ 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
v0.4.0
radoslaw-szradoslaw-szยท2y agoยทApril 14, 2024
GitHub

๐Ÿ“ฆ 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.