payments

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Dec 4, 2024 License: GPL-3.0 Imports: 13 Imported by: 0

Documentation

Overview

templ: version: v0.2.793

templ: version: v0.2.793

templ: version: v0.2.793

templ: version: v0.2.793

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AccountSelect

func AccountSelect(props *AccountSelectProps) templ.Component

func CreateForm

func CreateForm(props *CreatePageProps) templ.Component

func Edit

func Edit(props *EditPageProps) templ.Component

func EditForm

func EditForm(props *EditPageProps) templ.Component

func Index

func Index(props *IndexPageProps) templ.Component

func New

func New(props *CreatePageProps) templ.Component

func PaymentsContent

func PaymentsContent(props *IndexPageProps) templ.Component

func PaymentsTable

func PaymentsTable(props *IndexPageProps) templ.Component

func StageSelect

func StageSelect(props *StageSelectProps) templ.Component

Types

type AccountSelectProps

type AccountSelectProps struct {
	*types.PageContext
	Value    string
	Accounts []*viewmodels.MoneyAccount
	Attrs    templ.Attributes
}

type CreatePageProps

type CreatePageProps struct {
	*types.PageContext
	Payment  *viewmodels.Payment
	Accounts []*viewmodels.MoneyAccount
	Errors   map[string]string
}

type EditPageProps

type EditPageProps struct {
	*types.PageContext
	Payment  *viewmodels.Payment
	Accounts []*viewmodels.MoneyAccount
	Errors   map[string]string
}

type IndexPageProps

type IndexPageProps struct {
	*types.PageContext
	Payments        []*viewmodels.Payment
	PaginationState *pagination.State
}

type StageSelectProps

type StageSelectProps struct {
	*types.PageContext
	Value  string
	Stages []*viewmodels.ProjectStage
	Attrs  templ.Attributes
}

Jump to

Keyboard shortcuts

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