Skip to main content

Django application to store the fyle accounting mappings in a generic manner

Project description

Fyle Accounting Mappings

Installation and Usage

Backend infra to support all kinds of mappings in Fyle Accounting Integrations

$ pip install fyle-accounting-mappings

In Django settings.py -

INSTALLED_APPS = [
    'django.contrib.admin',
    'django.contrib.auth',
    'django.contrib.contenttypes',
    'django.contrib.sessions',
    'django.contrib.messages',
    'django.contrib.staticfiles',

    # Installed Apps
    'rest_framework',
    'corsheaders',
    'fyle_rest_auth', # already existing reusable django app for authentication
    'fyle_accounting_mappings', # new mapping infra app

    # User Created Apps
    'apps.users',
    'apps.workspaces',
    'apps.mappings',
    'apps.fyle',
    'apps.quickbooks_online',
    'apps.tasks'
]

Run migrations -

$ python manage.py migrate

To use -

from fyle_accounting_mappings.models import MappingSetting, Mapping, ExpenseTag, DestinationTag

# Operations with DB

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fyle-accounting-mappings-1.27.0.tar.gz (18.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fyle_accounting_mappings-1.27.0-py3-none-any.whl (31.1 kB view details)

Uploaded Python 3

File details

Details for the file fyle-accounting-mappings-1.27.0.tar.gz.

File metadata

File hashes

Hashes for fyle-accounting-mappings-1.27.0.tar.gz
Algorithm Hash digest
SHA256 5cfa940bf6f029f909eb0f4fb09cacb72c70b3662bd6659528c7d6782fa759b1
MD5 3fefa429131ad40d8d27c12748068f4b
BLAKE2b-256 46b6bc30c7e4864a6b2b158bae5d79f1b8cbb208c809add7b9601c0d9b716d4b

See more details on using hashes here.

File details

Details for the file fyle_accounting_mappings-1.27.0-py3-none-any.whl.

File metadata

File hashes

Hashes for fyle_accounting_mappings-1.27.0-py3-none-any.whl
Algorithm Hash digest
SHA256 48ac6e947b646a7bcf3cfe6d2b7ff020940f9746520393c6c35f06d1bf97cc6b
MD5 dcb32ce6ce59d161ff3ca314036236dd
BLAKE2b-256 eabecbab68b6751d8a9b4a309c9995cca311b6333366923cabc3d47c9a252501

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page