Go to file
Vicent Llopis 3de9ea2ce5
gitea/salix/pipeline/head There was a failure building this commit Details
refactor(client_create): added checks on back route
2022-04-01 10:04:15 +02:00
.vscode
back 3668 - Deprecated field "isOfficial" 2022-03-18 11:06:16 +01:00
db Merge branch 'dev' into 3781-export_database 2022-03-29 10:15:33 +00:00
e2e fix: update test failed 2022-03-29 09:10:42 +02:00
front feat(smart-table): add defaultSearch option 2022-03-17 09:14:01 +01:00
loopback Merge branch 'dev' into 3607-supplier_agencyTerm 2022-03-28 08:40:32 +00:00
modules refactor(client_create): added checks on back route 2022-04-01 10:04:15 +02:00
print Merge branch 'dev' into 3791-travel_extra-community 2022-03-29 08:10:30 +00:00
storage Invoice folder 2022-03-16 14:26:56 +01:00
.dockerignore
.editorconfig
.eslintignore
.eslintrc.yml
.gitignore Added again 2022-03-16 14:27:16 +01:00
Dockerfile
Jenkinsfile delete jenkins changes 2022-03-29 07:38:08 +02:00
LICENSE
README.md
babel.config.js
docker-compose.yml
fileMock.js
gulpfile.js
jest-front.js
jest.front.config.js
package.json Added axios as http package 2022-01-18 17:08:58 +01: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 = 14.x LTS
  • Docker
  • Git

You will need to install globally the following items.

$ sudo npm install -g jest gulp-cli

For the usage of jest --watch on macOs.

$ brew install watchman

Linux Only Prerequisites

Your user must be on the docker group to use it so you will need to run this command:

$ sudo usermod -a -G docker yourusername

Getting Started // Installing

Pull from repository.

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

$ npm 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.

$ jest

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

$ gulp backTest

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

$ gulp e2e

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

Gitlens for visualization of code authorship

ext install eamodio.gitlens

Spanish language pack

ext install ms-ceintl.vscode-language-pack-es

Material icon Theme

ext install pkief.material-icon-theme

Material UI Themes

ext install equinusocio.vsc-material-theme

Built With