-
-
Notifications
You must be signed in to change notification settings - Fork 150
Topic Journals
Erik Huelsmann edited this page Jan 12, 2020
·
1 revision
Moving https://github.com/ledgersmb/LedgerSMB/issues/562 here:
Planning the following regarding the journal design and rewrite:
Database tables:
- journal (stores journal identifiers, not journal entries, i.e, general journal, sales journal etc).
- journal_entry (stores journal entry data)
- journal_line (stores journal entry line items)
URL namespaces:
- .../journal/general/entry/new/ (get a form for a new entry)
- .../journal/general/entry/:id (show an entry by id, as a report)
- .../journal/general/entry/:id.{html/json/xml/csv/pdf} (show entry with format shown)
- .../ledger/general/:accno[.ext]?date_from=...&date_to=... General ledger for account
- .../journal/search/... (current gl/search report)