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.34.9.tar.gz (20.7 kB view details)

Uploaded Source

Built Distribution

File details

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

File metadata

File hashes

Hashes for fyle_accounting_mappings-1.34.9.tar.gz
Algorithm Hash digest
SHA256 733a743ee841ee1118a8ce1a0bc76a6955477f82ae3c94295004dfca9d891b3b
MD5 7f97faeb53d9bd75acfcda49074be5c7
BLAKE2b-256 05f46c0ed0639db02f7b51b064f0745bb966d54f50222cb8322a574356fd3744

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fyle_accounting_mappings-1.34.9-py3-none-any.whl
Algorithm Hash digest
SHA256 31950eacb19c1a03e7a57063c1ec72d703143fb550bec6412d6a4bb270efcc72
MD5 8784338344a6fca31f57023a8c64dfbb
BLAKE2b-256 89298624eb89fc412efaec47fac9a15489e1a499697ac1f5e5bc89028fb6322e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page