nervatura 5.0.2 → 5.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@ Open Source Business Management Framework
|
|
|
7
7
|
|
|
8
8
|
Nervatura is a business management framework based on **open-data principle**. It can handle any type of business related information, starting from customer details, up to shipping, stock or payment information.
|
|
9
9
|
|
|
10
|
-
The
|
|
10
|
+
The main aspects of its design were:
|
|
11
11
|
|
|
12
12
|
* simple and transparent structure
|
|
13
13
|
* capability of storing different data types of an average company
|
|
@@ -30,8 +30,12 @@ or CSV data files
|
|
|
30
30
|
- sample report templates and [**REPORT EDITOR**](https://nervatura.github.io/nervatura/docs/client/program/editor) GUI
|
|
31
31
|
- PWA [**CLIENT**](https://nervatura.github.io/nervatura/docs/client) application and a basic **ADMIN** interface
|
|
32
32
|
|
|
33
|
-
The client and report interface supports [multilingualism](https://nervatura.github.io/nervatura/docs/start/customization#customize-the-appearance). The framework can be easily extended with additional interfaces and functions in the
|
|
34
|
-
|
|
33
|
+
The client and report interface supports [multilingualism](https://nervatura.github.io/nervatura/docs/start/customization#customize-the-appearance). The framework can be easily extended with additional interfaces and functions in the any languages.
|
|
34
|
+
|
|
35
|
+
See the [**Examples**](https://nervatura.github.io/nervatura/docs/start/examples) for more information:
|
|
36
|
+
- [Node.js and NPM](https://nervatura.github.io/nervatura/docs/start/examples/#nodejs-and-npm)
|
|
37
|
+
- [Python and Snap or Windows Package Manager](https://nervatura.github.io/nervatura/docs/start/examples/#python-and-snap-or-windows-package-manager)
|
|
38
|
+
- [Go and Docker](https://nervatura.github.io/nervatura/docs/start/examples/#go-and-docker)
|
|
35
39
|
|
|
36
40
|
[**Installation**](https://nervatura.github.io/nervatura/docs/install) and [**Quick Start**](https://nervatura.github.io/nervatura/docs/start)
|
|
37
41
|
|