Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite Accounting documentation to explain Reporting #1336

Merged
merged 1 commit into from
Oct 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.