Skip to content

This implementation is done under the supervision of Sir Farhan Ahmed during my Computerized Accounting project in my final year An ERP Model implementation where the whole accounting cycle is running from journal entries to ledger posting, trial balance and income statements and so on.

Notifications You must be signed in to change notification settings

TAT-HEER/ERP_MODEL

Repository files navigation

ERP_MODEL

Welcome to the ERP Model Implementation repository! This project provides a comprehensive solution for managing accounting processes through an ERP system. It covers the entire accounting cycle, including journal entries, ledger posting, trial balance, and financial summaries.

In Journal Entries, A GUI for entering accounting transactions, created using PySimpleGUI. Transactions are stored in an SQLite database for efficient management and retrieval

In Ledger Posting, Automated creation of individual tables for each account in MySQL Recording of debit and credit entries to maintain accurate financial records.

In Trial Balance, Summarizes debit and credit entries to ensure accuracy. Verifies that total debits equal total credits before proceeding to financial summaries.

Financial Summaries, Balance Sheet: Provides a snapshot of the company’s financial position at a specific point in time. Profit and Loss Statement, Details revenues, costs, and expenses to show profitability over a period.

Technologies Used Python: For implementing the ERP logic and automation. PySimpleGUI: For creating the graphical user interface for journal entries. SQLite: for the data stored in journal entries MySQL: For database management and storage.

Created By: Tatheer Zahra

About

This implementation is done under the supervision of Sir Farhan Ahmed during my Computerized Accounting project in my final year An ERP Model implementation where the whole accounting cycle is running from journal entries to ledger posting, trial balance and income statements and so on.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages