CtrlK
BlogDocsLog inGet started
Tessl Logo

tessl/pypi-creme-crm

A comprehensive Customer Relationship Management software built on Django with extensive customization capabilities

Overview
Eval results
Files

product-catalog.mddocs/

Product Catalog

Product catalog management, service definitions, pricing, categories, and inventory integration.

Capabilities

Product Management

class Product(CremeEntity):
    """
    Product entity for catalog management.

    Attributes:
    - name: str, product name
    - code: str, product code/SKU
    - description: TextField, product description
    - unit_price: DecimalField, base price
    - category: ForeignKey, product category
    """

Service Management

class Service(CremeEntity):
    """
    Service entity for service catalog.

    Attributes:
    - name: str, service name
    - description: TextField, service description
    - unit_price: DecimalField, service price
    """

Install with Tessl CLI

npx tessl i tessl/pypi-creme-crm

docs

activity-system.md

api-integration.md

billing-system.md

configuration-system.md

console-interface.md

contact-management.md

core-framework.md

django-settings.md

document-management.md

email-system.md

event-system.md

import-export-system.md

index.md

management-commands.md

plugin-development.md

product-catalog.md

reporting-system.md

sales-management.md

system-configuration.md

template-system.md

ticket-system.md

user-management.md

tile.json