Files
firefly-iii/storage/database/databasecopy.sqlite
T

1462 lines
235 KiB
Plaintext
Raw Normal View History

2017-03-04 11:21:42 +01:00
SQLite format 3@ îë@ îPûöñìçâÝØÓÎÉÄ¿ºµ°«¦¡œM7K5H3E2B0@.>-;,8*4(0%-"* (&# 

2017-03-04 11:21:42 +01:00
aÓ©W2Ù±a&
Q 2016_12_28_203205_changes_for_v431& Q 2016_12_22_150431_changes_for_v430&Q 2016_11_24_210552_changes_for_v420&Q 2016_10_22_075804_changes_for_v410/c 2016_10_09_150037_expand_transactions_table#K 2016_09_12_121359_fix_nullables&Q 2016_08_25_091522_changes_for_3101(U 2016_06_16_000002_create_main_tables(U 2016_06_16_000001_create_users_table+[ 2016_06_16_000000_create_support_tables
¥ðÝÁªŸti\L0øîÛÉ¿fS0¢íÜ̼¥/available_budgets# preferences# export_jobs#import_jobs5category_transaction1budget_transaction
#attachments!Ecategory_transaction_journalñ%transactions:5transaction_journalsAbudget_transaction_journal×;tag_transaction_journalPtags%rule_actions'rule_triggers rules# rule_groups/piggy_bank_events  #piggy_banks

9piggy_bank_repetitions
 !categories
2017-03-04 11:21:42 +01:00
budgets bills%account_meta accounts# users roles/transaction_types9transaction_currencies'account_types !migrations
éÄQÙUé/ 332017-03-04 06:58:512017-03-04 06:58:51Loan933)2017-03-04 06:58:512017-03-04 06:58:51Import account>3332017-03-04 06:58:512017-03-04 06:58:51Beneficiary accountB33;2017-03-04 06:58:512017-03-04 06:58:51Initial balance account:33+2017-03-04 06:58:512017-03-04 06:58:51Revenue account:33+2017-03-04 06:58:512017-03-04 06:58:51Expense account833'2017-03-04 06:58:512017-03-04 06:58:51Asset account733%2017-03-04 06:58:512017-03-04 06:58:51Cash account:33+2017-03-04 06:58:512017-03-04 06:58:51Default account
RÊnÜí[R¢Loan )Import account3Beneficiary account;Initial balance account+Revenue account+Expense account'Asset account%Cash account+ Default account
:Ä>¿w:; 332017-03-04 06:58:512017-03-04 06:58:51XBTBitcoinBF 33/2017-03-04 06:58:512017-03-04 06:58:51IDRIndonesian rupiahRpB 33'2017-03-04 06:58:512017-03-04 06:58:51GBPBritish Pound£9 332017-03-04 06:58:512017-03-04 06:58:51BRLRealR$E 33-2017-03-04 06:58:512017-03-04 06:58:51HUFHungarian forintFt= 332017-03-04 06:58:512017-03-04 06:58:51USDUS Dollar$: 332017-03-04 06:58:512017-03-04 06:58:51EUREuro€
2017-03-04 11:21:42 +01:00
ÉáùÙéÑñÉXBTIDRGBPBRLHUFUSD EUR
[Y>¾[`99„[tabletransaction_currenciestransaction_currenciesCREATE TABLE "transaction_currencies" ("id" integer not null primary key autoincrement, "created_at" datetime null, "updated_at" datetime null, "deleted_at" datetime null, "code" varchar not null, "name" varchar not null, "symbol" varchar not null, "decimal_places" integer not null default '2')~?'#indexaccount_types_type_uniqueaccount_typesCREATE UNIQUE INDEX "account_types_type_unique" on "account_types" ("type")F''Ktableaccount_typesaccount_typesCREATE TABLE "account_types" ("id" integer not null primary key autoincrement, "created_at" datetime null, "updated_at" datetime null, "type" varchar not null)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)$!!tablemigrationsmigrationsCREATE TABLE "migrations" ("id" integer not null primary key autoincrement, "migration" varchar not null, "batch" integer not null)
¼­>d"Q9Gindextransaction_currencies_code_uniquetransaction_currenciesCREATE UNIQUE INDEX "transaction_currencies_code_unique" on "transaction_currencies" ("code")n//ƒ tabletransaction_typestransaction_types
CREATE TABLE "transaction_types" ("id" integer not null primary key autoincrement, "created_at" datetime null, "updated_at" datetime null, "deleted_at" datetime null, "type" varchar not null)G/3indextransaction_types_type_uniquetransaction_types CREATE UNIQUE INDEX "transaction_types_type_unique" on "transaction_types" ("type")# „)tablejobsjobs CREATE TABLE "jobs" ("id" integer not null primary key autoincrement, "queue" varchar not null, "payload" text not null, "attempts" integer not null, "reserved" integer not null, "reserved_at" integer null, "available_at" integer not null, "created_at" integer not null)
2017-03-04 11:21:42 +01:00
WSindexjobs_queue_reserved_reserved_at_indexjobs
CREATE INDEX "jobs_queue_reserved_reserved_at_index" on "jobs" ("queue", "reserved", "reserved_at")
 È] ;33+2017-03-04 06:58:512017-03-04 06:58:51Opening balance4332017-03-04 06:58:512017-03-04 06:58:51Transfer3332017-03-04 06:58:512017-03-04 06:58:51Deposit633!2017-03-04 06:58:512017-03-04 06:58:51Withdrawal
ÅæÅÙò+Opening balance Transfer Deposit
! Withdrawal

2017-03-04 11:21:42 +01:00


åå Œˆ ++stablepassword_resetspassword_resetsCREATE TABLE "password_resets" ("email" varchar not null, "token" varchar not null, "created_at" datetime not null) C+indexpassword_resets_email_indexpassword_resetsCREATE INDEX "password_resets_email_index" on "password_resets" ("email")
C+indexpassword_resets_token_indexpassword_resetsCREATE INDEX "password_resets_token_index" on "password_resets" ("token")y##ƒ9tablepermissionspermissionsCREATE TABLE "permissions" ("id" integer not null primary key autoincrement, "created_at" datetime null, "updated_at" datetime null, "name" varchar not null, "display_name" varchar null, "description" varchar null)v;#indexpermissions_name_uniquepermissionsCREATE UNIQUE INDEX "permissions_name_unique" on "permissions" ("name")




U¤UM3332017-03-04 06:58:512017-03-04 06:58:51demoDemo UserUser is a demo userZ33!I2017-03-04 06:58:512017-03-04 06:58:51ownerSite OwnerUser runs this instance of FF3
2017-03-04 11:21:42 +01:00
77!ì+gƒ-tablerolesrolesCREATE TABLE "roles" ("id" integer not null primary key autoincrement, "created_at" datetime null, "updated_at" datetime null, "name" varchar not null, "display_name" varchar null, "description" varchar null)^/indexroles_name_uniquerolesCREATE UNIQUE INDEX "roles_name_unique" on "roles" ("name")h++tablepermission_rolepermission_roleCREATE TABLE "permission_role" ("permission_id" integer not null, "role_id" integer not null, foreign key("permission_id") references "permissions"("id") on delete cascade on update cascade, foreign key("role_id") references "roles"("id") on delete cascade on update cascade, primary key ("permission_id", "role_id"))=Q+indexsqlite_autoindex_permission_role_1permission_roleRwtablesessionssessionsCREATE TABLE "sessions" ("id" varchar not null, "user_id" integer null, "ip_address" varchar null, "user_agent" text null, "payload" text not null, "last_activity" integer not null)
îî÷demo owner




ÖÖ<7·d1indexsessions_id_uniquesessionsCREATE UNIQUE INDEX "sessions_id_unique" on "sessions" ("id")x''ƒ/tableconfigurationconfigurationCREATE TABLE "configuration" ("id" integer not null primary key autoincrement, "created_at" datetime null, "updated_at" datetime null, "deleted_at" datetime null, "name" varchar not null, "data" text not null)~?'#indexconfiguration_name_uniqueconfigurationCREATE UNIQUE INDEX "configuration_name_unique" on "configuration" ("name")F„ktableusersusersCREATE TABLE "users" ("id" integer not null primary key autoincrement, "created_at" datetime null, "updated_at" datetime null, "email" varchar not null, "password" varchar not null, "remember_token" varchar null, "reset" varchar null, "blocked" integer not null default '0', "blocked_code" varchar null)


SuäS 33O
2017-03-04 06:58:522017-03-04 06:58:52thegrumpydictator+three@gmail.com$2y$10$K0N6IQSJ03pPDlkibOweZOs76Uq3w/hi0P/OzVB9RoCI.NLFlZkNC 33O
2017-03-04 06:58:522017-03-04 06:58:52thegrumpydictator+empty@gmail.com$2y$10$zMeWiohncci697ePEhgu7.ltAbE.gVDsPRXwCy13.9BsX2JywwuMC 33C
2017-03-04 06:58:522017-03-04 06:58:52thegrumpydictator@gmail.com$2y$10$MBija2pBi4s2PnL4wVGZ0OF2heTrzF.hQWHGVg9a/RTrTGctSOmr.ñTûöñSRQ
¼„5ˆ=tableaccountsaccountsCREATE TABLE "accounts" ("id" integer not null primary key autoincrement, "created_at" datetime null, "updated_at" datetime null, "deleted_at" datetime null, "user_id" integer not null, "account_type_id" integer not null, "name" varchar not null, "virtual_balance" numeric null, "iban" varchar null, "active" tinyint(1) not null default '1', "encrypted" tinyint(1) not null default '0', foreign key("user_id") references "users"("id") on delete cascade, foreign key("account_type_id") references "account_types"("id") on delete cascade)A%%„Etableaccount_metaaccount_meta!CREATE TABLE "account_meta" ("id" integer not null primary key autoincrement, "created_at" datetime null, "updated_at" datetime null, "account_id" integer not null, "name" varchar not null, "data" text not null, foreign key("account_id") references "accounts"("id") on delete cascade)
2017-03-04 11:21:42 +01:00
99…/tablepiggy_bank_repetitionspiggy_bank_repetitions$CREATE TABLE "piggy_bank_repetitions" ("id" integer not null primary key autoincrement, "created_at" datetime null, "updated_at" datetime null, "piggy_bank_id" integer not null, "startdate" date null, "targetdate" date null, "currentamount" numeric not null, foreign key("piggy_bank_id") references "piggy_banks"("id") on delete cascade)
ýÄKÕš_$é®s8ý9
33!2017-03-04 06:58:522017-03-04 06:58:52
2015-04-019 33!2017-03-04 06:58:522017-03-04 06:58:52 2015-04-019 33!2017-03-04 06:58:522017-03-04 06:58:52 2015-04-019
33!2017-03-04 06:58:522017-03-04 06:58:52
2015-04-019 33!2017-03-04 06:58:522017-03-04 06:58:52 2015-04-01933!2017-03-04 06:58:522017-03-04 06:58:522015-04-01933!2017-03-04 06:58:522017-03-04 06:58:522015-04-01933!2017-03-04 06:58:522017-03-04 06:58:522015-04-01933!2017-03-04 06:58:522017-03-04 06:58:522015-04-01933!2017-03-04 06:58:522017-03-04 06:58:522015-04-01:33!2017-03-04 06:58:522017-03-04 06:58:522015-04-01x;33!2017-03-04 06:58:522017-03-04 06:58:522015-04-01M:33 !2017-03-04 06:58:522017-03-04 06:58:522015-04-01ß
m9m‰A33 UMƒEƒ=ƒ=ƒ=ƒE 2017-03-04 06:58:522017-03-04 06:58:52FireflyIII\Models\TransactionJournalef2ccd588b3e52a2ff11f4d0c8132efceyJpdiI6IjJzYXpxUjIxMUcyN2FZTXlpQ2d6bHc9PSIsInZhbHVlIjoiTElTRzBkXC9TZá‰<33 UMƒ=ƒ=ƒ=ƒEƒ= 2017-03-04 06:58:522017-03-04 06:58:52FireflyIII\Models\TransactionJournal8482d794f5931f058ed4221874176f93eyJpdiI6IjNQejg3eFFldVA5MkNPaDdEUmtkRFE9PSIsInZhbHVlIjoib3ZQYXRWYà
ÀÀ„=##ˆAtableattachmentsattachments%CREATE TABLE "attachments" ("id" integer not null primary key autoincrement, "created_at" datetime null, "updated_at" datetime null, "deleted_at" datetime null, "user_id" integer not null, "attachable_id" integer not null, "attachable_type" varchar not null, "md5" varchar not null, "filename" varchar not null, "title" varchar null, "description" text null, "notes" text null, "mime" varchar not null, "size" integer not null, "uploaded" tinyint(1) not null default '1', foreign key("user_id") references "users"("id") on delete cascade)
& &x33 -G! 2017-03-04 06:58:522017-03-04 06:58:52Health insuranceinsurer,plus,insurance,healthxŒ2015-01-01monthly^33 )! 2017-03-04 06:58:522017-03-04 06:58:52Rentrent,land,lordW2015-01-01monthly
eeŠtablebillsbills'CREATE TABLE "bills" ("id" integer not null primary key autoincrement, "created_at" datetime nu
žåמ«»Êò finished#p-configure!p-settings settings
configure complete
! testImport
ýý33 1ƒ
2017-03-04 06:58:522017-03-04 06:58:52currencyPreferenceeyJpdiI6ImhpVEJXclwvdHNkOTRkSU00YTEwR0h3PT0iLCJ2YWx1ZSI6IkxFeTBtY09mOGtVYjl3U0FOc1krcFE9PSIsIm1hYyI6ImMyNTQ3ZTY3ZTY4ZGQ2YjdhMzVkNzYxYzY1MDVhNTUyNjM0Y2RlNDY4OWRhMzY2M2U4MjUyMGE1Yzk2MjY0MzQifQ==
TTŒÍ5&##„1tablepreferencespreferences3CREATE TABLE "preferences" ("id" integer not null primary key autoincrement, "created_at" datetime null, "updated_at" datetime null, "user_id" integer not null, "name" varchar not null, "data" text not null, foreign key("user_id") references "users"("id") on delete cascade)>'„Ktablerole_userrole_user5CREATE TABLE "role_user" ("user_id" integer not null, "role_id" integer not null, foreign key("user_id") references "users"("id") on delete cascade on update cascade, foreign key("role_id") references "roles"("id") on delete cascade on update cascade, primary key ("user_id", "role_id"))1(Eindexsqlite_autoindex_role_user_1role_user6
ûû
ûû
˜˜f
33 '_ 2017-03-04 06:58:522017-03-04 06:58:52Default rulesAll your rules not in a particular group.
ƃ%)##tablerule_groupsrule_groups7CREATE TABLE "rule_groups" ("id" integer not null primary key autoincrement, "created_at" datetime null, "updated_at" datetime null, "deleted_at" datetime null, "user_id" integer not null, "title" varchar not null, "description" text null, "order" integer not null default '0', "active" tinyint(1) not null default '1', foreign key("user_id") references "users"("id") on delete cascade)„7*ˆMtablerulesrules9CREATE TABLE "rules" ("id" integer not null primary key autoincrement, "created_at" datetime null, "updated_at" datetime null, "deleted_at" datetime null, "user_id" integer not null, "rule_group_id" integer not null, "title" varchar not null, "description" text null, "order" integer not null default '0', "active" tinyint(1) not null default '1', "stop_processing" tinyint(1) not null default '0', foreign key("user_id") references "users"("id") on delete cascade, foreign key("rule_group_id") references "rule_groups"("id") on delete cascade)
ƒƒ{ 33 ;q 2017-03-04 06:58:522017-03-04 06:58:52Your first default ruleThis rule is an example. You can safely delete it.
X¥XK
33 %) 2017-03-04 06:58:522017-03-04 06:58:52set_categoryLarge expensesY
33 39 2017-03-04 06:58:522017-03-04 06:58:52prepend_descriptionBought the world from
[[+ƒM+%%†]tablerule_actionsrule_actions:CREATE TABLE "rule_actions" ("id" integer not null primary key autoincrement, "created_at" datetime null, "updated_at" datetime null, "rule_id" integer not null, "action_type" varchar not null, "action_value" varchar not null, "order" integer not null default '0', "active" tinyint(1) not null default '1', "stop_processing" tinyint(1) not null default '0', foreign key("rule_id") references "rules"("id") on delete cascade)ƒR,''†ctablerule_triggersrule_triggers<CREATE TABLE "rule_triggers" ("id" integer not null primary key autoincrement, "created_at" datetime null, "updated_at" datetime null, "rule_id" integer not null, "trigger_type" varchar not null, "trigger_value" varchar not null, "order" integer not null default '0', "active" tinyint(1) not null default '1', "stop_processing" tinyint(1) not null default '0', foreign key("rule_id") references "rules"("id") on delete cascade)
[K
33 +# 2017-03-04 06:58:522017-03-04 06:58:52from_account_isDavid BowieY
33 )A 2017-03-04 06:58:522017-03-04 06:58:52description_isThe Man Who Sold the WorldH
33 #' 2017-03-04 06:58:522017-03-04 06:58:52user_actionstore-journalûaû`
AAƒ<-†[tabletagstags=CREATE TABLE "tags" ("id" integer not null primary key autoincrement, "created_at" datetime null, "updated_at" datetime null, "deleted_at" datetime null, "user_id" integer not null, "tag" varchar not null, "tagMode" varchar not null, "date" date null, "description" text null, "latitude" numeric null, "longitude" numeric null, "zoomLevel" tinyint(1) null, foreign key("user_id") references "users"("id") on delete cascade)0ëäûöñìçâÝØÓÎÉý·±«¥Ÿ{uoic]WQKE?93-'! ý÷ñëÞ„Û„؃zÖƒoÓƒdЃY΃N˃CɃ8ǃ-Ã"Áƒ¾ƒ »ƒ¹‚v¶‚k´‚`²‚U¯‚J¬‚?©‚4¦‚)¤‚¡‚Ÿ‚}šr˜g\QFŒ;Š0ˆ%ƒzyxnucsXqMnBl7j,g!ed
11‡L.55Ž;tabletransaction_journalstransaction_journals?CREATE TABLE "transaction_journals" ("id" integer not null primary key autoincrement, "created_at" datetime null, "updated_at" datetime null, "deleted_at" datetime null, "user_id" integer not null, "transaction_type_id" integer not null, "bill_id" integer null, "transaction_currency_id" integer not null, "description" varchar not null, "date" date not null, "interest_date" date null, "book_date" date null, "process_date" date null, "order" integer not null default '0', "tag_count" integer not null, "encrypted" tinyint(1) not null default '1', "completed" tinyint(1) not null default '1', foreign key("user_id") references "users"("id") on delete cascade, foreign key("transaction_type_id") references "transaction_types"("id") on delete cascade, foreign key("bill_id") references "bills"("id") on delete set null, foreign key("transaction_cu
O NøMöLõKäJâIáHÐGÎFÍE¼DºC¹B¨A¦@¥?>=<;~:}9l8j7i6X5V4U3D2B1A00/..--,+*)('ô&ò%ñ$à#Þ"Ý!Ì Êɸµ¤¢¡Ž|zyhfeTR
Q @ >
= ,*) ãÜûõïéãŃI®‚r—‚D~j
ÓÓcƒ
1AA…%tablebudget_transaction_journalbudget_transaction_journalDCREATE TABLE "budget_transaction_journal" ("id" integer not null primary key autoincrement, "budget_id" integer not null, "transaction_journal_id" integer not null, foreign key("budget_id") references "budgets"("id") on delete cascade, foreign key("transaction_journal_id") references "transaction_journals"("id") on delete cascade)ƒ2EE…7tablecategory_transaction_journalcategory_transaction_journalFCREATE TABLE "category_transaction_journal" ("id" integer not null primary key autoincrement, "category_id" integer not null, "transaction_journal_id" integer not null, foreign key("category_id") references "categories"("id") on delete cascade, foreign key("transaction_journal_id") references "transaction_journals"("id") on delete cascade)ãÕûõïé㿃Jª‚s“‚|D{j
ãÃKÓ[ã: 33!2017-03-04 06:58:522017-03-04 06:58:522016-01-09(:33!2017-03-04 06:58:522017-03-04 06:58:522015-12-08(:33!2017-03-04 06:58:522017-03-04 06:58:522015-11-07(:33!2017-03-04 06:58:522017-03-04 06:58:522015-10-06o:33!2017-03-04 06:58:522017-03-04 06:58:522015-09-05o:33!2017-03-04 06:58:522017-03-04 06:58:522015-08-04o:33 !2017-03-04 06:58:522017-03-04 06:58:522015-07-03õ:33 !2017-03-04 06:58:522017-03-04 06:
ªøðçÞÖÎż³ª
      
 4%%‡{tabletransactionstransactionsICREATE TABLE "transactions" ("id" integer not null primary key autoincrement, "created_at" datetime null, "updated_at" datetime null, "deleted_at" datetime null, "account_id" integer not null, "transaction_journal_id" integer not null, "description" varchar null, "amount" numeric not null, "identifier" integer not null default '0', foreign key("account_id") references "accounts"("id") on delete cascade, foreign key("transaction_journal_id") references "transaction_journals"("id") on delete cascade)]511„etablebudget_transactionbudget_transactionJCREATE TABLE "budget_transaction" ("id" integer not null primary key autoincrement, "budget_id" integer not null, "transaction_id" integer not null, foreign key("budget_id") references "budgets"("id") on delete cascade, foreign key("transaction_id") references "transactions"("id") on delete cascade)
ø÷îåÜÔÌú±¨Ÿ|tkbYPH@7.%
ø43210/.- , +*)(' & %$
# " !
    
uuâj655„wtablecategory_transactioncategory_transactionLCREATE TABLE "category_transaction" ("id" integer not null primary key autoincrement, "category_id" integer not null, "transaction_id" integer not null, foreign key("category_id") references "categories"("id") on delete cascade, foreign key("transaction_id") references "transactions"("id") on delete cascade)7tablenotesnotesNCREATE TABLE "notes" ("id" integer not null primary key autoincrement, "created_at" datetime null, "updated_at" datetime null, "deleted_at" datetime null, "noteable_id" integer not null, "noteable_type" varchar not null, "title" varchar null, "text" text null)
öêûöéè
ÇèÇsS9''ƒ{tablebudget_limitsbudget_limits+CREATE TABLE budget_limits (id INTEGER NOT NULL, created_at DATETIME DEFAULT NULL, updated_at DATETIME DEFAULT NULL, budget_id INTEGER NOT NULL, amount NUMERIC(10, 0) NOT NULL, start_date DATE NOT NULL, end_date DATE DEFAULT NULL, PRIMARY KEY(id))„8//‡Ytableavailable_budgetsavailable_budgetsOCREATE TABLE "available_budgets" ("id" integer not null primary key autoincrement, "created_at" datetime null, "updated_at" datetime null, "deleted_at" datetime null, "user_id" integer not null, "transaction_currency_id" integer not null, "amount" numeric not null, "start_date" date not null, "end_date" date not null, foreign key("transaction_currency_id") references "transaction_currencies"("id"
33  2017-03-04 06:58:522017-03-04 06:58:52Baker Bob@ 33 ' 2017-03-04 06:58:522017-03-04 06:58:52Buy and Large> 33 # 2017-03-04 06:58:522017-03-04 06:58:52Kwik-E-Mart> 33 # 2017-03-04 06:58:522017-03-04 06:58:52SuperMarketD 33 / 2017-03-04 06:58:522017-03-04 06:58:52The Water Company
ËÂv/ðª`"àMË9 33  2017-03-04 06:58:522017-03-04 06:58:52GoogleE 33 1 2017-03-04 06:58:522017-03-04 06:58:52KPN Phone Provider7 33  2017-03-04 06:58:522017-03-04 06:58:52BankX 33 W 2017-03-04 06:58:522017-03-04 06:58:52Taxes and Revenues Government service@ 33 ' 2017-03-04 06:58:522017-03-04 06:58:52JobGiver Inc.< 33  2017-03-04 06:58:522017-03-04 06:58:52Land lordH 33 7 2017-03-04 06:58:522017-03-04 06:58:52Jumper Pet Food StoreD 33 / 2017-03-04 06:58:522017-03-04 06:58:52iCentre Mac Store= 33 ! 2017-03-04 06:58:522017-03-04 06:58:52XS4All ISPE 33 1 2017-03-04 06:58:522017-03-04 06:58:52Halfords Car PartsJ 33 ; 2017-03-04 06:58:522017-03-04 06:58:52Greenchoice Electricity< 33  2017-03-04 06:58:522017-03-04 06:58:52McDonalds
óÞˆ4ó?# 33 % 2017-03-04 06:58:522017-03-04 06:58:52Cash accountR" 33 K 2017-03-04 06:58:522017-03-04 06:58:52Related Initial Balance accountT! 33 O 2017-03-04 06:58:522017-03-04 06:58:52Unrelated Initial Balance account
331ƒ= 2017-03-04 06:58:522017-03-04 06:58:52Checking Account XeyJpdiI6IlQyWGdMbGk0YU16THIzQURQSElVNnc9PSIsInZhbHVlIjoiWHB1bkZUTE1MaHhzYnRXNU93bWdTQm40azdnKzdsTEVvdFV2XC9HZTdxa009IiwibWFjIjoiMjAzMzkzMWIxZmYyMTEwMzJkYTMyMDIxOGFiMDcwNDI5NGZlMGFmYzEwYTI4YjA0M2M0ODkxZjA0Yjc3MzAzYyJ9
*»v0ê¤^ÑŠDþ·p*D33!!2017-03-04 06:58:522017-03-04 06:58:52d2015-02-012015-02-28E
33!!2017-03-04 06:58:522017-03-04 06:58:52È2015-02-012015-02-28E 33!!2017-03-04 06:58:522017-03-04 06:58:52è2015-02-012015-02-28D 33 !!2017-03-04 06:58:522017-03-04 06:58:52È2015-02-012015-02-28D
33!!2017-03-04 06:58:522017-03-04 06:58:52d2015-01-012015-01-31E 33!!2017-03-04 06:58:522017-03-04 06:58:52È2015-01-012015-01-31E33!!2017-03-04 06:58:522017-03-04 06:58:52è2015-01-012015-01-31D33 !!2017-03-04 06:58:522017-03-04 06:58:52È2015-01-012015-01-31D33 !!2017-03-04 06:58:522017-03-04 06:58:522016-09-012017-08-31D33 !!2017-03-04 06:58:522017-03-04 06:58:52¼2016-08-012017-01-31D33 !!2017-03-04 06:58:522017-03-04 06:58:52¿2016-07-012016-09-30D33 !!2017-03-04 06:58:522017-03-04 06:58:52º2016-06-012016-06-30C33 !!2017-03-04 06:58:522017-03-04 06:58:52q2016-05-012016-05-07C33 !!2017-03-04 06:58:522017-03-04 06:58:52g2016-04-012016-04-01
%ºs,æ YÌ?ø²l%E33!!2017-03-04 06:58:522017-03-04 06:58:52è2015-06-012015-06-30D33 !!2017-03-04 06:58:522017-03-04 06:58:52È2015-06-012015-06-30D33!!2017-03-04 06:58:522017-03-04 06:58:52d2015-05-012015-05-31E33!!2017-03-04 06:58:522017-03-04 06:58:52È2015-05-012015-05-31E33!!2017-03-04 06:58:522017-03-04 06:58:52è2015-05-012015-05-31D33 !!2017-03-04 06:58:522017-03-04 06:58:52È2015-05-012015-05-31D33!!2017-03-04 06:58:522017-03-04 06:58:52d2015-04-012015-04-30E33!!2017-03-04 06:58:522017-03-04 06:58:52È2015-04-012015-04-30E33!!2017-03-04 06:58:522017-03-04 06:58:52è2015-04-012015-04-30D33 !!2017-03-04 06:58:522017-03-04 06:58:52È2015-04-012015-04-30D33!!2017-03-04 06:58:522017-03-04 06:58:52d2015-03-012015-03-31E33!!2017-03-04 06:58:522017-03-04 06:58:52È2015-03-012015-03-31E33!!2017-03-04 06:58:522017-03-04 06:58:52è2015-03-012015-03-31D33 !!2017-03-04 06:58:522017-03-04 06:58:52È2015-03-012015-03-31
%¹s-æŸYÌ?ù²k%D*33!!2017-03-04 06:58:522017-03-04 06:58:52d2015-09-012015-09-30E)33!!2017-03-04 06:58:522017-03-04 06:58:52È2015-09-012015-09-30E(33!!2017-03-04 06:58:522017-03-04 06:58:52è2015-09-012015-09-30D'33 !!2017-03-04 06:58:522017-03-04 06:58:52È2015-09-012015-09-30D&33!!2017-03-04 06:58:522017-03-04 06:58:52d2015-08-012015-08-31E%33!!2017-03-04 06:58:522017-03-04 06:58:52È2015-08-012015-08-31E$33!!2017-03-04 06:58:522017-03-04 06:58:52è2015-08-012015-08-31D#33 !!2017-03-04 06:58:522017-03-04 06:58:52È2015-08-012015-08-31D"33!!2017-03-04 06:58:522017-03-04 06:58:52d2015-07-012015-07-31E!33!!2017-03-04 06:58:522017-03-04 06:58:52È2015-07-012015-07-31E 33!!2017-03-04 06:58:522017-03-04 06:58:52è2015-07-012015-07-31D33 !!2017-03-04 06:58:522017-03-04 06:58:52È2015-07-012015-07-31D33!!2017-03-04 06:58:522017-03-04 06:58:52d2015-06-012015-06-30E33!!2017-03-04 06:58:522017-03-04 06:58:52È2015-06-012015-06-30
%ºs,æ YÌ?ø²l%E833!!2017-03-04 06:58:522017-03-04 06:58:52è2016-01-012016-01-31D733 !!2017-03-04 06:58:522017-03-04 06:58:52È2016-01-012016-01-31D633!!2017-03-04 06:58:522017-03-04 06:58:52d2015-12-012015-12-31E533!!2017-03-04 06:58:522017-03-04 06:58:52È2015-12-012015-12-31E433!!2017-03-04 06:58:522017-03-04 06:58:52è2015-12-012015-12-31D333 !!2017-03-04 06:58:522017-03-04 06:58:52È2015-12-012015-12-31D233!!2017-03-04 06:58:522017-03-04 06:58:52d2015-11-012015-11-30E133!!2017-03-04 06:58:522017-03-04 06:58:52È2015-11-012015-11-30E033!!2017-03-04 06:58:522017-03-04 06:58:52è2015-11-012015-11-30D/33 !!2017-03-04 06:58:522017-03-04 06:58:52È2015-11-012015-11-30D.33!!2017-03-04 06:58:522017-03-04 06:58:52d2015-10-012015-10-31E-33!!2017-03-04 06:58:522017-03-04 06:58:52È2015-10-012015-10-31E,33!!2017-03-04 06:58:522017-03-04 06:58:52è2015-10-012015-10-31D+33 !!2017-03-04 06:58:522017-03-04 06:58:52È2015-10-012015-10-31
%¹s-æŸYÌ?ù²k%DF33!!2017-03-04 06:58:522017-03-04 06:58:52d2016-04-012016-04-30EE33!!2017-03-04 06:58:522017-03-04 06:58:52È2016-04-012016-04-30ED33!!2017-03-04 06:58:522017-03-04 06:58:52è2016-04-012016-04-30DC33 !!2017-03-04 06:58:522017-03-04 06:58:52È2016-04-012016-04-30DB33
33=!2017-03-04 06:58:522017-03-04 06:58:52in orci finibus sagittisÈ2015-04-01
V
337!2017-03-04 06:58:522017-03-04 06:58:52Integer gravida velit.à2015-04-01 Z
33?!2017-03-04 06:58:522017-03-04 06:58:52ipsum venenatis tinciduntÞ2015-04-01\
33C!2017-03-04 06:58:522017-03-04 06:58:52Suspendisse eget dolor egetX2015-04-01J
33!2017-03-04 06:58:522017-03-04 06:58:52New couch@2015-04-01\
33C!2017-03-04 06:58:522017-03-04 06:58:52consectetur adipiscing elitô2015-04-01Z
33A!2017-03-04 06:58:522017-03-04 06:58:52Lorem ipsum dolor sit amet2015-04-01J
33!2017-03-04 06:58:522017-03-04 06:58:52New couchô2015-04-01J
33!2017-03-04 06:58:522017-03-04 06:58:52New phoneX2015-04-01J
33!! 2017-03-04 06:58:522017-03-04 06:58:52New cameraè2015-04-01
DžDX
33=!2017-03-04 06:58:522017-03-04 06:58:52Pellentesque dictum elit{2015-04-01
`
33K!2017-03-04 06:58:522017-03-04 06:58:52sit amet elementum dolor temporX2015-04-01
¾Üâ¾!33 ƒE!2017-03-04 06:58:522017-03-04 06:58:52eyJpdiI6InlDTjMrZTJxVFdjdzc0M0xwVUVka0E9PSIsInZhbHVlIjoiUFA1R2ZHcEx4XC9Jb2JcL0JybHNOQ1ZFMXg4OHBwQm5wK0I2UGF0c2hxUlB3PSIsIm1hYyI6Ijk5YTFmMzZhZjNkMTJmM2ZlOTk5NmViOTcwM2RiODBkODM3OWQzZDgxNzkyNWY1NjZjNzJiOGU0NTg2ODNkMmYifQ==nothing2016-02-02w33 ƒ2017-03-04 06:58:522017-03-04 06:58:52eyJpdiI6IjB6eUh2OXRiamdaOEExYnZPeFFpMFE9PSIsInZhbHVlIjoid1VYZXJrdzZaSUVlbVdoZFZiQm80dz09IiwibWFjIjoiYjNiMDY1NGI3ZTA3YTM4Njg3YTEwNzNhZTQ5MGM3YjVhNjJkZGY5Mjk2MTIyYTEzYjgwMThkMzU3YjY4OTM1ZCJ9nothing!33 ƒE!2017-03-04 06:58:522017-03-04 06:58:52eyJpdiI6ImxuQnVmWkk2TFVSN2xId0JHck9Gc1E9PSIsInZhbHVlIjoiXC96dFgyQVp1MDZ3Z2Z5VW1BVENmbGRcL0wyVXQ4SnFyWDc0QW50Q0JLY0pnPSIsIm1hYyI6ImJlZjk2NWRhM2Y1NzYyNWUxMGJlZTBiOTA2OTgwNDZkYTZlNDAzMzgzZDAzYTc2ODViYmE2MTZjYjEzNjI4NzcifQ==nothing2016-01-01
´Û´$33 ƒ=)!2017-03-04 06:58:522017-03-04 06:58:52eyJpdiI6IjJZaDhBbmVvZGJ4aFpIMDVHa2lvUHc9PSIsInZhbHVlIjoiZ1Y4UlVOVDFhT2pxdWNXdmNaVGlHXC92TGs3M0NUNEdVRTk5cDJodGhuOUE9IiwibWFjIjoiYzZiYTc0YzVlZGNlZjhiZGUwN2Q1NDg1ZThlZTllZTg3YWYyZTA0YzAxZGI2YjJlNWVlZWMyMGQzOTNmNjFlYSJ9advancePayment2016-11-08"33 ƒ=%!2017-03-04 06:58:522017-03-04 06:58:52eyJpdiI6IjU3dWNCSXlMejRRc3V1aThQZGVmVnc9PSIsInZhbHVlIjoiUDBzeE1pWDJcL3FxS0pMUHNydGRtVlBlY29KN0ZxUnJXam5zWTVSU0xLeWs9IiwibWFjIjoiZDNlMjA3NTFkYjhlYjY1YTY4YWFlOGIxMWM0ZjQ2OTU4ZGEyNzdmYTA4Y2IxZmRhZjkwMTI3OTVhNzkyN2I2ZCJ9balancingAct2016-12-02
VÌ\ å©n2÷»D ÍV:
332017-03-04 06:58:522017-03-04 06:58:52@IzáG®{9
33 2017-03-04 06:58:522017-03-04 06:58:52ÀIzáG®{:
332017-03-04 06:58:522017-03-04 06:58:52@H'®záH9
33 2017-03-04 06:58:522017-03-04 06:58:52ÀH'®záH:
332017-03-04 06:58:522017-03-04 06:58:52@F/\(õÂ9
33 2017-03-04 06:58:522017-03-04 06:58:52ÀF/\(õÂ:
332017-03-04 06:58:522017-03-04 06:58:52@TŠáG®{9
33 2017-03-04 06:58:522017-03-04 06:58:52ÀTŠáG®{:
332017-03-04 06:58:522017-03-04 06:58:52@S>záG®9
33 2017-03-04 06:58:522017-03-04 06:58:52ÀS>záG®:
332017-03-04 06:58:522017-03-04 06:58:52@LTzáG®9
33 2017-03-04 06:58:522017-03-04 06:58:52ÀLTzáG®:
332017-03-04 06:58:522017-03-04 06:58:52@&ž¸Që…9
33 2017-03-04 06:58:522017-03-04 06:58:52À&ž¸Që…3
33 2017-03-04 06:58:522017-03-04 06:58:52M2
33 2017-03-04 06:58:522017-03-04 06:58:52ü³
HÅN×`$é­r6û¿H:
332017-03-04 06:58:522017-03-04 06:58:52
@5Þ¸Që…9
33 2017-03-04 06:58:522017-03-04 06:58:52À5Þ¸Që…:
332017-03-04 06:58:522017-03-04 06:58:52 @8}p£×
=9
33 2017-03-04 06:58:522017-03-04 06:58:52À8}p£×
=:
332017-03-04 06:58:522017-03-04 06:58:52@2TzáG®9
33 2017-03-04 06:58:522017-03-04 06:58:52À2TzáG®:
332017-03-04 06:58:522017-03-04 06:58:52
@4G®záH9
33 2017-03-04 06:58:522017-03-04 06:58:52
À4G®záH:
332017-03-04 06:58:522017-03-04 06:58:52
@6 ÌÌÌÌÍ9
33 2017-03-04 06:58:522017-03-04 06:58:52 À6 ÌÌÌÌÍ:
332017-03-04 06:58:522017-03-04 06:58:52 @3Ç®záH9
33 2017-03-04 06:58:522017-03-04 06:58:52 À3Ç®záH:
332017-03-04 06:58:522017-03-04 06:58:52
@5Ê=p£×
9
33 2017-03-04 06:58:522017-03-04 06:58:52
À5Ê=p£×
:
332017-03-04 06:58:522017-03-04 06:58:52 @7\(õÂ9
33 2017-03-04 06:58:522017-03-04 06:58:52 À7\(õÂ
N¬V­O¦R®N^ 33 E! 2017-03-04 06:58:522017-03-04 06:58:52Forgot to get some groceries2015-01-08U
33 3! 2017-03-04 06:58:522017-03-04 06:58:52Picked up groceries2015-01-06K 33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-01-02R33 -! 2017-03-04 06:58:522017-03-04 06:58:52Needed gas again2015-01-27Y33 ;! 2017-03-04 06:58:522017-03-04 06:58:52Filled the car up again2015-01-17L33 !! 2017-03-04 06:58:522017-03-04 06:58:52Bought gas2015-01-07\33  ?! 2017-03-04 06:58:522017-03-04 06:58:52Insurance bill in January2015-01-10T33 1! 2017-03-04 06:58:522017-03-04 06:58:52Power bill January2015-01-08Q33 +! 2017-03-04 06:58:522017-03-04 06:58:52TV bill January2015-01-06T33 1! 2017-03-04 06:58:522017-03-04 06:58:52Water bill January2015-01-04R33 -! 2017-03-04 06:58:522017-03-04 06:58:52Rent for January2015-01-02
U®Q·j´^¬UU33 3! 2017-03-04 06:58:522017-03-04 06:58:52Water bill February2015-02-04S33 /! 2017-03-04 06:58:522017-03-04 06:58:52Rent for February2015-02-02[33  =! 2017-03-04 06:58:522017-03-04 06:58:52Saving money for January2015-01-28T33  /! 2017-03-04 06:58:522017-03-04 06:58:52Salary in January2015-01-24\33 A! 2017-03-04 06:58:522017-03-04 06:58:52Going out for drinks again2015-01-26V33 5! 2017-03-04 06:58:522017-03-04 06:58:52Going out for drinks2015-01-13K33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-01-26K33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-01-23K33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-01-19[
33 ?! 2017-03-04 06:58:522017-03-04 06:58:52Groceries and some drinks2015-01-15P 33 )! 2017-03-04 06:58:522017-03-04 06:58:52More groceries2015-01-11
`ÅNÖf0ûÅŠNל`:0
332017-03-04 06:58:522017-03-04 06:58:52@S\ÌÌÌÌÍ9/
33 2017-03-04 06:58:522017-03-04 06:58:52ÀS\ÌÌÌÌÍ:.
332017-03-04 06:58:522017-03-04 06:58:52@Ig®záH9-
33 2017-03-04 06:58:522017-03-04 06:58:52ÀIg®záH:,
332017-03-04 06:58:522017-03-04 06:58:52@"¨õÂ\)9+
33 2017-03-04 06:58:522017-03-04 06:58:52À"¨õÂ\)4*
332017-03-04 06:58:522017-03-04 06:58:52M3)
33 2017-03-04 06:58:522017-03-04 06:58:52ü³4(
332017-03-04 06:58:522017-03-04 06:58:52Œ3'
33 2017-03-04 06:58:522017-03-04 06:58:52ÿt9&
33 2017-03-04 06:58:522017-03-04 06:58:52@™3\(õÃ:%
332017-03-04 06:58:522017-03-04 06:58:52À™3\(õÃ:$
332017-03-04 06:58:522017-03-04 06:58:52
@:@9#
33 2017-03-04 06:58:522017-03-04 06:58:52À:@:"
332017-03-04 06:58:522017-03-04 06:58:52
@:(õÂ\9!
33 2017-03-04 06:58:522017-03-04 06:58:52À:(õÂ\
F¬Uö¨Mù¬Uõ£F[!33 ?! 2017-03-04 06:58:522017-03-04 06:58:52Groceries and some drinks2015-02-15P 33 )! 2017-03-04 06:58:522017-03-04 06:58:52More groceries2015-02-11^33 E! 2017-03-04 06:58:522017-03-04 06:58:52Forgot to get some groceries2015-02-08U33 3! 2017-03-04 06:58:522017-03-04 06:58:52Picked up groceries2015-02-06K33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-02-02R33 -! 2017-03-04 06:58:522017-03-04 06:58:52Needed gas again2015-02-27Y33 ;! 2017-03-04 06:58:522017-03-04 06:58:52Filled the car up again2015-02-17L33 !! 2017-03-04 06:58:522017-03-04 06:58:52Bought gas2015-02-07]33  A! 2017-03-04 06:58:522017-03-04 06:58:52Insurance bill in February2015-02-10U33 3! 2017-03-04 06:58:522017-03-04 06:58:52Power bill February2015-02-08R33 -! 2017-03-04 06:58:522017-03-04 06:58:52TV bill February2015-02-06
HÅN×`$é­r6û¿H:@
332017-03-04 06:58:522017-03-04 06:58:52
@0#×
=p¤9?
33 2017-03-04 06:58:522017-03-04 06:58:52 À0#×
=p¤:>
332017-03-04 06:58:522017-03-04 06:58:52 @8+…¸Qì9=
33 2017-03-04 06:58:522017-03-04 06:58:52À8+…¸Qì:<
332017-03-04 06:58:522017-03-04 06:58:52@2‘ë…¸R9;
33 2017-03-04 06:58:522017-03-04 06:58:52À2‘ë…¸R::
2017-03-04 11:21:42 +01:00
332017-03-04 06:58:522017-03-04 06:58:52@4@99
33 2017-03-04 06:58:522017-03-04 06:58:52À4@:8
332017-03-04 06:58:522017-03-04 06:58:52@G 97
33 2017-03-04 06:58:522017-03-04 06:58:52ÀG :6
332017-03-04 06:58:522017-03-04 06:58:52@HèõÂ\)95
33 2017-03-04 06:58:522017-03-04 06:58:52ÀHèõÂ\):4
332017-03-04 06:58:522017-03-04 06:58:52@E7
=p£×93
33 2017-03-04 06:58:522017-03-04 06:58:52ÀE7
=p£×:2
332017-03-04 06:58:522017-03-04 06:58:52@T!G®zá91
33 2017-03-04 06:58:522017-03-04 06:58:52ÀT!G®
TÅN×`$é­r6ú¿ŠT4P
332017-03-04 06:58:522017-03-04 06:58:52(Œ3O
33 2017-03-04 06:58:522017-03-04 06:58:52(ÿt9N
33 2017-03-04 06:58:522017-03-04 06:58:52'@˜Ó33333:M
332017-03-04 06:58:522017-03-04 06:58:52'À˜Ó33333:L
332017-03-04 06:58:522017-03-04 06:58:52
&@0™™™™™š9K
33 2017-03-04 06:58:522017-03-04 06:58:52&À0™™™™™š:J
332017-03-04 06:58:522017-03-04 06:58:52
%@.ÌÌÌÌÌÍ9I
33 2017-03-04 06:58:522017-03-04 06:58:52%À.ÌÌÌÌÌÍ:H
332017-03-04 06:58:522017-03-04 06:58:52
$@5¡G®zá9G
33 2017-03-04 06:58:522017-03-04 06:58:52$À5¡G®zá:F
332017-03-04 06:58:522017-03-04 06:58:52 #@1uÂ\(ö9E
33 2017-03-04 06:58:522017-03-04 06:58:52#À1uÂ\(ö:D
332017-03-04 06:58:522017-03-04 06:58:52"@4Ñë…¸R9C
33 2017-03-04 06:58:522017-03-04 06:58:52"À4Ñë…¸R:B
332017-03-04 06:58:522017-03-04 06:58:52!@0Ù™™™™š9A
33 2017-03-04 06:58:522017-03-04 06:58:52!À0Ù™™™™š
c³fÁc ®\·cR,33 -! 2017-03-04 06:58:522017-03-04 06:58:52Power bill March2015-03-08O+33 '! 2017-03-04 06:58:522017-03-04 06:58:52TV bill March2015-03-06R*33 -! 2017-03-04 06:58:522017-03-04 06:58:52Water bill March2015-03-04P)33 )! 2017-03-04 06:58:522017-03-04 06:58:52Rent for March2015-03-02\(33  ?! 2017-03-04 06:58:522017-03-04 06:58:52Saving money for February2015-02-28U'33  1! 2017-03-04 06:58:522017-03-04 06:58:52Salary in February2015-02-24\&33 A! 2017-03-04 06:58:522017-03-04 06:58:52Going out for drinks again2015-02-26V%33 5! 2017-03-04 06:58:522017-03-04 06:58:52Going out for drinks2015-02-13K$33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-02-26K#33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-02-23K"33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-02-19
TËZã§l0õ¹~BËT:`
332017-03-04 06:58:522017-03-04 06:58:520@I~¸Që…9_
33 2017-03-04 06:58:522017-03-04 06:58:520ÀI~¸Që…:^
332017-03-04 06:58:522017-03-04 06:58:52/@HÙ™™™™š9]
33 2017-03-04 06:58:522017-03-04 06:58:52/ÀHÙ™™™™š:\
332017-03-04 06:58:522017-03-04 06:58:52.@Fc×
=p¤9[
33 2017-03-04 06:58:522017-03-04 06:58:52.ÀFc×
=p¤:Z
332017-03-04 06:58:522017-03-04 06:58:52-@S\(õÃ9Y
33 2017-03-04 06:58:522017-03-04 06:58:52-ÀS\(õÃ:X
2017-02-22 20:35:31 +01:00
332017-03-04 06:58:522017-03-04 06:58:52,@SÏ\(õÂ9W
2017-03-04 11:21:42 +01:00
33 2017-03-04 06:58:522017-03-04 06:58:52,ÀSÏ\(õÂ:V
2017-02-22 20:35:31 +01:00
332017-03-04 06:58:522017-03-04 06:58:52+@K¥¸Që…9U
2017-03-04 11:21:42 +01:00
33 2017-03-04 06:58:522017-03-04 06:58:52+ÀK¥¸Që…:T
332017-03-04 06:58:522017-03-04 06:58:52*@%æfffff9S
33 2017-03-04 06:58:522017-03-04 06:58:52*À%æfffff4R
332017-03-04 06:58:522017-03-04 06:58:52)M3Q
33 2017-03-04 06:58:522017-03-04 06:58:52)ü³
Z¤Vû§Z£Qô§ZK733 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-03-23K633 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-03-19[533 ?! 2017-03-04 06:58:522017-03-04 06:58:52Groceries and some drinks2015-03-15P433 )! 2017-03-04 06:58:522017-03-04 06:58:52More groceries2015-03-11^333 E! 2017-03-04 06:58:522017-03-04 06:58:52Forgot to get some groceries2015-03-08U233 3! 2017-03-04 06:58:522017-03-04 06:58:52Picked up groceries2015-03-06K133 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-03-02R033 -! 2017-03-04 06:58:522017-03-04 06:58:52Needed gas again2015-03-27Y/33 ;! 2017-03-04 06:58:522017-03-04 06:58:52Filled the car up again2015-03-17L.33 !! 2017-03-04 06:58:522017-03-04 06:58:52Bought gas2015-03-07Z-33  ;! 2017-03-04 06:58:522017-03-04 06:58:52Insurance bill in March2015-03-10
HÅN×`$é­r6û¿H:p
332017-03-04 06:58:522017-03-04 06:58:52
8@/ÌÌÌÌÌÍ9o
33 2017-03-04 06:58:522017-03-04 06:58:528À/ÌÌÌÌÌÍ:n
332017-03-04 06:58:522017-03-04 06:58:52 7@1
=p£×9m
33 2017-03-04 06:58:522017-03-04 06:58:527À1
=p£×:l
332017-03-04 06:58:522017-03-04 06:58:526@3ýp£×
=9k
33 2017-03-04 06:58:522017-03-04 06:58:526À3ýp£×
=:j
332017-03-04 06:58:522017-03-04 06:58:525@68Që…¸9i
33 2017-03-04 06:58:522017-03-04 06:58:525À68Që…¸:h
332017-03-04 06:58:522017-03-04 06:58:52
4@.æfffff9g
33 2017-03-04 06:58:522017-03-04 06:58:524À.æfffff:f
332017-03-04 06:58:522017-03-04 06:58:52 3@3+…¸Qì9e
33 2017-03-04 06:58:522017-03-04 06:58:523À3+…¸Qì:d
332017-03-04 06:58:522017-03-04 06:58:522@2ã×
=p¤9c
33 2017-03-04 06:58:522017-03-04 06:58:522À2ã×
=p¤:b
332017-03-04 06:58:522017-03-04 06:58:521@.B\(õÃ9a
33 2017-03-04 06:58:522017-03-04 06:58:521À.B\(õÃ
Y³[ý©Nü¨W§YLB33 !! 2017-03-04 06:58:522017-03-04 06:58:52Bought gas2015-04-07ZA33  ;! 2017-03-04 06:58:522017-03-04 06:58:52Insurance bill in April2015-04-10R@33 -! 2017-03-04 06:58:522017-03-04 06:58:52Power bill April2015-04-08O?33 '! 2017-03-04 06:58:522017-03-04 06:58:52TV bill April2015-04-06R>33 -! 2017-03-04 06:58:522017-03-04 06:58:52Water bill April2015-04-04P=33 )! 2017-03-04 06:58:522017-03-04 06:58:52Rent for April2015-04-02Y<33  9! 2017-03-04 06:58:522017-03-04 06:58:52Saving money for March2015-03-28R;33  +! 2017-03-04 06:58:522017-03-04 06:58:52Salary in March2015-03-24\:33 A! 2017-03-04 06:58:522017-03-04 06:58:52Going out for drinks again2015-03-26V933 5! 2017-03-04 06:58:522017-03-04 06:58:52Going out for drinks2015-03-13K833 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-03-26
_ÅNÖf0ûÅŠNל_:
332017-03-04 06:58:522017-03-04 06:58:52@@U€£×
=q9
33 2017-03-04 06:58:522017-03-04 06:58:52@ÀU€£×
=q:~
332017-03-04 06:58:522017-03-04 06:58:52?@JèõÂ\)9}
33 2017-03-04 06:58:522017-03-04 06:58:52?ÀJèõÂ\):|
332017-03-04 06:58:522017-03-04 06:58:52>@!Ü(õÂ\9{
33 2017-03-04 06:58:522017-03-04 06:58:52>À!Ü(õÂ\4z
332017-03-04 06:58:522017-03-04 06:58:52=M3y
33 2017-03-04 06:58:522017-03-04 06:58:52=ü³4x
332017-03-04 06:58:522017-03-04 06:58:52<Œ3w
33 2017-03-04 06:58:522017-03-04 06:58:52<ÿt9v
33 2017-03-04 06:58:522017-03-04 06:58:52;@˜õQë…¸:u
332017-03-04 06:58:522017-03-04 06:58:52;À˜õQë…¸:t
332017-03-04 06:58:522017-03-04 06:58:52
:@3\(õÃ9s
33 2017-03-04 06:58:522017-03-04 06:58:52:À3\(õÃ:r
332017-03-04 06:58:522017-03-04 06:58:52
9@>—
=p£×9q
33 2017-03-04 06:58:522017-03-04 06:58:529À>—
=p£×
8ÄKÒYà£g*î±u8:
332017-03-04 06:58:522017-03-04 06:58:52
H@3™™™™™š9
33 2017-03-04 06:58:522017-03-04 06:58:52HÀ3™™™™™š:
332017-03-04 06:58:522017-03-04 06:58:52 G@5”záG®9
33 2017-03-04 06:58:522017-03-04 06:58:52GÀ5”záG®:
332017-03-04 06:58:522017-03-04 06:58:52F@5ŒÌÌÌÌÍ9
33 2017-03-04 06:58:522017-03-04 06:58:52FÀ5ŒÌÌÌÌÍ:
2017-03-04 11:21:42 +01:00
332017-03-04 06:58:522017-03-04 06:58:52E@6 ÌÌÌÌÍ9
33 2017-03-04 06:58:522017-03-04 06:58:52EÀ6 ÌÌÌÌÍ:
332017-03-04 06:58:522017-03-04 06:58:52D@J«…¸Qì9
33 2017-03-04 06:58:522017-03-04 06:58:52DÀJ«…¸Qì:
332017-03-04 06:58:522017-03-04 06:58:52C@Eü(õÂ\9
33 2017-03-04 06:58:522017-03-04 06:58:52CÀEü(õÂ\:
332017-03-04 06:58:522017-03-04 06:58:52B@G%¸Që…9
33 2017-03-04 06:58:522017-03-04 06:58:52BÀG%¸Që…:
332017-03-04 06:58:522017-03-04 06:58:52A@UÎzáG®9
33 2017-03-04 06:58:522017-03-04 06:58:52AÀUÎzáG®
_¥Q­MûžQ·_VM33 5! 2017-03-04 06:58:522017-03-04 06:58:52Going out for drinks2015-04-13KL33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-04-26KK33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-04-23KJ33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-04-19[I33 ?! 2017-03-04 06:58:522017-03-04 06:58:52Groceries and some drinks2015-04-15PH33 )! 2017-03-04 06:58:522017-03-04 06:58:52More groceries2015-04-11^G33 E! 2017-03-04 06:58:522017-03-04 06:58:52Forgot to get some groceries2015-04-08UF33 3! 2017-03-04 06:58:522017-03-04 06:58:52Picked up groceries2015-04-06KE33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-04-02RD33 -! 2017-03-04 06:58:522017-03-04 06:58:52Needed gas again2015-04-27YC33 ;! 2017-03-04 06:58:522017-03-04 06:58:52Filled the car up again2015-04-17
DÄKÒYà£g*í±{D4
332017-03-04 06:58:522017-03-04 06:58:52PŒ3
33 2017-03-04 06:58:522017-03-04 06:58:52Pÿt9
33 2017-03-04 06:58:522017-03-04 06:58:52O@˜\¸Që…:
332017-03-04 06:58:522017-03-04 06:58:52OÀ˜\¸Që…:
332017-03-04 06:58:522017-03-04 06:58:52
N@=øQë…¸9
33 2017-03-04 06:58:522017-03-04 06:58:52NÀ=øQë…¸:
332017-03-04 06:58:522017-03-04 06:58:52
M@<õÂ\(ö9
33 2017-03-04 06:58:522017-03-04 06:58:52MÀ<õÂ\(ö:
2016-12-29 18:20:49 +01:00
332017-03-04 06:58:522017-03-04 06:58:52
2017-03-04 11:21:42 +01:00
L@3ž¸Që…9
33 2017-03-04 06:58:522017-03-04 06:58:52LÀ3ž¸Që…:
332017-03-04 06:58:522017-03-04 06:58:52 K@6p£×
=q9
33 2017-03-04 06:58:522017-03-04 06:58:52KÀ6p£×
=q:
332017-03-04 06:58:522017-03-04 06:58:52J@0Þ¸Që…9
33 2017-03-04 06:58:522017-03-04 06:58:52JÀ0Þ¸Që…:
332017-03-04 06:58:522017-03-04 06:58:52I@2ë…¸Qì9
33 2017-03-04 06:58:522017-03-04 06:58:52IÀ2ë…¸
Y¢Nó£Q°V­YRX33 -! 2017-03-04 06:58:522017-03-04 06:58:52Needed gas again2015-05-27YW33 ;! 2017-03-04 06:58:522017-03-04 06:58:52Filled the car up again2015-05-17LV33 !! 2017-03-04 06:58:522017-03-04 06:58:52Bought gas2015-05-07XU33  7! 2017-03-04 06:58:522017-03-04 06:58:52Insurance bill in May2015-05-10PT33 )! 2017-03-04 06:58:522017-03-04 06:58:52Power bill May2015-05-08MS33 #! 2017-03-04 06:58:522017-03-04 06:58:52TV bill May2015-05-06PR33 )! 2017-03-04 06:58:522017-03-04 06:58:52Water bill May2015-05-04NQ33 %! 2017-03-04 06:58:522017-03-04 06:58:52Rent for May2015-05-02YP33  9! 2017-03-04 06:58:522017-03-04 06:58:52Saving money for April2015-04-28RO33  +! 2017-03-04 06:58:522017-03-04 06:58:52Salary in April2015-04-24\N33 A! 2017-03-04 06:58:522017-03-04 06:58:52Going out for drinks again2015-04-26
DÊWÞ¡e(ì¯s6ú½D:0
332017-03-04 06:58:522017-03-04 06:58:52X@JQë…¸9/
33 2017-03-04 06:58:522017-03-04 06:58:52XÀJQë…¸:.
332017-03-04 06:58:522017-03-04 06:58:52W@H‘ë…¸R9-
33 2017-03-04 06:58:522017-03-04 06:58:52WÀH‘ë…¸R:,
332017-03-04 06:58:522017-03-04 06:58:52V@Hª=p£×
9+
33 2017-03-04 06:58:522017-03-04 06:58:52VÀHª=p£×
:*
332017-03-04 06:58:522017-03-04 06:58:52U@Vi™™™™š9)
33 2017-03-04 06:58:522017-03-04 06:58:52UÀVi™™™™š:(
332017-03-04 06:58:522017-03-04 06:58:52T@U×
2016-12-29 18:20:49 +01:00
=p£×9'
2017-03-04 11:21:42 +01:00
33 2017-03-04 06:58:522017-03-04 06:58:52TÀU×
=p£×:&
332017-03-04 06:58:522017-03-04 06:58:52S@Lp£×
=9%
33 2017-03-04 06:58:522017-03-04 06:58:52SÀLp£×
=:$
332017-03-04 06:58:522017-03-04 06:58:52R@#Ñë…¸R9#
33 2017-03-04 06:58:522017-03-04 06:58:52RÀ#Ñë…¸R4"
332017-03-04 06:58:522017-03-04 06:58:52QM3!
33 2017-03-04 06:58:522017-03-04 06:58:52Qü³
2017-03-04 11:21:42 +01:00
^³\üªM³f°^Pc33  '! 2017-03-04 06:58:522017-03-04 06:58:52Salary in May2015-05-24\b33 A! 2017-03-04 06:58:522017-03-04 06:58:52Going out for drinks again2015-05-26Va33 5! 2017-03-04 06:58:522017-03-04 06:58:52Going out for drinks2015-05-13K`33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-05-26K_33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-05-23K^33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-05-19[]33 ?! 2017-03-04 06:58:522017-03-04 06:58:52Groceries and some drinks2015-05-15P\33 )! 2017-03-04 06:58:522017-03-04 06:58:52More groceries2015-05-11^[33 E! 2017-03-04 06:58:522017-03-04 06:58:52Forgot to get some groceries2015-05-08UZ33 3! 2017-03-04 06:58:522017-03-04 06:58:52Picked up groceries2015-05-06KY33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-05-02
8ÄKÒYà£g*î±u8:@
332017-03-04 06:58:522017-03-04 06:58:52
`@1Â\(õÃ9?
33 2017-03-04 06:58:522017-03-04 06:58:52`À1Â\(õÃ:>
332017-03-04 06:58:522017-03-04 06:58:52 _@3\(õÂ9=
33 2017-03-04 06:58:522017-03-04 06:58:52_À3\(õÂ:<
332017-03-04 06:58:522017-03-04 06:58:52^@2®záG®9;
33 2017-03-04 06:58:522017-03-04 06:58:52^À2®záG®::
332017-03-04 06:58:522017-03-04 06:58:52]@3œ(õÂ\99
33 2017-03-04 06:58:522017-03-04 06:58:52]À3œ(õÂ\:8
332017-03-04 06:58:522017-03-04 06:58:52
2016-12-30 13:47:23 +01:00
\@5¸Që…¸97
2017-03-04 11:21:42 +01:00
33 2017-03-04 06:58:522017-03-04 06:58:52\À5¸Që…¸:6
332017-03-04 06:58:522017-03-04 06:58:52 [@8Þ¸Që…95
33 2017-03-04 06:58:522017-03-04 06:58:52[À8Þ¸Që…:4
332017-03-04 06:58:522017-03-04 06:58:52Z@1J=p£×
93
33 2017-03-04 06:58:522017-03-04 06:58:52ZÀ1J=p£×
:2
332017-03-04 06:58:522017-03-04 06:58:52Y@0:áG®{91
33 2017-03-04 06:58:522017-03-04 06:58:52YÀ0:áG®{
PÄKÑ_(ò»BÉP:P
332017-03-04 06:58:522017-03-04 06:58:52h@Uð9O
33 2017-03-04 06:58:522017-03-04 06:58:52hÀUð:N
332017-03-04 06:58:522017-03-04 06:58:52g@IÏ\(õÂ9M
33 2017-03-04 06:58:522017-03-04 06:58:52gÀIÏ\(õÂ:L
332017-03-04 06:58:522017-03-04 06:58:52f@&#×
=p¤9K
33 2017-03-04 06:58:522017-03-04 06:58:52fÀ&#×
=p¤4J
2016-12-29 18:20:49 +01:00
332017-03-04 06:58:522017-03-04 06:58:52eM3I
2017-03-04 11:21:42 +01:00
33 2017-03-04 06:58:522017-03-04 06:58:52eü³4H
332017-03-04 06:58:522017-03-04 06:58:52dŒ3G
33 2017-03-04 06:58:522017-03-04 06:58:52dÿt9F
33 2017-03-04 06:58:522017-03-04 06:58:52c@˜y™™™™š:E
332017-03-04 06:58:522017-03-04 06:58:52cÀ˜y™™™™š:D
332017-03-04 06:58:522017-03-04 06:58:52
b@?Ù™™™™š9C
33 2017-03-04 06:58:522017-03-04 06:58:52bÀ?Ù™™™™š:B
332017-03-04 06:58:522017-03-04 06:58:52
a@AøQë…¸9A
33 2017-03-04 06:58:522017-03-04 06:58:52aÀAøQë…¸
d§V³`·\»dUn33 3! 2017-03-04 06:58:522017-03-04 06:58:52Picked up groceries2015-06-06Km33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-06-02Rl33 -! 2017-03-04 06:58:522017-03-04 06:58:52Needed gas again2015-06-27Yk33 ;! 2017-03-04 06:58:522017-03-04 06:58:52Filled the car up again2015-06-17Lj33 !! 2017-03-04 06:58:522017-03-04 06:58:52Bought gas2015-06-07Yi33  9! 2017-03-04 06:58:522017-03-04 06:58:52Insurance bill in June2015-06-10Qh33 +! 2017-03-04 06:58:522017-03-04 06:58:52Power bill June2015-06-08Ng33 %! 2017-03-04 06:58:522017-03-04 06:58:52TV bill June2015-06-06Qf33 +! 2017-03-04 06:58:522017-03-04 06:58:52Water bill June2015-06-04Oe33 '! 2017-03-04 06:58:522017-03-04 06:58:52Rent for June2015-06-02Wd33  5! 2017-03-04 06:58:522017-03-04 06:58:52Saving money for May2015-05-28
8ÄKÒYà£g*î±u8:`
332017-03-04 06:58:522017-03-04 06:58:52
p@63333339_
33 2017-03-04 06:58:522017-03-04 06:58:52pÀ6333333:^
332017-03-04 06:58:522017-03-04 06:58:52 o@1õÂ\(ö9]
2016-12-29 18:20:49 +01:00
33 2017-03-04 06:58:522017-03-04 06:58:52oÀ1õÂ\(ö:\
2017-03-04 11:21:42 +01:00
332017-03-04 06:58:522017-03-04 06:58:52n@2µÂ\(ö9[
33 2017-03-04 06:58:522017-03-04 06:58:52nÀ2µÂ\(ö:Z
332017-03-04 06:58:522017-03-04 06:58:52m@5.záG®9Y
33 2017-03-04 06:58:522017-03-04 06:58:52mÀ5.záG®:X
332017-03-04 06:58:522017-03-04 06:58:52l@I˜Që…¸9W
33 2017-03-04 06:58:522017-03-04 06:58:52lÀI˜Që…¸:V
332017-03-04 06:58:522017-03-04 06:58:52k@EŽzáG®9U
33 2017-03-04 06:58:522017-03-04 06:58:52kÀEŽzáG®:T
332017-03-04 06:58:522017-03-04 06:58:52j@H‡®záH9S
33 2017-03-04 06:58:522017-03-04 06:58:52jÀH‡®záH:R
332017-03-04 06:58:522017-03-04 06:58:52i@VTzáG®9Q
33 2017-03-04 06:58:522017-03-04 06:58:52iÀVTzáG®
V Nñ¤W
²T§VOy33 '! 2017-03-04 06:58:522017-03-04 06:58:52Rent for July2015-07-02Xx33  7! 2017-03-04 06:58:522017-03-04 06:58:52Saving money for June2015-06-28Qw33  )! 2017-03-04 06:58:522017-03-04 06:58:52Salary in June2015-06-24\v33 A! 2017-03-04 06:58:522017-03-04 06:58:52Going out for drinks again2015-06-26Vu33 5! 2017-03-04 06:58:522017-03-04 06:58:52Going out for drinks2015-06-13Kt33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-06-26Ks33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-06-23Kr33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-06-19[q33 ?! 2017-03-04 06:58:522017-03-04 06:58:52Groceries and some drinks2015-06-15Pp33 )! 2017-03-04 06:58:522017-03-04 06:58:52More groceries2015-06-11^o33 E! 2017-03-04 06:58:522017-03-04 06:58:52Forgot to get some groceries2015-06-08
jÜùñéáÙÑÉÁº³¬¥žyqiaYQIA91*#ùñéáÙÑÉÁ¹±©¡šŒ~wpiaYQIA91)!
üõîçàÙÑÉÁ¹±©¡zsle^WPIA91)! ùñêãÜj oi nh mglfkejdichbgaf`e_c^b]a\ `[ _Z ^Y ]X \W [V ZU YTXSWRVQUPTOSNRMQLOKNJMI LH KG JF IE HD GC FB EAD@C?B>A=@<?;>:=9;8:796 85 74 63 52 41 30 2/ 1.0-/,.+-*,)+(*')&'%&$%# $" #! "  !        
 
      
 
    
ZÅùòëäÝÕÍŽµ­¥|tld\SJA7-#ûñçÝÓÊÁ¸¯¦wmcYOE;1' ùðçÞÕËÁ·­£{qg^ULC:1( ÷íãÙÏÅDÎCÍBÌAË@Ê?É>Ç=Æ<Å; Ä: Ã9 Â8 Á7 À6 ¿5 ¾4 ½3¼2»1º0¹/¸.·-,µ+³*²)±( °' ¯& ®% ­$ ¬# «" ª! © ¨§¦¥¤£¢¡Ÿž œ  š  ˜   
  
 ŽŠ ˆ   ~ } ƒ| { zyx~w}v|u{tzsyrwqvpuo tn sm rl qk p
RÄKÒYç±u8û¿R4p
332017-03-04 06:58:522017-03-04 06:58:52xŒ3o
33 2017-03-04 06:58:522017-03-04 06:58:52xÿt9n
33 2017-03-04 06:58:522017-03-04 06:58:52w@™~Që…¸:m
332017-03-04 06:58:522017-03-04 06:58:52wÀ™~Që…¸:l
332017-03-04 06:58:522017-03-04 06:58:52
v@8™™™™™š9k
33 2017-03-04 06:58:522017-03-04 06:58:52vÀ8™™™™™š3j
332017-03-04 06:58:522017-03-04 06:58:52
u#2i
33 2017-03-04 06:58:522017-03-04 06:58:52uÝ:h
332017-03-04 06:58:522017-03-04 06:58:52
t@7B\(õÃ9g
33 2017-03-04 06:58:522017-03-04 06:58:52tÀ7B\(õÃ:f
332017-03-04 06:58:522017-03-04 06:58:52 s@4nzáG®9e
33 2017-03-04 06:58:522017-03-04 06:58:52sÀ4nzáG®:d
332017-03-04 06:58:522017-03-04 06:58:52r@.aG®zá9c
33 2017-03-04 06:58:522017-03-04 06:58:52rÀ.aG®zá:b
332017-03-04 06:58:522017-03-04 06:58:52q@7}p£×
=9a
33 2017-03-04 06:58:522017-03-04 06:58:52qÀ7}p£×
=
jáùñéáÙÑÉÁº³¬¥žyqiaYQIA92+$ùñéáÙÑÉÁ¹±ª£œŽyqiaYQIA91)"
ÿøñéáÙÑÉÁ¹±©¡šŒ~wpiaYQIA91)! ýöïèáj ti sh rg qf pe od nc mblak`j_i^h]g\f[eZbYaX `W _V ^U ]T \S [R ZQ YPXOWNVMULTKSJRIQHNGMF LE KD JC IB HA G@ F? E>D=C<B;A:@9?8>7=6:594 83 72 61 50 4/ 3. 2- 1,0+/*.)-(,'+&*%)$&#%" $! #  " !        
 
      
 
    
ZÂøðèàØÐÈÀ¸¯§Ÿwof]TJ@6,"üóêáØÏƼ²¨žŠvlbYPG>5,#üòèÞÔÊÀ­¤wndZPF<2(
øïæÝÔËÂD ØC ×B ÖA Õ@ Ô? Ó> Ò= Ñ<Ð;Ï:Î9Í8Ì7Ë6Ê5É4Æ3Å2 Ä1 Ã0 Â/ Á. À- ¿, ¾+ ½*¼)»(º'¹&¸%·$#µ"²!±  ° ¯ ® ­ ¬ « ª ©¨§¦¥¤£¢¡ž œ
   š  
 ˜    Ž~Š}| ˆ{ z y x w ƒv u tsr~q}p|o{nzmylvku
BÊWÞ¡e(ì¯s6ú½B;
2016-12-29 18:20:49 +01:00
332017-03-04 06:58:522017-03-04 06:58:52€@Jù™™™™š:
2017-03-04 11:21:42 +01:00
33 2017-03-04 06:58:522017-03-04 06:58:52€ÀJù™™™™š:~
332017-03-04 06:58:522017-03-04 06:58:52@F¸Që…9}
33 2017-03-04 06:58:522017-03-04 06:58:52ÀF¸Që…:|
332017-03-04 06:58:522017-03-04 06:58:52~@DÃ×
=p¤9{
33 2017-03-04 06:58:522017-03-04 06:58:52~ÀDÃ×
=p¤:z
332017-03-04 06:58:522017-03-04 06:58:52}@V¸Që…9y
33 2017-03-04 06:58:522017-03-04 06:58:52}ÀV¸Që…:x
332017-03-04 06:58:522017-03-04 06:58:52|@SNzáG®9w
33 2017-03-04 06:58:522017-03-04 06:58:52|ÀSNzáG®:v
332017-03-04 06:58:522017-03-04 06:58:52{@L½p£×
=9u
33 2017-03-04 06:58:522017-03-04 06:58:52{ÀL½p£×
=:t
332017-03-04 06:58:522017-03-04 06:58:52z@$=p£×
=9s
33 2017-03-04 06:58:522017-03-04 06:58:52zÀ$=p£×
=4r
332017-03-04 06:58:522017-03-04 06:58:52yM3q
33 2017-03-04 06:58:522017-03-04 06:58:52yü³
W­]
¯a±c ªWP33 )! 2017-03-04 06:58:522017-03-04 06:58:52More groceries2015-07-11^33 E! 2017-03-04 06:58:522017-03-04 06:58:52Forgot to get some groceries2015-07-08U33 3! 2017-03-04 06:58:522017-03-04 06:58:52Picked up groceries2015-07-06K33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-07-02R33 -! 2017-03-04 06:58:522017-03-04 06:58:52Needed gas again2015-07-27Y33 ;! 2017-03-04 06:58:522017-03-04 06:58:52Filled the car up again2015-07-17L~33 !! 2017-03-04 06:58:522017-03-04 06:58:52Bought gas2015-07-07Y}33  9! 2017-03-04 06:58:522017-03-04 06:58:52Insurance bill in July2015-07-10Q|33 +! 2017-03-04 06:58:522017-03-04 06:58:52Power bill July2015-07-08N{33 %! 2017-03-04 06:58:522017-03-04 06:58:52TV bill July2015-07-06Qz33 +! 2017-03-04 06:58:522017-03-04 06:58:52Water bill July2015-07-04
(ÃH
ÍR×\á£f(;
332017-03-04 06:58:522017-03-04 06:58:52
ˆ@1ŒÌÌÌÌÍ:
33 2017-03-04 06:58:522017-03-04 06:58:52ˆÀ1ŒÌÌÌÌÍ;
332017-03-04 06:58:522017-03-04 06:58:52 ‡@1ž¸Që…:
33 2017-03-04 06:58:522017-03-04 06:58:52‡À1ž¸Që…;
332017-03-04 06:58:522017-03-04 06:58:52†@6—
=p£×:
33 2017-03-04 06:58:522017-03-04 06:58:52†À6—
=p£×;
332017-03-04 06:58:522017-03-04 06:58:52…@2\(õÃ:
2016-12-29 18:20:49 +01:00
33 2017-03-04 06:58:522017-03-04 06:58:52…À2\(õÃ;
2017-03-04 11:21:42 +01:00
332017-03-04 06:58:522017-03-04 06:58:52
„@3!G®zá:
33 2017-03-04 06:58:522017-03-04 06:58:52„À3!G®zá;
332017-03-04 06:58:522017-03-04 06:58:52 ƒ@4øQë…¸:
33 2017-03-04 06:58:522017-03-04 06:58:52ƒÀ4øQë…¸;
332017-03-04 06:58:522017-03-04 06:58:52@4TzáG®:
33 2017-03-04 06:58:522017-03-04 06:58:52‚À4TzáG®;
332017-03-04 06:58:522017-03-04 06:58:52@8\(õÂ:
33 2017-03-04 06:58:522017-03-04 06:58:52À8\(õÂ
2017-03-04 11:21:42 +01:00
T¢T¸_¬Qý§TP33 )! 2017-03-04 06:58:522017-03-04 06:58:52TV bill August2015-08-06S33 /! 2017-03-04 06:58:522017-03-04 06:58:52Water bill August2015-08-04Q
33 +! 2017-03-04 06:58:522017-03-04 06:58:52Rent for August2015-08-02X 33  7! 2017-03-04 06:58:522017-03-04 06:58:52Saving money for July2015-07-28Q 33  )! 2017-03-04 06:58:522017-03-04 06:58:52Salary in July2015-07-24\
33 A! 2017-03-04 06:58:522017-03-04 06:58:52Going out for drinks again2015-07-26V 33 5! 2017-03-04 06:58:522017-03-04 06:58:52Going out for drinks2015-07-13K33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-07-26K33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-07-23K33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-07-19[33 ?! 2017-03-04 06:58:522017-03-04 06:58:52Groceries and some drinks2015-07-15
@ÃH
ÌX é±t6ù»~@;
332017-03-04 06:58:522017-03-04 06:58:52@Uº=p£×
:
33 2017-03-04 06:58:522017-03-04 06:58:52ÀUº=p£×
;
332017-03-04 06:58:522017-03-04 06:58:52@I\(õÃ:
33 2017-03-04 06:58:522017-03-04 06:58:52ÀI\(õÃ;
332017-03-04 06:58:522017-03-04 06:58:52Ž@!\(õÂ\:
33 2017-03-04 06:58:522017-03-04 06:58:52ŽÀ!\(õÂ\5
332017-03-04 06:58:522017-03-04 06:58:52M4
33 2017-03-04 06:58:522017-03-04 06:58:52ü³5
332017-03-04 06:58:522017-03-04 06:58:52ŒŒ4
33 2017-03-04 06:58:522017-03-04 06:58:52Œÿt:
33 2017-03-04 06:58:522017-03-04 06:58:52@šD33333;
332017-03-04 06:58:522017-03-04 06:58:52‹ÀšD33333;
332017-03-04 06:58:522017-03-04 06:58:52
Š@; ÌÌÌÌÍ:
33 2017-03-04 06:58:522017-03-04 06:58:52ŠÀ; ÌÌÌÌÍ;
332017-03-04 06:58:522017-03-04 06:58:52
‰@<õÂ\(ö:
33 2017-03-04 06:58:522017-03-04 06:58:52‰À<õÂ\(ö
FªLý¡Lþ¦EòFK33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-08-19[33 ?! 2017-03-04 06:58:522017-03-04 06:58:52Groceries and some drinks2015-08-15P33 )! 2017-03-04 06:58:522017-03-04 06:58:52More groceries2015-08-11^33 E! 2017-03-04 06:58:522017-03-04 06:58:52Forgot to get some groceries2015-08-08U33 3! 2017-03-04 06:58:522017-03-04 06:58:52Picked up groceries2015-08-06K33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-08-02R33 -! 2017-03-04 06:58:522017-03-04 06:58:52Needed gas again2015-08-27Y33 ;! 2017-03-04 06:58:522017-03-04 06:58:52Filled the car up again2015-08-17L33 !! 2017-03-04 06:58:522017-03-04 06:58:52Bought gas2015-08-07[33  =! 2017-03-04 06:58:522017-03-04 06:58:52Insurance bill in August2015-08-10S33 /! 2017-03-04 06:58:522017-03-04 06:58:52Power bill August2015-08-08
(ÃH
ÍR×\á£f(;0
332017-03-04 06:58:522017-03-04 06:58:52
˜@5æfffff:/
33 2017-03-04 06:58:522017-03-04 06:58:52˜À5æfffff;.
332017-03-04 06:58:522017-03-04 06:58:52 —@1+…¸Qì:-
2016-12-30 13:47:23 +01:00
33 2017-03-04 06:58:522017-03-04 06:58:52—À1+…¸Qì;,
332017-03-04 06:58:522017-03-04 06:58:52@0¡G®zá:+
2017-03-04 11:21:42 +01:00
33 2017-03-04 06:58:522017-03-04 06:58:52–À0¡G®zá;*
332017-03-04 06:58:522017-03-04 06:58:52•@.\(õÂ:)
33 2017-03-04 06:58:522017-03-04 06:58:52•À.\(õÂ;(
332017-03-04 06:58:522017-03-04 06:58:52”@G5Â\(ö:'
33 2017-03-04 06:58:522017-03-04 06:58:52”ÀG5Â\(ö;&
332017-03-04 06:58:522017-03-04 06:58:52“@GQë…¸:%
33 2017-03-04 06:58:522017-03-04 06:58:52“ÀGQë…¸;$
332017-03-04 06:58:522017-03-04 06:58:52@FºáG®{:#
33 2017-03-04 06:58:522017-03-04 06:58:52’ÀFºáG®{;"
332017-03-04 06:58:522017-03-04 06:58:52@Svfffff:!
33 2017-03-04 06:58:522017-03-04 06:58:52‘ÀSvfffff
4ÃH
ÍR×\à£l45@
332017-03-04 06:58:522017-03-04 06:58:52 Œ4?
33 2017-03-04 06:58:522017-03-04 06:58:52 ÿt:>
33 2017-03-04 06:58:522017-03-04 06:58:52Ÿ@™[£×
=q;=
332017-03-04 06:58:522017-03-04 06:58:52ŸÀ™[£×
=q;<
332017-03-04 06:58:522017-03-04 06:58:52
ž@4€:;
33 2017-03-04 06:58:522017-03-04 06:58:52žÀ4€;:
332017-03-04 06:58:522017-03-04 06:58:52
@1xQë…¸:9
2016-12-29 18:20:49 +01:00
33 2017-03-04 06:58:522017-03-04 06:58:52À1xQë…¸;8
2017-03-04 11:21:42 +01:00
332017-03-04 06:58:522017-03-04 06:58:52
œ@4èõÂ\):7
33 2017-03-04 06:58:522017-03-04 06:58:52œÀ4èõÂ\);6
332017-03-04 06:58:522017-03-04 06:58:52 @7aG®zá:5
33 2017-03-04 06:58:522017-03-04 06:58:52›À7aG®zá;4
332017-03-04 06:58:522017-03-04 06:58:52š@8¦fffff:3
33 2017-03-04 06:58:522017-03-04 06:58:52šÀ8¦fffff;2
332017-03-04 06:58:522017-03-04 06:58:52™@5îzáG®:1
33 2017-03-04 06:58:522017-03-04 06:58:52™À5îzáG®
9²d ¬Vù¢Ióš9^%33  C! 2017-03-04 06:58:522017-03-04 06:58:52Insurance bill in September2015-09-10V$33 5! 2017-03-04 06:58:522017-03-04 06:58:52Power bill September2015-09-08S#33 /! 2017-03-04 06:58:522017-03-04 06:58:52TV bill September2015-09-06V"33 5! 2017-03-04 06:58:522017-03-04 06:58:52Water bill September2015-09-04T!33 1! 2017-03-04 06:58:522017-03-04 06:58:52Rent for September2015-09-02Z 33  ;! 2017-03-04 06:58:522017-03-04 06:58:52Saving money for August2015-08-28S33  -! 2017-03-04 06:58:522017-03-04 06:58:52Salary in August2015-08-24\33 A! 2017-03-04 06:58:522017-03-04 06:58:52Going out for drinks again2015-08-26V33 5! 2017-03-04 06:58:522017-03-04 06:58:52Going out for drinks2015-08-13K33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-08-26K33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-08-23
4ÉTÙ^ ã¥h*í¯r4;P
332017-03-04 06:58:522017-03-04 06:58:52¨@IõÂ\):O
33 2017-03-04 06:58:522017-03-04 06:58:52¨ÀIõÂ\);N
332017-03-04 06:58:522017-03-04 06:58:52§@EÁG®zá:M
33 2017-03-04 06:58:522017-03-04 06:58:52§ÀEÁG®zá;L
332017-03-04 06:58:522017-03-04 06:58:52¦@G¾¸Që…:K
33 2017-03-04 06:58:522017-03-04 06:58:52¦ÀG¾¸Që…;J
332017-03-04 06:58:522017-03-04 06:58:52¥@UèQë…¸:I
33 2017-03-04 06:58:522017-03-04 06:58:52¥ÀUèQë…¸;H
332017-03-04 06:58:522017-03-04 06:58:52¤@S(õÂ\:G
2017-03-04 11:21:42 +01:00
33 2017-03-04 06:58:522017-03-04 06:58:52¤ÀS(õÂ\;F
2016-12-29 18:20:49 +01:00
332017-03-04 06:58:522017-03-04 06:58:52£@KnzáG®:E
2017-03-04 11:21:42 +01:00
33 2017-03-04 06:58:522017-03-04 06:58:52£ÀKnzáG®;D
332017-03-04 06:58:522017-03-04 06:58:52¢@ ¨õÂ\):C
33 2017-03-04 06:58:522017-03-04 06:58:52¢À ¨õÂ\)5B
332017-03-04 06:58:522017-03-04 06:58:52¡M4A
33 2017-03-04 06:58:522017-03-04 06:58:52¡ü³
^±U²Zù¦Hú¬^K033 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-09-26K/33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-09-23K.33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-09-19[-33 ?! 2017-03-04 06:58:522017-03-04 06:58:52Groceries and some drinks2015-09-15P,33 )! 2017-03-04 06:58:522017-03-04 06:58:52More groceries2015-09-11^+33 E! 2017-03-04 06:58:522017-03-04 06:58:52Forgot to get some groceries2015-09-08U*33 3! 2017-03-04 06:58:522017-03-04 06:58:52Picked up groceries2015-09-06K)33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-09-02R(33 -! 2017-03-04 06:58:522017-03-04 06:58:52Needed gas again2015-09-27Y'33 ;! 2017-03-04 06:58:522017-03-04 06:58:52Filled the car up again2015-09-17L&33 !! 2017-03-04 06:58:522017-03-04 06:58:52Bought gas2015-09-07
(ÃH
ÍR×\á£f(;`
332017-03-04 06:58:522017-03-04 06:58:52
°@4Ù™™™™š:_
33 2017-03-04 06:58:522017-03-04 06:58:52°À4Ù™™™™š;^
332017-03-04 06:58:522017-03-04 06:58:52 ¯@/8Që…¸:]
33 2017-03-04 06:58:522017-03-04 06:58:52¯À/8Që…¸;\
332017-03-04 06:58:522017-03-04 06:58:52®@6ë…¸Qì:[
33 2017-03-04 06:58:522017-03-04 06:58:52®À6ë…¸Qì;Z
332017-03-04 06:58:522017-03-04 06:58:52­@2ó33333:Y
33 2017-03-04 06:58:522017-03-04 06:58:52­À2ó33333;X
332017-03-04 06:58:522017-03-04 06:58:52
¬@1«…¸Qì:W
2016-12-29 18:20:49 +01:00
33 2017-03-04 06:58:522017-03-04 06:58:52¬À1«…¸Qì;V
2017-03-04 11:21:42 +01:00
332017-03-04 06:58:522017-03-04 06:58:52 «@6æfffff:U
33 2017-03-04 06:58:522017-03-04 06:58:52«À6æfffff;T
332017-03-04 06:58:522017-03-04 06:58:52ª@1=p£×
=:S
33 2017-03-04 06:58:522017-03-04 06:58:52ªÀ1=p£×
=;R
332017-03-04 06:58:522017-03-04 06:58:52©@28Që…¸:Q
33 2017-03-04 06:58:522017-03-04 06:58:52©À28Që…¸
.§Hï:ã8ÙŠ.Y;33 ;! 2017-03-04 06:58:522017-03-04 06:58:52Filled the car up again2015-10-17L:33 !! 2017-03-04 06:58:522017-03-04 06:58:52Bought gas2015-10-07\933  ?! 2017-03-04 06:58:522017-03-04 06:58:52Insurance bill in October2015-10-10T833 1! 2017-03-04 06:58:522017-03-04 06:58:52Power bill October2015-10-08Q733 +! 2017-03-04 06:58:522017-03-04 06:58:52TV bill October2015-10-06T633 1! 2017-03-04 06:58:522017-03-04 06:58:52Water bill October2015-10-04R533 -! 2017-03-04 06:58:522017-03-04 06:58:52Rent for October2015-10-02]433  A! 2017-03-04 06:58:522017-03-04 06:58:52Saving money for September2015-09-28V333  3! 2017-03-04 06:58:522017-03-04 06:58:52Salary in September2015-09-24\233 A! 2017-03-04 06:58:522017-03-04 06:58:52Going out for drinks again2015-09-26V133 5! 2017-03-04 06:58:522017-03-04 06:58:52Going out for drinks2015-09-13
@ÃH
ÌX é±t6ù»~@;p
332017-03-04 06:58:522017-03-04 06:58:52¸@TÂ\(õÃ:o
33 2017-03-04 06:58:522017-03-04 06:58:52¸ÀTÂ\(õÃ;n
332017-03-04 06:58:522017-03-04 06:58:52·@I'®záH:m
33 2017-03-04 06:58:522017-03-04 06:58:52·ÀI'®záH;l
332017-03-04 06:58:522017-03-04 06:58:52¶@'\(õÂ:k
33 2017-03-04 06:58:522017-03-04 06:58:52¶À'\(õÂ5j
332017-03-04 06:58:522017-03-04 06:58:52µM4i
33 2017-03-04 06:58:522017-03-04 06:58:52µü³5h
332017-03-04 06:58:522017-03-04 06:58:52´Œ4g
33 2017-03-04 06:58:522017-03-04 06:58:52´ÿt:f
33 2017-03-04 06:58:522017-03-04 06:58:52³@™ì33333;e
332017-03-04 06:58:522017-03-04 06:58:52³À™ì33333;d
332017-03-04 06:58:522017-03-04 06:58:52
²@=J=p£×
:c
33 2017-03-04 06:58:522017-03-04 06:58:52²À=J=p£×
;b
332017-03-04 06:58:522017-03-04 06:58:52
±@6™™™™š:a
33 2017-03-04 06:58:522017-03-04 06:58:52±À6™™™™š
6ÃH
ÍR×\è±t6
332017-03-04 06:58:522017-03-04 06:58:52
À@8E¸Që…:
33 2017-03-04 06:58:522017-03-04 06:58:52ÀÀ8E¸Që…4~
332017-03-04 06:58:522017-03-04 06:58:52 ¿3}
33 2017-03-04 06:58:522017-03-04 06:58:52¿ð;|
332017-03-04 06:58:522017-03-04 06:58:52¾@5!G®zá:{
33 2017-03-04 06:58:522017-03-04 06:58:52¾À5!G®zá;z
332017-03-04 06:58:522017-03-04 06:58:52½@0O\(õÂ:y
33 2017-03-04 06:58:522017-03-04 06:58:52½À0O\(õÂ;x
332017-03-04 06:58:522017-03-04 06:58:52¼@F¢\(õÃ:w
2017-02-22 20:35:31 +01:00
33 2017-03-04 06:58:522017-03-04 06:58:52¼ÀF¢\(õÃ;v
2017-03-04 11:21:42 +01:00
332017-03-04 06:58:522017-03-04 06:58:52»@D¢\(õÃ:u
33 2017-03-04 06:58:522017-03-04 06:58:52»ÀD¢\(õÃ;t
332017-03-04 06:58:522017-03-04 06:58:52º@HY™™™™š:s
33 2017-03-04 06:58:522017-03-04 06:58:52ºÀHY™™™™š;r
332017-03-04 06:58:522017-03-04 06:58:52¹@V)™™™™š:q
33 2017-03-04 06:58:522017-03-04 06:58:52¹ÀV)™™™™š
Q«]¤Qó¥W °Q\F33 A! 2017-03-04 06:58:522017-03-04 06:58:52Going out for drinks again2015-10-26VE33 5! 2017-03-04 06:58:522017-03-04 06:58:52Going out for drinks2015-10-13KD33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-10-26KC33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-10-23KB33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-10-19[A33 ?! 2017-03-04 06:58:522017-03-04 06:58:52Groceries and some drinks2015-10-15P@33 )! 2017-03-04 06:58:522017-03-04 06:58:52More groceries2015-10-11^?33 E! 2017-03-04 06:58:522017-03-04 06:58:52Forgot to get some groceries2015-10-08U>33 3! 2017-03-04 06:58:522017-03-04 06:58:52Picked up groceries2015-10-06K=33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-10-02R<33 -! 2017-03-04 06:58:522017-03-04 06:58:52Needed gas again2015-10-27
4ÃH
ÍR×\à£l4
332017-03-04 06:58:522017-03-04 06:58:52ÈŒ4ƒ
33 2017-03-04 06:58:522017-03-04 06:58:52Èÿt:ƒ
33 2017-03-04 06:58:522017-03-04 06:58:52Ç@˜RáG®{;ƒ
332017-03-04 06:58:522017-03-04 06:58:52ÇÀ˜RáG®{;ƒ
332017-03-04 06:58:522017-03-04 06:58:52
Æ@6×
=p£×:ƒ
33 2017-03-04 06:58:522017-03-04 06:58:52ÆÀ6×
=p£×;ƒ
332017-03-04 06:58:522017-03-04 06:58:52
2016-12-29 18:20:49 +01:00
Å@6 ÌÌÌÌÍ:ƒ
2017-03-04 11:21:42 +01:00
33 2017-03-04 06:58:522017-03-04 06:58:52ÅÀ6 ÌÌÌÌÍ;ƒ
332017-03-04 06:58:522017-03-04 06:58:52
Ä@4aG®zá:ƒ
33 2017-03-04 06:58:522017-03-04 06:58:52ÄÀ4aG®zá;ƒ
332017-03-04 06:58:522017-03-04 06:58:52 Ã@.p£×
=q:ƒ
2016-12-29 18:20:49 +01:00
33 2017-03-04 06:58:522017-03-04 06:58:52ÃÀ.p£×
2017-03-04 11:21:42 +01:00
=q;ƒ
332017-03-04 06:58:522017-03-04 06:58:52Â@4Þ¸Që…
33 2017-03-04 06:58:522017-03-04 06:58:52ÂÀ4Þ¸Që…
332017-03-04 06:58:522017-03-04 06:58:52Á@5õÂ\(ö:ƒ
33 2017-03-04 06:58:522017-03-04 06:58:52ÁÀ5õÂ\(ö
B©KõHðAåBKQ33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-11-02RP33 -! 2017-03-04 06:58:522017-03-04 06:58:52Needed gas again2015-11-27YO33 ;! 2017-03-04 06:58:522017-03-04 06:58:52Filled the car up again2015-11-17LN33 !! 2017-03-04 06:58:522017-03-04 06:58:52Bought gas2015-11-07]M33  A! 2017-03-04 06:58:522017-03-04 06:58:52Insurance bill in November2015-11-10UL33 3! 2017-03-04 06:58:522017-03-04 06:58:52Power bill November2015-11-08RK33 -! 2017-03-04 06:58:522017-03-04 06:58:52TV bill November2015-11-06UJ33 3! 2017-03-04 06:58:522017-03-04 06:58:52Water bill November2015-11-04SI33 /! 2017-03-04 06:58:522017-03-04 06:58:52Rent for November2015-11-02[H33  =! 2017-03-04 06:58:522017-03-04 06:58:52Saving money for October2015-10-28TG33  /! 2017-03-04 06:58:522017-03-04 06:58:52Salary in October2015-10-24
4ÉTÙ^ ã¥h*í¯r4
332017-03-04 06:58:522017-03-04 06:58:52Ð@KS33333:ƒ
33 2017-03-04 06:58:522017-03-04 06:58:52ÐÀKS33333;ƒ
332017-03-04 06:58:522017-03-04 06:58:52Ï@Fã×
=p¤:ƒ
33 2017-03-04 06:58:522017-03-04 06:58:52ÏÀFã×
=p¤;ƒ
2017-01-01 16:55:18 +01:00
332017-03-04 06:58:522017-03-04 06:58:52Î@Hï\(õÂ
2017-03-04 11:21:42 +01:00
33 2017-03-04 06:58:522017-03-04 06:58:52ÎÀHï\(õÂ
332017-03-04 06:58:522017-03-04 06:58:52Í@U™™™™š:ƒ
33 2017-03-04 06:58:522017-03-04 06:58:52ÍÀU™™™™š;ƒ
332017-03-04 06:58:522017-03-04 06:58:52Ì@Vy™™™™š:ƒ
33 2017-03-04 06:58:522017-03-04 06:58:52ÌÀVy™™™™š;ƒ
332017-03-04 06:58:522017-03-04 06:58:52Ë@M¡G®zá:ƒ
33 2017-03-04 06:58:522017-03-04 06:58:52ËÀM¡G®zá;ƒ
332017-03-04 06:58:522017-03-04 06:58:52Ê@&®záG®:ƒ
33 2017-03-04 06:58:522017-03-04 06:58:52ÊÀ&®záG®5ƒ
332017-03-04 06:58:522017-03-04 06:58:52ÉM4ƒ
33 2017-03-04 06:58:522017-03-04 06:58:52Éü³
X¸öìãÚÑÈ¿­¤š|rh^TJ@6-$ ÷îäÚÐÆ¼²¨žŠwne\SJA8.$üòèÞÔÊÁ¸¯¦xndZPF<2( ùðçÞÕ̸*) ( ' & % $ # " ! 
  
        
 ~ }
| {zyxwvut s ÿr þq ýp üo ûn úm ùløk÷jöiõhôgófòeñdïcîbía ì` ë_ ê^ é] è\ ç[ æZ åYäXãWâVáUàTßSÞRÝQÛPÚOÙN ØM ×L ÖK ÕJ ÔI ÓH ÒG ÑFÐEÏ
(ÃH
ÍR×\á£f(;ƒ0
332017-03-04 06:58:522017-03-04 06:58:52
Ø@0”záG®:ƒ/
33 2017-03-04 06:58:522017-03-04 06:58:52ØÀ0”záG®;ƒ.
2016-12-29 18:20:49 +01:00
332017-03-04 06:58:522017-03-04 06:58:52 ×@.ë…¸Qì:ƒ-
2017-03-04 11:21:42 +01:00
33 2017-03-04 06:58:522017-03-04 06:58:52×À.ë…¸Qì;ƒ,
332017-03-04 06:58:522017-03-04 06:58:52Ö@2^¸Që…:ƒ+
33 2017-03-04 06:58:522017-03-04 06:58:52ÖÀ2^¸Që…;ƒ*
332017-03-04 06:58:522017-03-04 06:58:52Õ@1}p£×
=:ƒ)
33 2017-03-04 06:58:522017-03-04 06:58:52ÕÀ1}p£×
=;ƒ(
332017-03-04 06:58:522017-03-04 06:58:52
Ô@4™™™™š:ƒ'
33 2017-03-04 06:58:522017-03-04 06:58:52ÔÀ4™™™™š;ƒ&
332017-03-04 06:58:522017-03-04 06:58:52 Ó@2\(õÂ:ƒ%
33 2017-03-04 06:58:522017-03-04 06:58:52ÓÀ2\(õÂ;ƒ$
332017-03-04 06:58:522017-03-04 06:58:52Ò@2
=p£×
:ƒ#
33 2017-03-04 06:58:522017-03-04 06:58:52ÒÀ2
=p£×
;ƒ"
332017-03-04 06:58:522017-03-04 06:58:52Ñ@5«…¸Qì:ƒ!
33 2017-03-04 06:58:522017-03-04 06:58:52ÑÀ5«…¸
=¨GôHú¬Sôœ=\\33  ?! 2017-03-04 06:58:522017-03-04 06:58:52Saving money for November2015-11-28U[33  1! 2017-03-04 06:58:522017-03-04 06:58:52Salary in November2015-11-24\Z33 A! 2017-03-04 06:58:522017-03-04 06:58:52Going out for drinks again2015-11-26VY33 5! 2017-03-04 06:58:522017-03-04 06:58:52Going out for drinks2015-11-13KX33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-11-26KW33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-11-23KV33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-11-19[U33 ?! 2017-03-04 06:58:522017-03-04 06:58:52Groceries and some drinks2015-11-15PT33 )! 2017-03-04 06:58:522017-03-04 06:58:52More groceries2015-11-11^S33 E! 2017-03-04 06:58:522017-03-04 06:58:52Forgot to get some groceries2015-11-08UR33 3! 2017-03-04 06:58:522017-03-04 06:58:52Picked up groceries2015-11-06
@ÃH
ÌX é±t6ù»~@;ƒ@
332017-03-04 06:58:522017-03-04 06:58:52à@T:ƒ?
33 2017-03-04 06:58:522017-03-04 06:58:52àÀT;ƒ>
332017-03-04 06:58:522017-03-04 06:58:52ß@JQë…¸R:ƒ=
33 2017-03-04 06:58:522017-03-04 06:58:52ßÀJQë…¸R;ƒ<
332017-03-04 06:58:522017-03-04 06:58:52Þ@"LÌÌÌÌÍ:ƒ;
33 2017-03-04 06:58:522017-03-04 06:58:52ÞÀ"LÌÌÌÌÍ5ƒ:
332017-03-04 06:58:522017-03-04 06:58:52ÝM4ƒ9
33 2017-03-04 06:58:522017-03-04 06:58:52Ýü³5ƒ8
332017-03-04 06:58:522017-03-04 06:58:52ÜŒ4ƒ7
33 2017-03-04 06:58:522017-03-04 06:58:52Üÿt:ƒ6
33 2017-03-04 06:58:522017-03-04 06:58:52Û@˜§™™™™š;ƒ5
332017-03-04 06:58:522017-03-04 06:58:52ÛÀ˜§™™™™š;ƒ4
332017-03-04 06:58:522017-03-04 06:58:52
Ú@2£×
=p¤:ƒ3
33 2017-03-04 06:58:522017-03-04 06:58:52ÚÀ2£×
=p¤;ƒ2
332017-03-04 06:58:522017-03-04 06:58:52
Ù@3TzáG®:ƒ1
33 2017-03-04 06:58:522017-03-04 06:58:52ÙÀ3TzáG®
2016-12-29 18:20:49 +01:00
W¿öìâØÎĺ°¦œŠxof]TJ@6,"úðçÞÕÌú±¨žŠvlbXND;2) üòèÞÔÊÀ¬¢˜}tkbYPF<2(
2017-03-04 11:21:42 +01:00
öìãÚÑÈ¿ 9 8 7 6 543210/.-*
)  (  '
 &  % $ # " ! ~}|{z y x w v u t s 
r q p
o nmlkjih g ÿf þe ýd üc ûb úa ù`ø_÷^ö]õ\ô[óZòYñXîWíV ìU ëT êS éR èQ çP æO åNäMãLâKáJàIßHÞGÝFÚEÙ
>ªRý¥EöšE÷Ÿ>^g33 E! 2017-03-04 06:58:522017-03-04 06:58:52Forgot to get some groceries2015-12-08Uf33 3! 2017-03-04 06:58:522017-03-04 06:58:52Picked up groceries2015-12-06Ke33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-12-02Rd33 -! 2017-03-04 06:58:522017-03-04 06:58:52Needed gas again2015-12-27Yc33 ;! 2017-03-04 06:58:522017-03-04 06:58:52Filled the car up again2015-12-17Lb33 !! 2017-03-04 06:58:522017-03-04 06:58:52Bought gas2015-12-07]a33  A! 2017-03-04 06:58:522017-03-04 06:58:52Insurance bill in December2015-12-10U`33 3! 2017-03-04 06:58:522017-03-04 06:58:52Power bill December2015-12-08R_33 -! 2017-03-04 06:58:522017-03-04 06:58:52TV bill December2015-12-06U^33 3! 2017-03-04 06:58:522017-03-04 06:58:52Water bill December2015-12-04S]33 /! 2017-03-04 06:58:522017-03-04 06:58:52Rent for December2015-12-02
(ÃH
ÍR×\á£f(;ƒP
332017-03-04 06:58:522017-03-04 06:58:52
è@1‘ë…¸R:ƒO
33 2017-03-04 06:58:522017-03-04 06:58:52èÀ1‘ë…¸R;ƒN
332017-03-04 06:58:522017-03-04 06:58:52 ç@7®záG®:ƒM
33 2017-03-04 06:58:522017-03-04 06:58:52çÀ7®záG®;ƒL
332017-03-04 06:58:522017-03-04 06:58:52æ@/Që…¸R:ƒK
33 2017-03-04 06:58:522017-03-04 06:58:52æÀ/Që…¸R;ƒJ
332017-03-04 06:58:522017-03-04 06:58:52å@5™™™™™š:ƒI
33 2017-03-04 06:58:522017-03-04 06:58:52åÀ5™™™™™š;ƒH
332017-03-04 06:58:522017-03-04 06:58:52ä@G‹…¸Qì:ƒG
33 2017-03-04 06:58:522017-03-04 06:58:52äÀG‹…¸Qì;ƒF
2017-02-22 20:35:31 +01:00
332017-03-04 06:58:522017-03-04 06:58:52ã@DáG®{:ƒE
2017-03-04 11:21:42 +01:00
33 2017-03-04 06:58:522017-03-04 06:58:52ãÀDáG®{;ƒD
332017-03-04 06:58:522017-03-04 06:58:52â@EnzáG®:ƒC
2017-02-22 20:35:31 +01:00
33 2017-03-04 06:58:522017-03-04 06:58:52âÀEnzáG®;ƒB
2017-03-04 11:21:42 +01:00
332017-03-04 06:58:522017-03-04 06:58:52á@V
=p£×:ƒA
33 2017-03-04 06:58:522017-03-04 06:58:52áÀV
=p£×
J­O³e ­Uö¡JTr33 1! 2017-03-04 06:58:522017-03-04 06:58:52Water bill January2016-01-04Rq33 -! 2017-03-04 06:58:522017-03-04 06:58:52Rent for January2016-01-02\p33  ?! 2017-03-04 06:58:522017-03-04 06:58:52Saving money for December2015-12-28Uo33  1! 2017-03-04 06:58:522017-03-04 06:58:52Salary in December2015-12-24\n33 A! 2017-03-04 06:58:522017-03-04 06:58:52Going out for drinks again2015-12-26Vm33 5! 2017-03-04 06:58:522017-03-04 06:58:52Going out for drinks2015-12-13Kl33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-12-26Kk33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-12-23Kj33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2015-12-19[i33 ?! 2017-03-04 06:58:522017-03-04 06:58:52Groceries and some drinks2015-12-15Ph33 )! 2017-03-04 06:58:522017-03-04 06:58:52More groceries2015-12-11
4ÃH
ÍR×\à£l45ƒ`
332017-03-04 06:58:522017-03-04 06:58:52ðŒ4ƒ_
33 2017-03-04 06:58:522017-03-04 06:58:52ðÿt:ƒ^
33 2017-03-04 06:58:522017-03-04 06:58:52ï@™^ÌÌÌÌÍ;ƒ]
332017-03-04 06:58:522017-03-04 06:58:52ïÀ™^ÌÌÌÌÍ;ƒ\
332017-03-04 06:58:522017-03-04 06:58:52
î@@1ë…¸R:ƒ[
33 2017-03-04 06:58:522017-03-04 06:58:52îÀ@1ë…¸R;ƒZ
332017-03-04 06:58:522017-03-04 06:58:52
í@?c×
=p¤:ƒY
33 2017-03-04 06:58:522017-03-04 06:58:52íÀ?c×
2016-12-29 18:20:49 +01:00
=p¤;ƒX
332017-03-04 06:58:522017-03-04 06:58:52
2017-03-04 11:21:42 +01:00
ì@4E¸Që…:ƒW
33 2017-03-04 06:58:522017-03-04 06:58:52ìÀ4E¸Që…;ƒV
332017-03-04 06:58:522017-03-04 06:58:52 ë@1€:ƒU
33 2017-03-04 06:58:522017-03-04 06:58:52ëÀ1€;ƒT
332017-03-04 06:58:522017-03-04 06:58:52ê@6ð£×
=q:ƒS
33 2017-03-04 06:58:522017-03-04 06:58:52êÀ6ð£×
=q;ƒR
332017-03-04 06:58:522017-03-04 06:58:52é@8\(õÃ:ƒQ
33 2017-03-04 06:58:522017-03-04 06:58:52éÀ8\(õÃ
4ÉTÙ^ ã¥h*í¯r4;ƒp
332017-03-04 06:58:522017-03-04 06:58:52ø@H4záG®:ƒo
33 2017-03-04 06:58:522017-03-04 06:58:52øÀH4záG®;ƒn
332017-03-04 06:58:522017-03-04 06:58:52÷@F´záG®:ƒm
33 2017-03-04 06:58:522017-03-04 06:58:52÷ÀF´záG®;ƒl
332017-03-04 06:58:522017-03-04 06:58:52ö@D×
=p¤:ƒk
2016-12-29 18:20:49 +01:00
33 2017-03-04 06:58:522017-03-04 06:58:52öÀD×
2017-03-04 11:21:42 +01:00
=p¤;ƒj
332017-03-04 06:58:522017-03-04 06:58:52õ@S@£×
=q:ƒi
33 2017-03-04 06:58:522017-03-04 06:58:52õÀS@£×
=q;ƒh
332017-03-04 06:58:522017-03-04 06:58:52ô@T.¸Që…:ƒg
33 2017-03-04 06:58:522017-03-04 06:58:52ôÀT.¸Që…;ƒf
332017-03-04 06:58:522017-03-04 06:58:52ó@MÊ=p£×
:ƒe
33 2017-03-04 06:58:522017-03-04 06:58:52óÀMÊ=p£×
;ƒd
332017-03-04 06:58:522017-03-04 06:58:52ò@&aG®zá:ƒc
33 2017-03-04 06:58:522017-03-04 06:58:52òÀ&aG®zá5ƒb
332017-03-04 06:58:522017-03-04 06:58:52ñM4ƒa
33 2017-03-04 06:58:522017-03-04 06:58:52ñü³
>¬Uö§Kö¨Pïœ>[}33 ?! 2017-03-04 06:58:522017-03-04 06:58:52Groceries and some drinks2016-01-15P|33 )! 2017-03-04 06:58:522017-03-04 06:58:52More groceries2016-01-11^{33 E! 2017-03-04 06:58:522017-03-04 06:58:52Forgot to get some groceries2016-01-08Uz33 3! 2017-03-04 06:58:522017-03-04 06:58:52Picked up groceries2016-01-06Ky33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2016-01-02Rx33 -! 2017-03-04 06:58:522017-03-04 06:58:52Needed gas again2016-01-27Yw33 ;! 2017-03-04 06:58:522017-03-04 06:58:52Filled the car up again2016-01-17Lv33 !! 2017-03-04 06:58:522017-03-04 06:58:52Bought gas2016-01-07\u33  ?! 2017-03-04 06:58:522017-03-04 06:58:52Insurance bill in January2016-01-10Tt33 1! 2017-03-04 06:58:522017-03-04 06:58:52Power bill January2016-01-08Qs33 +! 2017-03-04 06:58:522017-03-04 06:58:52TV bill January2016-01-06
(ÃH
ÍR×\á£f(;„
332017-03-04 06:58:522017-03-04 06:58:52
@7áG®zá:ƒ
33 2017-03-04 06:58:522017-03-04 06:58:52À7áG®zá;ƒ~
332017-03-04 06:58:522017-03-04 06:58:52 ÿ@3xQë…¸:ƒ}
33 2017-03-04 06:58:522017-03-04 06:58:52ÿÀ3xQë…¸;ƒ|
332017-03-04 06:58:522017-03-04 06:58:52þ@8k…¸Qì:ƒ{
33 2017-03-04 06:58:522017-03-04 06:58:52þÀ8k…¸Qì;ƒz
332017-03-04 06:58:522017-03-04 06:58:52ý@.B\(õÃ:ƒy
33 2017-03-04 06:58:522017-03-04 06:58:52ýÀ.B\(õÃ;ƒx
332017-03-04 06:58:522017-03-04 06:58:52
ü@8£×
=p¤:ƒw
33 2017-03-04 06:58:522017-03-04 06:58:52üÀ8£×
=p¤;ƒv
2017-03-04 11:21:42 +01:00
332017-03-04 06:58:522017-03-04 06:58:52 û@5Ç®záH:ƒu
33 2017-03-04 06:58:522017-03-04 06:58:52ûÀ5Ç®záH;ƒt
332017-03-04 06:58:522017-03-04 06:58:52ú@6E¸Që…:ƒs
33 2017-03-04 06:58:522017-03-04 06:58:52úÀ6E¸Që…;ƒr
332017-03-04 06:58:522017-03-04 06:58:52ù@0ŸQë…:ƒq
33 2017-03-04 06:58:522017-03-04 06:58:52ùÀ0ŸQë…
N²d½^©Sû¦NU33 3! 2017-03-04 06:58:522017-03-04 06:58:52Power bill February2016-02-08R33 -! 2017-03-04 06:58:522017-03-04 06:58:52TV bill February2016-02-06U33 3! 2017-03-04 06:58:522017-03-04 06:58:52Water bill February2016-02-04S33 /! 2017-03-04 06:58:522017-03-04 06:58:52Rent for February2016-02-02[33  =! 2017-03-04 06:58:522017-03-04 06:58:52Saving money for January2016-01-28T33  /! 2017-03-04 06:58:522017-03-04 06:58:52Salary in January2016-01-24\33 A! 2017-03-04 06:58:522017-03-04 06:58:52Going out for drinks again2016-01-26V33 5! 2017-03-04 06:58:522017-03-04 06:58:52Going out for drinks2016-01-13K33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2016-01-26K33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2016-01-23K~33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2016-01-19
@ÃH
ÌX é±t6ù»~@;„
332017-03-04 06:58:522017-03-04 06:58:52@TaG®zá:„
33 2017-03-04 06:58:522017-03-04 06:58:52ÀTaG®zá;„
332017-03-04 06:58:522017-03-04 06:58:52@I¹™™™™š:„
2016-12-29 18:20:49 +01:00
33 2017-03-04 06:58:522017-03-04 06:58:52ÀI¹™™™™š;„
2017-03-04 11:21:42 +01:00
332017-03-04 06:58:522017-03-04 06:58:52@'¸Që…¸:„
33 2017-03-04 06:58:522017-03-04 06:58:52À'¸Që…¸5„
332017-03-04 06:58:522017-03-04 06:58:52M4„
33 2017-03-04 06:58:522017-03-04 06:58:52ü³5„
332017-03-04 06:58:522017-03-04 06:58:52Œ4„
33 2017-03-04 06:58:522017-03-04 06:58:52ÿt:„
33 2017-03-04 06:58:522017-03-04 06:58:52@˜r33333;„
332017-03-04 06:58:522017-03-04 06:58:52À˜r33333;„
332017-03-04 06:58:522017-03-04 06:58:52
@8ÔzáG®:„
33 2017-03-04 06:58:522017-03-04 06:58:52À8ÔzáG®;„
332017-03-04 06:58:522017-03-04 06:58:52
@3Ê=p£×
:„
33 2017-03-04 06:58:522017-03-04 06:58:52À3Ê=p£×
L Qõ RúFèšLK33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2016-02-23K33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2016-02-19[33 ?! 2017-03-04 06:58:522017-03-04 06:58:52Groceries and some drinks2016-02-15P33 )! 2017-03-04 06:58:522017-03-04 06:58:52More groceries2016-02-11^33 E! 2017-03-04 06:58:522017-03-04 06:58:52Forgot to get some groceries2016-02-08U33 3! 2017-03-04 06:58:522017-03-04 06:58:52Picked up groceries2016-02-06K
33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2016-02-02R 33 -! 2017-03-04 06:58:522017-03-04 06:58:52Needed gas again2016-02-27Y 33 ;! 2017-03-04 06:58:522017-03-04 06:58:52Filled the car up again2016-02-17L
33 !! 2017-03-04 06:58:522017-03-04 06:58:52Bought gas2016-02-07] 33  A! 2017-03-04 06:58:522017-03-04 06:58:52Insurance bill in February2016-02-10
(ÃH
ÍR×\á£f(;„
332017-03-04 06:58:522017-03-04 06:58:52
@2‘ë…¸R:„
33 2017-03-04 06:58:522017-03-04 06:58:52À2‘ë…¸R;„
332017-03-04 06:58:522017-03-04 06:58:52 @8Ü(õÂ\:„
33 2017-03-04 06:58:522017-03-04 06:58:52À8Ü(õÂ\;„
332017-03-04 06:58:522017-03-04 06:58:52@3‡®záH:„
33 2017-03-04 06:58:522017-03-04 06:58:52À3‡®záH;„
332017-03-04 06:58:522017-03-04 06:58:52
@1=p£×
=:„
33 2017-03-04 06:58:522017-03-04 06:58:52
À1=p£×
=;„
332017-03-04 06:58:522017-03-04 06:58:52 @I1ë…¸R:„
33 2017-03-04 06:58:522017-03-04 06:58:52 ÀI1ë…¸R;„
332017-03-04 06:58:522017-03-04 06:58:52 @HÏ\(õÂ:„
33 2017-03-04 06:58:522017-03-04 06:58:52 ÀHÏ\(õÂ;„
332017-03-04 06:58:522017-03-04 06:58:52
@EúáG®{:„
2016-12-30 13:47:23 +01:00
33 2017-03-04 06:58:522017-03-04 06:58:52
2017-03-04 11:21:42 +01:00
ÀEúáG®{;„
332017-03-04 06:58:522017-03-04 06:58:52 @U˜Që…¸:„
33 2017-03-04 06:58:522017-03-04 06:58:52 ÀU˜Që…¸
4ÃH
ÍR×\à£l45„0
332017-03-04 06:58:522017-03-04 06:58:52Œ4„/
33 2017-03-04 06:58:522017-03-04 06:58:52ÿt:„.
33 2017-03-04 06:58:522017-03-04 06:58:52@™ëzáG®;„-
332017-03-04 06:58:522017-03-04 06:58:52À™ëzáG®;„,
332017-03-04 06:58:522017-03-04 06:58:52
@4Ü(õÂ\:„+
33 2017-03-04 06:58:522017-03-04 06:58:52À4Ü(õÂ\;„*
332017-03-04 06:58:522017-03-04 06:58:52
@Ap£×
=q:„)
33 2017-03-04 06:58:522017-03-04 06:58:52ÀAp£×
=q;„(
332017-03-04 06:58:522017-03-04 06:58:52
@2×
2016-12-29 18:20:49 +01:00
=p£×:„'
2017-03-04 11:21:42 +01:00
33 2017-03-04 06:58:522017-03-04 06:58:52À2×
=p£×;„&
332017-03-04 06:58:522017-03-04 06:58:52 @6c×
=p¤:„%
33 2017-03-04 06:58:522017-03-04 06:58:52À6c×
=p¤;„$
332017-03-04 06:58:522017-03-04 06:58:52@8p£×
=q:„#
33 2017-03-04 06:58:522017-03-04 06:58:52À8p£×
=q;„"
332017-03-04 06:58:522017-03-04 06:58:52@1€:„!
33 2017-03-04 06:58:522017-03-04 06:58:52À1€
H²Yú¢CðIôHL33 !! 2017-03-04 06:58:522017-03-04 06:58:52Bought gas2016-03-07Z33  ;! 2017-03-04 06:58:522017-03-04 06:58:52Insurance bill in March2016-03-10R33 -! 2017-03-04 06:58:522017-03-04 06:58:52Power bill March2016-03-08O33 '! 2017-03-04 06:58:522017-03-04 06:58:52TV bill March2016-03-06R33 -! 2017-03-04 06:58:522017-03-04 06:58:52Water bill March2016-03-04P33 )! 2017-03-04 06:58:522017-03-04 06:58:52Rent for March2016-03-02\33  ?! 2017-03-04 06:58:522017-03-04 06:58:52Saving money for February2016-02-28U33  1! 2017-03-04 06:58:522017-03-04 06:58:52Salary in February2016-02-24\33 A! 2017-03-04 06:58:522017-03-04 06:58:52Going out for drinks again2016-02-26V33 5! 2017-03-04 06:58:522017-03-04 06:58:52Going out for drinks2016-02-13K33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2016-02-26
4ÉTÙ^ ã¥h*í¯r4;„@
332017-03-04 06:58:522017-03-04 06:58:52 @I]p£×
=:„?
33 2017-03-04 06:58:522017-03-04 06:58:52 ÀI]p£×
=;„>
332017-03-04 06:58:522017-03-04 06:58:52@HˆõÂ\):„=
33 2017-03-04 06:58:522017-03-04 06:58:52ÀHˆõÂ\);„<
332017-03-04 06:58:522017-03-04 06:58:52@F«…¸Qì:„;
33 2017-03-04 06:58:522017-03-04 06:58:52ÀF«…¸Qì;„:
332017-03-04 06:58:522017-03-04 06:58:52@T ¸Qì:„9
33 2017-03-04 06:58:522017-03-04 06:58:52ÀT ¸Qì;„8
332017-03-04 06:58:522017-03-04 06:58:52@RÑë…¸R:„7
33 2017-03-04 06:58:522017-03-04 06:58:52ÀRÑë…¸R;„6
332017-03-04 06:58:522017-03-04 06:58:52@Io\(õÂ:„5
33 2017-03-04 06:58:522017-03-04 06:58:52ÀIo\(õÂ;„4
332017-03-04 06:58:522017-03-04 06:58:52@#8Që…¸:„3
33 2017-03-04 06:58:522017-03-04 06:58:52À#8Që…¸5„2
332017-03-04 06:58:522017-03-04 06:58:52M4„1
33 2017-03-04 06:58:522017-03-04 06:58:52ü³
T¤O©HõIû­TV)33 5! 2017-03-04 06:58:522017-03-04 06:58:52Going out for drinks2016-03-13K(33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2016-03-26K'33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2016-03-23K&33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2016-03-19[%33 ?! 2017-03-04 06:58:522017-03-04 06:58:52Groceries and some drinks2016-03-15P$33 )! 2017-03-04 06:58:522017-03-04 06:58:52More groceries2016-03-11^#33 E! 2017-03-04 06:58:522017-03-04 06:58:52Forgot to get some groceries2016-03-08U"33 3! 2017-03-04 06:58:522017-03-04 06:58:52Picked up groceries2016-03-06K!33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2016-03-02R 33 -! 2017-03-04 06:58:522017-03-04 06:58:52Needed gas again2016-03-27Y33 ;! 2017-03-04 06:58:522017-03-04 06:58:52Filled the car up again2016-03-17
(ÃH
ÍR×\á£f(;„P
332017-03-04 06:58:522017-03-04 06:58:52
(@6E¸Që…:„O
2016-12-29 18:20:49 +01:00
33 2017-03-04 06:58:522017-03-04 06:58:52(À6E¸Që…;„N
2017-03-04 11:21:42 +01:00
332017-03-04 06:58:522017-03-04 06:58:52 '@8¸Që…¸:„M
33 2017-03-04 06:58:522017-03-04 06:58:52'À8¸Që…¸;„L
332017-03-04 06:58:522017-03-04 06:58:52&@5ë…¸R:„K
33 2017-03-04 06:58:522017-03-04 06:58:52&À5ë…¸R;„J
332017-03-04 06:58:522017-03-04 06:58:52%@8°£×
=q:„I
33 2017-03-04 06:58:522017-03-04 06:58:52%À8°£×
=q;„H
332017-03-04 06:58:522017-03-04 06:58:52
$@4^¸Që…:„G
33 2017-03-04 06:58:522017-03-04 06:58:52$À4^¸Që…;„F
332017-03-04 06:58:522017-03-04 06:58:52 #@3œ(õÂ\:„E
33 2017-03-04 06:58:522017-03-04 06:58:52#À3œ(õÂ\;„D
332017-03-04 06:58:522017-03-04 06:58:52"@.\(õÂ:„C
33 2017-03-04 06:58:522017-03-04 06:58:52"À.\(õÂ;„B
332017-03-04 06:58:522017-03-04 06:58:52!@.
=p£×
:„A
33 2017-03-04 06:58:522017-03-04 06:58:52!À.
=p£×
2016-12-29 18:20:49 +01:00
2017-03-04 11:21:42 +01:00
NÃH
ÌX é±{DÉŒN;„`
332017-03-04 06:58:522017-03-04 06:58:520@U!ë…¸R:„_
33 2017-03-04 06:58:522017-03-04 06:58:520ÀU!ë…¸R;„^
332017-03-04 06:58:522017-03-04 06:58:52/@Kë…¸Qì:„]
33 2017-03-04 06:58:522017-03-04 06:58:52/ÀKë…¸Qì4„\
332017-03-04 06:58:522017-03-04 06:58:52. 3„[
33 2017-03-04 06:58:522017-03-04 06:58:52.÷5„Z
332017-03-04 06:58:522017-03-04 06:58:52-M4„Y
33 2017-03-04 06:58:522017-03-04 06:58:52-ü³5„X
332017-03-04 06:58:522017-03-04 06:58:52,Œ4„W
33 2017-03-04 06:58:522017-03-04 06:58:52,ÿt:„V
33 2017-03-04 06:58:522017-03-04 06:58:52+@˜×fffff;„U
332017-03-04 06:58:522017-03-04 06:58:52+À˜×fffff;„T
332017-03-04 06:58:522017-03-04 06:58:52
*@ALÌÌÌÌÍ:„S
33 2017-03-04 06:58:522017-03-04 06:58:52*ÀALÌÌÌÌÍ;„R
332017-03-04 06:58:522017-03-04 06:58:52
2016-12-29 18:20:49 +01:00
)@.™™™™š:„Q
2017-03-04 11:21:42 +01:00
33 2017-03-04 06:58:522017-03-04 06:58:52)À.™™™™š
D¡LðHö¡DõDR433 -! 2017-03-04 06:58:522017-03-04 06:58:52Needed gas again2016-04-27Y333 ;! 2017-03-04 06:58:522017-03-04 06:58:52Filled the car up again2016-04-17L233 !! 2017-03-04 06:58:522017-03-04 06:58:52Bought gas2016-04-07Z133  ;! 2017-03-04 06:58:522017-03-04 06:58:52Insurance bill in April2016-04-10R033 -! 2017-03-04 06:58:522017-03-04 06:58:52Power bill April2016-04-08O/33 '! 2017-03-04 06:58:522017-03-04 06:58:52TV bill April2016-04-06R.33 -! 2017-03-04 06:58:522017-03-04 06:58:52Water bill April2016-04-04P-33 )! 2017-03-04 06:58:522017-03-04 06:58:52Rent for April2016-04-02Y,33  9! 2017-03-04 06:58:522017-03-04 06:58:52Saving money for March2016-03-28R+33  +! 2017-03-04 06:58:522017-03-04 06:58:52Salary in March2016-03-24\*33 A! 2017-03-04 06:58:522017-03-04 06:58:52Going out for drinks again2016-03-26
W¼öìâØÎĺ°¦ypg^TJ@6,"úðçÞÕÌú±¨žŠvlbXND:1(
ûòèÞÔÊÀ¬¢˜Ž{ri`WNE<2(
öìâØÎż‚s ‚r ‚q‚pƒ‚o‚n‚m‚lk~j}i{hzgyf xe wd vc ub ta s` r_ q^p]o\n[mZlYkXjWiVgUfTeS dR cQ bP aO `N _M ^L ]K\J[IZHYGXFWEVDUCSBRAQ@ P? O> N= M< L; K: J9 I8H7G6F5E4D3C2B1A0?/>.=- <, ;+ :* 9) 8( 7' 6& 5%4$3#2"1!0 /.-+
(ÃH
ÍR×\á£f(;„p
332017-03-04 06:58:522017-03-04 06:58:52
2017-03-04 11:21:42 +01:00
8@5ë…¸R:„o
33 2017-03-04 06:58:522017-03-04 06:58:528À5ë…¸R;„n
332017-03-04 06:58:522017-03-04 06:58:52 7@1¦fffff:„m
33 2017-03-04 06:58:522017-03-04 06:58:527À1¦fffff;„l
332017-03-04 06:58:522017-03-04 06:58:526@6s33333:„k
33 2017-03-04 06:58:522017-03-04 06:58:526À6s33333;„j
332017-03-04 06:58:522017-03-04 06:58:525@5¸Që…:„i
33 2017-03-04 06:58:522017-03-04 06:58:525À5¸Që…;„h
332017-03-04 06:58:522017-03-04 06:58:524@G4záG®:„g
33 2017-03-04 06:58:522017-03-04 06:58:524ÀG4záG®;„f
332017-03-04 06:58:522017-03-04 06:58:523@DQë…¸:„e
33 2017-03-04 06:58:522017-03-04 06:58:523ÀDQë…¸;„d
332017-03-04 06:58:522017-03-04 06:58:522@Eœ(õÂ\:„c
33 2017-03-04 06:58:522017-03-04 06:58:522ÀEœ(õÂ\;„b
2016-12-29 18:20:49 +01:00
332017-03-04 06:58:522017-03-04 06:58:521@SzáG®{:„a
33 2017-03-04 06:58:522017-03-04 06:58:521ÀSzáG®{
2017-03-04 11:21:42 +01:00
Q²Zù¦Hú¬^¦QR?33  +! 2017-03-04 06:58:522017-03-04 06:58:52Salary in April2016-04-24\>33 A! 2017-03-04 06:58:522017-03-04 06:58:52Going out for drinks again2016-04-26V=33 5! 2017-03-04 06:58:522017-03-04 06:58:52Going out for drinks2016-04-13K<33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2016-04-26K;33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2016-04-23K:33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2016-04-19[933 ?! 2017-03-04 06:58:522017-03-04 06:58:52Groceries and some drinks2016-04-15P833 )! 2017-03-04 06:58:522017-03-04 06:58:52More groceries2016-04-11^733 E! 2017-03-04 06:58:522017-03-04 06:58:52Forgot to get some groceries2016-04-08U633 3! 2017-03-04 06:58:522017-03-04 06:58:52Picked up groceries2016-04-06K533 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2016-04-02
4ÃH
ÍR×\à£l45…
332017-03-04 06:58:522017-03-04 06:58:52@Œ4„
33 2017-03-04 06:58:522017-03-04 06:58:52@ÿt:„~
33 2017-03-04 06:58:522017-03-04 06:58:52?@˜`
=p£×;„}
332017-03-04 06:58:522017-03-04 06:58:52?À˜`
=p£×;„|
332017-03-04 06:58:522017-03-04 06:58:52
>@:0£×
2017-02-22 20:35:31 +01:00
=q:„{
33 2017-03-04 06:58:522017-03-04 06:58:52>À:0£×
2017-03-04 11:21:42 +01:00
=q;„z
332017-03-04 06:58:522017-03-04 06:58:52
2017-02-22 20:35:31 +01:00
=@@У×
2017-03-04 11:21:42 +01:00
=q:„y
33 2017-03-04 06:58:522017-03-04 06:58:52=À@У×
=q;„x
332017-03-04 06:58:522017-03-04 06:58:52
<@3îzáG®:„w
33 2017-03-04 06:58:522017-03-04 06:58:52<À3îzáG®;„v
332017-03-04 06:58:522017-03-04 06:58:52 ;@5E¸Që…:„u
33 2017-03-04 06:58:522017-03-04 06:58:52;À5E¸Që…;„t
332017-03-04 06:58:522017-03-04 06:58:52:@2…¸Që…:„s
33 2017-03-04 06:58:522017-03-04 06:58:52:À2…¸Që…;„r
332017-03-04 06:58:522017-03-04 06:58:529@0záG®{:„q
33 2017-03-04 06:58:522017-03-04 06:58:529À0záG®{
W¿÷îåÛÑǽ³©Ÿxof]TKB9/%ýóéßÕÌú±¨Ÿƒyoe[QG=3) üóêá×Íù¯¥}tkbYPG>5+!
ùïåÛÑÈ¿‚r š‚q ‚p˜‚o‚n‚m‚l‚k‚j‚i‚hŽ‚g‚f Œ‚e ‚d Š‚c ‚b ˆ‚a ‚` ‚_ ‚^‚]ƒ‚\‚[‚Z‚YX~W}VzUyT xS wR vQ uP tO sN rM qLpKoJnImHlGkFjEiDfCeB dA c@ b? a> `= _< ^; ]:\9[8Z7Y6X5W4V3U2R1Q0 P/ O. N- M, L+ K* J) I(H'G&F%E$D#C"B!A >= < ; :
\¤S°]³W´\UJ33 3! 2017-03-04 06:58:522017-03-04 06:58:52Picked up groceries2016-05-06KI33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2016-05-02RH33 -! 2017-03-04 06:58:522017-03-04 06:58:52Needed gas again2016-05-27YG33 ;! 2017-03-04 06:58:522017-03-04 06:58:52Filled the car up again2016-05-17LF33 !! 2017-03-04 06:58:522017-03-04 06:58:52Bought gas2016-05-07XE33  7! 2017-03-04 06:58:522017-03-04 06:58:52Insurance bill in May2016-05-10PD33 )! 2017-03-04 06:58:522017-03-04 06:58:52Power bill May2016-05-08MC33 #! 2017-03-04 06:58:522017-03-04 06:58:52TV bill May2016-05-06PB33 )! 2017-03-04 06:58:522017-03-04 06:58:52Water bill May2016-05-04NA33 %! 2017-03-04 06:58:522017-03-04 06:58:52Rent for May2016-05-02Y@33  9! 2017-03-04 06:58:522017-03-04 06:58:52Saving money for April2016-04-28
4ÉTÙ^ ã¥h*í¯r4;…
332017-03-04 06:58:522017-03-04 06:58:52H@G.záG®:…
33 2017-03-04 06:58:522017-03-04 06:58:52HÀG.záG®;…
332017-03-04 06:58:522017-03-04 06:58:52G@E(õÂ\):…
33 2017-03-04 06:58:522017-03-04 06:58:52GÀE(õÂ\);…
332017-03-04 06:58:522017-03-04 06:58:52F@Eýp£×
=:…
33 2017-03-04 06:58:522017-03-04 06:58:52FÀEýp£×
=;…
332017-03-04 06:58:522017-03-04 06:58:52E@S@£×
=q:…
2016-12-29 18:20:49 +01:00
33 2017-03-04 06:58:522017-03-04 06:58:52EÀS@£×
2017-03-04 11:21:42 +01:00
=q;…
332017-03-04 06:58:522017-03-04 06:58:52D@T¤záG®:…
33 2017-03-04 06:58:522017-03-04 06:58:52DÀT¤záG®;…
332017-03-04 06:58:522017-03-04 06:58:52C@K!G®zá:…
33 2017-03-04 06:58:522017-03-04 06:58:52CÀK!G®zá;…
332017-03-04 06:58:522017-03-04 06:58:52B@$8Që…¸:…
33 2017-03-04 06:58:522017-03-04 06:58:52BÀ$8Që…¸5…
332017-03-04 06:58:522017-03-04 06:58:52AM4…
33 2017-03-04 06:58:522017-03-04 06:58:52Aü³
(ÃH
ÍR×\á£f(;…
332017-03-04 06:58:522017-03-04 06:58:52
P@8p£×
=q:…
33 2017-03-04 06:58:522017-03-04 06:58:52PÀ8p£×
=q;…
332017-03-04 06:58:522017-03-04 06:58:52 O@2…¸Që…:…
33 2017-03-04 06:58:522017-03-04 06:58:52OÀ2…¸Që…;…
332017-03-04 06:58:522017-03-04 06:58:52N@8xQë…¸:…
33 2017-03-04 06:58:522017-03-04 06:58:52NÀ8xQë…¸;…
332017-03-04 06:58:522017-03-04 06:58:52M@6}p£×
=:…
33 2017-03-04 06:58:522017-03-04 06:58:52MÀ6}p£×
=;…
332017-03-04 06:58:522017-03-04 06:58:52
L@6+…¸Qì:…
2017-02-22 20:35:31 +01:00
33 2017-03-04 06:58:522017-03-04 06:58:52LÀ6+…¸Qì;…
2016-12-29 18:20:49 +01:00
332017-03-04 06:58:522017-03-04 06:58:52 K@2¡G®zá:…
33 2017-03-04 06:58:522017-03-04 06:58:52KÀ2¡G®zá;…
2017-03-04 11:21:42 +01:00
332017-03-04 06:58:522017-03-04 06:58:52J@3øQë…¸:…
33 2017-03-04 06:58:522017-03-04 06:58:52JÀ3øQë…¸;…
332017-03-04 06:58:522017-03-04 06:58:52I@2O\(õÂ:…
33 2017-03-04 06:58:522017-03-04 06:58:52IÀ2O\(õÂ
MŸLî R«LùŸMOU33 '! 2017-03-04 06:58:522017-03-04 06:58:52Rent for June2016-06-02WT33  5! 2017-03-04 06:58:522017-03-04 06:58:52Saving money for May2016-05-28PS33  '! 2017-03-04 06:58:522017-03-04 06:58:52Salary in May2016-05-24\R33 A! 2017-03-04 06:58:522017-03-04 06:58:52Going out for drinks again2016-05-26VQ33 5! 2017-03-04 06:58:522017-03-04 06:58:52Going out for drinks2016-05-13KP33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2016-05-26KO33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2016-05-23KN33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2016-05-19[M33 ?! 2017-03-04 06:58:522017-03-04 06:58:52Groceries and some drinks2016-05-15PL33 )! 2017-03-04 06:58:522017-03-04 06:58:52More groceries2016-05-11^K33 E! 2017-03-04 06:58:522017-03-04 06:58:52Forgot to get some groceries2016-05-08
@ÃH
ÌX é±t6ù»~@;…0
332017-03-04 06:58:522017-03-04 06:58:52X@S¾¸Që…:…/
33 2017-03-04 06:58:522017-03-04 06:58:52XÀS¾¸Që…;….
332017-03-04 06:58:522017-03-04 06:58:52W@Kc×
=p¤:…-
33 2017-03-04 06:58:522017-03-04 06:58:52WÀKc×
=p¤;…,
332017-03-04 06:58:522017-03-04 06:58:52V@"ÌÌÌÌÌÍ:…+
33 2017-03-04 06:58:522017-03-04 06:58:52VÀ"ÌÌÌÌÌÍ5…*
332017-03-04 06:58:522017-03-04 06:58:52UM4…)
33 2017-03-04 06:58:522017-03-04 06:58:52Uü³5…(
332017-03-04 06:58:522017-03-04 06:58:52TŒ4…'
2016-12-29 18:20:49 +01:00
33 2017-03-04 06:58:522017-03-04 06:58:52Tÿt:…&
2017-03-04 11:21:42 +01:00
33 2017-03-04 06:58:522017-03-04 06:58:52S@˜\(ö;…%
332017-03-04 06:58:522017-03-04 06:58:52SÀ˜jÂ\(ö;…$
332017-03-04 06:58:522017-03-04 06:58:52
R@6Ï\(õÂ:…#
33 2017-03-04 06:58:522017-03-04 06:58:52RÀ6Ï\(õÂ;…"
332017-03-04 06:58:522017-03-04 06:58:52
Q@4¦fffff:…!
33 2017-03-04 06:58:522017-03-04 06:58:52QÀ4¦fffff
Q¬[«\«]¤QP`33 )! 2017-03-04 06:58:522017-03-04 06:58:52More groceries2016-06-11^_33 E! 2017-03-04 06:58:522017-03-04 06:58:52Forgot to get some groceries2016-06-08U^33 3! 2017-03-04 06:58:522017-03-04 06:58:52Picked up groceries2016-06-06K]33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2016-06-02R\33 -! 2017-03-04 06:58:522017-03-04 06:58:52Needed gas again2016-06-27Y[33 ;! 2017-03-04 06:58:522017-03-04 06:58:52Filled the car up again2016-06-17LZ33 !! 2017-03-04 06:58:522017-03-04 06:58:52Bought gas2016-06-07YY33  9! 2017-03-04 06:58:522017-03-04 06:58:52Insurance bill in June2016-06-10QX33 +! 2017-03-04 06:58:522017-03-04 06:58:52Power bill June2016-06-08NW33 %! 2017-03-04 06:58:522017-03-04 06:58:52TV bill June2016-06-06QV33 +! 2017-03-04 06:58:522017-03-04 06:58:52Water bill June2016-06-04
(ÃH
ÍR×\á£f(;…@
332017-03-04 06:58:522017-03-04 06:58:52
`@0½p£×
=:…?
33 2017-03-04 06:58:522017-03-04 06:58:52`À0½p£×
=;…>
332017-03-04 06:58:522017-03-04 06:58:52 _@3Ç®záH:…=
33 2017-03-04 06:58:522017-03-04 06:58:52_À3Ç®záH;…<
332017-03-04 06:58:522017-03-04 06:58:52^@7B\(õÃ:…;
33 2017-03-04 06:58:522017-03-04 06:58:52^À7B\(õÃ;…:
332017-03-04 06:58:522017-03-04 06:58:52]@5aG®zá:…9
2016-12-29 18:20:49 +01:00
33 2017-03-04 06:58:522017-03-04 06:58:52]À5aG®zá;…8
2017-03-04 11:21:42 +01:00
332017-03-04 06:58:522017-03-04 06:58:52\@Iqë…¸R:…7
33 2017-03-04 06:58:522017-03-04 06:58:52\ÀIqë…¸R;…6
332017-03-04 06:58:522017-03-04 06:58:52[@GË…¸Qì:…5
33 2017-03-04 06:58:522017-03-04 06:58:52[ÀGË…¸Qì;…4
332017-03-04 06:58:522017-03-04 06:58:52Z@D…¸Që…:…3
33 2017-03-04 06:58:522017-03-04 06:58:52ZÀD…¸Që…;…2
332017-03-04 06:58:522017-03-04 06:58:52Y@Uaë…¸R:…1
33 2017-03-04 06:58:522017-03-04 06:58:52YÀUaë…¸R
Z¢T¸_¬Qÿ«ZNk33 %! 2017-03-04 06:58:522017-03-04 06:58:52TV bill July2016-07-06Qj33 +! 2017-03-04 06:58:522017-03-04 06:58:52Water bill July2016-07-04Oi33 '! 2017-03-04 06:58:522017-03-04 06:58:52Rent for July2016-07-02Xh33  7! 2017-03-04 06:58:522017-03-04 06:58:52Saving money for June2016-06-28Qg33  )! 2017-03-04 06:58:522017-03-04 06:58:52Salary in June2016-06-24\f33 A! 2017-03-04 06:58:522017-03-04 06:58:52Going out for drinks again2016-06-26Ve33 5! 2017-03-04 06:58:522017-03-04 06:58:52Going out for drinks2016-06-13Kd33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2016-06-26Kc33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2016-06-23Kb33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2016-06-19[a33 ?! 2017-03-04 06:58:522017-03-04 06:58:52Groceries and some drinks2016-06-15
4ÃH
ÍR×\à£l45…P
332017-03-04 06:58:522017-03-04 06:58:52hŒ4…O
33 2017-03-04 06:58:522017-03-04 06:58:52hÿt:…N
33 2017-03-04 06:58:522017-03-04 06:58:52g@™®ÌÌÌÌÍ;…M
332017-03-04 06:58:522017-03-04 06:58:52gÀ™®ÌÌÌÌÍ;…L
332017-03-04 06:58:522017-03-04 06:58:52
f@A\(õÂ:…K
33 2017-03-04 06:58:522017-03-04 06:58:52fÀA\(õÂ;…J
332017-03-04 06:58:522017-03-04 06:58:52
e@5W
=p£×:…I
33 2017-03-04 06:58:522017-03-04 06:58:52eÀ5W
=p£×;…H
332017-03-04 06:58:522017-03-04 06:58:52
d@3áG®zá:…G
33 2017-03-04 06:58:522017-03-04 06:58:52dÀ3áG®zá;…F
332017-03-04 06:58:522017-03-04 06:58:52 c@5Ê=p£×
:…E
33 2017-03-04 06:58:522017-03-04 06:58:52cÀ5Ê=p£×
;…D
332017-03-04 06:58:522017-03-04 06:58:52b@8 ÌÌÌÌÍ:…C
33 2017-03-04 06:58:522017-03-04 06:58:52bÀ8 ÌÌÌÌÍ;…B
332017-03-04 06:58:522017-03-04 06:58:52a@2‡®záH:…A
33 2017-03-04 06:58:522017-03-04 06:58:52aÀ2‡®záH
BÉTÙ^ ã¥h*ô½B;…`
332017-03-04 06:58:522017-03-04 06:58:52p@G…¸Që…:…_
33 2017-03-04 06:58:522017-03-04 06:58:52pÀG…¸Që…4…^
332017-03-04 06:58:522017-03-04 06:58:52o)3…]
33 2017-03-04 06:58:522017-03-04 06:58:52o×;…\
332017-03-04 06:58:522017-03-04 06:58:52n@Gzá:…[
33 2017-03-04 06:58:522017-03-04 06:58:52nÀGzá;…Z
332017-03-04 06:58:522017-03-04 06:58:52m@VAë…¸R:…Y
33 2017-03-04 06:58:522017-03-04 06:58:52mÀVAë…¸R;…X
332017-03-04 06:58:522017-03-04 06:58:52l@SVfffff:…W
33 2017-03-04 06:58:522017-03-04 06:58:52lÀSVfffff;…V
332017-03-04 06:58:522017-03-04 06:58:52k@J¾¸Që…:…U
2017-03-04 11:21:42 +01:00
33 2017-03-04 06:58:522017-03-04 06:58:52kÀJ¾¸Që…;…T
332017-03-04 06:58:522017-03-04 06:58:52j@'ë…¸Qì:…S
33 2017-03-04 06:58:522017-03-04 06:58:52jÀ'ë…¸Qì5…R
332017-03-04 06:58:522017-03-04 06:58:52iM4…Q
33 2017-03-04 06:58:522017-03-04 06:58:52iü³
J¬P¥PªIö˜JKv33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2016-07-19[u33 ?! 2017-03-04 06:58:522017-03-04 06:58:52Groceries and some drinks2016-07-15Pt33 )! 2017-03-04 06:58:522017-03-04 06:58:52More groceries2016-07-11^s33 E! 2017-03-04 06:58:522017-03-04 06:58:52Forgot to get some groceries2016-07-08Ur33 3! 2017-03-04 06:58:522017-03-04 06:58:52Picked up groceries2016-07-06Kq33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2016-07-02Rp33 -! 2017-03-04 06:58:522017-03-04 06:58:52Needed gas again2016-07-27Yo33 ;! 2017-03-04 06:58:522017-03-04 06:58:52Filled the car up again2016-07-17Ln33 !! 2017-03-04 06:58:522017-03-04 06:58:52Bought gas2016-07-07Ym33  9! 2017-03-04 06:58:522017-03-04 06:58:52Insurance bill in July2016-07-10Ql33 +! 2017-03-04 06:58:522017-03-04 06:58:52Power bill July2016-07-08
(ÃH
ÍR×\á£f(;…p
332017-03-04 06:58:522017-03-04 06:58:52
x@1\(õÂ\:…o
33 2017-03-04 06:58:522017-03-04 06:58:52xÀ1\(õÂ\;…n
332017-03-04 06:58:522017-03-04 06:58:52 w@3ŒÌÌÌÌÍ:…m
33 2017-03-04 06:58:522017-03-04 06:58:52wÀ3ŒÌÌÌÌÍ;…l
332017-03-04 06:58:522017-03-04 06:58:52v@4‡®záH:…k
33 2017-03-04 06:58:522017-03-04 06:58:52vÀ4‡®záH;…j
332017-03-04 06:58:522017-03-04 06:58:52u@4W
=p£×:…i
33 2017-03-04 06:58:522017-03-04 06:58:52uÀ4W
=p£×;…h
332017-03-04 06:58:522017-03-04 06:58:52
t@0æfffff:…g
33 2017-03-04 06:58:522017-03-04 06:58:52tÀ0æfffff;…f
332017-03-04 06:58:522017-03-04 06:58:52 s@/záG®{:…e
33 2017-03-04 06:58:522017-03-04 06:58:52sÀ/záG®{;…d
332017-03-04 06:58:522017-03-04 06:58:52r@0Ù™™™™š:…c
33 2017-03-04 06:58:522017-03-04 06:58:52rÀ0Ù™™™™š;…b
332017-03-04 06:58:522017-03-04 06:58:52q@/uÂ\(ö:…a
33 2017-03-04 06:58:522017-03-04 06:58:52qÀ/uÂ\(ö
L²d ¬Xý©SªL33  =! 2017-03-04 06:58:522017-03-04 06:58:52Insurance bill in August2016-08-10Sƒ33 /! 2017-03-04 06:58:522017-03-04 06:58:52Power bill August2016-08-08P33 )! 2017-03-04 06:58:522017-03-04 06:58:52TV bill August2016-08-06S~33 /! 2017-03-04 06:58:522017-03-04 06:58:52Water bill August2016-08-04Q}33 +! 2017-03-04 06:58:522017-03-04 06:58:52Rent for August2016-08-02X|33  7! 2017-03-04 06:58:522017-03-04 06:58:52Saving money for July2016-07-28Q{33  )! 2017-03-04 06:58:522017-03-04 06:58:52Salary in July2016-07-24\z33 A! 2017-03-04 06:58:522017-03-04 06:58:52Going out for drinks again2016-07-26Vy33 5! 2017-03-04 06:58:522017-03-04 06:58:52Going out for drinks2016-07-13Kx33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2016-07-26Kw33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2016-07-23
@ÃH
ÌX é±t6ù»~@;†
332017-03-04 06:58:522017-03-04 06:58:52€@T8õÂ\):…
2016-12-29 18:20:49 +01:00
33 2017-03-04 06:58:522017-03-04 06:58:52€ÀT8õÂ\);…~
2017-03-04 11:21:42 +01:00
332017-03-04 06:58:522017-03-04 06:58:52@KXQë…¸:…}
33 2017-03-04 06:58:522017-03-04 06:58:52ÀKXQë…¸;…|
332017-03-04 06:58:522017-03-04 06:58:52~@"k…¸Qì:…{
33 2017-03-04 06:58:522017-03-04 06:58:52~À"k…¸Qì5…z
332017-03-04 06:58:522017-03-04 06:58:52}M4…y
33 2017-03-04 06:58:522017-03-04 06:58:52}ü³5…x
332017-03-04 06:58:522017-03-04 06:58:52|Œ4…w
33 2017-03-04 06:58:522017-03-04 06:58:52|ÿt:…v
33 2017-03-04 06:58:522017-03-04 06:58:52{@š&õÂ\);…u
332017-03-04 06:58:522017-03-04 06:58:52{Àš&õÂ\);…t
332017-03-04 06:58:522017-03-04 06:58:52
z@3}p£×
=:…s
33 2017-03-04 06:58:522017-03-04 06:58:52zÀ3}p£×
=;…r
332017-03-04 06:58:522017-03-04 06:58:52
y@<Ï\(õÂ:…q
33 2017-03-04 06:58:522017-03-04 06:58:52yÀ<Ï\(õÂ
(ÃH
ÍR×\á£f(;†
332017-03-04 06:58:522017-03-04 06:58:52
ˆ@3¨õÂ\):†
33 2017-03-04 06:58:522017-03-04 06:58:52ˆÀ3¨õÂ\);†
332017-03-04 06:58:522017-03-04 06:58:52 ‡@0k…¸Qì:†
33 2017-03-04 06:58:522017-03-04 06:58:52‡À0k…¸Qì;†
332017-03-04 06:58:522017-03-04 06:58:52†@4 ÌÌÌÌÍ:†
33 2017-03-04 06:58:522017-03-04 06:58:52†À4 ÌÌÌÌÍ;†
332017-03-04 06:58:522017-03-04 06:58:52…@/(õÂ\):†
33 2017-03-04 06:58:522017-03-04 06:58:52…À/(õÂ\);†
332017-03-04 06:58:522017-03-04 06:58:52„@I ¸Qì:†
33 2017-03-04 06:58:522017-03-04 06:58:52„ÀI ¸Qì;†
332017-03-04 06:58:522017-03-04 06:58:52ƒ@Hg®záH:†
33 2017-03-04 06:58:522017-03-04 06:58:52ƒÀHg®záH;†
332017-03-04 06:58:522017-03-04 06:58:52@D¼(õÂ\:†
33 2017-03-04 06:58:522017-03-04 06:58:52‚ÀD¼(õÂ\;†
332017-03-04 06:58:522017-03-04 06:58:52@S‡
=p£×:†
33 2017-03-04 06:58:522017-03-04 06:58:52ÀS‡
=p£×
^±U²Zù¦Hú¬^ 33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2016-08-26Kƒ 33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2016-08-23Kƒ
33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2016-08-19[ƒ 33 ?! 2017-03-04 06:58:522017-03-04 06:58:52Groceries and some drinks2016-08-15Pƒ33 )! 2017-03-04 06:58:522017-03-04 06:58:52More groceries2016-08-11^ƒ33 E! 2017-03-04 06:58:522017-03-04 06:58:52Forgot to get some groceries2016-08-08Uƒ33 3! 2017-03-04 06:58:522017-03-04 06:58:52Picked up groceries2016-08-06Kƒ33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2016-08-02Rƒ33 -! 2017-03-04 06:58:522017-03-04 06:58:52Needed gas again2016-08-27Yƒ33 ;! 2017-03-04 06:58:522017-03-04 06:58:52Filled the car up again2016-08-17Lƒ33 !! 2017-03-04 06:58:522017-03-04 06:58:52Bought gas2016-08-07
WÀ÷îåÜÓÊÀ¬¢˜Žzpf\SJA8/&
öìâØÎĺ°¦ypg^TJ@6,"úðçÞÕÌú±¨žŠvlbXND:1(
ûòèÞÔÊÀƒJâƒIáƒH߃GÞƒF݃E ܃D ÛƒC ÚƒB ÙƒA ؃@ ׃? Öƒ> Õƒ=Ôƒ<Óƒ;Òƒ:у9Ѓ8σ7΃6̓5˃4ʃ3Ƀ2 ȃ1 ǃ0 ƃ/ Ń. ă- Ã, ƒ+ Áƒ*Àƒ)¿ƒ(¾ƒ'½ƒ&¼ƒ%»ƒ$ºƒ#¹ƒ"·ƒ!ƒ µƒ ´ƒ ³ƒ ²ƒ ±ƒ °ƒ ¯ƒ ®ƒ ­ƒ¬ƒ«ƒªƒ©ƒ¨ƒ§ƒ¦ƒ¥ƒ£ƒ¢ƒ
2017-02-22 20:35:31 +01:00
¡ƒ   ƒ  Ÿƒ
2017-03-04 11:21:42 +01:00
 žƒ  ƒ œƒ ƒ šƒ ƒ˜ƒƒƒƒ‚~‚}‚|‚{Ž‚z‚y Œ‚x ‚w Š‚v ‚u ˆ‚t 
2017-02-22 20:35:31 +01:00
4ÃH
2017-03-04 11:21:42 +01:00
ÍR×\à£l45†
332017-03-04 06:58:522017-03-04 06:58:52Œ4†
33 2017-03-04 06:58:522017-03-04 06:58:52ÿt:†
33 2017-03-04 06:58:522017-03-04 06:58:52@™³p£×
=;†
332017-03-04 06:58:522017-03-04 06:58:52À™³p£×
=;†
2016-12-29 18:20:49 +01:00
332017-03-04 06:58:522017-03-04 06:58:52
2017-03-04 11:21:42 +01:00
Ž@>0£×
=q:†
33 2017-03-04 06:58:522017-03-04 06:58:52ŽÀ>0£×
=q;†
332017-03-04 06:58:522017-03-04 06:58:52
@3
=p£×
:†
33 2017-03-04 06:58:522017-03-04 06:58:52À3
=p£×
;†
332017-03-04 06:58:522017-03-04 06:58:52
Œ@3G®záH:†
33 2017-03-04 06:58:522017-03-04 06:58:52ŒÀ3G®záH;†
332017-03-04 06:58:522017-03-04 06:58:52 @5:áG®{:†
33 2017-03-04 06:58:522017-03-04 06:58:52‹À5:áG®{;†
332017-03-04 06:58:522017-03-04 06:58:52Š@3ë…¸Qì:†
33 2017-03-04 06:58:522017-03-04 06:58:52ŠÀ3ë…¸Qì;†
332017-03-04 06:58:522017-03-04 06:58:52‰@3îzáG®:†
33 2017-03-04 06:58:522017-03-04 06:58:52‰À3îzáG®
*§Hò>å6Õ*33 ;! 2017-03-04 06:58:522017-03-04 06:58:52Filled the car up again2016-09-17Lƒ33 !! 2017-03-04 06:58:522017-03-04 06:58:52Bought gas2016-09-07^ƒ33  C! 2017-03-04 06:58:522017-03-04 06:58:52Insurance bill in September2016-09-10Vƒ33 5! 2017-03-04 06:58:522017-03-04 06:58:52Power bill September2016-09-08Sƒ33 /! 2017-03-04 06:58:522017-03-04 06:58:52TV bill September2016-09-06Vƒ33 5! 2017-03-04 06:58:522017-03-04 06:58:52Water bill September2016-09-04Tƒ33 1! 2017-03-04 06:58:522017-03-04 06:58:52Rent for September2016-09-02Zƒ33  ;! 2017-03-04 06:58:522017-03-04 06:58:52Saving money for August2016-08-28Sƒ33  -! 2017-03-04 06:58:522017-03-04 06:58:52Salary in August2016-08-24\ƒ33 A! 2017-03-04 06:58:522017-03-04 06:58:52Going out for drinks again2016-08-26Vƒ
33 5! 2017-03-04 06:58:522017-03-04 06:58:52Going out for drinks2016-08-13
2017-02-22 20:35:31 +01:00
4ÉTÙ^ ã¥h*í¯r4;†0
2017-03-04 11:21:42 +01:00
332017-03-04 06:58:522017-03-04 06:58:52˜@K
=p£×:†/
33 2017-03-04 06:58:522017-03-04 06:58:52˜ÀK
=p£×;†.
332017-03-04 06:58:522017-03-04 06:58:52—@Ge¸Që…:†-
33 2017-03-04 06:58:522017-03-04 06:58:52—ÀGe¸Që…;†,
332017-03-04 06:58:522017-03-04 06:58:52@HŽzáG®:†+
33 2017-03-04 06:58:522017-03-04 06:58:52–ÀHŽzáG®;†*
332017-03-04 06:58:522017-03-04 06:58:52•@S¹™™™™š:†)
33 2017-03-04 06:58:522017-03-04 06:58:52•ÀS¹™™™™š;†(
332017-03-04 06:58:522017-03-04 06:58:52”@ThõÂ\):†'
33 2017-03-04 06:58:522017-03-04 06:58:52”ÀThõÂ\);†&
332017-03-04 06:58:522017-03-04 06:58:52“@KG®záH:†%
33 2017-03-04 06:58:522017-03-04 06:58:52“ÀKG®záH;†$
332017-03-04 06:58:522017-03-04 06:58:52@%¨õÂ\):†#
33 2017-03-04 06:58:522017-03-04 06:58:52’À%¨õÂ\)5†"
332017-03-04 06:58:522017-03-04 06:58:52M4†!
33 2017-03-04 06:58:522017-03-04 06:58:52‘ü³
Q«]¤Qó¥W °Q\ƒ"33 A! 2017-03-04 06:58:522017-03-04 06:58:52Going out for drinks again2016-09-26Vƒ!33 5! 2017-03-04 06:58:522017-03-04 06:58:52Going out for drinks2016-09-13Kƒ 33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2016-09-26Kƒ33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2016-09-23Kƒ33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2016-09-19[ƒ33 ?! 2017-03-04 06:58:522017-03-04 06:58:52Groceries and some drinks2016-09-15Pƒ33 )! 2017-03-04 06:58:522017-03-04 06:58:52More groceries2016-09-11^ƒ33 E! 2017-03-04 06:58:522017-03-04 06:58:52Forgot to get some groceries2016-09-08Uƒ33 3! 2017-03-04 06:58:522017-03-04 06:58:52Picked up groceries2016-09-06Kƒ33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2016-09-02Rƒ33 -! 2017-03-04 06:58:522017-03-04 06:58:52Needed gas again2016-09-27
(ÃH
2017-02-22 20:35:31 +01:00
ÍR×\á£f(;†@
2017-03-04 11:21:42 +01:00
332017-03-04 06:58:522017-03-04 06:58:52
 @.G®záH:†?
33 2017-03-04 06:58:522017-03-04 06:58:52 À.G®záH;†>
332017-03-04 06:58:522017-03-04 06:58:52 Ÿ@4‘ë…¸R:†=
33 2017-03-04 06:58:522017-03-04 06:58:52ŸÀ4‘ë…¸R;†<
332017-03-04 06:58:522017-03-04 06:58:52ž@5Ï\(õÂ:†;
33 2017-03-04 06:58:522017-03-04 06:58:52žÀ5Ï\(õÂ;†:
332017-03-04 06:58:522017-03-04 06:58:52@7ë…¸R:†9
33 2017-03-04 06:58:522017-03-04 06:58:52À7ë…¸R;†8
332017-03-04 06:58:522017-03-04 06:58:52
œ@0£×
=p¤:†7
33 2017-03-04 06:58:522017-03-04 06:58:52œÀ0£×
=p¤;†6
332017-03-04 06:58:522017-03-04 06:58:52 @1¸Që…:†5
33 2017-03-04 06:58:522017-03-04 06:58:52›À1¸Që…;†4
332017-03-04 06:58:522017-03-04 06:58:52š@4
=p£×
:†3
33 2017-03-04 06:58:522017-03-04 06:58:52šÀ4
=p£×
;†2
332017-03-04 06:58:522017-03-04 06:58:52™@0=p£×
=:†1
33 2017-03-04 06:58:522017-03-04 06:58:52™À0=p£×
=
WÀ÷îåÜÓÊÀ¬¢˜Žzpf]TKB90'
öìâØÎ屨Ÿ{rh^TJ@6,"üóêáØÏƼ²¨žŠvlbYPG>5,#üòèÞÔÊÀƒIûƒHúƒGùƒFøƒE÷ƒDöƒCõƒBòƒAñƒ@ ðƒ? ïƒ> îƒ= íƒ< ìƒ; ëƒ: êƒ9 éƒ8èƒ7çƒ6æƒ5åƒ4äƒ3ãƒ2âƒ1áƒ0Þƒ/݃. ܃- Ûƒ, Úƒ+ Ùƒ* ؃) ׃( Öƒ' Õƒ&Ôƒ%Óƒ$Òƒ#у"Ѓ!σ ΃̓ʃɃ ȃ ǃ ƃ Ń ă à ƒ ÁƒÀƒ¿ƒ¾ƒ½ƒ¼ƒ»ƒºƒ
¹ƒ ƒ µƒ
 ´ƒ  ³ƒ ²ƒ ±ƒ °ƒ ¯ƒ ®ƒ ­ƒ¬ƒ«ƒª©‚~¨‚}§‚|¦‚{¥‚z¢‚y¡‚x  ‚w Ÿv žu t œs 
@ÃH
ÌX é±t6ù»~@;†P
332017-03-04 06:58:522017-03-04 06:58:52¨@Tc33333:†O
33 2017-03-04 06:58:522017-03-04 06:58:52¨ÀTc33333;†N
332017-03-04 06:58:522017-03-04 06:58:52§@JÂ\(õÃ:†M
33 2017-03-04 06:58:522017-03-04 06:58:52§ÀJÂ\(õÃ;†L
332017-03-04 06:58:522017-03-04 06:58:52¦@%W
=p£×:†K
33 2017-03-04 06:58:522017-03-04 06:58:52¦À%W
=p£×5†J
332017-03-04 06:58:522017-03-04 06:58:52¥M4†I
33 2017-03-04 06:58:522017-03-04 06:58:52¥ü³5†H
332017-03-04 06:58:522017-03-04 06:58:52¤Œ4†G
33 2017-03-04 06:58:522017-03-04 06:58:52¤ÿt:†F
33 2017-03-04 06:58:522017-03-04 06:58:52£@™r(õÂ\;†E
332017-03-04 06:58:522017-03-04 06:58:52£À™r(õÂ\;†D
332017-03-04 06:58:522017-03-04 06:58:52
¢@8333333:†C
33 2017-03-04 06:58:522017-03-04 06:58:52¢À8333333;†B
332017-03-04 06:58:522017-03-04 06:58:52
¡@@333333:†A
2017-02-22 20:35:31 +01:00
33 2017-03-04 06:58:522017-03-04 06:58:52¡À@333333
2017-03-04 11:21:42 +01:00
C§GòGðBæCKƒ-33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2016-10-02Rƒ,33 -! 2017-03-04 06:58:522017-03-04 06:58:52Needed gas again2016-10-27Yƒ+33 ;! 2017-03-04 06:58:522017-03-04 06:58:52Filled the car up again2016-10-17Lƒ*33 !! 2017-03-04 06:58:522017-03-04 06:58:52Bought gas2016-10-07\ƒ)33  ?! 2017-03-04 06:58:522017-03-04 06:58:52Insurance bill in October2016-10-10Tƒ(33 1! 2017-03-04 06:58:522017-03-04 06:58:52Power bill October2016-10-08Qƒ'33 +! 2017-03-04 06:58:522017-03-04 06:58:52TV bill October2016-10-06Tƒ&33 1! 2017-03-04 06:58:522017-03-04 06:58:52Water bill October2016-10-04Rƒ%33 -! 2017-03-04 06:58:522017-03-04 06:58:52Rent for October2016-10-02]ƒ$33  A! 2017-03-04 06:58:522017-03-04 06:58:52Saving money for September2016-09-28Vƒ#33  3! 2017-03-04 06:58:522017-03-04 06:58:52Salary in September2016-09-24
(ÃH
ÍR×\á£f(;†`
2017-02-22 20:35:31 +01:00
332017-03-04 06:58:522017-03-04 06:58:52
2017-03-04 11:21:42 +01:00
°@5ë…¸R:†_
33 2017-03-04 06:58:522017-03-04 06:58:52°À5ë…¸R;†^
332017-03-04 06:58:522017-03-04 06:58:52 ¯@5(õÂ\):†]
33 2017-03-04 06:58:522017-03-04 06:58:52¯À5(õÂ\);†\
332017-03-04 06:58:522017-03-04 06:58:52®@3úáG®{:†[
33 2017-03-04 06:58:522017-03-04 06:58:52®À3úáG®{;†Z
332017-03-04 06:58:522017-03-04 06:58:52­@5ýp£×
=:†Y
33 2017-03-04 06:58:522017-03-04 06:58:52­À5ýp£×
=;†X
332017-03-04 06:58:522017-03-04 06:58:52¬@H@:†W
33 2017-03-04 06:58:522017-03-04 06:58:52¬ÀH@;†V
332017-03-04 06:58:522017-03-04 06:58:52«@HTzáG®:†U
33 2017-03-04 06:58:522017-03-04 06:58:52«ÀHTzáG®;†T
332017-03-04 06:58:522017-03-04 06:58:52ª@HáG®zá:†S
33 2017-03-04 06:58:522017-03-04 06:58:52ªÀHáG®zá;†R
332017-03-04 06:58:522017-03-04 06:58:52©@SW
=p£×:†Q
33 2017-03-04 06:58:522017-03-04 06:58:52©ÀSW
=p£×
?¨GôHú¬Sô?[ƒ833  =! 2017-03-04 06:58:522017-03-04 06:58:52Saving money for October2016-10-28Tƒ733  /! 2017-03-04 06:58:522017-03-04 06:58:52Salary in October2016-10-24\ƒ633 A! 2017-03-04 06:58:522017-03-04 06:58:52Going out for drinks again2016-10-26Vƒ533 5! 2017-03-04 06:58:522017-03-04 06:58:52Going out for drinks2016-10-13Kƒ433 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2016-10-26Kƒ333 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2016-10-23Kƒ233 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2016-10-19[ƒ133 ?! 2017-03-04 06:58:522017-03-04 06:58:52Groceries and some drinks2016-10-15Pƒ033 )! 2017-03-04 06:58:522017-03-04 06:58:52More groceries2016-10-11^ƒ/33 E! 2017-03-04 06:58:522017-03-04 06:58:52Forgot to get some groceries2016-10-08Uƒ.33 3! 2017-03-04 06:58:522017-03-04 06:58:52Picked up groceries2016-10-06
4ÃH
ÍR×\à£l45†p
332017-03-04 06:58:522017-03-04 06:58:52¸Œ4†o
33 2017-03-04 06:58:522017-03-04 06:58:52¸ÿt:†n
33 2017-03-04 06:58:522017-03-04 06:58:52·@™(õÂ\;†m
332017-03-04 06:58:522017-03-04 06:58:52·À™(õÂ\;†l
332017-03-04 06:58:522017-03-04 06:58:52
¶@>LÌÌÌÌÍ:†k
33 2017-03-04 06:58:522017-03-04 06:58:52¶À>LÌÌÌÌÍ;†j
332017-03-04 06:58:522017-03-04 06:58:52
2017-03-04 11:21:42 +01:00
µ@AÑë…¸R:†i
33 2017-03-04 06:58:522017-03-04 06:58:52µÀAÑë…¸R;†h
332017-03-04 06:58:522017-03-04 06:58:52
´@3¦fffff:†g
33 2017-03-04 06:58:522017-03-04 06:58:52´À3¦fffff;†f
332017-03-04 06:58:522017-03-04 06:58:52 ³@.úáG®{:†e
33 2017-03-04 06:58:522017-03-04 06:58:52³À.úáG®{;†d
332017-03-04 06:58:522017-03-04 06:58:52²@/k…¸Qì:†c
33 2017-03-04 06:58:522017-03-04 06:58:52²À/k…¸Qì;†b
332017-03-04 06:58:522017-03-04 06:58:52±@1 ÌÌÌÌÍ:†a
33 2017-03-04 06:58:522017-03-04 06:58:52±À1 ÌÌÌÌÍ
>ªRý¥EöšE÷Ÿ>^ƒC33 E! 2017-03-04 06:58:522017-03-04 06:58:52Forgot to get some groceries2016-11-08UƒB33 3! 2017-03-04 06:58:522017-03-04 06:58:52Picked up groceries2016-11-06KƒA33 ! 2017-03-04 06:58:522017-03-04 06:58:52Groceries2016-11-02Rƒ@33 -! 2017-03-04 06:58:522017-03-04 06:58:52Needed gas again2016-11-27Yƒ?33 ;! 2017-03-04 06:58:522017-03-04 06:58:52Filled the car up again2016-11-17Lƒ>33 !! 2017-03-04 06:58:522017-03-04 06:58:52Bought gas2016-11-07]ƒ=33  A! 2017-03-04 06:58:522017-03-04 06:58:52Insurance bill in November2016-11-10Uƒ<33 3! 2017-03-04 06:58:522017-03-04 06:58:52Power bill November2016-11-08Rƒ;33 -! 2017-03-04 06:58:522017-03-04 06:58:52TV bill November2016-11-06Uƒ:33 3! 2017-03-04 06:58:522017-03-04 06:58:52Water bill November2016-11-04Sƒ933 /! 2017-03-04 06:58:522017-03-04 06:58:52Rent for November2016-11-02
4ÉTÙ^ ã¥h*í¯r4;‡
332017-03-04 06:58:522017-03-04 06:58:52À@G×
=p¤:†
33 2017-03-04 06:58:522017-03-04 06:58:52ÀÀG×
=p¤;†~
332017-03-04 06:58:522017-03-04 06:58:52¿@DC×
=p¤:†}
33 2017-03-04 06:58:522017-03-04 06:58:52¿ÀDC×
=p¤;†|
332017-03-04 06:58:522017-03-04 06:58:52¾@H%¸Që…:†{
33 2017-03-04 06:58:522017-03-04 06:58:52¾ÀH%¸Që…;†z
332017-03-04 06:58:522017-03-04 06:58:52½@SÇ®záH:†y
33 2017-03-04 06:58:522017-03-04 06:58:52½ÀSÇ®záH;†x
332017-03-04 06:58:522017-03-04 06:58:52¼@Rå¸Që…:†w
33 2017-03-04 06:58:522017-03-04 06:58:52¼ÀRå¸Që…;†v
332017-03-04 06:58:522017-03-04 06:58:52»@J\(õÂ\:†u
33 2017-03-04 06:58:522017-03-04 06:58:52»ÀJ\(õÂ\;†t
332017-03-04 06:58:522017-03-04 06:58:52º@$Â\(õÃ:†s
33 2017-03-04 06:58:522017-03-04 06:58:52ºÀ$Â\(õÃ5†r