billing

package
v0.0.0-...-5412947 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2025 License: AGPL-3.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateInvoice

func GenerateInvoice(
	ctx context.Context,
	w io.Writer,
	invoice *model.Invoice,
) error

Generates a PDF from a model.Invoice.

func Init

func Init(conf ini.File)

Initiailze the billing system from a config file

func IsEnabled

func IsEnabled(conf ini.File) bool

Returns true if billing is enabled in this configuration.

func IsProhibitedCountry

func IsProhibitedCountry(ctx context.Context, c country.Country) bool

Returns true if the given country code is not allowed to receive paid services.

func RequireEnabled

func RequireEnabled(ctx context.Context) error

Returns an error if billing is not enabled in this configuration.

Types

type TemplateContext

type TemplateContext struct {
	Invoice   *model.Invoice
	User      *model.User
	Address   *model.BillingAddress
	Products  []TemplateProduct
	Discounts []TemplateDiscount
}

type TemplateDiscount

type TemplateDiscount struct {
	Reason string
	Amount int
}

type TemplateProduct

type TemplateProduct struct {
	Product   *model.Product
	UnitPrice *model.ProductPrice
	Units     int
	Total     int
}

Jump to

Keyboard shortcuts

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