Go to file
Robert Ferrús da00e368d1
gitea/salix/pipeline/pr-dev This commit looks good Details
Merge branch 'dev' into 7709-supplierPackaging_ReportSource
2024-09-09 06:11:09 +00:00
.husky fix: remove logs 2024-04-12 13:24:24 +02:00
.vscode
back fix: refs #7277 error test 2024-08-30 17:04:45 +02:00
db Merge branch 'dev' into 7709-supplierPackaging_ReportSource 2024-09-09 06:11:09 +00:00
e2e Merge pull request 'Redirect invoice out to Lilium' (!2807) from InvoiceOut_Migration into dev 2024-09-05 08:32:56 +00:00
front fix(salix): redirect with params 2024-08-28 09:22:31 +02:00
loopback Merge branch 'dev' into 7323-dynamicRole 2024-09-06 12:01:18 +00:00
modules Merge branch 'dev' into 7323-dynamicRole 2024-09-06 12:01:18 +00:00
print fix: hotfix 2024-09-04 13:36:57 +02:00
storage
win
.dockerignore
.editorconfig Eslint 2017-03-01 09:55:17 +01:00
.eslintignore
.eslintrc.yml refs #5772 Parallelism added to PDF generation 2023-06-23 11:42:30 +02:00
.gitignore
CHANGELOG.md feat(salix): refs #7897 #7897 update changelog.md 2024-09-03 08:05:02 +02:00
Jenkinsfile
LICENSE
README.md
babel.config.js
changelog.sh
commitlint.config.js
docker-compose.yml
gulpfile.js
jest.front.config.js
myt.config.yml Revert commit 2024-09-06 08:24:17 +02:00
package.json feat(salix): refs #7896 update version and changelog 2024-08-27 13:53:27 +02:00
pnpm-lock.yaml feat: refs #7644 Fix 2024-08-05 11:48:02 +02:00
webpack.config.js hotFix(env): refs #7388 disable webpack nodeEnv 2024-05-15 12:19:01 +02:00

README.md

Salix

This project is an Enterprise resource planning (ERP) integrated management of core business processes, in real-time and mediated by software and technology developed with the stack listed below.

Salix is also the scientific name of a beautifull tree! :)

Prerequisites

Required applications.

  • Node.js
  • Docker
  • Git
  • MYT

You will need to install globally the following items.

$ sudo npm install -g jest gulp-cli

After installing MYT you will need the following item.

$ apt install libkrb5-dev libssl-dev

Installing dependencies and launching

Pull from repository.

Run this commands on project root directory to install Node dependencies.

$ pnpm install
$ gulp install

Launch application in developer environment.

$ gulp

Manually reset fixtures.

$ gulp docker

Running the unit tests

For client-side unit tests run from project's root.

$ npm run test:front

For server-side unit tests run from project's root.

$ npm run test:back

For end-to-end tests run from project's root.

$ npm run test:e2e

Generate changeLog test → master

$ bash changelog.sh

Visual Studio Code extensions

Open Visual Studio Code, press Ctrl+P and paste the following commands.

In Visual Studio Code we use the ESLint extension.

ext install dbaeumer.vscode-eslint

Built With