summaryrefslogtreecommitdiff
path: root/clients/ui.h
diff options
context:
space:
mode:
authorAnders Betts <anders.betts@gmail.com>2026-09-21 23:09:57 +0200
committerAnders Betts <anders.betts@gmail.com>2026-09-21 23:09:57 +0200
commit8350815a8c6987b288551848eda1c678739c8d4a (patch)
tree04ef3c56e10fa8b06768465910d10a57779e8731 /clients/ui.h
parentbf9012dad7ef34bbbfb073bc0f37b0161f0496f3 (diff)
downloadbokf-0.1.62.tar.gz
bokf-0.1.62.zip
invoices: text rows, duplicate and payment link (schema v12); smtp address checksv0.1.62
Diffstat (limited to 'clients/ui.h')
-rw-r--r--clients/ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clients/ui.h b/clients/ui.h
index 393d5ff..c546c91 100644
--- a/clients/ui.h
+++ b/clients/ui.h
@@ -112,6 +112,7 @@ struct voucher_prefill {
const char *date; /* YYYY-MM-DD, may be NULL */
const char *description; /* voucher text, may be NULL */
const char *bank_account; /* account number for the prefilled row */
+ const char *counter_account; /* with amount > 0: credit this account */
int64_t amount_ore; /* > 0 debits the bank account, < 0 credits it */
};