Go to file
Jon Elias 21ddd3fcd0
gitea/salix/pipeline/head This commit looks good Details
Merge pull request '#7193 Added scope in parking model' (!3153) from 7193-ParkingCreateScope into dev
Reviewed-on: #3153
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
2024-10-28 10:48:09 +00:00
.husky
.vscode
back feat: refs #8020 machineWorkerDeprecated 2024-10-23 11:33:45 +02:00
db feat: refs #7006 Requested changes 2024-10-25 14:24:26 +02:00
e2e chore: refs #7874 fix e2e 2024-10-04 16:04:31 +02:00
front fix(salix): change parse method 2024-10-04 07:09:59 +00:00
loopback Merge branch 'dev' of https: refs #7921//gitea.verdnatura.es/verdnatura/salix into 7921-sendExpeditionLost 2024-10-28 10:22:23 +01:00
modules Merge branch 'dev' into 7193-ParkingCreateScope 2024-10-28 09:52:17 +00:00
print feat: refs #7266 Minor change 2024-10-24 12:18:09 +02: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 Actualizar README.md 2024-06-20 10:44:31 +00:00
babel.config.js
changelog.sh
commitlint.config.js
docker-compose.yml
gulpfile.js
jest.front.config.js
myt.config.yml build: refs #8062 dump db and import ticketCanAdvanceConfig 2024-10-03 09:49:16 +02:00
package.json build: init version 24.44 2024-10-15 09:29:38 +02:00
pnpm-lock.yaml feat: update myt version 2024-10-04 10:29:50 +02:00
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