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.3.tar.gz (18.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.27.3-py3-none-any.whl (31.7 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for fyle-accounting-mappings-1.27.3.tar.gz
Algorithm Hash digest
SHA256 024323329c46b95f2e653204a6a98e21f7bb933a27fb166a10ae5c10caecd8f7
MD5 00c65eada73b05985c6af511cd5c1d53
BLAKE2b-256 0c0c51d2b523a0bbfd9f20687e033a5795652bbfd552d28e5201ccbbaf90aae4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fyle_accounting_mappings-1.27.3-py3-none-any.whl
Algorithm Hash digest
SHA256 5db0d14e0013168040507efd45f80fe2165970d5faab71fa9854278000ce255b
MD5 76434f0ab512aab226a6ac24991c37fd
BLAKE2b-256 bc33cf53c4fe44d2bca94f46ebf6d1ef74d87ce8c24d713dfb8483e945a99d1d

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