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-0.16.0.tar.gz (9.1 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-0.16.0-py3-none-any.whl (14.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: fyle-accounting-mappings-0.16.0.tar.gz
  • Upload date:
  • Size: 9.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for fyle-accounting-mappings-0.16.0.tar.gz
Algorithm Hash digest
SHA256 85fd70155ecc27343b958b0f1189e5857ad4c94d76a6a8df6c0036dc1047a1a0
MD5 a2991744221e2a89f091c9be571a0720
BLAKE2b-256 a350c618f4dbe80ceeebd4cb7f289f0f87348013ccdc7b4ed75e0d5cc9107b5b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fyle_accounting_mappings-0.16.0-py3-none-any.whl
  • Upload date:
  • Size: 14.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for fyle_accounting_mappings-0.16.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d4eeff3c46f48df96d072a1657ff99b1a8d998ec28a60eae0b7e5ba5c90195a9
MD5 e574bc9a0e540fe497524dece413f476
BLAKE2b-256 6a2386dda9bc5eccc2f5980b2825ac2c5862fa3bf1170ef2d0d3d2b88b7484de

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