Home
Softono
b

beowulf1416

Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.

Total Products
2

Software by beowulf1416

saas_old
Open Source

saas_old

**Software-As-A-Service** (final name not decided) Multi-tenant Business Operations Software APP_NAME is a Multi-tenant, multi-purpose on-premise or cloud business operations software designed to answer most of the needs of a business. It provides many of the services needed in the various areas of running an organization. It crosses many of the functional areas neccessary for any operation such as: * User, role and permissions management * Client and tenant management * Accounting and finance * Human Resources management * Inventory management * Project management It uses best of breed technologies like: * built on top of the python pyramid framework * OAUTH authentication with multiple supported providers * JWT tokens embedded in signed session cookies * Custom Web Elements for the frontend * JSON schema validation Other target technologies are: * Apache Kafka for stream processing (alternatively, Apache Pulsar) * ElasticSearch, LogStash and Kibana for Analytics, log aggregation and auditing At the moment, the only supported backend storage is postgresql but plans are in place to add other storage providers. Documentation: https://beowulf1416.github.io/saas/

CRM ERP
11 Github Stars
idEAS
Open Source

idEAS

# idEAS Enterprise Application Software ### THIS PROJECT IS BEING MOVED TO ANOTHER ORGANIZATION/REPOSITORY ### ### Please refer to the IDEAS platform ### ### https://github.com/orgs/devphilplus/repositories ### Features * Multi-tenant * Permission and role based authorization Components * PostgreSQL database * Apache Kafka enterprise bus * Angular based front end * Project Management * Manufacturing * Inventory Management / Supply Chain Management * Asset Management * Enterprise Resource Planning * Accounting * Human Resource * Sales * Procurement ## Installation and testing The application can be tested using **Docker**. Navigate to the root folder containing the docker-compose.yml file and run: ``` docker-compose build docker-compose up -d ``` That command will build the images and containers that is required to run a local copy of the application. It will run 4 containers: A zookeeper instance and a kafka instance, a postgres database and the application binary itself. An optional container can be built and run containing the swagger instance used for testing the endpoints provided by the application. Open the main page by using your browser to navigate to this url: ``` http://localhost ```

ERP & Business ERP
26 Github Stars