~mdoyen/homebank/5.7.x

« back to all changes in this revision

Viewing changes to src/hb-account.h

  • Committer: Maxime Doyen
  • Date: 2023-09-06 19:22:10 UTC
  • Revision ID: homebank@free.fr-20230906192210-kal1pe00sty1jt2g
5.7 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
        gdouble         maximum;
42
42
        guint32         cheque1;
43
43
        guint32         cheque2;
 
44
        gchar           *website;               //5.7 add
44
45
        gchar       *notes;
45
46
        guint32         karc;
46
47
        guint16         cccday;         //creditcard close day
137
138
GtkWindow *account_window(guint32 key);
138
139
void account_transaction_sort(void);
139
140
guint account_is_used(guint32 key);
 
141
gboolean account_has_website(Account *item);
140
142
gboolean account_exists(gchar *name);
141
143
gboolean account_rename(Account *item, gchar *newname);
142
144
void account_set_currency(Account *item, guint32 kcur);