mirror of
https://github.com/Karaka-Management/oms-Finance.git
synced 2026-02-16 05:18:42 +00:00
Test fixes
This commit is contained in:
parent
8e11bd8c57
commit
34b906c537
|
|
@ -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": {
|
"DE_M0": {
|
||||||
"abbr": "DE_M0",
|
"abbr": "DE_M0",
|
||||||
"percentage_invoice": 0,
|
"percentage_invoice": 0,
|
||||||
|
|
@ -138,7 +159,7 @@
|
||||||
"tax2_account": "1771",
|
"tax2_account": "1771",
|
||||||
"tax_report": {
|
"tax_report": {
|
||||||
"base": null,
|
"base": null,
|
||||||
"amount": 43
|
"amount": 26
|
||||||
},
|
},
|
||||||
"markers": [
|
"markers": [
|
||||||
],
|
],
|
||||||
|
|
@ -159,7 +180,7 @@
|
||||||
"tax2_account": "1776",
|
"tax2_account": "1776",
|
||||||
"tax_report": {
|
"tax_report": {
|
||||||
"base": null,
|
"base": null,
|
||||||
"amount": 43
|
"amount": 27
|
||||||
},
|
},
|
||||||
"markers": [
|
"markers": [
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
# Structure
|
|
||||||
|
|
||||||
## ER
|
|
||||||
|
|
||||||

|
|
||||||
3
Docs/Help/en/SUMMARY.md
Normal file
3
Docs/Help/en/SUMMARY.md
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
# User Content
|
||||||
|
|
||||||
|
* [Tax Codes]({%}&page=Help/tax_codes)
|
||||||
17
Docs/Help/en/introduction.md
Normal file
17
Docs/Help/en/introduction.md
Normal 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
24
Docs/Help/en/tax_codes.md
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
# Tax Codes
|
||||||
|
|
||||||
|
Tax codes describe basic tax behavior such as tax percentage and associated tax account.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## 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
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
7
Docs/img.json
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
[
|
||||||
|
[
|
||||||
|
"/finance/tax/code/view?id=1",
|
||||||
|
"//*[@id=\"content\"]/div[2]/div/section",
|
||||||
|
"/Finance/Docs/Help/img/tax_code.png"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
|
@ -24,5 +24,5 @@ return ['Navigation' => [
|
||||||
'Profile' => 'Profil',
|
'Profile' => 'Profil',
|
||||||
'Sales' => 'Umsatz',
|
'Sales' => 'Umsatz',
|
||||||
'Suppliers' => 'Lieferanten',
|
'Suppliers' => 'Lieferanten',
|
||||||
'TaxCodes' => 'Steuerkennzeichen',
|
'TaxCodes' => 'Steuerkennzeichen',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
|
|
@ -24,5 +24,5 @@ return ['Navigation' => [
|
||||||
'Profile' => 'Profile',
|
'Profile' => 'Profile',
|
||||||
'Sales' => 'Sales',
|
'Sales' => 'Sales',
|
||||||
'Suppliers' => 'Suppliers',
|
'Suppliers' => 'Suppliers',
|
||||||
'TaxCodes' => 'Tax Codes',
|
'TaxCodes' => 'Tax Codes',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user