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.22.0.tar.gz (16.4 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.22.0-py3-none-any.whl (26.9 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for fyle-accounting-mappings-1.22.0.tar.gz
Algorithm Hash digest
SHA256 70b8ab58f63a801717deef9f80dc1ee2fec0d32465fe7dd05d1008fd6ad6f499
MD5 f77a3ec3e478fb8a61d7826e118455df
BLAKE2b-256 7dfbe84c238f5ee9e303c428a6f24b478801e141cb0428044fac3066f74ce949

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fyle_accounting_mappings-1.22.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7f83229e64ff95afef8cb780522dc94b98ee536b5a36ac949a19a714e65bf87a
MD5 bf3c4b2e6ad28e2c9460056a7c11c484
BLAKE2b-256 6e502b86750587d5c2f539f8bc8de7aece5ec5d0b6a04c8c70d6dfdd634b116d

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