Expand create transaction form.

This commit is contained in:
James Cole
2024-01-04 07:26:45 +01:00
parent 01c4d25646
commit ff98f3cc3e
27 changed files with 540 additions and 369 deletions

View File

@@ -37,7 +37,15 @@ let i18n;
let transactions = function () {
return {
// transactions are stored in "entries":
entries: [],
init() {
Promise.all([getVariable('language', 'en_US')]).then((values) => {
i18n = new I18n();