Skip to content
This repository has been archived by the owner on Apr 9, 2022. It is now read-only.

Latest commit

 

History

History
57 lines (32 loc) · 2.38 KB

README.md

File metadata and controls

57 lines (32 loc) · 2.38 KB

FEUP-SINF

Project developed for Information Systems class.

Made in colaboration with Gonçalo Santos, Rita Norinho, Afonso Azevedo and Joana Silva.

Specification

This project consists in the development of a Intercompany Module, integrated with Primavera’s Jasmin Platform, making use of a customizable interface to handle all the transactions between two different companies. It is important to clearly show past or ongoing processes between the two companies, so that the flow between them is noticeable. The interface should host and display detailed data about all operational aspects of the transaction, such as stock, product categories, and vending platforms. Another fundamental feature of the project is providing a user-friendly experience that allows the user a better understanding of the sales-purchase flow.

More information in the final report.

Install

cd backend cp .env.example .env adonis key:generate

Run

Just run docker-compose up in the root of the project and all 5 containers should build and start.

Backend: http://0.0.0.0/3335 Frontend: http://0.0.0.0/3001 Redis DB: http://0.0.0.0/6379 Postgres DB: http://0.0.0.0/5433 PG admin: http://0.0.0.0/5051

Core Views

Overview

Master Data

Logs

New Process

Process Detail

New Process Type