nofusscomputing / nofusscomputing/centurion_erp

General Ledger

Open
#116 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Migrated from Gitlab type::feature
Dominant language
Python
Stars
1
Forks
1
Avg merge
2h 18m
Merged PRs (30d)
8

Description

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files, tests, or entry points are named. Start by reviewing the repository's existing model structure and accounting-related conventions, then define the general ledger, chart of accounts, and cost center scope; done means the listed data is represented and every entry satisfies debit + credit = 0.

Written by the indexing model from the issue text.

Assessment

Tech stack
django, python
Domain
backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.