Skip to main content

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

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-3.9.5.tar.gz (51.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-3.9.5-py3-none-any.whl (87.5 kB view details)

Uploaded Python 3

File details

Details for the file fyle_accounting_mappings-3.9.5.tar.gz.

File metadata

File hashes

Hashes for fyle_accounting_mappings-3.9.5.tar.gz
Algorithm Hash digest
SHA256 b30527737714e28e3824fadc2f4ed0ce21d797587b7d7ffa2911d6b4ee744a8b
MD5 dc7b59d3049b03c60b6a51ca5c87e722
BLAKE2b-256 6c766b96ed3aacc76e8754b1899ec82ddc214ae31dd78c287bbef7dd9787c8d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fyle_accounting_mappings-3.9.5-py3-none-any.whl
Algorithm Hash digest
SHA256 b9c232f2db30b06ffb13f3c6e30a07395120c7c20ebc66670f66576aa4fc0f67
MD5 2e06798ff234e9383ed5aae0e837a4ff
BLAKE2b-256 e09e636e804b98866d8ad8454234866e789c1908ec5ca1285f3d39bf8dd81254

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

3.9.5

Supported by

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