Borrow & Return Equipment


1. Program details

Equipment borrow-return program used in the company to record information about employees who borrow equipment. Able to store details of borrowing-returning equipment. developed by Impleplus Company. and distribute it for free There is no cost. Can be used for free.

Program details include:

- Can record device information

- Can to record device group information

- Can record employee information

- Can record borrowing-return information


2. Demo

Url

https://demo.impleplus.com/bre

User Login

Email: usertest1@mail.com

Password: 7Zv8Neuszwck


3. Installation and Customize program

Url

https://builder.impleplus.com

How to install the system to the page User's program, click on "Install" The system will install the system for you. When finished Users can edit the program through the menu "My Application" > "Applications"


4. Downloading and installing the program yourself

4.1 Things to prepare and install before downloading the program

3.1.1 Node.js How to install Node.js can be found here Install Node.js

3.1.2 Mysql How to install Mysql can be found here Install Mysql

4.2 Download Source code from Git hub impleplus github

4.3 Install Node modules to source code with command

npm install

4.4 Run program with command

node app.js


5. Using the program

5.1 Access via Browser with URL

http://localhost:3000


6. License

The MIT License (MIT)

Copyright © impleplus.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.