Erik Huelsmann
Erik Huelsmann
The GIFI codes in `` are simply those provided by the Canadian government, transformed into a list to be imported into LedgerSMB: It's supposed to be a complete list of...
@sbts, @kaare: could you link to said e-mail from archive.ledgersmb.org? we're not using SF anymore.
Referenced e-mail is probably https://archive.ledgersmb.org/ledger-smb-devel/msg06612.html
CloudFlare locations Dallas and Amsterdam both report 504s for me, consistently.
With 1.13, there's the option to generate a balance sheet split by transaction currency; that constitutes a good building block towards this feature.
I've tried this patch: ```diff diff --git a/UI/src/views/LsmbMain.vue b/UI/src/views/LsmbMain.vue index fd1fcd59e..ff4cb4e80 100644 --- a/UI/src/views/LsmbMain.vue +++ b/UI/src/views/LsmbMain.vue @@ -103,12 +103,23 @@ export default { } }, async mounted() { - window.__lsmbLoadLink...
Ok. the above patch is based on old documentation. `this.$router.push()` returns a promise on Vue-Router 4.x and doesn't take an `onComplete` argument anymore.
The patch below produces: "LedgerSMB () | MenuLevel1 > MenuLevel2 > ... > MenuLevelN"; e.g. "LedgerSMB (test) | Contacts > Add Entity". ```diff diff --git a/UI/src/views/LsmbMain.vue b/UI/src/views/LsmbMain.vue index fd1fcd59e..e7f80cf08 100644...