AlexTasev / gauzy

Gauzy™ - Open-Source ERP Platform focused on Fairness and Transparency

Home Page:https://gauzy.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gauzy Platform

Join the community on Spectrum Gitter Get help on Codementor

Gauzy™ Platform - Open-Source ERP Platform focused on Fairness and Transparency for freelancers, modern agencies, studios and in-house teams.

  • Open-Source Software solving fair sharing of technology.
  • Stock Options solving fair sharing of profits in the future.
  • Gauzy Platform solving fair and transparent sharing of profits today.

Gauzy Platform includes multiple ERP features, usually available in the accounting, invoicing, time management and project management software:

  • Dashboard (provides overview of different metrics, such as company income / expenses, employees bonuses, etc.)
  • Employees Management (register of company employees / contractors, rates of employees, etc.)
  • Employees Onboarding (WIP)
  • Income / Expenses Management
  • Proposals
  • Sales Pipelines (WIP)
  • Multiple Organizations Management
  • Organization Departments and Teams
  • Organization Clients and Vendors
  • Days Off Management
  • Equipment Sharing (WIP)
  • Project Management (WIP)
  • Invoicing (WIP)
  • Billing (WIP)
  • Payments (WIP)
  • Time Management/Tracking (WIP)
  • Multi-currency

So, while the primary purpose of Gauzy Platform is to allow transparent and fair accounting, profits sharing and bonuses calculation, you can also use Gauzy software as the Platform to run your outsourcing/freelance agency or studio business.

In addition, we encourage individual Freelancers to join our "Gauzy" revolution and use the platform to jump start your business!

Read more About Gauzy and How to use it at your freelance business, agency, studio or in-house teams.

Feel free to test:

Gauzy supports following schemas for Employee (company worker, contractor or freelancer) Bonus calculations:

  • Profit-based, when employees get bonuses based on company profits from work done by given employee or team.

  • Revenue-based, when employees get bonuses based on company revenue (gross income) from work done by given employee or team.

Quick Start

With Docker Compose

  • Clone repo
  • Make sure you have Docker Compose installed locally
  • Run docker-compose up
  • ☕ time...
  • Open http://localhost:8080 in your browser
  • Login with email admin@ever.co and password: admin
  • Enjoy

Note: together with Gauzy, Docker Compose will run following:

Manually

  • Install and run latest PostgreSQL (optionally, other DB can be configured manually).
  • Install Yarn (if you don't have it) with npm i -g yarn
  • Install NPM packages with yarn install
  • Run API with yarn start:api (by default runs on http://localhost:3000/api)
  • Run Gauzy front-end with yarn start
  • Open http://localhost:4200 in your browser
  • Login with email admin@ever.co and password: admin
  • Enjoy

Note: during the first API start, DB will be automatically seed with initial data if no users found. You can run seed any moment manually (e.g. if you changed entities schemas) with yarn run seed command to re-initialize DB (warning: unsafe for production!).

Production

  • Check Gauzy Pulumi project, it will make Clouds deployments possible with a single command (pulumi up)

Note: it's WIP, currently supports AWS EKS (Kubernetes) and Fargate Clusters (for web app and backend api), Application Load Balancers and AWS RDS Serverless PostgreSQL DB deployments.

Technology Stack

Note: thanks to TypeORM, Gauzy will support lots of DBs: MySql, MariaDb, PostgreSQL, CockroachDb, sqlite, MS SQL, Oracle, MongoDb and others, with minimal changes.

See also README.md and CREDITS.md files in relevant folders for lists of libraries and software included in the Platform, information about licenses and other details.

How to use Nx

Please see our Wiki page about Nx usage

Contribute

  • Please give us ⭐ on Github, it helps!
  • You are more than welcome to submit feature requests
  • Pull requests are always welcome! Please base pull requests against the develop branch and follow the contributing guide.

Collaborators and Contributors

Development Team

Core

Developers (alphabetical order)

Designers & QA

Contributors

View full list of our contributors.

Contact Us

Security

Gauzy™ follows good security practices, but 100% security cannot be guaranteed in any software!
Gauzy™ is provided AS IS without any warranty. Use at your own risk!
See more details in the LICENSE.

In a production setup, all client-side to server-side (backend, APIs) communications should be encrypted using HTTPS/WSS/SSL (REST APIs, GraphQL endpoint, Socket.io WebSockets, etc.).

License

This software is available under GNU Affero General Public License v3.0

This program is free software: you can redistribute it and/or modify it under the terms of the corresponding licenses described in the LICENSE files located in software sub-folders and under the terms of licenses described in individual files.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

You should have received a copy of the relevant GNU Licenses along with this program. If not, see http://www.gnu.org/licenses/.

FOSSA Status

Trademarks

Gauzy™ is a trademark of Ever Co. LTD.
All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.

Copyright © 2019-present, Ever Co. LTD. All rights reserved.

Circle CI codecov Codacy Badge DeepScan grade Known Vulnerabilities Greenkeeper badge FOSSA Status

About

Gauzy™ - Open-Source ERP Platform focused on Fairness and Transparency

https://gauzy.dev

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 80.6%Language:HTML 15.1%Language:CSS 3.9%Language:Dockerfile 0.3%Language:JavaScript 0.1%Language:Batchfile 0.0%