MANIFEST.in
README.rst
pyproject.toml
requirements.txt
setup.cfg
setup.py
t_nextgen/__init__.py
t_nextgen/config.py
t_nextgen/constants.py
t_nextgen/exceptions.py
t_nextgen/nextgen_window.py
t_nextgen/ng_app_manager.py
t_nextgen.egg-info/PKG-INFO
t_nextgen.egg-info/SOURCES.txt
t_nextgen.egg-info/dependency_links.txt
t_nextgen.egg-info/not-zip-safe
t_nextgen.egg-info/requires.txt
t_nextgen.egg-info/top_level.txt
t_nextgen/ng_document_manager/__init__.py
t_nextgen/ng_document_manager/core.py
t_nextgen/ng_pm/__init__.py
t_nextgen/ng_pm/core.py
t_nextgen/ng_pm/decorators.py
t_nextgen/ng_pm/delete_batches/__init__.py
t_nextgen/ng_pm/delete_batches/core.py
t_nextgen/ng_pm/delete_batches/delete_batches.py
t_nextgen/ng_pm/delete_batches/delete_duplicates.py
t_nextgen/ng_pm/windows/__init__.py
t_nextgen/ng_pm/windows/batch_maitenance.py
t_nextgen/ng_pm/windows/batch_posting.py
t_nextgen/ng_pm/windows/cob.py
t_nextgen/ng_pm/windows/encounter_insurance.py
t_nextgen/ng_pm/windows/import_file.py
t_nextgen/ng_pm/windows/payment_entry.py
t_nextgen/ng_pm/windows/transaction_ledger.py
t_nextgen/ng_pm/windows/models/__init__.py
t_nextgen/ng_pm/windows/models/batch_posting_row.py
t_nextgen/ng_pm/windows/models/cob_details.py
t_nextgen/ng_pm/windows/models/insurance_listing.py
t_nextgen/utils/__init__.py
t_nextgen/utils/convert_to_decimal.py
t_nextgen/utils/logger.py
t_nextgen/utils/opencv.py
t_nextgen/utils/utility.py
tests/test_t_nextgen.py