1. API

create_journal_entry

AppliGeneralLedger.create_journal_entryFunction
create_journal_entry(::String, ::String, ::String, ::Int64, ::Int64, ::Float64, ::Float64, ::Float64, ::String)::JournalEntry

It creates a general ledger `JournalEntry.`

.

Example

julia> entry = create_journal_entry("20200700", "APPLI", "A1001", 1300, 8000, 1000.0, 0.0, 210.0, "LS")
JournalEntry("20200700", 3, 2020-03-03T13:25:29.277, "APPLI", "A1001", 1300, 8000, 1000.0, 0.0, 210.0, "LS")
source