iDempiere-micro / erpjs

erpjs - open source serverless headless ERP&CRM in JavaScript/TypeScript
https://eolerp.eu/
MIT License
94 stars 27 forks source link

npm updated #174

Closed davidpodhola closed 4 months ago

davidpodhola commented 4 months ago

First things first. Welcome to the repo and thank you for submitting you Pull Request!

What you see now is a merge request template. Please remove these two paragraphs and fill in the sections below. Writing the merge request description helps to share your code faster)

TL;DR

Please explain in one line what is this merge request about

Proof

(before we let the code in, we would like to know it works. You already tested the change so why not document it and show the others as well? Examples: picture of the Networks tab showing the requests, animated gif, short video).

Merge request checklist

Please check if your merge request fulfills the following requirements:

Merge request type

Before this merge request

(describe what was the code state before the MR and what is the current behavior. Examples: The /products API client was missing and is needed for further development)

How you fixed what was wrong

(this is the most important part of the MR description. We already know what was wrong and if we read the issue connected we know where you want to get. Looking at the code we will also know what you wrote. So please explain why you did it this way. Examples: I decided to keep the list of the blembas in the store as we use it on more occasions in the application.)