django-erp-framework icon indicating copy to clipboard operation
django-erp-framework copied to clipboard

A Django based framework to create diverse business solutions, equipped with a reporting engine with charts, widgets system , a custom admin site and other goodies

Results 22 django-erp-framework issues
Sort by recently updated
recently updated
newest added

Example: A report that shows Treasury name & expense name, the column verbose name for both is "Name". While this is indeed the field verbose_name in the model but it...

Greetings I am a newbie in Python. I followed the guide, when I click on keys: [Clients][Expense][Products][Sales] I have a error occurs!! OR Key in left side . Although all...

**Issue:** I think the class `TimeSeriesSelectorReportView` in `django-erp-framework/erp_framework/reporting/views.py` inherits from both `UserPassesTestMixin` and `ReportViewBase` in the **wrong order**. This results in a `TypeError: Cannot create a consistent method resolution order...

Bumps [readthedocs-sphinx-search](https://github.com/readthedocs/readthedocs-sphinx-search) from 0.1.1 to 0.3.2. Changelog Sourced from readthedocs-sphinx-search's changelog. Version 0.3.2 :Date: Jan 15, 2024 @​stsewd: Security fix, more information in GHSA-xgfm-fjx6-62mj <https://github.com/readthedocs/readthedocs-sphinx-search/security/advisories/GHSA-xgfm-fjx6-62mj>__. Version 0.3.1 :Date: Mar 27,...

dependencies

I am following the tutorial and at the admin.py, I am getting the error ```bash ImportError: cannot import name 'erp_framework_site' from 'erp_framework.admin.admin' (/home/ubuntu/erp/.venv/lib/python3.10/site-packages/erp_framework/admin/admin.py) ```

So I keyed in all your code to calculate the quantity, total, value. On the sales transaction lines tab after I saved it updates to show correct values, these values...

Take a look at your my-shop Attempt to Change Password from the Dashboard. (From Icon on right). http://my-shop.django-erp-framework.com/accounts/login/?next=/password_change/ - Fails to Django Debug page with a 404 http://my-shop.django-erp-framework.com/**admin**/accounts/login/?next=/password_change/ - addition...

This is a weird one. In https://github.com/RamezIssac/my-shop/blob/main/my_shop/settings.py the installed apps has this. ``` BAD "erp_framework.admin.jazzmin_integration", "erp_framework.admin", "erp_framework.reporting", "slick_reporting", "jazzmin", ``` I have Tabular Inlines with Add Another ModelName. With the...

File "", line 1206, in _gcd_import File "", line 1178, in _find_and_load File "", line 1142, in _find_and_load_unlocked ModuleNotFoundError: No module named 'crequest'

I have a model with a number of FK and 1to1 fields. user, department etc. Reports automatically show these as filters. Awesome. However, is there a way to not allow...