Admin UI for chart-of-accounts editing (add) #30
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Frontend on top of
POST /api/v1/admin/accounts(libra#29). Admin-only LNbits page that lets a super-user add new chart-of-accounts entries.v1 scope: add only. Edit, rename, mark-closed are separate issues.
Work
templates/libra/)Assets:|Liabilities:|Equity:|Income:|Expenses:), currencies (multi-select default[EUR, SATS, USD])q-input+q-select(remember: no self-closing tags in UMD per workspace CLAUDE.md)q-tablewith read-only status (delete/edit disabled — handled by follow-up issues)POST /api/v1/admin/accounts; on success, refresh the list and toast confirmationwallet.wallet.user == lnbits_settings.super_userAcceptance
get_all_accountsDepends on:
aiolabs/libra#29(backend endpoint)Out of scope: edit/rename/mark-closed (separate issues).