Erp Documentation It Final Project
Erp Documentation It Final Project
Group Number
Members
Comedia, Angel
The project aims to provide students with practical knowledge of how businesses manage
transactions, monitor inventory, and generate financial statements to make effective
decisions.
Explanation of Features
- Purpose: To record and categorize all business transactions, including Sales, Expenses, and
Purchases.
- How it Works:
- Input fields include Date, Description, Amount, and Transaction Type (Expense, Sales,
Purchase).
- The total for each category is calculated automatically using the SUM function.
- How it Works:
- Users enter transactions with their Status (e.g., Pending or Paid).
- Totals are calculated using SUMIF and IF statements to separate pending and paid
amounts.
- Purpose:To monitor product stock levels, calculate total inventory, and link inventory data
dynamically.
- How it Works:
- Products are listed with their Total Quantities.
Income Statement:
- Sales and Expenses are summed up to determine the Gross Profit and Net Income.
1.5 Dashboard
- Key Metrics:
- Total Revenue
- Total Expenses
- Net Profit
- Current Inventory Status
- How it Works:
- Data is automatically updated using cell references and formulas like **SUM** and
IFERROR to ensure clean data presentation.
Formulas Used
1. SUM:
- Adds up values in a range.
Example: `=SUM(D2:D30)`
2. SUMIF:
3. INDEX/MATCH:
- Retrieves data dynamically from a table or range.
4. IF:
5. IFERROR:
- Handles errors and replaces them with a default value (e.g., 0).
1. Transaction Management:
- Input the Date, Description, Amount, and choose the transaction type: Sales, Expense, or
Purchase.
2. Accounts Receivable and Payable:
- Enter the description, amount, and mark the Status as "Pending" or "Paid."
3. Inventory Management:
- Update stock levels for each product when new inventory is added.
4. Financial Reporting:
5. Dashboard:
- The dashboard updates automatically as you input new values in the Transaction and
Inventory sheets.