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

This version

3.6.2

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.6.2.tar.gz (43.8 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.6.2-py3-none-any.whl (74.0 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for fyle_accounting_mappings-3.6.2.tar.gz
Algorithm Hash digest
SHA256 f606198c1739541e54d161fd536e9af8643e7d1bdb3884d80a50b78531f3f78f
MD5 676f06f5578865301c216e0649f17212
BLAKE2b-256 6681e25fbd528baee7ff3d8e445f68db4becd0e8fc157abcbf4cd45dc0fa57d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fyle_accounting_mappings-3.6.2-py3-none-any.whl
Algorithm Hash digest
SHA256 1eff085149c3aeb9301270b54c0321350d3a8b2f5bca64e0b883e8ff1f3a114a
MD5 9abd8b51b6ea10352e0ca9d9e99fce0e
BLAKE2b-256 76062699e8ffab84a19d02101e607a4c617afaee12ceb2093a7f17087a708317

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