accounting v0.7.1 Accounting.Assertions
Link to this section Summary
Link to this section Functions
Link to this function
assert_created_account(number)
assert_created_account(String.t) :: true | no_return
Link to this function
assert_registered_category(category)
assert_registered_category(String.t) :: true | no_return
Link to this function
assert_transaction_with_line_item(party, date, line_item)
assert_transaction_with_line_item(String.t, Date.t, [Accounting.LineItem.t]) :: true | no_return
Link to this function
refute_transaction(from, date)