taxes

package
v0.0.0-...-a449dc4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 7, 2023 License: BSD-2-Clause Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Summary

func Summary(w http.ResponseWriter, r *http.Request, ps httprouter.Params)

Create summary for accountant

func Tax

Types

type InvoiceLine

type InvoiceLine struct {
	Description  string
	InvoiceId    string
	Debet        string
	Credit       string
	Total        string
	Issuedate    string
	CustomerName string
}

type Overview

type Overview struct {
	Sum   string
	Ex    string
	Tax   string
	EUEx  string // TOOODOOO
	Hours string

	NLCompany map[string]string
	EUCompany map[string]string
	Invoices  map[string]string

	InvoiceLines map[string]InvoiceLine
}

type Sum

type Sum struct {
	Ex        string
	Tax       string
	EUEx      string // TOOODOOO
	EUCompany map[string]string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL