Skip to content

Commit b375211

Browse files
feat: update GL faq - p&l calculation
1 parent 372dd2e commit b375211

3 files changed

Lines changed: 13 additions & 8 deletions

File tree

docs/usage/general-ledger/faq.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -372,21 +372,26 @@ Press **F6** to preview the report.
372372

373373
## Financial Analysis and Reporting
374374

375-
### How to Calculate P&L Percentages
375+
### How to Calculate Profit & Loss Statement Percentages
376376

377-
![38](../../../static/img/usage/general-ledger/faq/cal-p&l-percent/1.png)
377+
![p&l-percentage-calculation](../../../static/img/usage/general-ledger/faq/cal-p&l-percent/p&l-percentage-calculation.png)
378378

379379
:::note
380-
**Formula:** (Account Amount / Total Sales) * 100
380+
**Formula:**
381+
382+
Sales, Purchase, Expenses, Net Profit (%) = **(Account Amount / Total Sales) * 100**
383+
384+
Gross Profit (%) = **(Account Amount / Net Sales) * 100**
385+
381386
:::
382387

383388
#### Examples
384389

385-
- **Sales % (A):** (184,119.49 / 296,502.11) * 100 = **62.1%**
386-
- **Purchase % (C):** (7,406.8 / 296,502.11) * 100 = **2.5%**
387-
- **Gross Profit % (D):** (281,662.21 / 296,502.11) * 100 = **95.0%**
388-
- **Expenses % (E):** (10,000 / 296,502.11) * 100 = **3.4%**
389-
- **Net Profit % (F):** (271,805.66 / 296,502.11) * 100 = **91.7%**
390+
- **Sales % (A)**: (900,883.00 / 1,067,374.00) * 100 = **84.4%**
391+
- **Purchase % (D)**: (30,675.00 / 1,067,374.00) * 100 = **2.9%**
392+
- **Gross Profit % (E)**: (911,890.20 / 1,064,164.00) * 100 = **85.7%**
393+
- **Expenses % (F)**: (52,390.00 / 1,067,374.00) * 100 = **4.9%**
394+
- **Net Profit % (G)**: (852,590.20 / 1,067,374.00) * 100 = **79.9%**
390395

391396
:::info
392397
Percentages are rounded to one decimal point.
-231 KB
Binary file not shown.
250 KB
Loading

0 commit comments

Comments
 (0)