finance.yml
850 Bytes
# pbc-finance metadata.
entities:
- name: JournalEntry
pbc: finance
table: finance__journal_entry
description: A single AR/AP journal entry derived from a sales- or purchase-order confirmation event
- name: Account
pbc: finance
table: finance__account
description: An account in the chart of accounts (ASSET, LIABILITY, EQUITY, REVENUE, EXPENSE)
permissions:
- key: finance.journal.read
description: Read journal entries
- key: finance.account.read
description: Read chart of accounts
- key: finance.account.create
description: Create new accounts in the chart
menus:
- path: /finance/accounts
label: Chart of Accounts
icon: calculator
section: Finance
order: 690
- path: /finance/journal-entries
label: Journal Entries
icon: book-open
section: Finance
order: 700