felicity-lims/felicity/database/base.py
Aurthur Musendame c23d2a621d added billling
2023-11-25 11:26:25 +02:00

91 lines
5 KiB
Python

from apps.analysis.models.analysis import Analysis # noqa
from apps.analysis.models.analysis import AnalysisCategory # noqa
from apps.analysis.models.analysis import AnalysisCoding # noqa
from apps.analysis.models.analysis import AnalysisCorrectionFactor # noqa
from apps.analysis.models.analysis import AnalysisDetectionLimit # noqa
from apps.analysis.models.analysis import AnalysisInterim # noqa
from apps.analysis.models.analysis import AnalysisRequest # noqa
from apps.analysis.models.analysis import AnalysisSpecification # noqa
from apps.analysis.models.analysis import AnalysisUncertainty # noqa
from apps.analysis.models.analysis import CodingStandard # noqa
from apps.analysis.models.analysis import Profile # noqa
from apps.analysis.models.analysis import ProfileCoding # noqa
from apps.analysis.models.analysis import RejectionReason # noqa
from apps.analysis.models.analysis import ResultOption # noqa
from apps.analysis.models.analysis import Sample # noqa
from apps.analysis.models.analysis import SampleType # noqa
from apps.analysis.models.analysis import SampleTypeCoding # noqa
from apps.analysis.models.qc import QCLevel # noqa
from apps.analysis.models.qc import QCSet # noqa
from apps.analysis.models.qc import QCTemplate # noqa
from apps.analysis.models.results import AnalysisResult # noqa
from apps.analysis.models.results import ResultMutation # noqa
from apps.analytics.models import ReportMeta # noqa
from apps.audit.models import AuditLog # noqa
from apps.billing.models import ProfileDiscount # noqa
from apps.billing.models import ProfilePrice # noqa
from apps.billing.models import ServiceDiscount # noqa
from apps.billing.models import ServicePrice # noqa
from apps.billing.models import TestBill # noqa
from apps.billing.models import TestBillInvoice # noqa
from apps.billing.models import TestBillTransaction # noqa
from apps.billing.models import VoucherCode # noqa
from apps.billing.models import VoucherCustomer # noqa
from apps.client.models import Client # noqa
from apps.client.models import ClientContact # noqa
from apps.common.models import IdSequence # noqa
from apps.impress.models import ReportImpress # noqa
# from apps.setup.models import MethodValidation # noqa
# from apps.setup.models import InstrumentCompetence # noqa
from apps.instrument.models import CalibrationCertificate # noqa
from apps.instrument.models import Instrument # noqa
from apps.instrument.models import InstrumentCalibration # noqa
from apps.instrument.models import InstrumentType # noqa
from apps.instrument.models import Method # noqa
from apps.inventory.models import Hazard # noqa
from apps.inventory.models import StockAdjustment # noqa
from apps.inventory.models import StockCategory # noqa
from apps.inventory.models import StockItem # noqa
from apps.inventory.models import StockOrder # noqa
from apps.inventory.models import StockOrderProduct # noqa
from apps.inventory.models import StockPackaging # noqa
from apps.inventory.models import StockProduct # noqa
from apps.inventory.models import StockTransaction # noqa
from apps.inventory.models import StockUnit # noqa
from apps.job.models import Job # noqa
from apps.messaging.models import Message # noqa
from apps.noticeboard.models import Notice # noqa
from apps.notification.models import ActivityFeed # noqa
from apps.notification.models import ActivityStream # noqa
from apps.notification.models import Notification # noqa
from apps.patient.models import Identification # noqa
from apps.patient.models import Patient # noqa
from apps.reflex.models import ReflexAction # noqa
from apps.reflex.models import ReflexBrain # noqa
from apps.reflex.models import ReflexBrainAddition # noqa
from apps.reflex.models import ReflexBrainCriteria # noqa
from apps.reflex.models import ReflexBrainFinal # noqa
from apps.reflex.models import ReflexRule # noqa
from apps.setup.models import Country # noqa
from apps.setup.models import Department # noqa
from apps.setup.models import District # noqa
from apps.setup.models import Laboratory # noqa
from apps.setup.models import LaboratorySetting # noqa
from apps.setup.models import Manufacturer # noqa
from apps.setup.models import Province # noqa
from apps.setup.models import Supplier # noqa
from apps.setup.models import Unit # noqa
from apps.shipment.models import Shipment # noqa
from apps.shipment.models import ShippedSample # noqa
from apps.storage.models import StorageContainer # noqa
from apps.storage.models import StorageLocation # noqa
from apps.storage.models import StorageSection # noqa
from apps.storage.models import StoreRoom # noqa
from apps.user.models import Group # noqa
from apps.user.models import Permission # noqa
from apps.user.models import User # noqa
from apps.user.models import UserAuth # noqa
from apps.user.models import UserPreference # noqa
from apps.worksheet.models import WorkSheet # noqa
from apps.worksheet.models import WorkSheetTemplate # noqa
from database.base_class import DBModel # noqa