Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

General Ledger #116

Open
4 tasks
jon-nfc opened this issue Jul 11, 2024 · 2 comments
Open
4 tasks

General Ledger #116

jon-nfc opened this issue Jul 11, 2024 · 2 comments
Labels
Migrated from Gitlab This issue/PR was migrated from GitLab see #213 type::feature type for Issues and Merge Requests. Can also be used in discussion in comments and commits

Comments

@jon-nfc
Copy link
Member

jon-nfc commented Jul 11, 2024

Add Basic Double entry Accounting.

Details

Models

Following models are required for basic GL entries:

  • General ledger

    The Financial Data

    • Date
    • Account
    • Reference
    • Description
    • Debit
    • Credit
    • Reconciled
  • Chart Of Accounts

    Available Accounts

    • Name
    • Account Number
    • Parent
    • Category (Asset/liability/equity/income/expense)
    • Sub-Category (Bank/Cash etc)
    • Type (debit/credit)
  • Cost Centers

    Cost Center Codes

Requirements

  • ALL entries must ensure debit + credit = 0
@jon-nfc
Copy link
Member Author

jon-nfc commented Jul 11, 2024

marked this issue as related to #88

@jon-nfc
Copy link
Member Author

jon-nfc commented Jul 16, 2024

marked this issue as blocking #96

@jon-nfc jon-nfc added Migrated from Gitlab This issue/PR was migrated from GitLab see #213 and removed module::accounting labels Aug 8, 2024
@jon-nfc jon-nfc mentioned this issue Aug 8, 2024
12 tasks
This was referenced Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Migrated from Gitlab This issue/PR was migrated from GitLab see #213 type::feature type for Issues and Merge Requests. Can also be used in discussion in comments and commits
Projects
Status: No status
Development

No branches or pull requests

1 participant