README.md
setup.py
src/codat_accounting.egg-info/PKG-INFO
src/codat_accounting.egg-info/SOURCES.txt
src/codat_accounting.egg-info/dependency_links.txt
src/codat_accounting.egg-info/requires.txt
src/codat_accounting.egg-info/top_level.txt
src/codataccounting/__init__.py
src/codataccounting/account_transactions.py
src/codataccounting/accounts.py
src/codataccounting/bank_account_transactions.py
src/codataccounting/bank_accounts.py
src/codataccounting/bill_credit_notes.py
src/codataccounting/bill_payments.py
src/codataccounting/bills.py
src/codataccounting/company_info.py
src/codataccounting/credit_notes.py
src/codataccounting/customers.py
src/codataccounting/direct_costs.py
src/codataccounting/direct_incomes.py
src/codataccounting/financials.py
src/codataccounting/invoices.py
src/codataccounting/items.py
src/codataccounting/journal_entries.py
src/codataccounting/journals.py
src/codataccounting/payment_methods.py
src/codataccounting/payments.py
src/codataccounting/purchase_orders.py
src/codataccounting/reports.py
src/codataccounting/sales_orders.py
src/codataccounting/sdk.py
src/codataccounting/suppliers.py
src/codataccounting/tax_rates.py
src/codataccounting/tracking_categories.py
src/codataccounting/transfers.py
src/codataccounting/models/__init__.py
src/codataccounting/models/operations/__init__.py
src/codataccounting/models/operations/create_account.py
src/codataccounting/models/operations/create_bank_account.py
src/codataccounting/models/operations/create_bank_transactions.py
src/codataccounting/models/operations/create_bill.py
src/codataccounting/models/operations/create_bill_credit_note.py
src/codataccounting/models/operations/create_bill_payment.py
src/codataccounting/models/operations/create_credit_note.py
src/codataccounting/models/operations/create_customer.py
src/codataccounting/models/operations/create_direct_cost.py
src/codataccounting/models/operations/create_direct_income.py
src/codataccounting/models/operations/create_invoice.py
src/codataccounting/models/operations/create_item.py
src/codataccounting/models/operations/create_journal.py
src/codataccounting/models/operations/create_journal_entry.py
src/codataccounting/models/operations/create_payment.py
src/codataccounting/models/operations/create_purchase_order.py
src/codataccounting/models/operations/create_supplier.py
src/codataccounting/models/operations/create_transfer.py
src/codataccounting/models/operations/delete_bill.py
src/codataccounting/models/operations/delete_billpayment.py
src/codataccounting/models/operations/delete_invoice.py
src/codataccounting/models/operations/delete_journal_entry.py
src/codataccounting/models/operations/download_bill_attachment.py
src/codataccounting/models/operations/download_customer_attachment.py
src/codataccounting/models/operations/download_direct_cost_attachment.py
src/codataccounting/models/operations/download_direct_income_attachment.py
src/codataccounting/models/operations/download_invoice_attachment.py
src/codataccounting/models/operations/download_invoice_pdf.py
src/codataccounting/models/operations/download_supplier_attachment.py
src/codataccounting/models/operations/get_account.py
src/codataccounting/models/operations/get_account_transaction.py
src/codataccounting/models/operations/get_aged_creditors_report.py
src/codataccounting/models/operations/get_aged_debtors_report.py
src/codataccounting/models/operations/get_balance_sheet.py
src/codataccounting/models/operations/get_bank_account.py
src/codataccounting/models/operations/get_bill.py
src/codataccounting/models/operations/get_bill_attachment.py
src/codataccounting/models/operations/get_bill_credit_note.py
src/codataccounting/models/operations/get_bill_payments.py
src/codataccounting/models/operations/get_cash_flow_statement.py
src/codataccounting/models/operations/get_company_info.py
src/codataccounting/models/operations/get_create_bank_account_model.py
src/codataccounting/models/operations/get_create_billpayments_model.py
src/codataccounting/models/operations/get_create_chartofaccounts_model.py
src/codataccounting/models/operations/get_create_directcosts_model.py
src/codataccounting/models/operations/get_create_directincomes_model.py
src/codataccounting/models/operations/get_create_items_model.py
src/codataccounting/models/operations/get_create_journalentries_model.py
src/codataccounting/models/operations/get_create_journals_model.py
src/codataccounting/models/operations/get_create_payments_model.py
src/codataccounting/models/operations/get_create_transfers_model.py
src/codataccounting/models/operations/get_create_update_bankaccounts_model.py
src/codataccounting/models/operations/get_create_update_billcreditnotes_model.py
src/codataccounting/models/operations/get_create_update_bills_model.py
src/codataccounting/models/operations/get_create_update_creditnotes_model.py
src/codataccounting/models/operations/get_create_update_customers_model.py
src/codataccounting/models/operations/get_create_update_invoices_model.py
src/codataccounting/models/operations/get_create_update_purchaseorders_model.py
src/codataccounting/models/operations/get_create_update_suppliers_model.py
src/codataccounting/models/operations/get_credit_note.py
src/codataccounting/models/operations/get_customer.py
src/codataccounting/models/operations/get_customer_attachment.py
src/codataccounting/models/operations/get_direct_cost.py
src/codataccounting/models/operations/get_direct_cost_attachment.py
src/codataccounting/models/operations/get_direct_income.py
src/codataccounting/models/operations/get_direct_income_attachment.py
src/codataccounting/models/operations/get_invoice.py
src/codataccounting/models/operations/get_invoice_attachment.py
src/codataccounting/models/operations/get_item.py
src/codataccounting/models/operations/get_journal.py
src/codataccounting/models/operations/get_journal_entry.py
src/codataccounting/models/operations/get_payment.py
src/codataccounting/models/operations/get_payment_method.py
src/codataccounting/models/operations/get_profit_and_loss.py
src/codataccounting/models/operations/get_purchase_order.py
src/codataccounting/models/operations/get_sales_order.py
src/codataccounting/models/operations/get_supplier.py
src/codataccounting/models/operations/get_supplier_attachment.py
src/codataccounting/models/operations/get_tax_rate.py
src/codataccounting/models/operations/get_tracking_category.py
src/codataccounting/models/operations/get_transfer.py
src/codataccounting/models/operations/is_aged_creditors_report_available.py
src/codataccounting/models/operations/is_aged_debtor_report_available.py
src/codataccounting/models/operations/list_account_transactions.py
src/codataccounting/models/operations/list_accounts.py
src/codataccounting/models/operations/list_bank_account_transactions.py
src/codataccounting/models/operations/list_bank_accounts.py
src/codataccounting/models/operations/list_bank_transactions.py
src/codataccounting/models/operations/list_bill_attachments.py
src/codataccounting/models/operations/list_bill_credit_notes.py
src/codataccounting/models/operations/list_bill_payments.py
src/codataccounting/models/operations/list_bills.py
src/codataccounting/models/operations/list_credit_notes.py
src/codataccounting/models/operations/list_customer_attachments.py
src/codataccounting/models/operations/list_customers.py
src/codataccounting/models/operations/list_direct_cost_attachments.py
src/codataccounting/models/operations/list_direct_costs.py
src/codataccounting/models/operations/list_direct_income_attachments.py
src/codataccounting/models/operations/list_direct_incomes.py
src/codataccounting/models/operations/list_invoice_attachments.py
src/codataccounting/models/operations/list_invoices.py
src/codataccounting/models/operations/list_items.py
src/codataccounting/models/operations/list_journal_entries.py
src/codataccounting/models/operations/list_journals.py
src/codataccounting/models/operations/list_payment_methods.py
src/codataccounting/models/operations/list_payments.py
src/codataccounting/models/operations/list_purchase_orders.py
src/codataccounting/models/operations/list_sales_orders.py
src/codataccounting/models/operations/list_supplier_attachments.py
src/codataccounting/models/operations/list_suppliers.py
src/codataccounting/models/operations/list_tax_rates.py
src/codataccounting/models/operations/list_tracking_categories.py
src/codataccounting/models/operations/list_transfers.py
src/codataccounting/models/operations/refresh_company_info.py
src/codataccounting/models/operations/update_bank_account.py
src/codataccounting/models/operations/update_bill.py
src/codataccounting/models/operations/update_bill_credit_note.py
src/codataccounting/models/operations/update_credit_note.py
src/codataccounting/models/operations/update_customer.py
src/codataccounting/models/operations/update_invoice.py
src/codataccounting/models/operations/update_purchase_order.py
src/codataccounting/models/operations/update_supplier.py
src/codataccounting/models/operations/upload_bill_attachment.py
src/codataccounting/models/operations/upload_direct_cost_attachment.py
src/codataccounting/models/operations/upload_direct_income_attachment.py
src/codataccounting/models/operations/upload_invoice_attachment.py
src/codataccounting/models/shared/__init__.py
src/codataccounting/models/shared/account.py
src/codataccounting/models/shared/accountref.py
src/codataccounting/models/shared/accounts.py
src/codataccounting/models/shared/accountstatus_enum.py
src/codataccounting/models/shared/accounttransaction.py
src/codataccounting/models/shared/accounttransactionline.py
src/codataccounting/models/shared/accounttransactions.py
src/codataccounting/models/shared/accounttype_enum.py
src/codataccounting/models/shared/addressesitems.py
src/codataccounting/models/shared/addresstype_enum.py
src/codataccounting/models/shared/agedcreditor.py
src/codataccounting/models/shared/agedcreditorreport.py
src/codataccounting/models/shared/agedcurrencyoutstandingitems.py
src/codataccounting/models/shared/ageddebtor.py
src/codataccounting/models/shared/ageddebtorreport.py
src/codataccounting/models/shared/attachment.py
src/codataccounting/models/shared/attachmentsdataset.py
src/codataccounting/models/shared/balancesheet.py
src/codataccounting/models/shared/balancesheet1.py
src/codataccounting/models/shared/bankaccount.py
src/codataccounting/models/shared/bankaccountref.py
src/codataccounting/models/shared/bankaccounts.py
src/codataccounting/models/shared/bankaccounttransactions.py
src/codataccounting/models/shared/banktransactionline.py
src/codataccounting/models/shared/banktransactions.py
src/codataccounting/models/shared/banktransactionsresponse.py
src/codataccounting/models/shared/banktransactiontype_enum.py
src/codataccounting/models/shared/bill.py
src/codataccounting/models/shared/billcreditnote.py
src/codataccounting/models/shared/billcreditnotelineitem.py
src/codataccounting/models/shared/billcreditnotes.py
src/codataccounting/models/shared/billcreditnotestatus_enum.py
src/codataccounting/models/shared/billedtotype_enum.py
src/codataccounting/models/shared/billedtotype_enum1.py
src/codataccounting/models/shared/billitem.py
src/codataccounting/models/shared/billlineitem.py
src/codataccounting/models/shared/billpayment.py
src/codataccounting/models/shared/billpaymentline.py
src/codataccounting/models/shared/billpaymentlinelink.py
src/codataccounting/models/shared/billpaymentlinelinktype_enum.py
src/codataccounting/models/shared/billpayments.py
src/codataccounting/models/shared/bills.py
src/codataccounting/models/shared/billstatus_enum.py
src/codataccounting/models/shared/cashflowstatement.py
src/codataccounting/models/shared/cashflowstatement1.py
src/codataccounting/models/shared/companydataset.py
src/codataccounting/models/shared/contact.py
src/codataccounting/models/shared/contactref.py
src/codataccounting/models/shared/createaccountresponse.py
src/codataccounting/models/shared/createbankaccountresponse.py
src/codataccounting/models/shared/createbanktransactionsresponse.py
src/codataccounting/models/shared/createbillcreditnoteresponse.py
src/codataccounting/models/shared/createbillpaymentresponse.py
src/codataccounting/models/shared/createbillresponse.py
src/codataccounting/models/shared/createcreditnoteresponse.py
src/codataccounting/models/shared/createcustomerresponse.py
src/codataccounting/models/shared/createdirectcostresponse.py
src/codataccounting/models/shared/createdirectincomeresponse.py
src/codataccounting/models/shared/createinvoiceresponse.py
src/codataccounting/models/shared/createitemresponse.py
src/codataccounting/models/shared/createjournalentryresponse.py
src/codataccounting/models/shared/createjournalresponse.py
src/codataccounting/models/shared/createpaymentresponse.py
src/codataccounting/models/shared/createpurchaseorderresponse.py
src/codataccounting/models/shared/createsupplierresponse.py
src/codataccounting/models/shared/createtransferresponse.py
src/codataccounting/models/shared/creditnote.py
src/codataccounting/models/shared/creditnotelineitem.py
src/codataccounting/models/shared/creditnotes.py
src/codataccounting/models/shared/creditnotestatus_enum.py
src/codataccounting/models/shared/customer.py
src/codataccounting/models/shared/customerref.py
src/codataccounting/models/shared/customers.py
src/codataccounting/models/shared/customerstatus_enum.py
src/codataccounting/models/shared/dataset.py
src/codataccounting/models/shared/datatype_enum.py
src/codataccounting/models/shared/directcost.py
src/codataccounting/models/shared/directcostlineitem.py
src/codataccounting/models/shared/directcosts.py
src/codataccounting/models/shared/directincome.py
src/codataccounting/models/shared/directincomelineitem.py
src/codataccounting/models/shared/directincomes.py
src/codataccounting/models/shared/halref.py
src/codataccounting/models/shared/invoice.py
src/codataccounting/models/shared/invoiceitem.py
src/codataccounting/models/shared/invoicelineitem.py
src/codataccounting/models/shared/invoices.py
src/codataccounting/models/shared/invoicestatus_enum.py
src/codataccounting/models/shared/invoiceto.py
src/codataccounting/models/shared/item.py
src/codataccounting/models/shared/itemref.py
src/codataccounting/models/shared/items.py
src/codataccounting/models/shared/items1.py
src/codataccounting/models/shared/itemstatus_enum.py
src/codataccounting/models/shared/journal.py
src/codataccounting/models/shared/journalentries.py
src/codataccounting/models/shared/journalentry.py
src/codataccounting/models/shared/journalline.py
src/codataccounting/models/shared/journalref.py
src/codataccounting/models/shared/journals.py
src/codataccounting/models/shared/journalstatus_enum.py
src/codataccounting/models/shared/links.py
src/codataccounting/models/shared/metadata.py
src/codataccounting/models/shared/payment.py
src/codataccounting/models/shared/paymentallocationpayment.py
src/codataccounting/models/shared/paymentline.py
src/codataccounting/models/shared/paymentlinelink.py
src/codataccounting/models/shared/paymentlinktype_enum.py
src/codataccounting/models/shared/paymentmethod.py
src/codataccounting/models/shared/paymentmethodref.py
src/codataccounting/models/shared/paymentmethods.py
src/codataccounting/models/shared/paymentmethodstatus_enum.py
src/codataccounting/models/shared/paymentmethodtype_enum.py
src/codataccounting/models/shared/payments.py
src/codataccounting/models/shared/phonenumbersitems.py
src/codataccounting/models/shared/phonenumbertype_enum.py
src/codataccounting/models/shared/profitandlossreport.py
src/codataccounting/models/shared/profitandlossreport1.py
src/codataccounting/models/shared/projectref.py
src/codataccounting/models/shared/propertiestracking.py
src/codataccounting/models/shared/propertiestracking1.py
src/codataccounting/models/shared/propertiestracking2.py
src/codataccounting/models/shared/purchaseorder.py
src/codataccounting/models/shared/purchaseorderlineitem.py
src/codataccounting/models/shared/purchaseorderref.py
src/codataccounting/models/shared/purchaseorders.py
src/codataccounting/models/shared/purchaseorderstatus_enum.py
src/codataccounting/models/shared/pushchangetype_enum.py
src/codataccounting/models/shared/pushfieldvalidation.py
src/codataccounting/models/shared/pushoperationchange.py
src/codataccounting/models/shared/pushoperationref.py
src/codataccounting/models/shared/pushoperationstatus_enum.py
src/codataccounting/models/shared/pushoperationsummary.py
src/codataccounting/models/shared/pushoption.py
src/codataccounting/models/shared/pushoptionchoice.py
src/codataccounting/models/shared/pushoptionproperty.py
src/codataccounting/models/shared/pushoptiontype_enum.py
src/codataccounting/models/shared/pushvalidationinfo.py
src/codataccounting/models/shared/reportbasis_enum.py
src/codataccounting/models/shared/reportinput_enum.py
src/codataccounting/models/shared/reportline.py
src/codataccounting/models/shared/salesorder.py
src/codataccounting/models/shared/salesorderinvoicestatus_enum.py
src/codataccounting/models/shared/salesorderlineitem.py
src/codataccounting/models/shared/salesorders.py
src/codataccounting/models/shared/salesorderstatus_enum.py
src/codataccounting/models/shared/security.py
src/codataccounting/models/shared/shipto.py
src/codataccounting/models/shared/status_enum.py
src/codataccounting/models/shared/supplementaldata.py
src/codataccounting/models/shared/supplier.py
src/codataccounting/models/shared/supplierref.py
src/codataccounting/models/shared/suppliers.py
src/codataccounting/models/shared/supplierstatus_enum.py
src/codataccounting/models/shared/taxrate.py
src/codataccounting/models/shared/taxratecomponent.py
src/codataccounting/models/shared/taxrateref.py
src/codataccounting/models/shared/taxrates.py
src/codataccounting/models/shared/taxratestatus_enum.py
src/codataccounting/models/shared/tracking.py
src/codataccounting/models/shared/trackingcategories.py
src/codataccounting/models/shared/trackingcategory.py
src/codataccounting/models/shared/trackingcategoryref.py
src/codataccounting/models/shared/trackingcategorytree.py
src/codataccounting/models/shared/transfer.py
src/codataccounting/models/shared/transferaccount.py
src/codataccounting/models/shared/transfers.py
src/codataccounting/models/shared/updatebankaccountresponse.py
src/codataccounting/models/shared/updatebillcreditnoteresponse.py
src/codataccounting/models/shared/updatebillresponse.py
src/codataccounting/models/shared/updatecreditnoteresponse.py
src/codataccounting/models/shared/updatecustomerresponse.py
src/codataccounting/models/shared/updateinvoiceresponse.py
src/codataccounting/models/shared/updatepurchaseorderresponse.py
src/codataccounting/models/shared/updatesupplierresponse.py
src/codataccounting/models/shared/validation.py
src/codataccounting/models/shared/validationitem.py
src/codataccounting/models/shared/validdatatypelinks.py
src/codataccounting/models/shared/withholdingtaxitems.py
src/codataccounting/utils/__init__.py
src/codataccounting/utils/retries.py
src/codataccounting/utils/utils.py