Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RO = libs.ResultObject{}.New()
RO 資料回傳物件
View Source
var TimeFormat = "2006/01/02 15:04:05"
TimeFormat 時間格式
Functions ¶
func PrintRO ¶
func PrintRO(w http.ResponseWriter, dtoRO *dto.ResultObject, message string)
PrintRO 輸出RO物件到網頁
Types ¶
type Admin ¶
type Admin struct{}
Admin 管理員頁面資料結構
func (*Admin) GetItem ¶
func (a *Admin) GetItem(w http.ResponseWriter, r *http.Request)
GetItem 取得請購單資訊
type Company ¶
type Company struct{}
Company 廠商資料結構
func (*Company) GetCompany ¶
func (c *Company) GetCompany(w http.ResponseWriter, r *http.Request)
GetCompany 取得廠商列表
type CreditType ¶
type CreditType struct{}
CreditType 入帳類別資料結構
func (*CreditType) GetCreditType ¶
func (ct *CreditType) GetCreditType(w http.ResponseWriter, r *http.Request)
GetCreditType 取得入帳類別
type Currency ¶
type Currency struct{}
Currency 貨幣檔案資料結構
func (*Currency) GetCurrency ¶
func (c *Currency) GetCurrency(w http.ResponseWriter, r *http.Request)
GetCurrency 取得貨幣資料
type Download ¶
type Download struct{}
Download 下載檔案資料結構
type Organization ¶
type Organization struct{}
Organization 單位資料結構
func (*Organization) GetOrganization ¶
func (o *Organization) GetOrganization(w http.ResponseWriter, r *http.Request)
GetOrganization 取得部門項目
type PayMethod ¶
type PayMethod struct{}
PayMethod 支付方式資料結構
func (*PayMethod) GetPayMethod ¶
func (pm *PayMethod) GetPayMethod(w http.ResponseWriter, r *http.Request)
GetPayMethod 取得支付方式
type PrItem ¶
type PrItem struct{}
PrItem 應收項目資料結構
Click to show internal directories.
Click to hide internal directories.