Skip to content

Commit

Permalink
Rewrite Accounting documentation to explain Reporting (#1336)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier authored Oct 1, 2023
1 parent 62fef31 commit ac4092d
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 47 deletions.
2 changes: 1 addition & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const sidebarUserGuide = [
children: [['/AdvancedForms', 'Advanced Forms']]
},
['/Apps', 'Apps'],
['/Accounting', 'Accounting'],
['/Reporting', 'Reporting'],
{
title: 'Payjoin',
path: '/Payjoin',
Expand Down
3 changes: 2 additions & 1 deletion docs/.vuepress/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ module.exports = [
{ path: '/features/wallet', redirect: '/Wallet/' },
{ path: '/features/invoices', redirect: '/Invoices/' },
{ path: '/features/lightningnetwork', redirect: '/LightningNetwork/' },
{ path: '/features/accounting', redirect: '/Accounting/' },
{ path: '/features/accounting', redirect: '/Reporting/' },
{ path: '/Accounting', redirect: '/Reporting/' },
{ path: '/features/paymentrequests', redirect: '/PaymentRequests/' },
{ path: '/features/vault', redirect: '/HardwareWalletIntegration/' },
{ path: '/Vault', redirect: '/HardwareWalletIntegration/' },
Expand Down
44 changes: 0 additions & 44 deletions docs/Accounting.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/Invoices.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Invoices can be filtered via the quick filters located next to the search button

### Invoice export

BTCPay Server Invoices can be exported in CSV or JSON format. For more information about invoice export and accounting, [see this page](./Accounting.md).
BTCPay Server Invoices can be exported in CSV or JSON format. For more information about invoice export and accounting, [see this page](./Reporting.md).

## Refunding an invoice

Expand Down
12 changes: 12 additions & 0 deletions docs/Reporting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Reporting in BTCPay

BTCPay Server offers several tools that make **cryptocurrency bookkeeping** easier.
Reporting will allow you to visualize and export CSV data of your store.

A report consist of table of tabular data along with some useful aggregates.

You can find the following reports:

* On-Chain Wallets: Each line show you the on-chain transactions affecting your wallet.
* Products Sold: Each line represents a quantity of item sold. This is useful if you are using Point of Sale or Crowdfunding.
* Payments: Each line represents an accounted payment to an invoice.
Binary file removed docs/img/invoice/invoice-export.jpg
Binary file not shown.

0 comments on commit ac4092d

Please sign in to comment.