From ce289289f9b673e2d617d87115a04cb96f58e985 Mon Sep 17 00:00:00 2001 From: Able k Saju Date: Tue, 21 Jan 2025 10:59:57 +0530 Subject: [PATCH] upd: readme --- README.md | 59 ++++++++++++++++++++++++++++++------------------------- 1 file changed, 32 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 1f0c2c54..a9d958be 100644 --- a/README.md +++ b/README.md @@ -29,35 +29,40 @@ Frappe Books is an open-source accounting software aimed at simplifying financial management for businesses. With its clean and user-friendly interface, it streamlines accounting tasks for small and medium-sized enterprises, offering a seamless solution for modern businesses to manage their finances with ease. -## Key Features +
+Screenshots +
+Pos +

+ General Ledger +

+ Profit and Loss + +
+ +### Motivation + +Frappe Books addresses a market gap where small businesses face expensive, complex accounting tools. It offers an intuitive, open-source solution that combines simplicity with essential features, empowering businesses to manage finances effectively—even offline. + +### Key Features -- **Double-entry accounting**: Ensures accurate financial tracking by recording each transaction in two accounts. -- **Point of Sale**: Simplifies retail transactions with an integrated POS system for easy sales processing. -- **Invoicing**: Allows businesses to create and manage professional invoices effortlessly. -- **Billing**: Billing processes by generating bills and tracking payments. -- **Payments**: Records and tracks payments received and made. -- **Journal Entries**: Records financial transactions in the general ledger with detailed notes and adjustments. - **Dashboard**: Provides an overview of key financial data and performance metrics. +- **Point of Sale**: Simplifies retail transactions with an integrated POS system for easy sales processing. - **Works Offline**: Enables users to continue working without an internet connection and sync later. +- **Double-entry accounting**: Ensures accurate financial tracking by recording each transaction in two accounts. +- **Entries** + - **Invoicing**: Allows businesses to create and manage professional invoices effortlessly. + - **Billing**: Billing processes by generating bills and tracking payments. + - **Payments**: Records and tracks payments received and made. + - **Journal Entries**: Records financial transactions in the general ledger with detailed notes and adjustments. - **Financial Reports** - **General Ledger**: Centralized record of all financial transactions, providing a comprehensive view of accounts. - **Profit and Loss Statement**: Summarizes revenues, costs, and expenses to show business profitability. - **Balance Sheet**: Displays a company’s assets, liabilities, and equity at a specific point in time. - **Trial Balance**: Verifies the accuracy of accounting records by ensuring that debits and credits are balanced. +
-### Screenshots - -
- -
- Pos -

- General Ledger -

- Profit and Loss -
- -## Under the Hood +### Under the Hood - **Vue.js**: In Frappe Books, Vue.js powers the front-end, enabling a reactive and component-based UI. It ensures seamless interactions and dynamic updates, giving users a modern, responsive experience. @@ -67,11 +72,10 @@ Frappe Books is an open-source accounting software aimed at simplifying financia ## Production Setup -### Via Flatpak +### Manual - - Get it on Flathub - +Download and install the latest release for your platform from the [releases +page](https://github.com/frappe/books/releases) . ### Using Homebrew (for MacOS and Linux) @@ -79,10 +83,11 @@ Frappe Books is an open-source accounting software aimed at simplifying financia brew install --cask frappe-books ``` -### Manual +### Via Flatpak (Linux) -Download and install the latest release for your platform from the [releases -page](https://github.com/frappe/books/releases) . + + Get it on Flathub + ## Development Setup