Coder Social home page Coder Social logo

hossainchisty / freshgerium-erp-platform Goto Github PK

View Code? Open in Web Editor NEW
164.0 5.0 72.0 12.9 MB

FreshGerium is a cutting-edge SaaS-based solution tailored for SMEs, designed to be your all-in-one platform for seamless business management.🎯πŸ”₯

Home Page: https://youtu.be/KTm5MXDNM5U?si=nWum4ODUM1F1gfZy

License: Other

erp-application automation bussiness-solution erp-software sme-application business-analytics bussiness-service customer-support

freshgerium-erp-platform's Introduction

FreshGerium

FreshGerium is a smart ERP solution to manage your business. you can keep track of your accounts, customers, products, orders, invoices, expenses, purchases, reports, returns, damage, sales, service, stock, suppliers, and more. It's easy to use for keeping all kinds of business records πŸš€
demo

Don't forget to leave a star ⭐!

πŸ’¬ Contact Us

If you are interested in experiencing a demo of FreshGerium, please don't hesitate to get in touch with us at your earliest convenience. We can be contacted via email at [email protected].

πŸ—‚ Tech Stack

Below is a list of technologies we use at FreshGerium.

  • 🎨 Frontend: SB Admin 2 v4.1.3
  • πŸ— Backend: Python, Django, Jinja2, and more
  • βŒ› Asynchronous: Celery
  • 🌳 Services: Redis, PostgreSQL
  • ☁️ Cloud: Cloudinary
  • β™Ύ CI/CD: Github Action
  • 🎩 Deployment: Render Cloud
  • πŸ“¨ Email Service: Zoho Mail
  • πŸ‹ Devops: Docker

πŸ”‹ Why FreshGerium ERP Platform?

βœ… Activity Dashboard

βœ… Account Management

βœ… Product Management

βœ… Sells Products by Barcode & QR-Code

βœ… Purchase Management

βœ… Stock Management

βœ… Sales Management

βœ… Service Management

βœ… Expense Management
Real-Time pie chart that shows expense by current year and month. We'll notify you when an expense syncs.

βœ… Damage Management

βœ… Customer Management

βœ… Supplier Management

Noticeable Featuresβ—½

βœ… Engagement Tracking

βœ… Export excle, csv files (Automaticly Generated)

βœ… View Connected Device

βœ… Device Activity Tracking

βœ… PDF Report (Automaticly Generated)

βœ… Accessing & Downloading your Freshdesh Information
Get a copy of your data. We'll email you a link to a file with your information. it may take up to 48 hours to collect this information and send it to you.

βœ… Two-Factor Authentication (2FA) In Admin

βœ… ... And More.

For any feature/improvement request ping me here [email protected]

What's newβ—½

Daily & Monthly Sales Reports

Performance Improve

Bug Fixed & UI improved

Coming Soonβ—½

I will also set periodic automatic background tasks for backing up the database.

Human Resource Management System Software (HRMS) Module

Key Features of HRMS

βœ… Employee information management system

βœ… Employee leave management system

βœ… Employee recruitment system

βœ… Attendance management system

βœ… Asset & equipment management

βœ… Bank & loan management system

βœ… Department management system

βœ… Leave tracking system

βœ… Dynamic report system

βœ… Account management system

βœ… Payroll management system

🚨 Disclaimer

Note: This project is no longer actively maintained. We have stopped working on this project and will not be providing further updates or support publicly.

We appreciate your interest in this project, and while we have discontinued public updates, the project might still be under development privately for specific purposes or clients. If you have any questions or inquiries about the project, please contact us privately for more information.

Thank you for your understanding.

Best regards,
Hossain Chisty
21-Oct-23 02:32PM

If you would like to have my help with your team and product, feel free to contact me. πŸ€“

freshgerium-erp-platform's People

Contributors

dependabot[bot] avatar hossainchisty avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

freshgerium-erp-platform's Issues

Installation and Configuration Troubles

Hi hossainchisty,

I hope this message finds you well. I'm reaching out because I've encountered some difficulties while trying to set up and run your Freshdesk-ERP-Platform repository. As a beginner in Django development, I found the lack of installation instructions and a requirements.txt file challenging, and I believe there might be a configuration issue.

Here are the details of the problem:

Problem

When attempting to run python manage.py migrate, I encountered the following error:

