Go to file
Pako Natek 2962bd13c7
gitea/salix/pipeline/pr-dev This commit looks good Details
fix: refs #8030 buyer prefers to add multiple zoneGeoFk
Instead of choosing the deepest zoneGeo, buyer wants all to be merged

Refs: #8030
2024-09-30 11:59:22 +02:00
.husky
.vscode
back feat: refs #6722 refactor createThermograph 2024-09-25 13:23:31 +02:00
db fix: refs #8030 buyer prefers to add multiple zoneGeoFk 2024-09-30 11:59:22 +02:00
e2e fix: e2e not necesary 2024-09-26 16:26:50 +02:00
front refactor: refs #7792 revert TwoFactorType 2024-09-18 08:30:05 +02:00
loopback Merge branch 'dev' into 6722-thermograph 2024-09-25 13:31:12 +02:00
modules Merge branch 'dev' into 6722-thermograph 2024-09-25 13:31:12 +02:00
print Merge branch 'test' into 8032-devToTest_2440 2024-09-24 09:29:38 +00:00
storage
win
.dockerignore
.editorconfig
.eslintignore
.eslintrc.yml
.gitignore
CHANGELOG.md chore: refs #7983 changelog 2024-09-16 15:19:21 +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 Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix into 7792-twoFactorFk 2024-09-18 12:03:52 +02:00
package.json build: init version 24.42 2024-09-24 12:24:56 +02:00
pnpm-lock.yaml
webpack.config.js

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