Test fixes
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled

This commit is contained in:
Dennis Eichhorn 2024-05-16 02:14:54 +00:00
parent 8e11bd8c57
commit 34b906c537
10 changed files with 77 additions and 10 deletions

View File

@ -110,6 +110,27 @@
}
}
},
"DE_V7": {
"abbr": "DE_V7",
"percentage_invoice": 70000,
"percentage_sales_tax": 70000,
"percentage_input_tax": 70000,
"tax1_account": "1571",
"tax2_account": null,
"tax_report": {
"base": null,
"amount": 43
},
"markers": [
],
"l11n": {
"de": {
"title": "DE_V7",
"short": "",
"long": ""
}
}
},
"DE_M0": {
"abbr": "DE_M0",
"percentage_invoice": 0,
@ -138,7 +159,7 @@
"tax2_account": "1771",
"tax_report": {
"base": null,
"amount": 43
"amount": 26
},
"markers": [
],
@ -159,7 +180,7 @@
"tax2_account": "1776",
"tax_report": {
"base": null,
"amount": 43
"amount": 27
},
"markers": [
],

View File

@ -1,5 +0,0 @@
# Structure
## ER
![ER](Modules/Sales/Docs/Dev/img/er.png)

3
Docs/Help/en/SUMMARY.md Normal file
View File

@ -0,0 +1,3 @@
# User Content
* [Tax Codes]({%}&page=Help/tax_codes)

View File

@ -0,0 +1,17 @@
# Introduction
The **Finance** module is a basic parent module for other finance related modules and is responsible for basic tax definitions.
## Target Group
The target group for this module is the finance or accounting department.
# Setup
This module doesn't have any additional setup requirements.
# Features
## Tax Codes
Define tax codes to be used in invoices and accounting.

24
Docs/Help/en/tax_codes.md Normal file
View File

@ -0,0 +1,24 @@
# Tax Codes
Tax codes describe basic tax behavior such as tax percentage and associated tax account.
![Tax Code](Modules/Finance/Docs/Help/img/tax_code.png)
## Tax Code
This is the code/abbreviation used in the application.
## Invoice Percentage
The tax percentage shown on the invoice.
> Sometimes invoices don't show any taxes or 0% but internally the application has to calculate with taxes (e.g. intra-community).
## Sales Percentage
The outgoing tax percentage.
## Input Percentage
The input/ingoing tax percentage.

BIN
Docs/Help/img/tax_code.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

7
Docs/img.json Normal file
View File

@ -0,0 +1,7 @@
[
[
"/finance/tax/code/view?id=1",
"//*[@id=\"content\"]/div[2]/div/section",
"/Finance/Docs/Help/img/tax_code.png"
]
]

View File

@ -24,5 +24,5 @@ return ['Navigation' => [
'Profile' => 'Profil',
'Sales' => 'Umsatz',
'Suppliers' => 'Lieferanten',
'TaxCodes' => 'Steuerkennzeichen',
'TaxCodes' => 'Steuerkennzeichen',
]];

View File

@ -24,5 +24,5 @@ return ['Navigation' => [
'Profile' => 'Profile',
'Sales' => 'Sales',
'Suppliers' => 'Suppliers',
'TaxCodes' => 'Tax Codes',
'TaxCodes' => 'Tax Codes',
]];

View File

@ -12,7 +12,7 @@
},
"creator": {
"name": "Jingga",
"website": "jingga.app"
"website": "https://jingga.app"
},
"description": "Finance module.",
"directory": "Finance",