Skip to content
Snippets Groups Projects
Commit d9490e6c authored by Hugo Brua's avatar Hugo Brua
Browse files

:pencil: readme v2

parent b482d626
Branches
1 merge request!7🔀 V1
Projet ERP RMS ![ico](./public/favicon.ico)
Projet ERP RMS <img src="./public/logo.png" width="60" height="90" />
==============
[![Build Status](https://drone.princelle.org/api/badges/erp-sil/rms/status.svg?ref=refs/heads/main)](https://drone.princelle.org/erp-sil/rms)
Ce projet est une interface, mise a disposition de l'administration du [AIUS](https://fr-fr.facebook.com/aius.strasbourg/). Elle materialise une caisse enregistreuse dématerialisée permetant la gestion des achat et du stock.
Ce projet est une interface, mise a disposition pour l'administration du [AIUS](https://fr-fr.facebook.com/aius.strasbourg/). Elle materialise une caisse enregistreuse dématerialisée permetant la gestion des achat et du stock.
### Table des matières
1. [Installation du module](#module-installation)
......@@ -14,14 +14,12 @@ Ce projet est une interface, mise a disposition de l'administration du [AIUS](ht
### Installation du module <a name="module-installation"></a>
Dans le dossier \RMS, vous pouvez lancer la commande :
#### `yarn install`
#### `docker-compose up`
### Dépendences <a name="dependencies"></a>
This project was bootstrapped with Create React App.
Tailwind was installed with the method provided in the documentation on the official website.
Ce projet est crée avec [Create React App](https://fr.reactjs.org/) et [Tailwind](https://tailwindcss.com/).
### Confirguration <a name="configuration"></a>
......@@ -37,40 +35,23 @@ APP_PORT=
### Fonctionnalité <a name="module-operating"></a>
Cette application se décompose en trois espaces:
#### Available Scripts
In the project directory, you can run:
#### `yarn start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.\
You will also see any lint errors in the console.
#### `yarn test`
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
#### `yarn build`
#### Vente
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.
L'espace vente affiche la liste des produits disponibles.
Il permet la mise en pannier de produits et de les facturés.
The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!
<img src="./public/vente.png" width="750" height="300" />
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
#### Gestion des stocks
#### `yarn eject`
L'espace de Gestion des stocks permet de redefinir la quantitité disponible de chaque produit.
**Note: this is a one-way operation. Once you `eject`, you can’t go back!**
<img src="./public/stock.png" width="750" height="300" />
If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
#### Utilisateurs
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
L'espace Utilisateur affiche la liste des utilisateurs en affichant leur caractéristiques notament si ils sont adhérant.
You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
<img src="./public/utilisateurs.png" width="750" height="200" />
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment