pos

package
v0.0.0-...-dafc34e Latest Latest
Warning

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

Go to latest
Published: May 14, 2023 License: MIT Imports: 10 Imported by: 0

Documentation

Overview

Package pos contains views for the pos module.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type View

type View struct {
	App *pocketbase.PocketBase
}

View is the view for the pos module.

func (*View) HandleCheckout

func (v *View) HandleCheckout(c echo.Context) error

func (*View) HandleReview

func (v *View) HandleReview(c echo.Context) error

func (*View) Hook

func (v *View) Hook(g *echo.Group) error

Hook registers the view's routes to the provided group.

type WarehouseOrders

type WarehouseOrders struct {
	WarehouseID        string `json:"warehouse"`
	AccountingEntityID string `json:"accounting_entity"`
	Orders             []struct {
		Stock    string `json:"stock"`
		Quantity int    `json:"quantity"`
	} `json:"orders"`
}

WarehouseOrders is the data structure for the warehouse orders.

Jump to

Keyboard shortcuts

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