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.24.0.tar.gz (16.6 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.24.0-py3-none-any.whl (27.4 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for fyle-accounting-mappings-1.24.0.tar.gz
Algorithm Hash digest
SHA256 4a7bd98107a6f71d971e127819c0ada6abb5e7a05f7306d426403881b34755d7
MD5 ad25268e609985077e7fc4eccdc5d1c7
BLAKE2b-256 85c5fc41c74a6a482ce7695fca39e71c756b066a301f7c41cbada518be63f657

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fyle_accounting_mappings-1.24.0-py3-none-any.whl
Algorithm Hash digest
SHA256 63e37ab502da9f0d6ecc0c4ef8cb7d1f2a6f22b83b0a2e5915e20f8677634b26
MD5 953fe3e00c550fa0837a99cf9ceb0996
BLAKE2b-256 aab78727dfb87325a86cb6af2b9d8f3423fcd52f82088770f9e2ccdca3cc760a

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