Added a 'companyname' attribute in the Ledger.
[account.git] / account.h
index ea03a2c..133c82a 100644 (file)
--- a/account.h
+++ b/account.h
@@ -299,6 +299,8 @@ public:
 
 class Ledger
 {
+   String  companyname;
+
    Account accs[200];
    int     nr_accs;
    int     idx;