pyluca
latest

Contents

  • Get started
  • Setup Accounting Config
  • Setup Chart of Accounts
  • Pass Journal Entries
  • Get balances
  • Misc
  • Setup Events
  • API
    • account_config module
    • accountant
    • action module
    • aging module
    • amount_counter module
    • balances module
    • event module
    • journal module
    • ledger module
pyluca
  • API
  • Edit on GitHub

API

  • account_config module
    • BalanceType
      • BalanceType.CREDIT
      • BalanceType.DEBIT
  • accountant
    • Accountant
      • Accountant.adjust()
      • Accountant.enter_journal()
      • Accountant.record()
  • action module
    • apply()
  • aging module
    • AccountAge
      • AccountAge.counter
      • AccountAge.date
      • AccountAge.meta
    • AccountAging
    • get_account_aging()
  • amount_counter module
    • AccountPayment
    • AccountWriterInterface
      • AccountWriterInterface.write()
    • AmountCounter
      • AmountCounter.add()
      • AmountCounter.get_balance()
      • AmountCounter.get_paid_amount()
      • AmountCounter.is_paid()
      • AmountCounter.pay()
    • AmountCounterInterface
      • AmountCounterInterface.pay()
  • balances module
    • add_account_balance()
  • event module
    • Event
  • journal module
    • Journal
      • Journal.add_entry()
    • JournalEntry
  • ledger module
    • Ledger
      • Ledger.add_account_balance()
      • Ledger.get_account_balance()
      • Ledger.get_account_cr()
      • Ledger.get_account_dr()
      • Ledger.get_account_type_balance()
      • Ledger.get_aging()
      • Ledger.get_balance_sheet()
      • Ledger.get_balances()
      • Ledger.get_df()
Previous Next

© Copyright 2023, Datasigns Technologies. Revision 16eb992d.

Built with Sphinx using a theme provided by Read the Docs.