accounting v0.10.1 Accounting.Entry

A journal entry struct.

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %Accounting.Entry{date: Date.t, line_items: [Accounting.LineItem.t, ...], party: String.t, total: integer}

Link to this section Functions

Link to this function new(party, date, line_items)