Metadata-Version: 2.4
Name: entirius-django-returns
Version: 3.0.0
Summary: Order returns (RMA) for the Volkanos checkout: return requests, attachments and PDF forms
Project-URL: Repository, https://github.com/entirius/entirius-django-returns
Author: Entirius
License-Expression: MPL-2.0
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: django-admin-inline-paginator>=0.3.0
Requires-Dist: django>=5.0
Requires-Dist: entirius-django-accounts>=5.0.0
Requires-Dist: entirius-django-checkout>=9.0.0
Requires-Dist: entirius-django-email>=4.0.0
Requires-Dist: entirius-django-utils>=2.0.0
Requires-Dist: entirius-py-bievents>=2.0.0
Requires-Dist: entirius-py-pdf-generator>=2.0.0
Requires-Dist: entirius-py-process-logger>=2.0.0
Requires-Dist: marshmallow
Requires-Dist: marshmallow-dataclass[enum,union]
Provides-Extra: dev
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Provides-Extra: test
Requires-Dist: dj-database-url; extra == 'test'
Requires-Dist: psycopg[binary]; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-django; extra == 'test'
Description-Content-Type: text/markdown

# entirius-django-returns

Order returns (RMA) for the Volkanos checkout: customer return requests with attachments,
return PDF forms and status flow. Extends `django_checkout` (orders) and links returns
to `django_accounts` customers.

## Installation

```shell
pip install entirius-django-returns
```

## Configuration

`PRIVATE_DIR` is required by the host service (attachment storage; fail-fast at import).
Optional: e-mail template paths and `LOGO_URL` — see `src/django_returns/settings.py`.

## Development

```shell
make install   # uv sync (incl. extras)
make test      # run tests
make check     # ruff lint + format-check
```

## API

See `docs/return_api.md` for the endpoint reference.

## License

MPL-2.0
