hdfc

package
v0.0.0-...-078b0c0 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2020 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const DATE_FORMAT = "02/01/06"

Variables

This section is empty.

Functions

func BASE_FOLDER_PATH

func BASE_FOLDER_PATH() string

func ReadTransactions

func ReadTransactions(filePath string) []accounts.Transaction

Types

type Transaction

type Transaction struct {
	Date         string  `csv:"Date"`
	Description  string  `csv:"Narration"`
	CreditAmount float32 `csv:"Credit Amount"`
	DebitAmount  float32 `csv:"Debit Amount"`
	Balance      float32 `csv:"Closing Balance"`
}

Jump to

Keyboard shortcuts

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