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.17.0.tar.gz (16.2 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.17.0-py3-none-any.whl (26.7 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for fyle-accounting-mappings-1.17.0.tar.gz
Algorithm Hash digest
SHA256 c89aeace2ca7351b39f24da851fa375984ccfc623b7a7e0061f0f25b2ffb600d
MD5 f079f9f47e32a00c7f79f49954389027
BLAKE2b-256 7689978f0b07a85713785c404463bc493aff2626eaf5cde3cf0b92ffb4695668

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fyle_accounting_mappings-1.17.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7e0fea8ebb00a345651d1dd9b20a772db03cc7001a651d6b9ae67057d97d5d85
MD5 47320e976099ed5f5feb70e7ad41e038
BLAKE2b-256 fa753c612c8fdd7ca9c9805ca4b567904900921d4b693ca44207af0a27eb0bd4

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