nofusscomputing / nofusscomputing/centurion_erp
General Ledger
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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