endi.models.export package

Submodules

endi.models.export.accounting_export_log module

Accounting Export log model Allows to store information about every export that have been made

class endi.models.export.accounting_export_log.AccountingExportLogEntry(**kwargs)

Bases : Base

datetime
export_file
export_file_id
export_type
id
user
user_id
class endi.models.export.accounting_export_log.ExpenseAccountingExportLogEntry(**kwargs)

Bases : AccountingExportLogEntry

datetime
export_file
export_file_id
export_type
exported_expenses
id
user
user_id
class endi.models.export.accounting_export_log.ExpensePaymentAccountingExportLogEntry(**kwargs)

Bases : AccountingExportLogEntry

datetime
export_file
export_file_id
export_type
exported_expense_payments
id
user
user_id
class endi.models.export.accounting_export_log.InvoiceAccountingExportLogEntry(**kwargs)

Bases : AccountingExportLogEntry

datetime
export_file
export_file_id
export_type
exported_invoices
id
user
user_id
class endi.models.export.accounting_export_log.PaymentAccountingExportLogEntry(**kwargs)

Bases : AccountingExportLogEntry

datetime
export_file
export_file_id
export_type
exported_payments
id
user
user_id
class endi.models.export.accounting_export_log.SupplierInvoiceAccountingExportLogEntry(**kwargs)

Bases : AccountingExportLogEntry

datetime
export_file
export_file_id
export_type
exported_supplier_invoices
id
user
user_id
class endi.models.export.accounting_export_log.SupplierPaymentAccountingExportLogEntry(**kwargs)

Bases : AccountingExportLogEntry

datetime
export_file
export_file_id
export_type
exported_supplier_payments
id
user
user_id

Module contents