(virt) x@gedion:~/Desktop/test/Freshdesk-ERP-Platform$ python manage.py migrate
Traceback (most recent call last):
  File "/home/gedion/Desktop/test/Freshdesk-ERP-Platform/manage.py", line 22, in <module>
    main()
  File "/home/gedion/Desktop/test/Freshdesk-ERP-Platform/manage.py", line 18, in main
    execute_from_command_line(sys.argv)
  File "/home/gedion/Desktop/test/virt/lib/python3.11/site-packages/django/core/management/__init__.py", line 442, in execute_from_command_line
    utility.execute()
  File "/home/gedion/Desktop/test/virt/lib/python3.11/site-packages/django/core/management/__init__.py", line 436, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/home/gedion/Desktop/test/virt/lib/python3.11/site-packages/django/core/management/base.py", line 412, in run_from_argv
    self.execute(*args, **cmd_options)
  File "/home/gedion/Desktop/test/virt/lib/python3.11/site-packages/django/core/management/base.py", line 458, in execute
    output = self.handle(*args, **options)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/gedion/Desktop/test/virt/lib/python3.11/site-packages/django/core/management/base.py", line 106, in wrapper
    res = handle_func(*args, **kwargs)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/gedion/Desktop/test/virt/lib/python3.11/site-packages/django/core/management/commands/migrate.py", line 117, in handle
    executor = MigrationExecutor(connection, self.migration_progress_callback)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/gedion/Desktop/test/virt/lib/python3.11/site-packages/django/db/migrations/executor.py", line 18, in __init__
    self.loader = MigrationLoader(self.connection)
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/gedion/Desktop/test/virt/lib/python3.11/site-packages/django/db/migrations/loader.py", line 58, in __init__
    self.build_graph()
  File "/home/gedion/Desktop/test/virt/lib/python3.11/site-packages/django/db/migrations/loader.py", line 235, in build_graph
    self.applied_migrations = recorder.applied_migrations()
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/gedion/Desktop/test/virt/lib/python3.11/site-packages/django/db/migrations/recorder.py", line 81, in applied_migrations
    if self.has_table():
       ^^^^^^^^^^^^^^^^
  File "/home/gedion/Desktop/test/virt/lib/python3.11/site-packages/django/db/migrations/recorder.py", line 57, in has_table
    with self.connection.cursor() as cursor:
         ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/gedion/Desktop/test/virt/lib/python3.11/site-packages/django/utils/asyncio.py", line 26, in inner
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/gedion/Desktop/test/virt/lib/python3.11/site-packages/django/db/backends/base/base.py", line 330, in cursor
    return self._cursor()
           ^^^^^^^^^^^^^^
  File "/home/gedion/Desktop/test/virt/lib/python3.11/site-packages/django/db/backends/dummy/base.py", line 20, in complain
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: settings.DATABASES is improperly configured. Please supply the ENGINE value. Check settings documentation for more details.

Additional Challenges

  • The repository lacks a requirements.txt file, making it unclear which dependencies are required.
  • The project prompts me to turn off DEBUG="False" in development mode, even though it's already set to True.

Request

As a beginner, I would greatly appreciate some guidance on the proper installation process and configuration settings. Additionally, it would be helpful if you could provide a clear set of instructions or a requirements.txt file to ensure that users can set up the project successfully.

Request for Assistance

Kindly provide guidance on the following:

1. Database Configuration:

  • What is the correct database engine to use for this project?
  • How should I configure the DATABASES setting in settings.py?

2. Installation Instructions:

  • Please outline the steps necessary to install and run the project successfully.
  • If any specific dependencies are required, please list them.

3. Debugging in Development Mode:

  • How can I resolve the issue of being prompted to turn off DEBUG mode in development?
    Thank you for your time and support!

Additional Information:

I'm using Python version 3.11.
I'm working in a virtual environment named virt.
I'm attempting the installation on my machine running Ubuntu 23.04.
Please let me know if you need any further details from me.

Thank you!
Best regards,
_its.nihal

Project can't run.

python manage.py runserver
CommandError: You must set settings.ALLOWED_HOSTS if DEBUG is False.

How can i fix it?

ModuleNotFoundError: No module named 'notifications.signals'

Hello everyone,
the requirements.txt contains all the requirements?

I get several errors like this,

"""
expense\signals.py", line 1, in
from notifications.signals import notify
ModuleNotFoundError: No module named 'notifications.signals'

"""
can you give us a tutorial to run the CRM ?

settings.html

messing : {% endcache %}

first test Feshdesk, multiple linck nont work ( sidebar).
maybe permissions problems.

thnx

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.