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-3.6.1.tar.gz (43.8 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-3.6.1-py3-none-any.whl (73.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: fyle_accounting_mappings-3.6.1.tar.gz
  • Upload date:
  • Size: 43.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for fyle_accounting_mappings-3.6.1.tar.gz
Algorithm Hash digest
SHA256 f3e6e7fbb45d7e7a771c1e81bab9b841561cbd5a1d655e020e556b4cdc96ce82
MD5 62349cb13d98467828a96496ae93caa3
BLAKE2b-256 374972f37ff9791f1d982328e2e1de51364e4791a535dca887592b72e22e995f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fyle_accounting_mappings-3.6.1-py3-none-any.whl
Algorithm Hash digest
SHA256 52b4d95fcc8a8540f74c76fca1843feac037d892dac81e01989da28d73ce3ac9
MD5 eab36efbf131d646691bafa62c440d3b
BLAKE2b-256 1f9321045eb35c03c3e11080ff419d52c2ea3e423cbb097aef01b6840a6795b6

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