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

1524 lines
243 KiB
Plaintext
Raw Normal View History

2017-04-08 17:51:34 +02:00
SQLite format 3@ }ó@ }PûöñìçâÝØÓÎÉÄ¿ºµ°«¦¡œM7K5H3E2B0@.>-;,8*4(0%-"* (&# 

2017-04-08 17:51:34 +02: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
2017-03-18 11:02:21 +01:00
¤ðÝÁªŸti\L0øîÛÉ¿fS0¢íÜÌ»¤/available_budgets#preferences# export_jobs#import_jobs5category_transaction1budget_transaction
2017-04-08 17:51:34 +02:00
#attachments!Ecategory_transaction_journal %transactionsl5transaction_journals-Abudget_transaction_journalî;tag_transaction_journalTtags%rule_actions'rule_triggers rules# rule_groups/piggy_bank_events  #piggy_banks
9piggy_bank_repetitions !categories
budgets bills%account_meta accounts# users roles/transaction_types9transaction_currencies'account_types !migrations
2017-04-08 17:51:34 +02:00
éÄQÙUé/ 332017-04-08 08:39:512017-04-08 08:39:51Loan933)2017-04-08 08:39:512017-04-08 08:39:51Import account>3332017-04-08 08:39:512017-04-08 08:39:51Beneficiary accountB33;2017-04-08 08:39:512017-04-08 08:39:51Initial balance account:33+2017-04-08 08:39:512017-04-08 08:39:51Revenue account:33+2017-04-08 08:39:512017-04-08 08:39:51Expense account833'2017-04-08 08:39:512017-04-08 08:39:51Asset account733%2017-04-08 08:39:512017-04-08 08:39:51Cash account:33+2017-04-08 08:39:512017-04-08 08:39:51Default account
RÊnÜí[R¢Loan )Import account3Beneficiary account;Initial balance account+Revenue account+Expense account'Asset account%Cash account+ Default account
:Ä>¿w:; 332017-04-08 08:39:512017-04-08 08:39:51XBTBitcoinBF 33/2017-04-08 08:39:512017-04-08 08:39:51IDRIndonesian rupiahRpB 33'2017-04-08 08:39:512017-04-08 08:39:51GBPBritish Pound£9 332017-04-08 08:39:512017-04-08 08:39:51BRLRealR$E 33-2017-04-08 08:39:512017-04-08 08:39:51HUFHungarian forintFt= 332017-04-08 08:39:512017-04-08 08:39:51USDUS Dollar$: 332017-04-08 08:39:512017-04-08 08:39:51EUREuro€
ÉáùÙéÑñÉ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)
2017-04-08 17:51:34 +02:00
¼­>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)
WSindexjobs_queue_reserved_reserved_at_indexjobs
CREATE INDEX "jobs_queue_reserved_reserved_at_index" on "jobs" ("queue", "reserved", "reserved_at")
2017-04-08 17:51:34 +02:00
 È] ;33+2017-04-08 08:39:512017-04-08 08:39:51Opening balance4332017-04-08 08:39:512017-04-08 08:39:51Transfer3332017-04-08 08:39:512017-04-08 08:39:51Deposit633!2017-04-08 08:39:512017-04-08 08:39:51Withdrawal
ÅæÅÙò+Opening balance Transfer Deposit
! Withdrawal



åå Œˆ ++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")
2017-04-08 17:51:34 +02:00
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-04-08 08:39:512017-04-08 08:39:51demoDemo UserUser is a demo userZ33!I2017-04-08 08:39:512017-04-08 08:39: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)
2017-04-08 17:51:34 +02:00
îî÷demo owner

2017-04-08 17:51:34 +02:00



ÖÖ<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-04-08 08:39:522017-04-08 08:39:52thegrumpydictator+three@gmail.com$2y$10$oWqtDga9OpMQlgqy8Dzz6ejINUzwWJY5jrNXQqSanrVrp9j/s9pTm 33O
2017-04-08 08:39:522017-04-08 08:39:52thegrumpydictator+empty@gmail.com$2y$10$f3OitHTF2nBlc4eCw34ve.kEEBzuLzGPF5hYvle8ZN9RG1sn7Mbha 33C
2017-04-08 08:39:522017-04-08 08:39:52thegrumpydictator@gmail.com$2y$10$wNHw.4vT1KdMv.CURKS/DulgWs1m4VPVMvxv2AHbPJRLlGqkE78fqñ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)
__s##‡itablepiggy_bankspiggy_banks"CREATE TABLE "piggy_banks" ("id" integer not null primary key autoincrement, "created_at" datetime null, "updated_at" datetime null, "deleted_at" datetime null, "account_id" integer not null, "name" varchar not null, "targetamount" numeric not null, "startdate" date null, "targetdate" date null, "order" integer not null default '0', "active" tinyint(1) not null default '0', "encrypted" tinyint(1) not null default '1', foreign key("account_id") references "accounts"("id") on delete cascade)ƒ
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ýÂ933!2017-04-08 08:39:522017-04-08 08:39:522015-04-019
2017-04-08 17:51:34 +02:00
33!2017-04-08 08:39:522017-04-08 08:39:52
2015-04-019 33!2017-04-08 08:39:522017-04-08 08:39:52 2015-04-019 33!2017-04-08 08:39:522017-04-08 08:39:52 2015-04-019
33!2017-04-08 08:39:522017-04-08 08:39:52
2015-04-019 33!2017-04-08 08:39:522017-04-08 08:39:52 2015-04-01933!2017-04-08 08:39:522017-04-08 08:39:522015-04-01933!2017-04-08 08:39:522017-04-08 08:39:522015-04-01933!2017-04-08 08:39:522017-04-08 08:39:522015-04-01933!2017-04-08 08:39:522017-04-08 08:39:522015-04-01933!2017-04-08 08:39:522017-04-08 08:39:522015-04-01:33!2017-04-08 08:39:522017-04-08 08:39:522015-04-01x;33!2017-04-08 08:39:522017-04-08 08:39:522015-04-01M:33 !2017-04-08 08:39:522017-04-08 08:39:522015-04-01ß
­5q­‰933 UMƒ=ƒ=ƒ=ƒ=ƒ= 2017-04-08 08:39:522017-04-08 08:39:52FireflyIII\Models\TransactionJournal6541090a3b5ebccb23f2cc2aaeef9261eyJpdiI6InRtQmpBQ2w3R1I3a2pmejNOY0p6ekE9PSIsInZhbHVlIjoieTNrTç‰933 UMƒ=ƒ=ƒ=ƒ=ƒ= 2017-04-08 08:39:522017-04-08 08:39:52FireflyIII\Models\TransactionJournalef2ccd588b3e52a2ff11f4d0c8132efceyJpdiI6ImNNTEFVUFZxV2FqaGZNV0Q2dkhwWXc9PSIsInZhbHVlIjoiR3ZYZæ‰@33 UMƒ=ƒ=ƒEƒEƒ= 2017-04-08 08:39:522017-04-08 08:39:52FireflyIII\Models\TransactionJournal8482d794f5931f058ed4221874176f93eyJpdiI6IkRweHduVDkxSkpJTW4wRzR6TFZpNkE9PSIsInZhbHVlIjoiaWsxaU5lTmorZå
ÀÀ„=##ˆ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)
° &°t33 'E! 2017-04-08 08:39:522017-04-08 08:39:52Inactive Billinsurer,plus,inactive,healthxŒ2015-01-01monthlyx33 -G! 2017-04-08 08:39:522017-04-08 08:39:52Health insuranceinsurer,plus,insurance,healthxŒ2015-01-01monthly^33 )! 2017-04-08 08:39:522017-04-08 08:39:52Rentrent,land,lordW2015-01-01monthly
eeŠtablebillsbills'CREATE TABLE "bills" ("id" integer not null primary key autoincrement, "created_at" datetime nu
å׫»ŸÊò finished running#p-configure!p-settings settings
configure complete
! testImportûðûï
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-04-08 08:39:522017-04-08 08:39: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-04-08 08:39:522017-04-08 08:39:52Your first default ruleThis rule is an example. You can safely delete it.
X¥XK
33 %) 2017-04-08 08:39:522017-04-08 08:39:52set_categoryLarge expensesY
33 39 2017-04-08 08:39:522017-04-08 08:39: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-04-08 08:39:522017-04-08 08:39:52from_account_isDavid BowieY
33 )A 2017-04-08 08:39:522017-04-08 08:39:52description_isThe Man Who Sold the WorldH
33 #' 2017-04-08 08:39:522017-04-08 08:39: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)2ßéûöñìçâÝØÓÎÉý·±«¥Ÿ{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-04-08 08:39:522017-04-08 08:39:522016-01-09(:33!2017-04-08 08:39:522017-04-08 08:39:522015-12-08(:33!2017-04-08 08:39:522017-04-08 08:39:522015-11-07(:33!2017-04-08 08:39:522017-04-08 08:39:522015-10-06o:33!2017-04-08 08:39:522017-04-08 08:39:522015-09-05o:33!2017-04-08 08:39:522017-04-08 08:39:522015-08-04o:33 !2017-04-08 08:39:522017-04-08 08:39:522015-07-03õ:33 !2017-04-08 08:39:522017-04-08 08:
ªøðçÞÖÎż³ª
R QPO N MLK J I
 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.%
øfedcba`_ ^ ]\[ZY X WV
U T S
R QPO N MLKJI
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-04-08 08:39:522017-04-08 08:39:52Baker Bob@ 33 ' 2017-04-08 08:39:522017-04-08 08:39:52Buy and Large> 33 # 2017-04-08 08:39:522017-04-08 08:39:52Kwik-E-Mart> 33 # 2017-04-08 08:39:522017-04-08 08:39:52SuperMarketD 33 / 2017-04-08 08:39:522017-04-08 08:39:52The Water Company
ËÂv/ðª`"àMË9 33  2017-04-08 08:39:522017-04-08 08:39:52GoogleE 33 1 2017-04-08 08:39:522017-04-08 08:39:52KPN Phone Provider7 33  2017-04-08 08:39:522017-04-08 08:39:52BankX 33 W 2017-04-08 08:39:522017-04-08 08:39:52Taxes and Revenues Government service@ 33 ' 2017-04-08 08:39:522017-04-08 08:39:52JobGiver Inc.< 33  2017-04-08 08:39:522017-04-08 08:39:52Land lordH 33 7 2017-04-08 08:39:522017-04-08 08:39:52Jumper Pet Food StoreD 33 / 2017-04-08 08:39:522017-04-08 08:39:52iCentre Mac Store= 33 ! 2017-04-08 08:39:522017-04-08 08:39:52XS4All ISPE 33 1 2017-04-08 08:39:522017-04-08 08:39:52Halfords Car PartsJ 33 ; 2017-04-08 08:39:522017-04-08 08:39:52Greenchoice Electricity< 33  2017-04-08 08:39:522017-04-08 08:39:52McDonalds
óÞˆ4ó?# 33 % 2017-04-08 08:39:522017-04-08 08:39:52Cash accountR" 33 K 2017-04-08 08:39:522017-04-08 08:39:52Related Initial Balance accountT! 33 O 2017-04-08 08:39:522017-04-08 08:39:52Unrelated Initial Balance account
331ƒ= 2017-04-08 08:39:522017-04-08 08:39:52Checking Account XeyJpdiI6IlhzZmQxdmQ3aHVNcFNSK1ZiOU1Dc3c9PSIsInZhbHVlIjoiQVE0U1ZiWTNXaitGaUVndjlMcit6K2VKOEdpTGYrWGNqbUkrMTNDYnNnTT0iLCJtYWMiOiIwZWNiODhiMDUwZWYxNzA2OTM3NjFhYTNkZTE4MzU0OTRmNTU5MWY5ZDQwNjIwOTkzZWRjYmNiZDQ1MWM2ZTM5In0=
)ºt.é£]ÐCýo)D33!!2017-04-08 08:39:522017-04-08 08:39:52d2015-02-012015-02-28E
33!!2017-04-08 08:39:522017-04-08 08:39:52È2015-02-012015-02-28E 33!!2017-04-08 08:39:522017-04-08 08:39:52è2015-02-012015-02-28D 33 !!2017-04-08 08:39:522017-04-08 08:39:52È2015-02-012015-02-28D
33!!2017-04-08 08:39:522017-04-08 08:39:52d2015-01-012015-01-31E 33!!2017-04-08 08:39:522017-04-08 08:39:52È2015-01-012015-01-31E33!!2017-04-08 08:39:522017-04-08 08:39:52è2015-01-012015-01-31D33 !!2017-04-08 08:39:522017-04-08 08:39:52È2015-01-012015-01-31D33 !!2017-04-08 08:39:522017-04-08 08:39:52Ã2016-09-012017-08-31D33 !!2017-04-08 08:39:522017-04-08 08:39:52½2016-08-012017-01-31C33 !!2017-04-08 08:39:522017-04-08 08:39:52r2016-07-012016-09-30D33 !!2017-04-08 08:39:522017-04-08 08:39:52˜2016-06-012016-06-30D33 !!2017-04-08 08:39:522017-04-08 08:39:52‰2016-05-012016-05-07D33 !!2017-04-08 08:39:522017-04-08 08:39:522016-04-012016-04-01
%ºs,æ YÌ?ø²l%E33!!2017-04-08 08:39:522017-04-08 08:39:52è2015-06-012015-06-30D33 !!2017-04-08 08:39:522017-04-08 08:39:52È2015-06-012015-06-30D33!!2017-04-08 08:39:522017-04-08 08:39:52d2015-05-012015-05-31E33!!2017-04-08 08:39:522017-04-08 08:39:52È2015-05-012015-05-31E33!!2017-04-08 08:39:522017-04-08 08:39:52è2015-05-012015-05-31D33 !!2017-04-08 08:39:522017-04-08 08:39:52È2015-05-012015-05-31D33!!2017-04-08 08:39:522017-04-08 08:39:52d2015-04-012015-04-30E33!!2017-04-08 08:39:522017-04-08 08:39:52È2015-04-012015-04-30E33!!2017-04-08 08:39:522017-04-08 08:39:52è2015-04-012015-04-30D33 !!2017-04-08 08:39:522017-04-08 08:39:52È2015-04-012015-04-30D33!!2017-04-08 08:39:522017-04-08 08:39:52d2015-03-012015-03-31E33!!2017-04-08 08:39:522017-04-08 08:39:52È2015-03-012015-03-31E33!!2017-04-08 08:39:522017-04-08 08:39:52è2015-03-012015-03-31D33 !!2017-04-08 08:39:522017-04-08 08:39:52È2015-03-012015-03-31
2017-03-19 17:58:07 +01:00
%¹s-æŸYÌ?ù²k%D*33!!2017-04-08 08:39:522017-04-08 08:39:52d2015-09-012015-09-30E)33!!2017-04-08 08:39:522017-04-08 08:39:52È2015-09-012015-09-30E(33!!2017-04-08 08:39:522017-04-08 08:39:52è2015-09-012015-09-30D'33 !!2017-04-08 08:39:522017-04-08 08:39:52È2015-09-012015-09-30D&33!!2017-04-08 08:39:522017-04-08 08:39:52d2015-08-012015-08-31E%33!!2017-04-08 08:39:522017-04-08 08:39:52È2015-08-012015-08-31E$33!!2017-04-08 08:39:522017-04-08 08:39:52è2015-08-012015-08-31D#33 !!2017-04-08 08:39:522017-04-08 08:39:52È2015-08-012015-08-31D"33!!2017-04-08 08:39:522017-04-08 08:39:52d2015-07-012015-07-31E!33!!2017-04-08 08:39:522017-04-08 08:39:52È2015-07-012015-07-31E 33!!2017-04-08 08:39:522017-04-08 08:39:52è2015-07-012015-07-31D33 !!2017-04-08 08:39:522017-04-08 08:39:52È2015-07-012015-07-31D33!!2017-04-08 08:39:522017-04-08 08:39:52d2015-06-012015-06-30E33!!2017-04-08 08:39:522017-04-08 08:39:52È2015-06-012015-06-30
2017-04-08 17:51:34 +02:00
%ºs,æ YÌ?ø²l%E833!!2017-04-08 08:39:522017-04-08 08:39:52è2016-01-012016-01-31D733 !!2017-04-08 08:39:522017-04-08 08:39:52È2016-01-012016-01-31D633!!2017-04-08 08:39:522017-04-08 08:39:52d2015-12-012015-12-31E533!!2017-04-08 08:39:522017-04-08 08:39:52È2015-12-012015-12-31E433!!2017-04-08 08:39:522017-04-08 08:39:52è2015-12-012015-12-31D333 !!2017-04-08 08:39:522017-04-08 08:39:52È2015-12-012015-12-31D233!!2017-04-08 08:39:522017-04-08 08:39:52d2015-11-012015-11-30E133!!2017-04-08 08:39:522017-04-08 08:39:52È2015-11-012015-11-30E033!!2017-04-08 08:39:522017-04-08 08:39:52è2015-11-012015-11-30D/33 !!2017-04-08 08:39:522017-04-08 08:39:52È2015-11-012015-11-30D.33!!2017-04-08 08:39:522017-04-08 08:39:52d2015-10-012015-10-31E-33!!2017-04-08 08:39:522017-04-08 08:39:52È2015-10-012015-10-31E,33!!2017-04-08 08:39:522017-04-08 08:39:52è2015-10-012015-10-31D+33 !!2017-04-08 08:39:522017-04-08 08:39:52È2015-10-012015-10-31
2017-03-19 17:58:07 +01:00
%¹s-æŸYÌ?ù²k%DF33!!2017-04-08 08:39:522017-04-08 08:39:52d2016-04-012016-04-30EE33!!2017-04-08 08:39:522017-04-08 08:39:52È2016-04-012016-04-30ED33!!2017-04-08 08:39:522017-04-08 08:39:52è2016-04-012016-04-30DC33 !!2017-04-08 08:39:522017-04-08 08:39:52È2016-04-012016-04-30DB3
2017-04-08 17:51:34 +02:00
EªTþ˜0Úr ªEc
33=!!2017-04-08 08:39:522017-04-08 08:39:52in orci finibus sagittisÈ2015-04-012020-04-01
`
337!!2017-04-08 08:39:522017-04-08 08:39:52Integer gravida velit.à2015-04-012020-04-01 d
33?!!2017-04-08 08:39:522017-04-08 08:39:52ipsum venenatis tinciduntÞ2015-04-012020-04-01f
33C!!2017-04-08 08:39:522017-04-08 08:39:52Suspendisse eget dolor egetX2015-04-012020-04-01T
33!!2017-04-08 08:39:522017-04-08 08:39:52New couch@2015-04-012020-04-01f
33C!!2017-04-08 08:39:522017-04-08 08:39:52consectetur adipiscing elitô2015-04-012020-04-01d
33A!!2017-04-08 08:39:522017-04-08 08:39:52Lorem ipsum dolor sit amet2015-04-012020-04-01T
33!!2017-04-08 08:39:522017-04-08 08:39:52New couchô2015-04-012020-04-01T
33!!2017-04-08 08:39:522017-04-08 08:39:52New phoneX2015-04-012020-04-01T
33!!! 2017-04-08 08:39:522017-04-08 08:39:52New cameraè2015-04-012020-04-01
XŽ"¾Xd
33A!!2017-04-08 08:39:522017-04-08 08:39:52Pellentesque dictum elit X{2015-04-012020-04-01b
33=!!2017-04-08 08:39:522017-04-08 08:39:52Pellentesque dictum elit{2015-04-012020-04-01
j
33K!!2017-04-08 08:39:522017-04-08 08:39:52sit amet elementum dolor temporX2015-04-012020-04-01 p
33Y!!2017-04-08 08:39:522017-04-08 08:39:52Fusce porta arcu sit amet ex tincidunt22015-04-012020-04-01
ÂàâÂ33 ƒ=!2017-04-08 08:39:522017-04-08 08:39:52eyJpdiI6Ik5wazJtN2d6T21zSisrcUR6RllPcXc9PSIsInZhbHVlIjoiTXAySzdGMk5KenRUZDN5RUJcL0g5b3U1M1RybUJHOTk5QnJPOXNacmdyUnM9IiwibWFjIjoiNjFjZTAxYmEwMmYyY2NmN2I3YWI3YWEwMGYzYTQyMDE4MWZhMzEzYzhkZmE3ZWQ2YjZlNThmMjUxZDJjNWM2OSJ9nothing2016-02-02{33 ƒ
2017-04-08 08:39:522017-04-08 08:39:52eyJpdiI6IkcySFAwdmhuak92bWVYdUs4ZzZrYVE9PSIsInZhbHVlIjoidThQY1FlS29NNkl6ZVNxY2JWXC9YSFE9PSIsIm1hYyI6ImQyMmI1ZWUzMWY0NjI1ZmQyNDEyZjRlNWU5YWJiMjJmNjU2NDk0ZjdlZmEwNDRlY2Q0MjY4NjdhZTYwN2I0NDcifQ==nothing33 ƒ=!2017-04-08 08:39:522017-04-08 08:39:52eyJpdiI6IkI5RG81SGxaZlRCdHVsSUloaEpCMmc9PSIsInZhbHVlIjoiUUxNVFJHcHlDTERRODN1elc0NmN3QzNkclZhc0FjOEhhQ01DMGFcL3pkNEE9IiwibWFjIjoiZmVkNTNiODVlM2VmNTQ5NTZiYTQ3ZTVmZjk2ZWU0YzcwMmE5NDNhZTFjZjg2ZWZmNGM1MWYxOGMxMjA4YWY0ZiJ9nothing2016-01-01
ƒÛ´ƒ.33 ƒ=!2017-04-08 08:39:522017-04-08 08:39:52eyJpdiI6IldKdmJaMmlvc1QwMUpGV25kcG5adEE9PSIsInZhbHVlIjoiNlhSV04xSGFqV21CeWxSTCt3azUwcEErUTAxbVNOTjlUdThRYnpBeXRIWT0iLCJtYWMiOiI1YzVlZmU0Mjc0ZmMzNDVjNGUxYjkyNGMxNTg2ZmMyYjQ1NzZkZjg4Mjc2YzAzZGRjNTY5YmNmNjIzZmM2MTg3In0=nothing2016-01-01@Iþ¢BÇWo@¿˜ÀÄ$33 ƒ=)!2017-04-08 08:39:522017-04-08 08:39:52eyJpdiI6ImFieStrbDZkRHRiNzJGY2I5emhwZmc9PSIsInZhbHVlIjoiQm1sak9kV1wvVWJqSXQwZ1ZqMTBYcVpGRXdBeWdncmlyMlV1a3J5bEkzWHc9IiwibWFjIjoiMDAzZGFlNzQ0YWMzMTcxZjgyZWI3YjFmYTk5MjMyOTMwOGEwNzdlNTdjZDdjMWEwYjRiYTgxNDFkODRkNTJlOCJ9advancePayment2016-11-08"33 ƒ=%!2017-04-08 08:39:522017-04-08 08:39:52eyJpdiI6InVYN2hnMzczNzRQNmNiQVBxRFlYRkE9PSIsInZhbHVlIjoibGcxZmMyMGN0NHlsNWJYbUdQSTVCcnRPT3dWT3hpcGpISWZ0clJzXC8xUGs9IiwibWFjIjoiMTJiYTE4MmMxYjJkNDA1ZDQyMzZmNDcwOTYyYzgxYzcxNzQzODM1OWViYTYyMjg2ODQxYWZhMmZjYWM1YTA4MCJ9balancingAct2016-12-02
VÌ\ å©n2÷»D ÍV:
332017-04-08 08:39:522017-04-08 08:39:52@J¦fffff9
33 2017-04-08 08:39:522017-04-08 08:39:52ÀJ¦fffff:
332017-04-08 08:39:522017-04-08 08:39:52@EG®záH9
33 2017-04-08 08:39:522017-04-08 08:39:52ÀEG®záH:
332017-04-08 08:39:522017-04-08 08:39:52@Ek…¸Qì9
33 2017-04-08 08:39:522017-04-08 08:39:52ÀEk…¸Qì:
332017-04-08 08:39:522017-04-08 08:39:52@UθQë…9
33 2017-04-08 08:39:522017-04-08 08:39:52ÀUθQë…:
332017-04-08 08:39:522017-04-08 08:39:52@SÄzáG®9
33 2017-04-08 08:39:522017-04-08 08:39:52ÀSÄzáG®:
332017-04-08 08:39:522017-04-08 08:39:52@M¢\(õÃ9
33 2017-04-08 08:39:522017-04-08 08:39:52ÀM¢\(õÃ:
332017-04-08 08:39:522017-04-08 08:39:52@"Â\(õÃ9
33 2017-04-08 08:39:522017-04-08 08:39:52À"Â\(õÃ3
33 2017-04-08 08:39:522017-04-08 08:39:52M2
33 2017-04-08 08:39:522017-04-08 08:39:52ü³
HÅN×`$é­r6û¿H:
332017-04-08 08:39:522017-04-08 08:39:52
@7¡G®zá9
33 2017-04-08 08:39:522017-04-08 08:39:52À7¡G®zá:
332017-04-08 08:39:522017-04-08 08:39:52 @33333339
33 2017-04-08 08:39:522017-04-08 08:39:52À3333333:
332017-04-08 08:39:522017-04-08 08:39:52@8Ï\(õÂ9
33 2017-04-08 08:39:522017-04-08 08:39:52À8Ï\(õÂ:
332017-04-08 08:39:522017-04-08 08:39:52
@3xQë…¸9
33 2017-04-08 08:39:522017-04-08 08:39:52
À3xQë…¸:
332017-04-08 08:39:522017-04-08 08:39:52
@8\(õÃ9
33 2017-04-08 08:39:522017-04-08 08:39:52 À8\(õÃ:
332017-04-08 08:39:522017-04-08 08:39:52 @7B\(õÃ9
33 2017-04-08 08:39:522017-04-08 08:39:52 À7B\(õÃ:
332017-04-08 08:39:522017-04-08 08:39:52
@3záG®{9
33 2017-04-08 08:39:522017-04-08 08:39:52
À3záG®{:
332017-04-08 08:39:522017-04-08 08:39:52 @5‡®záH9
33 2017-04-08 08:39:522017-04-08 08:39:52 À5‡®záH
N¬V­O¦R®N^ 33 E! 2017-04-08 08:39:522017-04-08 08:39:52Forgot to get some groceries2015-01-08U
33 3! 2017-04-08 08:39:522017-04-08 08:39:52Picked up groceries2015-01-06K 33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-01-02R33 -! 2017-04-08 08:39:522017-04-08 08:39:52Needed gas again2015-01-27Y33 ;! 2017-04-08 08:39:522017-04-08 08:39:52Filled the car up again2015-01-17L33 !! 2017-04-08 08:39:522017-04-08 08:39:52Bought gas2015-01-07\33  ?! 2017-04-08 08:39:522017-04-08 08:39:52Insurance bill in January2015-01-10T33 1! 2017-04-08 08:39:522017-04-08 08:39:52Power bill January2015-01-08Q33 +! 2017-04-08 08:39:522017-04-08 08:39:52TV bill January2015-01-06T33 1! 2017-04-08 08:39:522017-04-08 08:39:52Water bill January2015-01-04R33 -! 2017-04-08 08:39:522017-04-08 08:39:52Rent for January2015-01-02
U®Q·j´^¬UU33 3! 2017-04-08 08:39:522017-04-08 08:39:52Water bill February2015-02-04S33 /! 2017-04-08 08:39:522017-04-08 08:39:52Rent for February2015-02-02[33  =! 2017-04-08 08:39:522017-04-08 08:39:52Saving money for January2015-01-28T33  /! 2017-04-08 08:39:522017-04-08 08:39:52Salary in January2015-01-24\33 A! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks again2015-01-26V33 5! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks2015-01-13K33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-01-26K33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-01-23K33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-01-19[
33 ?! 2017-04-08 08:39:522017-04-08 08:39:52Groceries and some drinks2015-01-15P 33 )! 2017-04-08 08:39:522017-04-08 08:39:52More groceries2015-01-11
`ÅNÖf0ûÅŠNל`:0
332017-04-08 08:39:522017-04-08 08:39:52@RÃ×
=p¤9/
33 2017-04-08 08:39:522017-04-08 08:39:52ÀRÃ×
=p¤:.
332017-04-08 08:39:522017-04-08 08:39:52@Kœ(õÂ\9-
33 2017-04-08 08:39:522017-04-08 08:39:52ÀKœ(õÂ\:,
332017-04-08 08:39:522017-04-08 08:39:52@$¨õÂ\)9+
33 2017-04-08 08:39:522017-04-08 08:39:52À$¨õÂ\)4*
332017-04-08 08:39:522017-04-08 08:39:52M3)
33 2017-04-08 08:39:522017-04-08 08:39:52ü³4(
332017-04-08 08:39:522017-04-08 08:39:52Œ3'
33 2017-04-08 08:39:522017-04-08 08:39:52ÿt9&
33 2017-04-08 08:39:522017-04-08 08:39:52@˜pp£×
=:%
332017-04-08 08:39:522017-04-08 08:39:52À˜pp£×
=:$
332017-04-08 08:39:522017-04-08 08:39:52
2017-03-19 17:58:07 +01:00
@;ë…¸Qì9#
2017-04-08 17:51:34 +02:00
33 2017-04-08 08:39:522017-04-08 08:39:52À;ë…¸Qì:"
2017-03-19 17:58:07 +01:00
332017-04-08 08:39:522017-04-08 08:39:52
2017-04-08 17:51:34 +02:00
@:ó333339!
33 2017-04-08 08:39:522017-04-08 08:39:52À:ó33333
F¬Uö¨Mù¬Uõ£F[!33 ?! 2017-04-08 08:39:522017-04-08 08:39:52Groceries and some drinks2015-02-15P 33 )! 2017-04-08 08:39:522017-04-08 08:39:52More groceries2015-02-11^33 E! 2017-04-08 08:39:522017-04-08 08:39:52Forgot to get some groceries2015-02-08U33 3! 2017-04-08 08:39:522017-04-08 08:39:52Picked up groceries2015-02-06K33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-02-02R33 -! 2017-04-08 08:39:522017-04-08 08:39:52Needed gas again2015-02-27Y33 ;! 2017-04-08 08:39:522017-04-08 08:39:52Filled the car up again2015-02-17L33 !! 2017-04-08 08:39:522017-04-08 08:39:52Bought gas2015-02-07]33  A! 2017-04-08 08:39:522017-04-08 08:39:52Insurance bill in February2015-02-10U33 3! 2017-04-08 08:39:522017-04-08 08:39:52Power bill February2015-02-08R33 -! 2017-04-08 08:39:522017-04-08 08:39:52TV bill February2015-02-06
HÅN×`$é­r6û¿H:@
332017-04-08 08:39:522017-04-08 08:39:52
@8=p£×
=9?
33 2017-04-08 08:39:522017-04-08 08:39:52 À8=p£×
=:>
332017-04-08 08:39:522017-04-08 08:39:52 @/
=p£×
9=
33 2017-04-08 08:39:522017-04-08 08:39:52À/
=p£×
:<
332017-04-08 08:39:522017-04-08 08:39:52@/Â\(õÃ9;
33 2017-04-08 08:39:522017-04-08 08:39:52À/Â\(õÃ::
332017-04-08 08:39:522017-04-08 08:39:52@0xQë…¸99
33 2017-04-08 08:39:522017-04-08 08:39:52À0xQë…¸:8
332017-04-08 08:39:522017-04-08 08:39:52@HzáG®{97
33 2017-04-08 08:39:522017-04-08 08:39:52ÀHzáG®{:6
332017-04-08 08:39:522017-04-08 08:39:52@EÂ\(ö95
33 2017-04-08 08:39:522017-04-08 08:39:52ÀEÂ\(ö:4
332017-04-08 08:39:522017-04-08 08:39:52@H¾¸Që…93
2017-04-08 17:51:34 +02:00
33 2017-04-08 08:39:522017-04-08 08:39:52ÀH¾¸Që…:2
332017-04-08 08:39:522017-04-08 08:39:52@Sð£×
=q91
33 2017-04-08 08:39:522017-04-08 08:39:52ÀSð£×
=q
TÅN×`$é­r6ú¿ŠT4P
332017-04-08 08:39:522017-04-08 08:39:52(Œ3O
33 2017-04-08 08:39:522017-04-08 08:39:52(ÿt9N
33 2017-04-08 08:39:522017-04-08 08:39:52'@˜\(ö:M
332017-04-08 08:39:522017-04-08 08:39:52'À˜fÂ\(ö:L
332017-04-08 08:39:522017-04-08 08:39:52
&@8záG®{9K
33 2017-04-08 08:39:522017-04-08 08:39:52&À8záG®{:J
332017-04-08 08:39:522017-04-08 08:39:52
%@4‡®záH9I
33 2017-04-08 08:39:522017-04-08 08:39:52%À4‡®záH:H
332017-04-08 08:39:522017-04-08 08:39:52
$@1záG®{9G
33 2017-04-08 08:39:522017-04-08 08:39:52$À1záG®{:F
332017-04-08 08:39:522017-04-08 08:39:52 #@0ð£×
=q9E
33 2017-04-08 08:39:522017-04-08 08:39:52#À0ð£×
=q:D
332017-04-08 08:39:522017-04-08 08:39:52"@8Ê=p£×
9C
33 2017-04-08 08:39:522017-04-08 08:39:52"À8Ê=p£×
:B
332017-04-08 08:39:522017-04-08 08:39:52!@3TzáG®9A
33 2017-04-08 08:39:522017-04-08 08:39:52!À3TzáG®
c³fÁc ®\·cR,33 -! 2017-04-08 08:39:522017-04-08 08:39:52Power bill March2015-03-08O+33 '! 2017-04-08 08:39:522017-04-08 08:39:52TV bill March2015-03-06R*33 -! 2017-04-08 08:39:522017-04-08 08:39:52Water bill March2015-03-04P)33 )! 2017-04-08 08:39:522017-04-08 08:39:52Rent for March2015-03-02\(33  ?! 2017-04-08 08:39:522017-04-08 08:39:52Saving money for February2015-02-28U'33  1! 2017-04-08 08:39:522017-04-08 08:39:52Salary in February2015-02-24\&33 A! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks again2015-02-26V%33 5! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks2015-02-13K$33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-02-26K#33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-02-23K"33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-02-19
TËZã§l0õ¹~BËT:`
332017-04-08 08:39:522017-04-08 08:39:520@HÃ×
=p¤9_
33 2017-04-08 08:39:522017-04-08 08:39:520ÀHÃ×
=p¤:^
332017-04-08 08:39:522017-04-08 08:39:52/@E
=p£×
9]
33 2017-04-08 08:39:522017-04-08 08:39:52/ÀE
=p£×
:\
332017-04-08 08:39:522017-04-08 08:39:52.@E.záG®9[
33 2017-04-08 08:39:522017-04-08 08:39:52.ÀE.záG®:Z
332017-04-08 08:39:522017-04-08 08:39:52-@Vzá9Y
33 2017-04-08 08:39:522017-04-08 08:39:52-ÀVzá:X
332017-04-08 08:39:522017-04-08 08:39:52,@T ÌÌÌÌÍ9W
33 2017-04-08 08:39:522017-04-08 08:39:52,ÀT ÌÌÌÌÍ:V
332017-04-08 08:39:522017-04-08 08:39:52+@MÂ\(ö9U
33 2017-04-08 08:39:522017-04-08 08:39:52+ÀMÂ\(ö:T
332017-04-08 08:39:522017-04-08 08:39:52*@'=p£×
=9S
33 2017-04-08 08:39:522017-04-08 08:39:52*À'=p£×
=4R
332017-04-08 08:39:522017-04-08 08:39:52)M3Q
33 2017-04-08 08:39:522017-04-08 08:39:52)ü³
Z¤Vû§Z£Qô§ZK733 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-03-23K633 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-03-19[533 ?! 2017-04-08 08:39:522017-04-08 08:39:52Groceries and some drinks2015-03-15P433 )! 2017-04-08 08:39:522017-04-08 08:39:52More groceries2015-03-11^333 E! 2017-04-08 08:39:522017-04-08 08:39:52Forgot to get some groceries2015-03-08U233 3! 2017-04-08 08:39:522017-04-08 08:39:52Picked up groceries2015-03-06K133 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-03-02R033 -! 2017-04-08 08:39:522017-04-08 08:39:52Needed gas again2015-03-27Y/33 ;! 2017-04-08 08:39:522017-04-08 08:39:52Filled the car up again2015-03-17L.33 !! 2017-04-08 08:39:522017-04-08 08:39:52Bought gas2015-03-07Z-33  ;! 2017-04-08 08:39:522017-04-08 08:39:52Insurance bill in March2015-03-10
HÅN×`$é­r6û¿H:p
332017-04-08 08:39:522017-04-08 08:39:52
8@1¸Që…9o
33 2017-04-08 08:39:522017-04-08 08:39:528À1¸Që…:n
332017-04-08 08:39:522017-04-08 08:39:52 7@6¨õÂ\)9m
33 2017-04-08 08:39:522017-04-08 08:39:527À6¨õÂ\):l
332017-04-08 08:39:522017-04-08 08:39:526@0€9k
33 2017-04-08 08:39:522017-04-08 08:39:526À0€:j
332017-04-08 08:39:522017-04-08 08:39:525@7Ù™™™™š9i
33 2017-04-08 08:39:522017-04-08 08:39:525À7Ù™™™™š:h
332017-04-08 08:39:522017-04-08 08:39:52
4@6ž¸Që…9g
33 2017-04-08 08:39:522017-04-08 08:39:524À6ž¸Që…:f
332017-04-08 08:39:522017-04-08 08:39:52 3@5J=p£×
9e
33 2017-04-08 08:39:522017-04-08 08:39:523À5J=p£×
:d
332017-04-08 08:39:522017-04-08 08:39:522@2®záH9c
33 2017-04-08 08:39:522017-04-08 08:39:522À2®záH:b
332017-04-08 08:39:522017-04-08 08:39:521@7…¸Që…9a
33 2017-04-08 08:39:522017-04-08 08:39:521À7…¸Që…
Y³[ý©Nü¨W§YLB33 !! 2017-04-08 08:39:522017-04-08 08:39:52Bought gas2015-04-07ZA33  ;! 2017-04-08 08:39:522017-04-08 08:39:52Insurance bill in April2015-04-10R@33 -! 2017-04-08 08:39:522017-04-08 08:39:52Power bill April2015-04-08O?33 '! 2017-04-08 08:39:522017-04-08 08:39:52TV bill April2015-04-06R>33 -! 2017-04-08 08:39:522017-04-08 08:39:52Water bill April2015-04-04P=33 )! 2017-04-08 08:39:522017-04-08 08:39:52Rent for April2015-04-02Y<33  9! 2017-04-08 08:39:522017-04-08 08:39:52Saving money for March2015-03-28R;33  +! 2017-04-08 08:39:522017-04-08 08:39:52Salary in March2015-03-24\:33 A! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks again2015-03-26V933 5! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks2015-03-13K833 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-03-26
_ÅNÖf0ûÅŠNל_:
332017-04-08 08:39:522017-04-08 08:39:52@@T£×
=p¤9
33 2017-04-08 08:39:522017-04-08 08:39:52@ÀT£×
=p¤:~
332017-04-08 08:39:522017-04-08 08:39:52?@IØQë…¸9}
33 2017-04-08 08:39:522017-04-08 08:39:52?ÀIØQë…¸:|
332017-04-08 08:39:522017-04-08 08:39:52>@%3333339{
33 2017-04-08 08:39:522017-04-08 08:39:52>À%3333334z
332017-04-08 08:39:522017-04-08 08:39:52=M3y
33 2017-04-08 08:39:522017-04-08 08:39:52=ü³4x
332017-04-08 08:39:522017-04-08 08:39:52<Œ3w
33 2017-04-08 08:39:522017-04-08 08:39:52<ÿt9v
33 2017-04-08 08:39:522017-04-08 08:39:52;@™ž®záH:u
332017-04-08 08:39:522017-04-08 08:39:52;À™ž®záH:t
332017-04-08 08:39:522017-04-08 08:39:52
:@AÓ333339s
33 2017-04-08 08:39:522017-04-08 08:39:52:ÀAÓ33333:r
332017-04-08 08:39:522017-04-08 08:39:52
9@1ë…¸R9q
33 2017-04-08 08:39:522017-04-08 08:39:529À1ë…¸R
8ÄKÒYà£g*î±u8:
332017-04-08 08:39:522017-04-08 08:39:52
H@6(õÂ\)9
33 2017-04-08 08:39:522017-04-08 08:39:52HÀ6(õÂ\):
332017-04-08 08:39:522017-04-08 08:39:52 G@7
=p£×9
33 2017-04-08 08:39:522017-04-08 08:39:52GÀ7
=p£×:
332017-04-08 08:39:522017-04-08 08:39:52F@7LÌÌÌÌÍ9
33 2017-04-08 08:39:522017-04-08 08:39:52FÀ7LÌÌÌÌÍ:
332017-04-08 08:39:522017-04-08 08:39:52E@7(õÂ\)9
33 2017-04-08 08:39:522017-04-08 08:39:52EÀ7(õÂ\):
332017-04-08 08:39:522017-04-08 08:39:52D@J÷
=p£×9
2017-03-19 17:58:07 +01:00
33 2017-04-08 08:39:522017-04-08 08:39:52DÀJ÷
2017-04-08 17:51:34 +02:00
=p£×:
332017-04-08 08:39:522017-04-08 08:39:52C@GÂ\(õÃ9
33 2017-04-08 08:39:522017-04-08 08:39:52CÀGÂ\(õÃ:
332017-04-08 08:39:522017-04-08 08:39:52B@EÑë…¸R9
33 2017-04-08 08:39:522017-04-08 08:39:52BÀEÑë…¸R:
332017-04-08 08:39:522017-04-08 08:39:52A@U(õÂ\9
33 2017-04-08 08:39:522017-04-08 08:39:52AÀU(õÂ\
_¥Q­MûžQ·_VM33 5! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks2015-04-13KL33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-04-26KK33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-04-23KJ33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-04-19[I33 ?! 2017-04-08 08:39:522017-04-08 08:39:52Groceries and some drinks2015-04-15PH33 )! 2017-04-08 08:39:522017-04-08 08:39:52More groceries2015-04-11^G33 E! 2017-04-08 08:39:522017-04-08 08:39:52Forgot to get some groceries2015-04-08UF33 3! 2017-04-08 08:39:522017-04-08 08:39:52Picked up groceries2015-04-06KE33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-04-02RD33 -! 2017-04-08 08:39:522017-04-08 08:39:52Needed gas again2015-04-27YC33 ;! 2017-04-08 08:39:522017-04-08 08:39:52Filled the car up again2015-04-17
DÄKÒYà£g*í±{D4
332017-04-08 08:39:522017-04-08 08:39:52PŒ3
33 2017-04-08 08:39:522017-04-08 08:39:52Pÿt9
33 2017-04-08 08:39:522017-04-08 08:39:52O@˜bÌÌÌÌÍ:
332017-04-08 08:39:522017-04-08 08:39:52OÀ˜bÌÌÌÌÍ:
332017-04-08 08:39:522017-04-08 08:39:52
N@4®záG®9
33 2017-04-08 08:39:522017-04-08 08:39:52NÀ4®záG®:
332017-04-08 08:39:522017-04-08 08:39:52
M@@ŒÌÌÌÌÍ9
33 2017-04-08 08:39:522017-04-08 08:39:52MÀ@ŒÌÌÌÌÍ:
332017-04-08 08:39:522017-04-08 08:39:52
L@5.záG®9
33 2017-04-08 08:39:522017-04-08 08:39:52LÀ5.záG®:
2017-03-19 17:58:07 +01:00
332017-04-08 08:39:522017-04-08 08:39:52 K@/8Që…¸9
2017-04-08 17:51:34 +02:00
33 2017-04-08 08:39:522017-04-08 08:39:52KÀ/8Që…¸:
332017-04-08 08:39:522017-04-08 08:39:52J@5B\(õÃ9
33 2017-04-08 08:39:522017-04-08 08:39:52JÀ5B\(õÃ:
332017-04-08 08:39:522017-04-08 08:39:52I@6W
=p£×9
33 2017-04-08 08:39:522017-04-08 08:39:52IÀ6W
=p£×
Y¢Nó£Q°V­YRX33 -! 2017-04-08 08:39:522017-04-08 08:39:52Needed gas again2015-05-27YW33 ;! 2017-04-08 08:39:522017-04-08 08:39:52Filled the car up again2015-05-17LV33 !! 2017-04-08 08:39:522017-04-08 08:39:52Bought gas2015-05-07XU33  7! 2017-04-08 08:39:522017-04-08 08:39:52Insurance bill in May2015-05-10PT33 )! 2017-04-08 08:39:522017-04-08 08:39:52Power bill May2015-05-08MS33 #! 2017-04-08 08:39:522017-04-08 08:39:52TV bill May2015-05-06PR33 )! 2017-04-08 08:39:522017-04-08 08:39:52Water bill May2015-05-04NQ33 %! 2017-04-08 08:39:522017-04-08 08:39:52Rent for May2015-05-02YP33  9! 2017-04-08 08:39:522017-04-08 08:39:52Saving money for April2015-04-28RO33  +! 2017-04-08 08:39:522017-04-08 08:39:52Salary in April2015-04-24\N33 A! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks again2015-04-26
DÊWÞ¡e(ì¯s6ú½D:0
332017-04-08 08:39:522017-04-08 08:39:52X@K@9/
33 2017-04-08 08:39:522017-04-08 08:39:52XÀK@:.
332017-04-08 08:39:522017-04-08 08:39:52W@GLÌÌÌÌÍ9-
33 2017-04-08 08:39:522017-04-08 08:39:52WÀGLÌÌÌÌÍ:,
332017-04-08 08:39:522017-04-08 08:39:52V@E4záG®9+
33 2017-04-08 08:39:522017-04-08 08:39:52VÀE4záG®:*
332017-04-08 08:39:522017-04-08 08:39:52U@Uð£×
=q9)
33 2017-04-08 08:39:522017-04-08 08:39:52UÀUð£×
=q:(
332017-04-08 08:39:522017-04-08 08:39:52T@Tw®záH9'
33 2017-04-08 08:39:522017-04-08 08:39:52TÀTw®záH:&
332017-04-08 08:39:522017-04-08 08:39:52S@K`9%
33 2017-04-08 08:39:522017-04-08 08:39:52SÀK`:$
332017-04-08 08:39:522017-04-08 08:39:52R@%™™™™™š9#
33 2017-04-08 08:39:522017-04-08 08:39:52RÀ%™™™™™š4"
332017-04-08 08:39:522017-04-08 08:39:52QM3!
2017-03-19 17:58:07 +01:00
33 2017-04-08 08:39:522017-04-08 08:39:52Qü³
2017-04-08 17:51:34 +02:00
^³\üªM³f°^Pc33  '! 2017-04-08 08:39:522017-04-08 08:39:52Salary in May2015-05-24\b33 A! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks again2015-05-26Va33 5! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks2015-05-13K`33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-05-26K_33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-05-23K^33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-05-19[]33 ?! 2017-04-08 08:39:522017-04-08 08:39:52Groceries and some drinks2015-05-15P\33 )! 2017-04-08 08:39:522017-04-08 08:39:52More groceries2015-05-11^[33 E! 2017-04-08 08:39:522017-04-08 08:39:52Forgot to get some groceries2015-05-08UZ33 3! 2017-04-08 08:39:522017-04-08 08:39:52Picked up groceries2015-05-06KY33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-05-02
FÄKÒYà£g*õ¿ƒF:@
2017-03-19 17:58:07 +01:00
332017-04-08 08:39:522017-04-08 08:39:52
2017-04-08 17:51:34 +02:00
`@4^¸Që…9?
33 2017-04-08 08:39:522017-04-08 08:39:52`À4^¸Që…3>
2017-04-08 17:51:34 +02:00
332017-04-08 08:39:522017-04-08 08:39:52 _2=
33 2017-04-08 08:39:522017-04-08 08:39:52_é:<
332017-04-08 08:39:522017-04-08 08:39:52^@2¨õÂ\)9;
33 2017-04-08 08:39:522017-04-08 08:39:52^À2¨õÂ\)::
332017-04-08 08:39:522017-04-08 08:39:52]@8
=p£×99
33 2017-04-08 08:39:522017-04-08 08:39:52]À8
=p£×:8
332017-04-08 08:39:522017-04-08 08:39:52
\@1ó3333397
33 2017-04-08 08:39:522017-04-08 08:39:52\À1ó33333:6
332017-04-08 08:39:522017-04-08 08:39:52 [@0õÂ\(ö95
33 2017-04-08 08:39:522017-04-08 08:39:52[À0õÂ\(ö:4
332017-04-08 08:39:522017-04-08 08:39:52Z@1”záG®93
2017-03-19 17:58:07 +01:00
33 2017-04-08 08:39:522017-04-08 08:39:52ZÀ1”záG®:2
2017-04-08 17:51:34 +02:00
332017-04-08 08:39:522017-04-08 08:39:52Y@1=p£×
=91
33 2017-04-08 08:39:522017-04-08 08:39:52YÀ1=p£×
=
PÄKÑ_(ò»BÉP:P
332017-04-08 08:39:522017-04-08 08:39:52h@S.¸Që…9O
33 2017-04-08 08:39:522017-04-08 08:39:52hÀS.¸Që…:N
332017-04-08 08:39:522017-04-08 08:39:52g@JNzáG®9M
33 2017-04-08 08:39:522017-04-08 08:39:52gÀJNzáG®:L
332017-04-08 08:39:522017-04-08 08:39:52f@!æfffff9K
33 2017-04-08 08:39:522017-04-08 08:39:52fÀ!æfffff4J
332017-04-08 08:39:522017-04-08 08:39:52eM3I
33 2017-04-08 08:39:522017-04-08 08:39:52eü³4H
332017-04-08 08:39:522017-04-08 08:39:52dŒ3G
33 2017-04-08 08:39:522017-04-08 08:39:52dÿt9F
33 2017-04-08 08:39:522017-04-08 08:39:52c@™9áG®{:E
332017-04-08 08:39:522017-04-08 08:39:52cÀ™9áG®{:D
332017-04-08 08:39:522017-04-08 08:39:52
2017-03-19 17:58:07 +01:00
b@:”záG®9C
2017-04-08 17:51:34 +02:00
33 2017-04-08 08:39:522017-04-08 08:39:52bÀ:”záG®:B
332017-04-08 08:39:522017-04-08 08:39:52
a@>TzáG®9A
33 2017-04-08 08:39:522017-04-08 08:39:52aÀ>TzáG®
d§V³`·\»dUn33 3! 2017-04-08 08:39:522017-04-08 08:39:52Picked up groceries2015-06-06Km33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-06-02Rl33 -! 2017-04-08 08:39:522017-04-08 08:39:52Needed gas again2015-06-27Yk33 ;! 2017-04-08 08:39:522017-04-08 08:39:52Filled the car up again2015-06-17Lj33 !! 2017-04-08 08:39:522017-04-08 08:39:52Bought gas2015-06-07Yi33  9! 2017-04-08 08:39:522017-04-08 08:39:52Insurance bill in June2015-06-10Qh33 +! 2017-04-08 08:39:522017-04-08 08:39:52Power bill June2015-06-08Ng33 %! 2017-04-08 08:39:522017-04-08 08:39:52TV bill June2015-06-06Qf33 +! 2017-04-08 08:39:522017-04-08 08:39:52Water bill June2015-06-04Oe33 '! 2017-04-08 08:39:522017-04-08 08:39:52Rent for June2015-06-02Wd33  5! 2017-04-08 08:39:522017-04-08 08:39:52Saving money for May2015-05-28
8ÄKÒYà£g*î±u8:`
332017-04-08 08:39:522017-04-08 08:39:52
p@0«…¸Qì9_
33 2017-04-08 08:39:522017-04-08 08:39:52pÀ0«…¸Qì:^
332017-04-08 08:39:522017-04-08 08:39:52 o@3ffffff9]
33 2017-04-08 08:39:522017-04-08 08:39:52oÀ3ffffff:\
332017-04-08 08:39:522017-04-08 08:39:52n@7\(õÂ9[
33 2017-04-08 08:39:522017-04-08 08:39:52nÀ7\(õÂ:Z
332017-04-08 08:39:522017-04-08 08:39:52m@4ð£×
=q9Y
33 2017-04-08 08:39:522017-04-08 08:39:52mÀ4ð£×
=q:X
332017-04-08 08:39:522017-04-08 08:39:52l@J!G®zá9W
33 2017-04-08 08:39:522017-04-08 08:39:52lÀJ!G®zá:V
332017-04-08 08:39:522017-04-08 08:39:52k@G«…¸Qì9U
33 2017-04-08 08:39:522017-04-08 08:39:52kÀG«…¸Qì:T
332017-04-08 08:39:522017-04-08 08:39:52j@Ep£×
=9S
2017-03-19 17:58:07 +01:00
33 2017-04-08 08:39:522017-04-08 08:39:52jÀEp£×
2017-04-08 17:51:34 +02:00
=:R
332017-04-08 08:39:522017-04-08 08:39:52i@Uýp£×
=9Q
33 2017-04-08 08:39:522017-04-08 08:39:52iÀUýp£×
=
V Nñ¤W
²T§VOy33 '! 2017-04-08 08:39:522017-04-08 08:39:52Rent for July2015-07-02Xx33  7! 2017-04-08 08:39:522017-04-08 08:39:52Saving money for June2015-06-28Qw33  )! 2017-04-08 08:39:522017-04-08 08:39:52Salary in June2015-06-24\v33 A! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks again2015-06-26Vu33 5! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks2015-06-13Kt33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-06-26Ks33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-06-23Kr33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-06-19[q33 ?! 2017-04-08 08:39:522017-04-08 08:39:52Groceries and some drinks2015-06-15Pp33 )! 2017-04-08 08:39:522017-04-08 08:39:52More groceries2015-06-11^o33 E! 2017-04-08 08:39:522017-04-08 08:39: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
DÄKÒYà£g*í±{D4p
332017-04-08 08:39:522017-04-08 08:39:52xŒ3o
33 2017-04-08 08:39:522017-04-08 08:39:52xÿt9n
33 2017-04-08 08:39:522017-04-08 08:39:52w@˜ïG®zá:m
332017-04-08 08:39:522017-04-08 08:39:52wÀ˜ïG®zá:l
332017-04-08 08:39:522017-04-08 08:39:52
v@4ýp£×
=9k
33 2017-04-08 08:39:522017-04-08 08:39:52vÀ4ýp£×
=:j
332017-04-08 08:39:522017-04-08 08:39:52
u@2G®záH9i
33 2017-04-08 08:39:522017-04-08 08:39:52uÀ2G®záH:h
332017-04-08 08:39:522017-04-08 08:39:52
t@2\(õÂ9g
33 2017-04-08 08:39:522017-04-08 08:39:52tÀ2\(õÂ:f
332017-04-08 08:39:522017-04-08 08:39:52 s@5@9e
33 2017-04-08 08:39:522017-04-08 08:39:52sÀ5@:d
332017-04-08 08:39:522017-04-08 08:39:52r@8(õÂ\)9c
2017-03-19 17:58:07 +01:00
33 2017-04-08 08:39:522017-04-08 08:39:52rÀ8(õÂ\):b
2017-04-08 17:51:34 +02:00
332017-04-08 08:39:522017-04-08 08:39:52q@4 ÌÌÌÌÍ9a
33 2017-04-08 08:39:522017-04-08 08:39:52qÀ4 ÌÌÌÌÍ
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;
332017-04-08 08:39:522017-04-08 08:39:52€@I|(õÂ\:
33 2017-04-08 08:39:522017-04-08 08:39:52€ÀI|(õÂ\:~
332017-04-08 08:39:522017-04-08 08:39:52@Hñë…¸R9}
33 2017-04-08 08:39:522017-04-08 08:39:52ÀHñë…¸R:|
332017-04-08 08:39:522017-04-08 08:39:52~@F`9{
33 2017-04-08 08:39:522017-04-08 08:39:52~ÀF`:z
332017-04-08 08:39:522017-04-08 08:39:52}@V£×
2017-03-19 17:58:07 +01:00
=q9y
2017-04-08 17:51:34 +02:00
33 2017-04-08 08:39:522017-04-08 08:39:52}ÀV£×
=q:x
332017-04-08 08:39:522017-04-08 08:39:52|@TqG®zá9w
33 2017-04-08 08:39:522017-04-08 08:39:52|ÀTqG®zá:v
332017-04-08 08:39:522017-04-08 08:39:52{@LaG®zá9u
33 2017-04-08 08:39:522017-04-08 08:39:52{ÀLaG®zá:t
332017-04-08 08:39:522017-04-08 08:39:52z@$¸Që…9s
33 2017-04-08 08:39:522017-04-08 08:39:52zÀ$¸Që…4r
332017-04-08 08:39:522017-04-08 08:39:52yM3q
33 2017-04-08 08:39:522017-04-08 08:39:52yü³
W­]
¯a±c ªWP33 )! 2017-04-08 08:39:522017-04-08 08:39:52More groceries2015-07-11^33 E! 2017-04-08 08:39:522017-04-08 08:39:52Forgot to get some groceries2015-07-08U33 3! 2017-04-08 08:39:522017-04-08 08:39:52Picked up groceries2015-07-06K33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-07-02R33 -! 2017-04-08 08:39:522017-04-08 08:39:52Needed gas again2015-07-27Y33 ;! 2017-04-08 08:39:522017-04-08 08:39:52Filled the car up again2015-07-17L~33 !! 2017-04-08 08:39:522017-04-08 08:39:52Bought gas2015-07-07Y}33  9! 2017-04-08 08:39:522017-04-08 08:39:52Insurance bill in July2015-07-10Q|33 +! 2017-04-08 08:39:522017-04-08 08:39:52Power bill July2015-07-08N{33 %! 2017-04-08 08:39:522017-04-08 08:39:52TV bill July2015-07-06Qz33 +! 2017-04-08 08:39:522017-04-08 08:39:52Water bill July2015-07-04
(ÃH
ÍR×\á£f(;
332017-04-08 08:39:522017-04-08 08:39:52
ˆ@45Â\(ö:
33 2017-04-08 08:39:522017-04-08 08:39:52ˆÀ45Â\(ö;
332017-04-08 08:39:522017-04-08 08:39:52 ‡@4:áG®{:
2017-03-19 17:58:07 +01:00
33 2017-04-08 08:39:522017-04-08 08:39:52‡À4:áG®{;
2017-04-08 17:51:34 +02:00
332017-04-08 08:39:522017-04-08 08:39:52†@3
=p£×
:
33 2017-04-08 08:39:522017-04-08 08:39:52†À3
=p£×
;
332017-04-08 08:39:522017-04-08 08:39:52…@5‘ë…¸R:
33 2017-04-08 08:39:522017-04-08 08:39:52…À5‘ë…¸R;
332017-04-08 08:39:522017-04-08 08:39:52
„@3ë…¸R:
33 2017-04-08 08:39:522017-04-08 08:39:52„À3ë…¸R;
332017-04-08 08:39:522017-04-08 08:39:52 ƒ@0nzáG®:
33 2017-04-08 08:39:522017-04-08 08:39:52ƒÀ0nzáG®;
332017-04-08 08:39:522017-04-08 08:39:52@30£×
=q:
33 2017-04-08 08:39:522017-04-08 08:39:52‚À30£×
2017-03-19 17:58:07 +01:00
=q;
2017-04-08 17:51:34 +02:00
332017-04-08 08:39:522017-04-08 08:39:52@.…¸Që…:
33 2017-04-08 08:39:522017-04-08 08:39:52À.…¸Që…
T¢T¸_¬Qý§TP33 )! 2017-04-08 08:39:522017-04-08 08:39:52TV bill August2015-08-06S33 /! 2017-04-08 08:39:522017-04-08 08:39:52Water bill August2015-08-04Q
33 +! 2017-04-08 08:39:522017-04-08 08:39:52Rent for August2015-08-02X 33  7! 2017-04-08 08:39:522017-04-08 08:39:52Saving money for July2015-07-28Q 33  )! 2017-04-08 08:39:522017-04-08 08:39:52Salary in July2015-07-24\
33 A! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks again2015-07-26V 33 5! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks2015-07-13K33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-07-26K33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-07-23K33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-07-19[33 ?! 2017-04-08 08:39:522017-04-08 08:39:52Groceries and some drinks2015-07-15
@ÃH
ÌX é±t6ù»~@;
2017-04-08 17:51:34 +02:00
332017-04-08 08:39:522017-04-08 08:39:52@TáG®zá:
33 2017-04-08 08:39:522017-04-08 08:39:52ÀTáG®zá;
332017-04-08 08:39:522017-04-08 08:39:52@Kp£×
=q:
33 2017-04-08 08:39:522017-04-08 08:39:52ÀKp£×
=q;
332017-04-08 08:39:522017-04-08 08:39:52Ž@%€:
33 2017-04-08 08:39:522017-04-08 08:39:52ŽÀ%€5
332017-04-08 08:39:522017-04-08 08:39:52M4
33 2017-04-08 08:39:522017-04-08 08:39:52ü³5
332017-04-08 08:39:522017-04-08 08:39:52ŒŒ4
33 2017-04-08 08:39:522017-04-08 08:39:52Œÿt:
33 2017-04-08 08:39:522017-04-08 08:39:52@˜ÌQë…¸;
332017-04-08 08:39:522017-04-08 08:39:52‹À˜ÌQë…¸;
332017-04-08 08:39:522017-04-08 08:39:52
Š@4ffffff:
33 2017-04-08 08:39:522017-04-08 08:39:52ŠÀ4ffffff;
332017-04-08 08:39:522017-04-08 08:39:52
‰@>E¸Që…:
33 2017-04-08 08:39:522017-04-08 08:39:52‰À>E¸Që…
FªLý¡Lþ¦EòFK33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-08-19[33 ?! 2017-04-08 08:39:522017-04-08 08:39:52Groceries and some drinks2015-08-15P33 )! 2017-04-08 08:39:522017-04-08 08:39:52More groceries2015-08-11^33 E! 2017-04-08 08:39:522017-04-08 08:39:52Forgot to get some groceries2015-08-08U33 3! 2017-04-08 08:39:522017-04-08 08:39:52Picked up groceries2015-08-06K33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-08-02R33 -! 2017-04-08 08:39:522017-04-08 08:39:52Needed gas again2015-08-27Y33 ;! 2017-04-08 08:39:522017-04-08 08:39:52Filled the car up again2015-08-17L33 !! 2017-04-08 08:39:522017-04-08 08:39:52Bought gas2015-08-07[33  =! 2017-04-08 08:39:522017-04-08 08:39:52Insurance bill in August2015-08-10S33 /! 2017-04-08 08:39:522017-04-08 08:39:52Power bill August2015-08-08
(ÃH
ÍR×\á£f(;0
332017-04-08 08:39:522017-04-08 08:39:52
˜@8k…¸Qì:/
33 2017-04-08 08:39:522017-04-08 08:39:52˜À8k…¸Qì;.
332017-04-08 08:39:522017-04-08 08:39:52 —@0c×
=p¤:-
33 2017-04-08 08:39:522017-04-08 08:39:52—À0c×
=p¤;,
332017-04-08 08:39:522017-04-08 08:39:52@1J=p£×
:+
2017-03-19 17:58:07 +01:00
33 2017-04-08 08:39:522017-04-08 08:39:52–À1J=p£×
;*
2017-04-08 17:51:34 +02:00
332017-04-08 08:39:522017-04-08 08:39:52•@2úáG®{:)
33 2017-04-08 08:39:522017-04-08 08:39:52•À2úáG®{;(
332017-04-08 08:39:522017-04-08 08:39:52”@JK…¸Qì:'
33 2017-04-08 08:39:522017-04-08 08:39:52”ÀJK…¸Qì;&
332017-04-08 08:39:522017-04-08 08:39:52“@Hž¸Që…:%
33 2017-04-08 08:39:522017-04-08 08:39:52“ÀHž¸Që…;$
332017-04-08 08:39:522017-04-08 08:39:52@D£×
=q:#
33 2017-04-08 08:39:522017-04-08 08:39:52’ÀD£×
=q;"
332017-04-08 08:39:522017-04-08 08:39:52@Uë…¸R:!
33 2017-04-08 08:39:522017-04-08 08:39:52‘ÀUë…¸R
4ÃH
ÍR×\à£l45@
332017-04-08 08:39:522017-04-08 08:39:52 Œ4?
33 2017-04-08 08:39:522017-04-08 08:39:52 ÿt:>
33 2017-04-08 08:39:522017-04-08 08:39:52Ÿ@˜¬õÂ\);=
332017-04-08 08:39:522017-04-08 08:39:52ŸÀ˜¬õÂ\);<
332017-04-08 08:39:522017-04-08 08:39:52
ž@7¸Që…:;
2017-03-19 17:58:07 +01:00
33 2017-04-08 08:39:522017-04-08 08:39:52žÀ7¸Që…;:
2017-04-08 17:51:34 +02:00
332017-04-08 08:39:522017-04-08 08:39:52
@5ë…¸R:9
33 2017-04-08 08:39:522017-04-08 08:39:52À5ë…¸R;8
332017-04-08 08:39:522017-04-08 08:39:52
œ@4úáG®{:7
33 2017-04-08 08:39:522017-04-08 08:39:52œÀ4úáG®{;6
332017-04-08 08:39:522017-04-08 08:39:52 @2îzáG®:5
33 2017-04-08 08:39:522017-04-08 08:39:52›À2îzáG®;4
332017-04-08 08:39:522017-04-08 08:39:52š@7&fffff:3
33 2017-04-08 08:39:522017-04-08 08:39:52šÀ7&fffff;2
332017-04-08 08:39:522017-04-08 08:39:52™@6O\(õÂ:1
33 2017-04-08 08:39:522017-04-08 08:39:52™À6O\(õÂ
9²d ¬Vù¢Ióš9^%33  C! 2017-04-08 08:39:522017-04-08 08:39:52Insurance bill in September2015-09-10V$33 5! 2017-04-08 08:39:522017-04-08 08:39:52Power bill September2015-09-08S#33 /! 2017-04-08 08:39:522017-04-08 08:39:52TV bill September2015-09-06V"33 5! 2017-04-08 08:39:522017-04-08 08:39:52Water bill September2015-09-04T!33 1! 2017-04-08 08:39:522017-04-08 08:39:52Rent for September2015-09-02Z 33  ;! 2017-04-08 08:39:522017-04-08 08:39:52Saving money for August2015-08-28S33  -! 2017-04-08 08:39:522017-04-08 08:39:52Salary in August2015-08-24\33 A! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks again2015-08-26V33 5! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks2015-08-13K33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-08-26K33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-08-23
4ÉTÙ^ ã¥h*í¯r4;P
332017-04-08 08:39:522017-04-08 08:39:52¨@HØQë…¸:O
33 2017-04-08 08:39:522017-04-08 08:39:52¨ÀHØQë…¸;N
332017-04-08 08:39:522017-04-08 08:39:52§@Hæfffff:M
33 2017-04-08 08:39:522017-04-08 08:39:52§ÀHæfffff;L
332017-04-08 08:39:522017-04-08 08:39:52¦@E:áG®{:K
33 2017-04-08 08:39:522017-04-08 08:39:52¦ÀE:áG®{;J
332017-04-08 08:39:522017-04-08 08:39:52¥@UˆQë…¸:I
33 2017-04-08 08:39:522017-04-08 08:39:52¥ÀUˆQë…¸;H
2017-04-08 17:51:34 +02:00
332017-04-08 08:39:522017-04-08 08:39:52¤@Tw®záH:G
2017-03-19 17:58:07 +01:00
33 2017-04-08 08:39:522017-04-08 08:39:52¤ÀTw®záH;F
2017-04-08 17:51:34 +02:00
332017-04-08 08:39:522017-04-08 08:39:52£@Lp£×
=:E
33 2017-04-08 08:39:522017-04-08 08:39:52£ÀLp£×
=;D
332017-04-08 08:39:522017-04-08 08:39:52¢@"³33333:C
33 2017-04-08 08:39:522017-04-08 08:39:52¢À"³333335B
332017-04-08 08:39:522017-04-08 08:39:52¡M4A
33 2017-04-08 08:39:522017-04-08 08:39:52¡ü³
^±U²Zù¦Hú¬^K033 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-09-26K/33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-09-23K.33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-09-19[-33 ?! 2017-04-08 08:39:522017-04-08 08:39:52Groceries and some drinks2015-09-15P,33 )! 2017-04-08 08:39:522017-04-08 08:39:52More groceries2015-09-11^+33 E! 2017-04-08 08:39:522017-04-08 08:39:52Forgot to get some groceries2015-09-08U*33 3! 2017-04-08 08:39:522017-04-08 08:39:52Picked up groceries2015-09-06K)33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-09-02R(33 -! 2017-04-08 08:39:522017-04-08 08:39:52Needed gas again2015-09-27Y'33 ;! 2017-04-08 08:39:522017-04-08 08:39:52Filled the car up again2015-09-17L&33 !! 2017-04-08 08:39:522017-04-08 08:39:52Bought gas2015-09-07
(ÃH
ÍR×\á£f(;`
332017-04-08 08:39:522017-04-08 08:39:52
°@4(õÂ\):_
33 2017-04-08 08:39:522017-04-08 08:39:52°À4(õÂ\);^
332017-04-08 08:39:522017-04-08 08:39:52 ¯@0TzáG®:]
33 2017-04-08 08:39:522017-04-08 08:39:52¯À0TzáG®;\
332017-04-08 08:39:522017-04-08 08:39:52®@1Ç®záH:[
33 2017-04-08 08:39:522017-04-08 08:39:52®À1Ç®záH;Z
332017-04-08 08:39:522017-04-08 08:39:52­@8#×
=p¤:Y
33 2017-04-08 08:39:522017-04-08 08:39:52­À8#×
=p¤;X
332017-04-08 08:39:522017-04-08 08:39:52
¬@4¨õÂ\):W
33 2017-04-08 08:39:522017-04-08 08:39:52¬À4¨õÂ\);V
332017-04-08 08:39:522017-04-08 08:39:52 «@6æfffff:U
33 2017-04-08 08:39:522017-04-08 08:39:52«À6æfffff;T
332017-04-08 08:39:522017-04-08 08:39:52ª@1E¸Që…:S
33 2017-04-08 08:39:522017-04-08 08:39:52ªÀ1E¸Që…;R
332017-04-08 08:39:522017-04-08 08:39:52©@4®záH:Q
33 2017-04-08 08:39:522017-04-08 08:39:52©À4®záH
.§Hï:ã8ÙŠ.Y;33 ;! 2017-04-08 08:39:522017-04-08 08:39:52Filled the car up again2015-10-17L:33 !! 2017-04-08 08:39:522017-04-08 08:39:52Bought gas2015-10-07\933  ?! 2017-04-08 08:39:522017-04-08 08:39:52Insurance bill in October2015-10-10T833 1! 2017-04-08 08:39:522017-04-08 08:39:52Power bill October2015-10-08Q733 +! 2017-04-08 08:39:522017-04-08 08:39:52TV bill October2015-10-06T633 1! 2017-04-08 08:39:522017-04-08 08:39:52Water bill October2015-10-04R533 -! 2017-04-08 08:39:522017-04-08 08:39:52Rent for October2015-10-02]433  A! 2017-04-08 08:39:522017-04-08 08:39:52Saving money for September2015-09-28V333  3! 2017-04-08 08:39:522017-04-08 08:39:52Salary in September2015-09-24\233 A! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks again2015-09-26V133 5! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks2015-09-13
@ÃH
ÌX é±t6ù»~@;p
332017-04-08 08:39:522017-04-08 08:39:52¸@RУ×
=q:o
33 2017-04-08 08:39:522017-04-08 08:39:52¸ÀRУ×
=q;n
332017-04-08 08:39:522017-04-08 08:39:52·@L§®záH:m
33 2017-04-08 08:39:522017-04-08 08:39:52·ÀL§®záH;l
332017-04-08 08:39:522017-04-08 08:39:52¶@#LÌÌÌÌÍ:k
33 2017-04-08 08:39:522017-04-08 08:39:52¶À#LÌÌÌÌÍ5j
332017-04-08 08:39:522017-04-08 08:39:52µM4i
33 2017-04-08 08:39:522017-04-08 08:39:52µü³5h
332017-04-08 08:39:522017-04-08 08:39:52´Œ4g
33 2017-04-08 08:39:522017-04-08 08:39:52´ÿt:f
33 2017-04-08 08:39:522017-04-08 08:39:52³@˜Ü¸Që…;e
332017-04-08 08:39:522017-04-08 08:39:52³À˜Ü¸Që…;d
332017-04-08 08:39:522017-04-08 08:39:52
²@0333333:c
33 2017-04-08 08:39:522017-04-08 08:39:52²À0333333;b
332017-04-08 08:39:522017-04-08 08:39:52
±@75Â\(ö:a
33 2017-04-08 08:39:522017-04-08 08:39:52±À75Â\(ö
(ÃH
ÍR×\á£f(;ƒ
332017-04-08 08:39:522017-04-08 08:39:52
À@2ë…¸R:
33 2017-04-08 08:39:522017-04-08 08:39:52ÀÀ2ë…¸R;~
332017-04-08 08:39:522017-04-08 08:39:52 ¿@7TzáG®:}
2017-03-19 17:58:07 +01:00
33 2017-04-08 08:39:522017-04-08 08:39:52¿À7TzáG®;|
2017-04-08 17:51:34 +02:00
332017-04-08 08:39:522017-04-08 08:39:52¾@7(õÂ\:{
33 2017-04-08 08:39:522017-04-08 08:39:52¾À7(õÂ\;z
332017-04-08 08:39:522017-04-08 08:39:52½@4\(õÂ:y
33 2017-04-08 08:39:522017-04-08 08:39:52½À4\(õÂ;x
332017-04-08 08:39:522017-04-08 08:39:52¼@IÂ\(ö:w
33 2017-04-08 08:39:522017-04-08 08:39:52¼ÀIÂ\(ö;v
332017-04-08 08:39:522017-04-08 08:39:52»@GzáG®:u
33 2017-04-08 08:39:522017-04-08 08:39:52»ÀGzáG®;t
332017-04-08 08:39:522017-04-08 08:39:52º@Dž¸Që…:s
33 2017-04-08 08:39:522017-04-08 08:39:52ºÀDž¸Që…;r
332017-04-08 08:39:522017-04-08 08:39:52¹@SšáG®{:q
33 2017-04-08 08:39:522017-04-08 08:39:52¹ÀSšáG®{
Q«]¤Qó¥W °Q\F33 A! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks again2015-10-26VE33 5! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks2015-10-13KD33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-10-26KC33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-10-23KB33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-10-19[A33 ?! 2017-04-08 08:39:522017-04-08 08:39:52Groceries and some drinks2015-10-15P@33 )! 2017-04-08 08:39:522017-04-08 08:39:52More groceries2015-10-11^?33 E! 2017-04-08 08:39:522017-04-08 08:39:52Forgot to get some groceries2015-10-08U>33 3! 2017-04-08 08:39:522017-04-08 08:39:52Picked up groceries2015-10-06K=33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-10-02R<33 -! 2017-04-08 08:39:522017-04-08 08:39:52Needed gas again2015-10-27
4ÃH
ÍR×\à£l4
332017-04-08 08:39:522017-04-08 08:39:52ÈŒ4ƒ
33 2017-04-08 08:39:522017-04-08 08:39:52Èÿt:ƒ
33 2017-04-08 08:39:522017-04-08 08:39:52Ç@™ÌÌÌÌÍ;ƒ
332017-04-08 08:39:522017-04-08 08:39:52ÇÀ™ÌÌÌÌÍ;ƒ
332017-04-08 08:39:522017-04-08 08:39:52
2017-03-19 17:58:07 +01:00
Æ@>¦fffff:ƒ
2017-04-08 17:51:34 +02:00
33 2017-04-08 08:39:522017-04-08 08:39:52ÆÀ>¦fffff;ƒ
332017-04-08 08:39:522017-04-08 08:39:52
Å@?×
=p£×:ƒ
33 2017-04-08 08:39:522017-04-08 08:39:52ÅÀ?×
=p£×;ƒ
332017-04-08 08:39:522017-04-08 08:39:52
2016-12-29 18:20:49 +01:00
Ä@7èõÂ\):ƒ
2017-04-08 17:51:34 +02:00
33 2017-04-08 08:39:522017-04-08 08:39:52ÄÀ7èõÂ\);ƒ
332017-04-08 08:39:522017-04-08 08:39:52 Ã@6¨õÂ\):ƒ
33 2017-04-08 08:39:522017-04-08 08:39:52ÃÀ6¨õÂ\);ƒ
332017-04-08 08:39:522017-04-08 08:39:52Â@4\(õÂ
33 2017-04-08 08:39:522017-04-08 08:39:52ÂÀ4\(õÂ
332017-04-08 08:39:522017-04-08 08:39:52Á@0záG®{:ƒ
33 2017-04-08 08:39:522017-04-08 08:39:52ÁÀ0záG®{
B©KõHðAåBKQ33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-11-02RP33 -! 2017-04-08 08:39:522017-04-08 08:39:52Needed gas again2015-11-27YO33 ;! 2017-04-08 08:39:522017-04-08 08:39:52Filled the car up again2015-11-17LN33 !! 2017-04-08 08:39:522017-04-08 08:39:52Bought gas2015-11-07]M33  A! 2017-04-08 08:39:522017-04-08 08:39:52Insurance bill in November2015-11-10UL33 3! 2017-04-08 08:39:522017-04-08 08:39:52Power bill November2015-11-08RK33 -! 2017-04-08 08:39:522017-04-08 08:39:52TV bill November2015-11-06UJ33 3! 2017-04-08 08:39:522017-04-08 08:39:52Water bill November2015-11-04SI33 /! 2017-04-08 08:39:522017-04-08 08:39:52Rent for November2015-11-02[H33  =! 2017-04-08 08:39:522017-04-08 08:39:52Saving money for October2015-10-28TG33  /! 2017-04-08 08:39:522017-04-08 08:39:52Salary in October2015-10-24
4ÉTÙ^ ã¥h*í¯r4
332017-04-08 08:39:522017-04-08 08:39:52Ð@J˜Që…¸
33 2017-04-08 08:39:522017-04-08 08:39:52ÐÀJ˜Që…¸
332017-04-08 08:39:522017-04-08 08:39:52Ï@F\(õÃ:ƒ
33 2017-04-08 08:39:522017-04-08 08:39:52ÏÀF\(õÃ;ƒ
2017-03-19 17:58:07 +01:00
332017-04-08 08:39:522017-04-08 08:39:52Î@D¸Që…:ƒ
2017-04-08 17:51:34 +02:00
33 2017-04-08 08:39:522017-04-08 08:39:52ÎÀD¸Që…;ƒ
332017-04-08 08:39:522017-04-08 08:39:52Í@TZ=p£×

33 2017-04-08 08:39:522017-04-08 08:39:52ÍÀTZ=p£×

332017-04-08 08:39:522017-04-08 08:39:52Ì@V\(õÃ:ƒ
33 2017-04-08 08:39:522017-04-08 08:39:52ÌÀV\(õÃ;ƒ
332017-04-08 08:39:522017-04-08 08:39:52Ë@MZáG®{:ƒ
33 2017-04-08 08:39:522017-04-08 08:39:52ËÀMZáG®{;ƒ
332017-04-08 08:39:522017-04-08 08:39:52Ê@!333333:ƒ
33 2017-04-08 08:39:522017-04-08 08:39:52ÊÀ!3333335ƒ
332017-04-08 08:39:522017-04-08 08:39:52ÉM4ƒ
33 2017-04-08 08:39:522017-04-08 08:39: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-04-08 08:39:522017-04-08 08:39:52
Ø@2.záG®:ƒ/
33 2017-04-08 08:39:522017-04-08 08:39:52ØÀ2.záG®;ƒ.
332017-04-08 08:39:522017-04-08 08:39:52 ×@2¨õÂ\):ƒ-
33 2017-04-08 08:39:522017-04-08 08:39:52×À2¨õÂ\);ƒ,
332017-04-08 08:39:522017-04-08 08:39:52Ö@2aG®zá:ƒ+
33 2017-04-08 08:39:522017-04-08 08:39:52ÖÀ2aG®zá;ƒ*
2017-03-19 17:58:07 +01:00
332017-04-08 08:39:522017-04-08 08:39:52Õ@/Ç®záH:ƒ)
2017-04-08 17:51:34 +02:00
33 2017-04-08 08:39:522017-04-08 08:39:52ÕÀ/Ç®záH;ƒ(
332017-04-08 08:39:522017-04-08 08:39:52
Ô@2}p£×
=:ƒ'
33 2017-04-08 08:39:522017-04-08 08:39:52ÔÀ2}p£×
=;ƒ&
332017-04-08 08:39:522017-04-08 08:39:52 Ó@5záG®:ƒ%
33 2017-04-08 08:39:522017-04-08 08:39:52ÓÀ5záG®;ƒ$
332017-04-08 08:39:522017-04-08 08:39:52Ò@5Â\(õÃ:ƒ#
33 2017-04-08 08:39:522017-04-08 08:39:52ÒÀ5Â\(õÃ;ƒ"
332017-04-08 08:39:522017-04-08 08:39:52Ñ@/8Që…¸:ƒ!
33 2017-04-08 08:39:522017-04-08 08:39:52ÑÀ/8Që…¸
=¨GôHú¬Sôœ=\\33  ?! 2017-04-08 08:39:522017-04-08 08:39:52Saving money for November2015-11-28U[33  1! 2017-04-08 08:39:522017-04-08 08:39:52Salary in November2015-11-24\Z33 A! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks again2015-11-26VY33 5! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks2015-11-13KX33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-11-26KW33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-11-23KV33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-11-19[U33 ?! 2017-04-08 08:39:522017-04-08 08:39:52Groceries and some drinks2015-11-15PT33 )! 2017-04-08 08:39:522017-04-08 08:39:52More groceries2015-11-11^S33 E! 2017-04-08 08:39:522017-04-08 08:39:52Forgot to get some groceries2015-11-08UR33 3! 2017-04-08 08:39:522017-04-08 08:39:52Picked up groceries2015-11-06
@ÃH
ÌX é±t6ù»~@;ƒ@
332017-04-08 08:39:522017-04-08 08:39:52à@VG®záH:ƒ?
33 2017-04-08 08:39:522017-04-08 08:39:52àÀVG®záH;ƒ>
332017-04-08 08:39:522017-04-08 08:39:52ß@JaG®zá:ƒ=
33 2017-04-08 08:39:522017-04-08 08:39:52ßÀJaG®zá;ƒ<
332017-04-08 08:39:522017-04-08 08:39:52Þ@%W
=p£×:ƒ;
33 2017-04-08 08:39:522017-04-08 08:39:52ÞÀ%W
=p£×5ƒ:
332017-04-08 08:39:522017-04-08 08:39:52ÝM4ƒ9
33 2017-04-08 08:39:522017-04-08 08:39:52Ýü³5ƒ8
332017-04-08 08:39:522017-04-08 08:39:52ÜŒ4ƒ7
33 2017-04-08 08:39:522017-04-08 08:39:52Üÿt:ƒ6
33 2017-04-08 08:39:522017-04-08 08:39:52Û@š,õÂ\);ƒ5
332017-04-08 08:39:522017-04-08 08:39:52ÛÀš,õÂ\);ƒ4
332017-04-08 08:39:522017-04-08 08:39:52
Ú@AУ×
=q:ƒ3
33 2017-04-08 08:39:522017-04-08 08:39:52ÚÀAУ×
=q;ƒ2
332017-04-08 08:39:522017-04-08 08:39:52
2017-03-19 17:58:07 +01:00
Ù@8¸Që…¸:ƒ1
2017-04-08 17:51:34 +02:00
33 2017-04-08 08:39:522017-04-08 08:39:52ÙÀ8¸Që…¸
W¿öìâØÎĺ°¦œŠxof]TJ@6,"úðçÞÕÌú±¨žŠvlbXND;2) üòèÞÔÊÀ¬¢˜}tkbYPF<2(
öìãÚÑÈ¿ 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-04-08 08:39:522017-04-08 08:39:52Forgot to get some groceries2015-12-08Uf33 3! 2017-04-08 08:39:522017-04-08 08:39:52Picked up groceries2015-12-06Ke33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-12-02Rd33 -! 2017-04-08 08:39:522017-04-08 08:39:52Needed gas again2015-12-27Yc33 ;! 2017-04-08 08:39:522017-04-08 08:39:52Filled the car up again2015-12-17Lb33 !! 2017-04-08 08:39:522017-04-08 08:39:52Bought gas2015-12-07]a33  A! 2017-04-08 08:39:522017-04-08 08:39:52Insurance bill in December2015-12-10U`33 3! 2017-04-08 08:39:522017-04-08 08:39:52Power bill December2015-12-08R_33 -! 2017-04-08 08:39:522017-04-08 08:39:52TV bill December2015-12-06U^33 3! 2017-04-08 08:39:522017-04-08 08:39:52Water bill December2015-12-04S]33 /! 2017-04-08 08:39:522017-04-08 08:39:52Rent for December2015-12-02
(ÃH
ÍR×\á£f(;ƒP
332017-04-08 08:39:522017-04-08 08:39:52
è@6—
=p£×:ƒO
33 2017-04-08 08:39:522017-04-08 08:39:52èÀ6—
=p£×;ƒN
332017-04-08 08:39:522017-04-08 08:39:52 ç@2J=p£×
:ƒM
33 2017-04-08 08:39:522017-04-08 08:39:52çÀ2J=p£×
2017-03-19 17:58:07 +01:00
;ƒL
2017-04-08 17:51:34 +02:00
332017-04-08 08:39:522017-04-08 08:39:52æ@0èõÂ\):ƒK
33 2017-04-08 08:39:522017-04-08 08:39:52æÀ0èõÂ\);ƒJ
332017-04-08 08:39:522017-04-08 08:39:52å@6Þ¸Që…:ƒI
33 2017-04-08 08:39:522017-04-08 08:39:52åÀ6Þ¸Që…;ƒH
332017-04-08 08:39:522017-04-08 08:39:52ä@Fž¸Që…:ƒG
33 2017-04-08 08:39:522017-04-08 08:39:52äÀFž¸Që…;ƒF
332017-04-08 08:39:522017-04-08 08:39:52ã@H(õÂ\):ƒE
33 2017-04-08 08:39:522017-04-08 08:39:52ãÀH(õÂ\);ƒD
332017-04-08 08:39:522017-04-08 08:39:52â@D4záG®:ƒC
33 2017-04-08 08:39:522017-04-08 08:39:52âÀD4záG®;ƒB
332017-04-08 08:39:522017-04-08 08:39:52á@S•Â\(ö:ƒA
33 2017-04-08 08:39:522017-04-08 08:39:52áÀS•Â\(ö
J­O³e ­Uö¡JTr33 1! 2017-04-08 08:39:522017-04-08 08:39:52Water bill January2016-01-04Rq33 -! 2017-04-08 08:39:522017-04-08 08:39:52Rent for January2016-01-02\p33  ?! 2017-04-08 08:39:522017-04-08 08:39:52Saving money for December2015-12-28Uo33  1! 2017-04-08 08:39:522017-04-08 08:39:52Salary in December2015-12-24\n33 A! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks again2015-12-26Vm33 5! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks2015-12-13Kl33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-12-26Kk33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-12-23Kj33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2015-12-19[i33 ?! 2017-04-08 08:39:522017-04-08 08:39:52Groceries and some drinks2015-12-15Ph33 )! 2017-04-08 08:39:522017-04-08 08:39:52More groceries2015-12-11
BÃOÛ`"å§j,î±zB5ƒ`
332017-04-08 08:39:522017-04-08 08:39:52ðŒ4ƒ_
33 2017-04-08 08:39:522017-04-08 08:39:52ðÿt:ƒ^
33 2017-04-08 08:39:522017-04-08 08:39:52ï@™—áG®{;ƒ]
332017-04-08 08:39:522017-04-08 08:39:52ïÀ™—áG®{;ƒ\
332017-04-08 08:39:522017-04-08 08:39:52
î@/ë…¸Qì:ƒ[
2017-03-19 17:58:07 +01:00
33 2017-04-08 08:39:522017-04-08 08:39:52îÀ/ë…¸Qì;ƒZ
332017-04-08 08:39:522017-04-08 08:39:52
2017-04-08 17:51:34 +02:00
í@3J=p£×
:ƒY
33 2017-04-08 08:39:522017-04-08 08:39:52íÀ3J=p£×
;ƒX
332017-04-08 08:39:522017-04-08 08:39:52
ì@6®záG®:ƒW
33 2017-04-08 08:39:522017-04-08 08:39:52ìÀ6®záG®;ƒV
332017-04-08 08:39:522017-04-08 08:39:52 ë@5p£×
=q:ƒU
33 2017-04-08 08:39:522017-04-08 08:39:52ëÀ5p£×
=q4ƒT
332017-04-08 08:39:522017-04-08 08:39:52ê3ƒS
33 2017-04-08 08:39:522017-04-08 08:39:52êï;ƒR
332017-04-08 08:39:522017-04-08 08:39:52é@2ffffff:ƒQ
33 2017-04-08 08:39:522017-04-08 08:39:52éÀ2ffffff
4ÉTÙ^ ã¥h*í¯r4;ƒp
332017-04-08 08:39:522017-04-08 08:39:52ø@KzáG®{:ƒo
33 2017-04-08 08:39:522017-04-08 08:39:52øÀKzáG®{;ƒn
332017-04-08 08:39:522017-04-08 08:39:52÷@D¥¸Që…:ƒm
2017-03-19 17:58:07 +01:00
33 2017-04-08 08:39:522017-04-08 08:39:52÷ÀD¥¸Që…;ƒl
2017-04-08 17:51:34 +02:00
332017-04-08 08:39:522017-04-08 08:39:52ö@HèõÂ\):ƒk
33 2017-04-08 08:39:522017-04-08 08:39:52öÀHèõÂ\);ƒj
332017-04-08 08:39:522017-04-08 08:39:52õ@T¿\(õÂ:ƒi
33 2017-04-08 08:39:522017-04-08 08:39:52õÀT¿\(õÂ;ƒh
332017-04-08 08:39:522017-04-08 08:39:52ô@UË…¸Qì:ƒg
33 2017-04-08 08:39:522017-04-08 08:39:52ôÀUË…¸Qì;ƒf
332017-04-08 08:39:522017-04-08 08:39:52ó@L33333:ƒe
33 2017-04-08 08:39:522017-04-08 08:39:52óÀL33333;ƒd
332017-04-08 08:39:522017-04-08 08:39:52ò@!Š=p£×
:ƒc
33 2017-04-08 08:39:522017-04-08 08:39:52òÀ!Š=p£×
5ƒb
332017-04-08 08:39:522017-04-08 08:39:52ñM4ƒa
33 2017-04-08 08:39:522017-04-08 08:39:52ñü³
>¬Uö§Kö¨Pïœ>[}33 ?! 2017-04-08 08:39:522017-04-08 08:39:52Groceries and some drinks2016-01-15P|33 )! 2017-04-08 08:39:522017-04-08 08:39:52More groceries2016-01-11^{33 E! 2017-04-08 08:39:522017-04-08 08:39:52Forgot to get some groceries2016-01-08Uz33 3! 2017-04-08 08:39:522017-04-08 08:39:52Picked up groceries2016-01-06Ky33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-01-02Rx33 -! 2017-04-08 08:39:522017-04-08 08:39:52Needed gas again2016-01-27Yw33 ;! 2017-04-08 08:39:522017-04-08 08:39:52Filled the car up again2016-01-17Lv33 !! 2017-04-08 08:39:522017-04-08 08:39:52Bought gas2016-01-07\u33  ?! 2017-04-08 08:39:522017-04-08 08:39:52Insurance bill in January2016-01-10Tt33 1! 2017-04-08 08:39:522017-04-08 08:39:52Power bill January2016-01-08Qs33 +! 2017-04-08 08:39:522017-04-08 08:39:52TV bill January2016-01-06
(ÃH
ÍR×\á£f(;„
332017-04-08 08:39:522017-04-08 08:39:52
@7ŒÌÌÌÌÍ:ƒ
33 2017-04-08 08:39:522017-04-08 08:39:52À7ŒÌÌÌÌÍ;ƒ~
332017-04-08 08:39:522017-04-08 08:39:52 ÿ@5øQë…¸:ƒ}
33 2017-04-08 08:39:522017-04-08 08:39:52ÿÀ5øQë…¸;ƒ|
332017-04-08 08:39:522017-04-08 08:39:52þ@1ffffff:ƒ{
33 2017-04-08 08:39:522017-04-08 08:39:52þÀ1ffffff;ƒz
332017-04-08 08:39:522017-04-08 08:39:52ý@5Që…¸R:ƒy
33 2017-04-08 08:39:522017-04-08 08:39:52ýÀ5Që…¸R;ƒx
332017-04-08 08:39:522017-04-08 08:39:52
ü@6\(õÂ:ƒw
2017-04-08 17:51:34 +02:00
33 2017-04-08 08:39:522017-04-08 08:39:52üÀ6\(õÂ;ƒv
332017-04-08 08:39:522017-04-08 08:39:52 û@8¦fffff:ƒu
33 2017-04-08 08:39:522017-04-08 08:39:52ûÀ8¦fffff;ƒt
332017-04-08 08:39:522017-04-08 08:39:52ú@8¦fffff:ƒs
33 2017-04-08 08:39:522017-04-08 08:39:52úÀ8¦fffff;ƒr
332017-04-08 08:39:522017-04-08 08:39:52ù@8£×
=p¤:ƒq
33 2017-04-08 08:39:522017-04-08 08:39:52ùÀ8£×
=p¤
N²d½^©Sû¦NU33 3! 2017-04-08 08:39:522017-04-08 08:39:52Power bill February2016-02-08R33 -! 2017-04-08 08:39:522017-04-08 08:39:52TV bill February2016-02-06U33 3! 2017-04-08 08:39:522017-04-08 08:39:52Water bill February2016-02-04S33 /! 2017-04-08 08:39:522017-04-08 08:39:52Rent for February2016-02-02[33  =! 2017-04-08 08:39:522017-04-08 08:39:52Saving money for January2016-01-28T33  /! 2017-04-08 08:39:522017-04-08 08:39:52Salary in January2016-01-24\33 A! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks again2016-01-26V33 5! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks2016-01-13K33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-01-26K33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-01-23K~33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-01-19
@ÃH
ÌX é±t6ù»~@;„
332017-04-08 08:39:522017-04-08 08:39:52@RøQë…¸:„
33 2017-04-08 08:39:522017-04-08 08:39:52ÀRøQë…¸;„
2017-03-19 17:58:07 +01:00
332017-04-08 08:39:522017-04-08 08:39:52@M#×
2017-04-08 17:51:34 +02:00
=p¤:„
33 2017-04-08 08:39:522017-04-08 08:39:52ÀM#×
=p¤;„
332017-04-08 08:39:522017-04-08 08:39:52@!¨õÂ\):„
33 2017-04-08 08:39:522017-04-08 08:39:52À!¨õÂ\)5„
332017-04-08 08:39:522017-04-08 08:39:52M4„
33 2017-04-08 08:39:522017-04-08 08:39:52ü³5„
332017-04-08 08:39:522017-04-08 08:39:52Œ4„
33 2017-04-08 08:39:522017-04-08 08:39:52ÿt:„
33 2017-04-08 08:39:522017-04-08 08:39:52@šG£×
=q;„
332017-04-08 08:39:522017-04-08 08:39:52ÀšG£×
=q;„
332017-04-08 08:39:522017-04-08 08:39:52
@:záG®:„
33 2017-04-08 08:39:522017-04-08 08:39:52À:záG®;„
332017-04-08 08:39:522017-04-08 08:39:52
2017-03-19 17:58:07 +01:00
@4îzáG®:„
2017-04-08 17:51:34 +02:00
33 2017-04-08 08:39:522017-04-08 08:39:52À4îzáG®
L Qõ RúFèšLK33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-02-23K33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-02-19[33 ?! 2017-04-08 08:39:522017-04-08 08:39:52Groceries and some drinks2016-02-15P33 )! 2017-04-08 08:39:522017-04-08 08:39:52More groceries2016-02-11^33 E! 2017-04-08 08:39:522017-04-08 08:39:52Forgot to get some groceries2016-02-08U33 3! 2017-04-08 08:39:522017-04-08 08:39:52Picked up groceries2016-02-06K
33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-02-02R 33 -! 2017-04-08 08:39:522017-04-08 08:39:52Needed gas again2016-02-27Y 33 ;! 2017-04-08 08:39:522017-04-08 08:39:52Filled the car up again2016-02-17L
33 !! 2017-04-08 08:39:522017-04-08 08:39:52Bought gas2016-02-07] 33  A! 2017-04-08 08:39:522017-04-08 08:39:52Insurance bill in February2016-02-10
(ÃH
ÍR×\á£f(;„
332017-04-08 08:39:522017-04-08 08:39:52
@1c×
=p¤:„
33 2017-04-08 08:39:522017-04-08 08:39:52À1c×
=p¤;„
332017-04-08 08:39:522017-04-08 08:39:52 @7ÌÌÌÌÌÍ:„
33 2017-04-08 08:39:522017-04-08 08:39:52À7ÌÌÌÌÌÍ;„
332017-04-08 08:39:522017-04-08 08:39:52@3#×
=p¤:„
33 2017-04-08 08:39:522017-04-08 08:39:52À3#×
2017-03-19 17:58:07 +01:00
=p¤;„
2017-04-08 17:51:34 +02:00
332017-04-08 08:39:522017-04-08 08:39:52
@4+…¸Qì:„
33 2017-04-08 08:39:522017-04-08 08:39:52
À4+…¸Qì;„
332017-04-08 08:39:522017-04-08 08:39:52 @I£×
=q:„
33 2017-04-08 08:39:522017-04-08 08:39:52 ÀI£×
=q;„
332017-04-08 08:39:522017-04-08 08:39:52 @H#×
=p¤:„
33 2017-04-08 08:39:522017-04-08 08:39:52 ÀH#×
=p¤;„
332017-04-08 08:39:522017-04-08 08:39:52
@FZáG®{:„
33 2017-04-08 08:39:522017-04-08 08:39:52
ÀFZáG®{;„
332017-04-08 08:39:522017-04-08 08:39:52 @THQë…¸:„
2017-03-19 17:58:07 +01:00
33 2017-04-08 08:39:522017-04-08 08:39:52 ÀTHQë…¸
2017-04-08 17:51:34 +02:00
4ÃH
ÍR×\à£l45„0
332017-04-08 08:39:522017-04-08 08:39:52Œ4„/
33 2017-04-08 08:39:522017-04-08 08:39:52ÿt:„.
33 2017-04-08 08:39:522017-04-08 08:39:52@˜‰®záH;„-
332017-04-08 08:39:522017-04-08 08:39:52À˜‰®záH;„,
332017-04-08 08:39:522017-04-08 08:39:52
@2Ç®záH:„+
33 2017-04-08 08:39:522017-04-08 08:39:52À2Ç®záH;„*
332017-04-08 08:39:522017-04-08 08:39:52
@8úáG®{:„)
33 2017-04-08 08:39:522017-04-08 08:39:52À8úáG®{;„(
332017-04-08 08:39:522017-04-08 08:39:52
@0ffffff:„'
33 2017-04-08 08:39:522017-04-08 08:39:52À0ffffff;„&
332017-04-08 08:39:522017-04-08 08:39:52 @/:„%
33 2017-04-08 08:39:522017-04-08 08:39:52À/;„$
332017-04-08 08:39:522017-04-08 08:39:52@3ð£×
=q:„#
33 2017-04-08 08:39:522017-04-08 08:39:52À3ð£×
=q;„"
332017-04-08 08:39:522017-04-08 08:39:52@5záG®:„!
33 2017-04-08 08:39:522017-04-08 08:39:52À5záG®
H²Yú¢CðIôHL33 !! 2017-04-08 08:39:522017-04-08 08:39:52Bought gas2016-03-07Z33  ;! 2017-04-08 08:39:522017-04-08 08:39:52Insurance bill in March2016-03-10R33 -! 2017-04-08 08:39:522017-04-08 08:39:52Power bill March2016-03-08O33 '! 2017-04-08 08:39:522017-04-08 08:39:52TV bill March2016-03-06R33 -! 2017-04-08 08:39:522017-04-08 08:39:52Water bill March2016-03-04P33 )! 2017-04-08 08:39:522017-04-08 08:39:52Rent for March2016-03-02\33  ?! 2017-04-08 08:39:522017-04-08 08:39:52Saving money for February2016-02-28U33  1! 2017-04-08 08:39:522017-04-08 08:39:52Salary in February2016-02-24\33 A! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks again2016-02-26V33 5! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks2016-02-13K33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-02-26
4ÉTÙ^ ã¥h*í¯r4;„@
332017-04-08 08:39:522017-04-08 08:39:52 @Iž¸Që…:„?
33 2017-04-08 08:39:522017-04-08 08:39:52 ÀIž¸Që…;„>
332017-04-08 08:39:522017-04-08 08:39:52@G'®záH:„=
33 2017-04-08 08:39:522017-04-08 08:39:52ÀG'®záH;„<
332017-04-08 08:39:522017-04-08 08:39:52@HtzáG®:„;
33 2017-04-08 08:39:522017-04-08 08:39:52ÀHtzáG®;„:
332017-04-08 08:39:522017-04-08 08:39:52@T®záH:„9
2017-03-19 17:58:07 +01:00
33 2017-04-08 08:39:522017-04-08 08:39:52ÀT®záH;„8
2017-04-08 17:51:34 +02:00
332017-04-08 08:39:522017-04-08 08:39:52@U©™™™™š:„7
2017-03-19 17:58:07 +01:00
33 2017-04-08 08:39:522017-04-08 08:39:52ÀU©™™™™š;„6
2017-04-08 17:51:34 +02:00
332017-04-08 08:39:522017-04-08 08:39:52@IøQë…¸:„5
33 2017-04-08 08:39:522017-04-08 08:39:52ÀIøQë…¸;„4
2017-03-19 17:58:07 +01:00
332017-04-08 08:39:522017-04-08 08:39:52@ ÌÌÌÌÌÍ:„3
2017-04-08 17:51:34 +02:00
33 2017-04-08 08:39:522017-04-08 08:39:52À ÌÌÌÌÌÍ5„2
332017-04-08 08:39:522017-04-08 08:39:52M4„1
33 2017-04-08 08:39:522017-04-08 08:39:52ü³
T¤O©HõIû­TV)33 5! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks2016-03-13K(33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-03-26K'33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-03-23K&33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-03-19[%33 ?! 2017-04-08 08:39:522017-04-08 08:39:52Groceries and some drinks2016-03-15P$33 )! 2017-04-08 08:39:522017-04-08 08:39:52More groceries2016-03-11^#33 E! 2017-04-08 08:39:522017-04-08 08:39:52Forgot to get some groceries2016-03-08U"33 3! 2017-04-08 08:39:522017-04-08 08:39:52Picked up groceries2016-03-06K!33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-03-02R 33 -! 2017-04-08 08:39:522017-04-08 08:39:52Needed gas again2016-03-27Y33 ;! 2017-04-08 08:39:522017-04-08 08:39:52Filled the car up again2016-03-17
(ÃH
ÍR×\á£f(;„P
332017-04-08 08:39:522017-04-08 08:39:52
(@0G®záH:„O
33 2017-04-08 08:39:522017-04-08 08:39:52(À0G®záH;„N
332017-04-08 08:39:522017-04-08 08:39:52 '@0õÂ\(ö:„M
33 2017-04-08 08:39:522017-04-08 08:39:52'À0õÂ\(ö;„L
332017-04-08 08:39:522017-04-08 08:39:52&@4333333:„K
33 2017-04-08 08:39:522017-04-08 08:39:52&À4333333;„J
332017-04-08 08:39:522017-04-08 08:39:52%@6333333:„I
33 2017-04-08 08:39:522017-04-08 08:39:52%À6333333;„H
332017-04-08 08:39:522017-04-08 08:39:52
$@0^¸Që…:„G
33 2017-04-08 08:39:522017-04-08 08:39:52$À0^¸Që…;„F
2017-03-19 17:58:07 +01:00
332017-04-08 08:39:522017-04-08 08:39:52 #@5îzáG®:„E
2017-04-08 17:51:34 +02:00
33 2017-04-08 08:39:522017-04-08 08:39:52#À5îzáG®;„D
332017-04-08 08:39:522017-04-08 08:39:52"@4(õÂ\:„C
33 2017-04-08 08:39:522017-04-08 08:39:52"À4(õÂ\;„B
332017-04-08 08:39:522017-04-08 08:39:52!@3.záG®:„A
33 2017-04-08 08:39:522017-04-08 08:39:52!À3.záG®
@ÃH
ÌX é±t6ù»~@;„`
332017-04-08 08:39:522017-04-08 08:39:520@RêáG®{:„_
33 2017-04-08 08:39:522017-04-08 08:39:520ÀRêáG®{;„^
332017-04-08 08:39:522017-04-08 08:39:52/@L½p£×
=:„]
33 2017-04-08 08:39:522017-04-08 08:39:52/ÀL½p£×
=;„\
332017-04-08 08:39:522017-04-08 08:39:52.@$úáG®{:„[
33 2017-04-08 08:39:522017-04-08 08:39:52.À$úáG®{5„Z
332017-04-08 08:39:522017-04-08 08:39:52-M4„Y
33 2017-04-08 08:39:522017-04-08 08:39:52-ü³5„X
332017-04-08 08:39:522017-04-08 08:39:52,Œ4„W
33 2017-04-08 08:39:522017-04-08 08:39:52,ÿt:„V
33 2017-04-08 08:39:522017-04-08 08:39:52+@™õ¸Që…;„U
332017-04-08 08:39:522017-04-08 08:39:52+À™õ¸Që…;„T
332017-04-08 08:39:522017-04-08 08:39:52
*@.úáG®{:„S
33 2017-04-08 08:39:522017-04-08 08:39:52*À.úáG®{;„R
332017-04-08 08:39:522017-04-08 08:39:52
)@Aê=p£×
:„Q
33 2017-04-08 08:39:522017-04-08 08:39:52)ÀAê=p£×
2017-04-08 17:51:34 +02:00
D¡LðHö¡DõDR433 -! 2017-04-08 08:39:522017-04-08 08:39:52Needed gas again2016-04-27Y333 ;! 2017-04-08 08:39:522017-04-08 08:39:52Filled the car up again2016-04-17L233 !! 2017-04-08 08:39:522017-04-08 08:39:52Bought gas2016-04-07Z133  ;! 2017-04-08 08:39:522017-04-08 08:39:52Insurance bill in April2016-04-10R033 -! 2017-04-08 08:39:522017-04-08 08:39:52Power bill April2016-04-08O/33 '! 2017-04-08 08:39:522017-04-08 08:39:52TV bill April2016-04-06R.33 -! 2017-04-08 08:39:522017-04-08 08:39:52Water bill April2016-04-04P-33 )! 2017-04-08 08:39:522017-04-08 08:39:52Rent for April2016-04-02Y,33  9! 2017-04-08 08:39:522017-04-08 08:39:52Saving money for March2016-03-28R+33  +! 2017-04-08 08:39:522017-04-08 08:39:52Salary in March2016-03-24\*33 A! 2017-04-08 08:39:522017-04-08 08:39: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-04-08 08:39:522017-04-08 08:39:52
8@0=p£×
=:„o
33 2017-04-08 08:39:522017-04-08 08:39:528À0=p£×
=;„n
332017-04-08 08:39:522017-04-08 08:39:52 7@.”záG®:„m
2017-03-19 17:58:07 +01:00
33 2017-04-08 08:39:522017-04-08 08:39:527À.”záG®;„l
332017-04-08 08:39:522017-04-08 08:39:526@25Â\(ö:„k
2017-04-08 17:51:34 +02:00
33 2017-04-08 08:39:522017-04-08 08:39:526À25Â\(ö;„j
332017-04-08 08:39:522017-04-08 08:39:525@8ÌÌÌÌÌÍ:„i
33 2017-04-08 08:39:522017-04-08 08:39:525À8ÌÌÌÌÌÍ;„h
332017-04-08 08:39:522017-04-08 08:39:524@ItzáG®:„g
33 2017-04-08 08:39:522017-04-08 08:39:524ÀItzáG®;„f
332017-04-08 08:39:522017-04-08 08:39:523@DìÌÌÌÌÍ:„e
33 2017-04-08 08:39:522017-04-08 08:39:523ÀDìÌÌÌÌÍ;„d
332017-04-08 08:39:522017-04-08 08:39:522@Gþ¸Që…:„c
33 2017-04-08 08:39:522017-04-08 08:39:522ÀGþ¸Që…;„b
332017-04-08 08:39:522017-04-08 08:39:521@S.¸Që…:„a
33 2017-04-08 08:39:522017-04-08 08:39:521ÀS.¸Që…
Q²Zù¦Hú¬^¦QR?33  +! 2017-04-08 08:39:522017-04-08 08:39:52Salary in April2016-04-24\>33 A! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks again2016-04-26V=33 5! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks2016-04-13K<33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-04-26K;33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-04-23K:33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-04-19[933 ?! 2017-04-08 08:39:522017-04-08 08:39:52Groceries and some drinks2016-04-15P833 )! 2017-04-08 08:39:522017-04-08 08:39:52More groceries2016-04-11^733 E! 2017-04-08 08:39:522017-04-08 08:39:52Forgot to get some groceries2016-04-08U633 3! 2017-04-08 08:39:522017-04-08 08:39:52Picked up groceries2016-04-06K533 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-04-02
4ÃH
ÍR×\à£l45…
332017-04-08 08:39:522017-04-08 08:39:52@Œ4„
33 2017-04-08 08:39:522017-04-08 08:39:52@ÿt:„~
33 2017-04-08 08:39:522017-04-08 08:39:52?@™ ™™™™š;„}
332017-04-08 08:39:522017-04-08 08:39:52?À™ ™™™™š;„|
332017-04-08 08:39:522017-04-08 08:39:52
>@:(õÂ\):„{
33 2017-04-08 08:39:522017-04-08 08:39:52>À:(õÂ\);„z
332017-04-08 08:39:522017-04-08 08:39:52
=@1ffffff:„y
33 2017-04-08 08:39:522017-04-08 08:39:52=À1ffffff;„x
332017-04-08 08:39:522017-04-08 08:39:52
<@6£×
=p¤:„w
33 2017-04-08 08:39:522017-04-08 08:39:52<À6£×
=p¤;„v
332017-04-08 08:39:522017-04-08 08:39:52 ;@8\(õÃ:„u
33 2017-04-08 08:39:522017-04-08 08:39:52;À8\(õÃ;„t
332017-04-08 08:39:522017-04-08 08:39:52:@1:áG®{:„s
33 2017-04-08 08:39:522017-04-08 08:39:52:À1:áG®{;„r
332017-04-08 08:39:522017-04-08 08:39:529@38Që…¸:„q
33 2017-04-08 08:39:522017-04-08 08:39:529À38Që…¸
2017-03-19 17:58:07 +01:00
W¿÷îåÛÑǽ³©Ÿxof]TKB9/%ýóéßÕÌú±¨Ÿƒyoe[QG=3) üóêá×Íù¯¥}tkbYPG>5+!
2017-04-08 17:51:34 +02:00
ùïåÛÑÈ¿‚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-04-08 08:39:522017-04-08 08:39:52Picked up groceries2016-05-06KI33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-05-02RH33 -! 2017-04-08 08:39:522017-04-08 08:39:52Needed gas again2016-05-27YG33 ;! 2017-04-08 08:39:522017-04-08 08:39:52Filled the car up again2016-05-17LF33 !! 2017-04-08 08:39:522017-04-08 08:39:52Bought gas2016-05-07XE33  7! 2017-04-08 08:39:522017-04-08 08:39:52Insurance bill in May2016-05-10PD33 )! 2017-04-08 08:39:522017-04-08 08:39:52Power bill May2016-05-08MC33 #! 2017-04-08 08:39:522017-04-08 08:39:52TV bill May2016-05-06PB33 )! 2017-04-08 08:39:522017-04-08 08:39:52Water bill May2016-05-04NA33 %! 2017-04-08 08:39:522017-04-08 08:39:52Rent for May2016-05-02Y@33  9! 2017-04-08 08:39:522017-04-08 08:39:52Saving money for April2016-04-28
4ÉTÙ^ ã¥h*í¯r4;…
332017-04-08 08:39:522017-04-08 08:39:52H@Iw
=p£×:…
33 2017-04-08 08:39:522017-04-08 08:39:52HÀIw
=p£×;…
332017-04-08 08:39:522017-04-08 08:39:52G@HtzáG®:…
33 2017-04-08 08:39:522017-04-08 08:39:52GÀHtzáG®;…
332017-04-08 08:39:522017-04-08 08:39:52F@HUÂ\(ö:…
33 2017-04-08 08:39:522017-04-08 08:39:52FÀHUÂ\(ö;…
332017-04-08 08:39:522017-04-08 08:39:52E@U£×
=q:…
33 2017-04-08 08:39:522017-04-08 08:39:52EÀU£×
=q;…
332017-04-08 08:39:522017-04-08 08:39:52D@U›…¸Qì:…
33 2017-04-08 08:39:522017-04-08 08:39:52DÀU›…¸Qì;…
2017-02-22 20:35:31 +01:00
332017-04-08 08:39:522017-04-08 08:39:52C@LY™™™™š:…
2017-03-19 17:58:07 +01:00
33 2017-04-08 08:39:522017-04-08 08:39:52CÀLY™™™™š;…
332017-04-08 08:39:522017-04-08 08:39:52B@ £×
2017-04-08 17:51:34 +02:00
=p¤:…
33 2017-04-08 08:39:522017-04-08 08:39:52BÀ £×
=p¤5…
332017-04-08 08:39:522017-04-08 08:39:52AM4…
33 2017-04-08 08:39:522017-04-08 08:39:52Aü³
(ÃH
ÍR×\á£f(;…
332017-04-08 08:39:522017-04-08 08:39:52
P@2®záG®:…
33 2017-04-08 08:39:522017-04-08 08:39:52PÀ2®záG®;…
332017-04-08 08:39:522017-04-08 08:39:52 O@2¸Që…¸:…
33 2017-04-08 08:39:522017-04-08 08:39:52OÀ2¸Që…¸;…
332017-04-08 08:39:522017-04-08 08:39:52N@7€:…
33 2017-04-08 08:39:522017-04-08 08:39:52NÀ7€;…
332017-04-08 08:39:522017-04-08 08:39:52M@1‡®záH:…
33 2017-04-08 08:39:522017-04-08 08:39:52MÀ1‡®záH;…
2017-03-19 17:58:07 +01:00
332017-04-08 08:39:522017-04-08 08:39:52
2017-04-08 17:51:34 +02:00
L@2E¸Që…:…
33 2017-04-08 08:39:522017-04-08 08:39:52LÀ2E¸Që…;…
332017-04-08 08:39:522017-04-08 08:39:52 K@0\(õÃ:…
33 2017-04-08 08:39:522017-04-08 08:39:52KÀ0\(õÃ;…
332017-04-08 08:39:522017-04-08 08:39:52J@5Që…¸R:…
33 2017-04-08 08:39:522017-04-08 08:39:52JÀ5Që…¸R;…
332017-04-08 08:39:522017-04-08 08:39:52I@7æfffff:…
33 2017-04-08 08:39:522017-04-08 08:39:52IÀ7æfffff
MŸLî R«LùŸMOU33 '! 2017-04-08 08:39:522017-04-08 08:39:52Rent for June2016-06-02WT33  5! 2017-04-08 08:39:522017-04-08 08:39:52Saving money for May2016-05-28PS33  '! 2017-04-08 08:39:522017-04-08 08:39:52Salary in May2016-05-24\R33 A! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks again2016-05-26VQ33 5! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks2016-05-13KP33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-05-26KO33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-05-23KN33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-05-19[M33 ?! 2017-04-08 08:39:522017-04-08 08:39:52Groceries and some drinks2016-05-15PL33 )! 2017-04-08 08:39:522017-04-08 08:39:52More groceries2016-05-11^K33 E! 2017-04-08 08:39:522017-04-08 08:39:52Forgot to get some groceries2016-05-08
@ÃH
ÌX é±t6ù»~@;…0
332017-04-08 08:39:522017-04-08 08:39:52X@SáG®zá:…/
33 2017-04-08 08:39:522017-04-08 08:39:52XÀSáG®zá;….
332017-04-08 08:39:522017-04-08 08:39:52W@LÂ\(õÃ:…-
33 2017-04-08 08:39:522017-04-08 08:39:52WÀLÂ\(õÃ;…,
332017-04-08 08:39:522017-04-08 08:39:52V@'ë…¸Qì:…+
33 2017-04-08 08:39:522017-04-08 08:39:52VÀ'ë…¸Qì5…*
332017-04-08 08:39:522017-04-08 08:39:52UM4…)
33 2017-04-08 08:39:522017-04-08 08:39:52Uü³5…(
332017-04-08 08:39:522017-04-08 08:39:52TŒ4…'
33 2017-04-08 08:39:522017-04-08 08:39:52Tÿt:…&
33 2017-04-08 08:39:522017-04-08 08:39:52S@šw\(õÃ;…%
332017-04-08 08:39:522017-04-08 08:39:52SÀšw\(õÃ;…$
332017-04-08 08:39:522017-04-08 08:39:52
R@:³33333:…#
33 2017-04-08 08:39:522017-04-08 08:39:52RÀ:³33333;…"
332017-04-08 08:39:522017-04-08 08:39:52
Q@<ž¸Që…:…!
33 2017-04-08 08:39:522017-04-08 08:39:52QÀ<ž¸Që…
Q¬[«\«]¤QP`33 )! 2017-04-08 08:39:522017-04-08 08:39:52More groceries2016-06-11^_33 E! 2017-04-08 08:39:522017-04-08 08:39:52Forgot to get some groceries2016-06-08U^33 3! 2017-04-08 08:39:522017-04-08 08:39:52Picked up groceries2016-06-06K]33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-06-02R\33 -! 2017-04-08 08:39:522017-04-08 08:39:52Needed gas again2016-06-27Y[33 ;! 2017-04-08 08:39:522017-04-08 08:39:52Filled the car up again2016-06-17LZ33 !! 2017-04-08 08:39:522017-04-08 08:39:52Bought gas2016-06-07YY33  9! 2017-04-08 08:39:522017-04-08 08:39:52Insurance bill in June2016-06-10QX33 +! 2017-04-08 08:39:522017-04-08 08:39:52Power bill June2016-06-08NW33 %! 2017-04-08 08:39:522017-04-08 08:39:52TV bill June2016-06-06QV33 +! 2017-04-08 08:39:522017-04-08 08:39:52Water bill June2016-06-04
(ÃH
ÍR×\á£f(;…@
332017-04-08 08:39:522017-04-08 08:39:52
`@1@:…?
33 2017-04-08 08:39:522017-04-08 08:39:52`À1@;…>
332017-04-08 08:39:522017-04-08 08:39:52 _@7™™™™™š:…=
33 2017-04-08 08:39:522017-04-08 08:39:52_À7™™™™™š;…<
332017-04-08 08:39:522017-04-08 08:39:52^@3‡®záH:…;
33 2017-04-08 08:39:522017-04-08 08:39:52^À3‡®záH;…:
332017-04-08 08:39:522017-04-08 08:39:52]@0ÔzáG®:…9
33 2017-04-08 08:39:522017-04-08 08:39:52]À0ÔzáG®;…8
332017-04-08 08:39:522017-04-08 08:39:52\@H"\(õÃ:…7
33 2017-04-08 08:39:522017-04-08 08:39:52\ÀH"\(õÃ;…6
332017-04-08 08:39:522017-04-08 08:39:52[@DS33333:…5
33 2017-04-08 08:39:522017-04-08 08:39:52[ÀDS33333;…4
332017-04-08 08:39:522017-04-08 08:39:52Z@GB\(õÃ:…3
33 2017-04-08 08:39:522017-04-08 08:39:52ZÀGB\(õÃ;…2
332017-04-08 08:39:522017-04-08 08:39:52Y@S‹…¸Qì:…1
33 2017-04-08 08:39:522017-04-08 08:39:52YÀS‹…¸
Z¢T¸_¬Qÿ«ZNk33 %! 2017-04-08 08:39:522017-04-08 08:39:52TV bill July2016-07-06Qj33 +! 2017-04-08 08:39:522017-04-08 08:39:52Water bill July2016-07-04Oi33 '! 2017-04-08 08:39:522017-04-08 08:39:52Rent for July2016-07-02Xh33  7! 2017-04-08 08:39:522017-04-08 08:39:52Saving money for June2016-06-28Qg33  )! 2017-04-08 08:39:522017-04-08 08:39:52Salary in June2016-06-24\f33 A! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks again2016-06-26Ve33 5! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks2016-06-13Kd33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-06-26Kc33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-06-23Kb33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-06-19[a33 ?! 2017-04-08 08:39:522017-04-08 08:39:52Groceries and some drinks2016-06-15
4ÃH
ÍR×\à£l45…P
332017-04-08 08:39:522017-04-08 08:39:52hŒ4…O
33 2017-04-08 08:39:522017-04-08 08:39:52hÿt:…N
33 2017-04-08 08:39:522017-04-08 08:39:52g@™ìzáG®;…M
332017-04-08 08:39:522017-04-08 08:39:52gÀ™ìzáG®;…L
332017-04-08 08:39:522017-04-08 08:39:52
f@@¸Që…¸:…K
33 2017-04-08 08:39:522017-04-08 08:39:52fÀ@¸Që…¸;…J
2017-03-19 17:58:07 +01:00
332017-04-08 08:39:522017-04-08 08:39:52
2017-04-08 17:51:34 +02:00
e@7TzáG®:…I
33 2017-04-08 08:39:522017-04-08 08:39:52eÀ7TzáG®;…H
332017-04-08 08:39:522017-04-08 08:39:52
d@0W
=p£×:…G
33 2017-04-08 08:39:522017-04-08 08:39:52dÀ0W
=p£×;…F
332017-04-08 08:39:522017-04-08 08:39:52 c@8áG®zá:…E
33 2017-04-08 08:39:522017-04-08 08:39:52cÀ8áG®zá;…D
332017-04-08 08:39:522017-04-08 08:39:52b@4LÌÌÌÌÍ:…C
2017-04-08 17:51:34 +02:00
33 2017-04-08 08:39:522017-04-08 08:39:52bÀ4LÌÌÌÌÍ;…B
332017-04-08 08:39:522017-04-08 08:39:52a@4TzáG®:…A
33 2017-04-08 08:39:522017-04-08 08:39:52aÀ4TzáG®
4ÉTÙ^ ã¥h*í¯r4;…`
332017-04-08 08:39:522017-04-08 08:39:52p@H!G®zá:…_
33 2017-04-08 08:39:522017-04-08 08:39:52pÀH!G®zá;…^
332017-04-08 08:39:522017-04-08 08:39:52o@D§®záH:…]
33 2017-04-08 08:39:522017-04-08 08:39:52oÀD§®záH;…\
332017-04-08 08:39:522017-04-08 08:39:52n@HîzáG®:…[
33 2017-04-08 08:39:522017-04-08 08:39:52nÀHîzáG®;…Z
332017-04-08 08:39:522017-04-08 08:39:52m@UJáG®{:…Y
33 2017-04-08 08:39:522017-04-08 08:39:52mÀUJáG®{;…X
332017-04-08 08:39:522017-04-08 08:39:52l@UœÌÌÌÌÍ:…W
33 2017-04-08 08:39:522017-04-08 08:39:52lÀUœÌÌÌÌÍ;…V
332017-04-08 08:39:522017-04-08 08:39:52k@Lë…¸R:…U
33 2017-04-08 08:39:522017-04-08 08:39:52kÀLë…¸R;…T
332017-04-08 08:39:522017-04-08 08:39:52j@&£×
2017-03-19 17:58:07 +01:00
=p¤:…S
2017-04-08 17:51:34 +02:00
33 2017-04-08 08:39:522017-04-08 08:39:52jÀ&£×
=p¤5…R
332017-04-08 08:39:522017-04-08 08:39:52iM4…Q
33 2017-04-08 08:39:522017-04-08 08:39:52iü³
J¬P¥PªIö˜JKv33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-07-19[u33 ?! 2017-04-08 08:39:522017-04-08 08:39:52Groceries and some drinks2016-07-15Pt33 )! 2017-04-08 08:39:522017-04-08 08:39:52More groceries2016-07-11^s33 E! 2017-04-08 08:39:522017-04-08 08:39:52Forgot to get some groceries2016-07-08Ur33 3! 2017-04-08 08:39:522017-04-08 08:39:52Picked up groceries2016-07-06Kq33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-07-02Rp33 -! 2017-04-08 08:39:522017-04-08 08:39:52Needed gas again2016-07-27Yo33 ;! 2017-04-08 08:39:522017-04-08 08:39:52Filled the car up again2016-07-17Ln33 !! 2017-04-08 08:39:522017-04-08 08:39:52Bought gas2016-07-07Ym33  9! 2017-04-08 08:39:522017-04-08 08:39:52Insurance bill in July2016-07-10Ql33 +! 2017-04-08 08:39:522017-04-08 08:39:52Power bill July2016-07-08
(ÃH
ÍR×\á£f(;…p
332017-04-08 08:39:522017-04-08 08:39:52
x@1ë…¸Qì:…o
33 2017-04-08 08:39:522017-04-08 08:39:52xÀ1ë…¸Qì;…n
332017-04-08 08:39:522017-04-08 08:39:52 w@6:áG®{:…m
33 2017-04-08 08:39:522017-04-08 08:39:52wÀ6:áG®{;…l
332017-04-08 08:39:522017-04-08 08:39:52v@6\(õÂ:…k
33 2017-04-08 08:39:522017-04-08 08:39:52vÀ6\(õÂ;…j
332017-04-08 08:39:522017-04-08 08:39:52u@/”záG®:…i
33 2017-04-08 08:39:522017-04-08 08:39:52uÀ/”záG®;…h
332017-04-08 08:39:522017-04-08 08:39:52
t@35Â\(ö:…g
2017-03-19 17:58:07 +01:00
33 2017-04-08 08:39:522017-04-08 08:39:52tÀ35Â\(ö;…f
2017-04-08 17:51:34 +02:00
332017-04-08 08:39:522017-04-08 08:39:52 s@8ŒÌÌÌÌÍ:…e
33 2017-04-08 08:39:522017-04-08 08:39:52sÀ8ŒÌÌÌÌÍ;…d
332017-04-08 08:39:522017-04-08 08:39:52r@/ÌÌÌÌÌÍ:…c
33 2017-04-08 08:39:522017-04-08 08:39:52rÀ/ÌÌÌÌÌÍ;…b
332017-04-08 08:39:522017-04-08 08:39:52q@4nzáG®:…a
33 2017-04-08 08:39:522017-04-08 08:39:52qÀ4nzáG®
L²d ¬Xý©SªL33  =! 2017-04-08 08:39:522017-04-08 08:39:52Insurance bill in August2016-08-10Sƒ33 /! 2017-04-08 08:39:522017-04-08 08:39:52Power bill August2016-08-08P33 )! 2017-04-08 08:39:522017-04-08 08:39:52TV bill August2016-08-06S~33 /! 2017-04-08 08:39:522017-04-08 08:39:52Water bill August2016-08-04Q}33 +! 2017-04-08 08:39:522017-04-08 08:39:52Rent for August2016-08-02X|33  7! 2017-04-08 08:39:522017-04-08 08:39:52Saving money for July2016-07-28Q{33  )! 2017-04-08 08:39:522017-04-08 08:39:52Salary in July2016-07-24\z33 A! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks again2016-07-26Vy33 5! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks2016-07-13Kx33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-07-26Kw33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-07-23
@ÃH
ÌX é±t6ù»~@;†
332017-04-08 08:39:522017-04-08 08:39:52€@U§
=p£×:…
33 2017-04-08 08:39:522017-04-08 08:39:52€ÀU§
=p£×;…~
332017-04-08 08:39:522017-04-08 08:39:52@LÕÂ\(ö:…}
33 2017-04-08 08:39:522017-04-08 08:39:52ÀLÕÂ\(ö;…|
332017-04-08 08:39:522017-04-08 08:39:52~@#Ñë…¸R:…{
33 2017-04-08 08:39:522017-04-08 08:39:52~À#Ñë…¸R5…z
332017-04-08 08:39:522017-04-08 08:39:52}M4…y
33 2017-04-08 08:39:522017-04-08 08:39:52}ü³5…x
332017-04-08 08:39:522017-04-08 08:39:52|Œ4…w
33 2017-04-08 08:39:522017-04-08 08:39:52|ÿt:…v
33 2017-04-08 08:39:522017-04-08 08:39:52{@™«=p£×
;…u
332017-04-08 08:39:522017-04-08 08:39:52{À™«=p£×
;…t
2017-03-19 17:58:07 +01:00
332017-04-08 08:39:522017-04-08 08:39:52
2017-04-08 17:51:34 +02:00
z@?ŒÌÌÌÌÍ:…s
2017-03-19 17:58:07 +01:00
33 2017-04-08 08:39:522017-04-08 08:39:52zÀ?ŒÌÌÌÌÍ;…r
2017-04-08 17:51:34 +02:00
332017-04-08 08:39:522017-04-08 08:39:52
y@6\(õÃ:…q
33 2017-04-08 08:39:522017-04-08 08:39:52yÀ6\(õÃ
(ÃH
ÍR×\á£f(;†
332017-04-08 08:39:522017-04-08 08:39:52
ˆ@0k…¸Qì:†
33 2017-04-08 08:39:522017-04-08 08:39:52ˆÀ0k…¸Qì;†
332017-04-08 08:39:522017-04-08 08:39:52 ‡@5ë…¸Qì:†
33 2017-04-08 08:39:522017-04-08 08:39:52‡À5ë…¸Qì;†
332017-04-08 08:39:522017-04-08 08:39:52†@5Y™™™™š:†
33 2017-04-08 08:39:522017-04-08 08:39:52†À5Y™™™™š;†
332017-04-08 08:39:522017-04-08 08:39:52…@5Që…¸R:†
33 2017-04-08 08:39:522017-04-08 08:39:52…À5Që…¸R;†
332017-04-08 08:39:522017-04-08 08:39:52„@H‡®záH:†
33 2017-04-08 08:39:522017-04-08 08:39:52„ÀH‡®záH;†
332017-04-08 08:39:522017-04-08 08:39:52ƒ@H‹…¸Qì:†
33 2017-04-08 08:39:522017-04-08 08:39:52ƒÀH‹…¸Qì;†
332017-04-08 08:39:522017-04-08 08:39:52@GÆfffff:†
33 2017-04-08 08:39:522017-04-08 08:39:52‚ÀGÆfffff;†
332017-04-08 08:39:522017-04-08 08:39:52@RÈQë…¸:†
33 2017-04-08 08:39:522017-04-08 08:39:52ÀRÈQë…¸
^±U²Zù¦Hú¬^ 33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-08-26Kƒ 33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-08-23Kƒ
33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-08-19[ƒ 33 ?! 2017-04-08 08:39:522017-04-08 08:39:52Groceries and some drinks2016-08-15Pƒ33 )! 2017-04-08 08:39:522017-04-08 08:39:52More groceries2016-08-11^ƒ33 E! 2017-04-08 08:39:522017-04-08 08:39:52Forgot to get some groceries2016-08-08Uƒ33 3! 2017-04-08 08:39:522017-04-08 08:39:52Picked up groceries2016-08-06Kƒ33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-08-02Rƒ33 -! 2017-04-08 08:39:522017-04-08 08:39:52Needed gas again2016-08-27Yƒ33 ;! 2017-04-08 08:39:522017-04-08 08:39:52Filled the car up again2016-08-17Lƒ33 !! 2017-04-08 08:39:522017-04-08 08:39: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 ƃ/ Ń. ă- Ã, ƒ+ Áƒ*Àƒ)¿ƒ(¾ƒ'½ƒ&¼ƒ%»ƒ$ºƒ#¹ƒ"·ƒ!ƒ µƒ ´ƒ ³ƒ ²ƒ ±ƒ °ƒ ¯ƒ ®ƒ ­ƒ¬ƒ«ƒªƒ©ƒ¨ƒ§ƒ¦ƒ¥ƒ£ƒ¢ƒ
¡ƒ   ƒ  Ÿƒ
 žƒ  ƒ œƒ ƒ šƒ ƒ˜ƒƒƒƒ‚~‚}‚|‚{Ž‚z‚y Œ‚x ‚w Š‚v ‚u ˆ‚t 
4ÃH
ÍR×\à£l45†
332017-04-08 08:39:522017-04-08 08:39:52Œ4†
33 2017-04-08 08:39:522017-04-08 08:39:52ÿt:†
33 2017-04-08 08:39:522017-04-08 08:39:52@™PzáG®;†
332017-04-08 08:39:522017-04-08 08:39:52À™PzáG®;†
332017-04-08 08:39:522017-04-08 08:39:52
Ž@/…¸Që…:†
2017-03-19 17:58:07 +01:00
33 2017-04-08 08:39:522017-04-08 08:39:52ŽÀ/…¸Që…;†
2017-04-08 17:51:34 +02:00
332017-04-08 08:39:522017-04-08 08:39:52
@5(õÂ\:†
33 2017-04-08 08:39:522017-04-08 08:39:52À5(õÂ\;†
332017-04-08 08:39:522017-04-08 08:39:52
Œ@0hõÂ\):†
33 2017-04-08 08:39:522017-04-08 08:39:52ŒÀ0hõÂ\);†
332017-04-08 08:39:522017-04-08 08:39:52 @8 ÌÌÌÌÍ:†
33 2017-04-08 08:39:522017-04-08 08:39:52‹À8 ÌÌÌÌÍ;†
332017-04-08 08:39:522017-04-08 08:39:52Š@2 ÌÌÌÌÍ:†
33 2017-04-08 08:39:522017-04-08 08:39:52ŠÀ2 ÌÌÌÌÍ;†
332017-04-08 08:39:522017-04-08 08:39:52‰@3¡G®zá:†
33 2017-04-08 08:39:522017-04-08 08:39:52‰À3¡G®
*§Hò>å6Õ*33 ;! 2017-04-08 08:39:522017-04-08 08:39:52Filled the car up again2016-09-17Lƒ33 !! 2017-04-08 08:39:522017-04-08 08:39:52Bought gas2016-09-07^ƒ33  C! 2017-04-08 08:39:522017-04-08 08:39:52Insurance bill in September2016-09-10Vƒ33 5! 2017-04-08 08:39:522017-04-08 08:39:52Power bill September2016-09-08Sƒ33 /! 2017-04-08 08:39:522017-04-08 08:39:52TV bill September2016-09-06Vƒ33 5! 2017-04-08 08:39:522017-04-08 08:39:52Water bill September2016-09-04Tƒ33 1! 2017-04-08 08:39:522017-04-08 08:39:52Rent for September2016-09-02Zƒ33  ;! 2017-04-08 08:39:522017-04-08 08:39:52Saving money for August2016-08-28Sƒ33  -! 2017-04-08 08:39:522017-04-08 08:39:52Salary in August2016-08-24\ƒ33 A! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks again2016-08-26Vƒ
33 5! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks2016-08-13
4ÉTÙ^ ã¥h*í¯r4;†0
332017-04-08 08:39:522017-04-08 08:39:52˜@HìÌÌÌÌÍ:†/
33 2017-04-08 08:39:522017-04-08 08:39:52˜ÀHìÌÌÌÌÍ;†.
332017-04-08 08:39:522017-04-08 08:39:52—@F~¸Që…:†-
33 2017-04-08 08:39:522017-04-08 08:39:52—ÀF~¸Që…;†,
332017-04-08 08:39:522017-04-08 08:39:52@Hã×
=p¤:†+
33 2017-04-08 08:39:522017-04-08 08:39:52–ÀHã×
=p¤;†*
332017-04-08 08:39:522017-04-08 08:39:52•@S9™™™™š:†)
2017-03-19 17:58:07 +01:00
33 2017-04-08 08:39:522017-04-08 08:39:52•ÀS9™™™™š;†(
2017-04-08 17:51:34 +02:00
332017-04-08 08:39:522017-04-08 08:39:52”@S†fffff:†'
33 2017-04-08 08:39:522017-04-08 08:39:52”ÀS†fffff;†&
332017-04-08 08:39:522017-04-08 08:39:52“@JFfffff:†%
33 2017-04-08 08:39:522017-04-08 08:39:52“ÀJFfffff;†$
332017-04-08 08:39:522017-04-08 08:39:52@#aG®zá:†#
33 2017-04-08 08:39:522017-04-08 08:39:52’À#aG®zá5†"
332017-04-08 08:39:522017-04-08 08:39:52M4†!
33 2017-04-08 08:39:522017-04-08 08:39:52‘ü³
Q«]¤Qó¥W °Q\ƒ"33 A! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks again2016-09-26Vƒ!33 5! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks2016-09-13Kƒ 33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-09-26Kƒ33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-09-23Kƒ33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-09-19[ƒ33 ?! 2017-04-08 08:39:522017-04-08 08:39:52Groceries and some drinks2016-09-15Pƒ33 )! 2017-04-08 08:39:522017-04-08 08:39:52More groceries2016-09-11^ƒ33 E! 2017-04-08 08:39:522017-04-08 08:39:52Forgot to get some groceries2016-09-08Uƒ33 3! 2017-04-08 08:39:522017-04-08 08:39:52Picked up groceries2016-09-06Kƒ33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-09-02Rƒ33 -! 2017-04-08 08:39:522017-04-08 08:39:52Needed gas again2016-09-27
(ÃH
ÍR×\á£f(;†@
332017-04-08 08:39:522017-04-08 08:39:52
 @5 ÌÌÌÌÍ:†?
33 2017-04-08 08:39:522017-04-08 08:39:52 À5 ÌÌÌÌÍ;†>
332017-04-08 08:39:522017-04-08 08:39:52 Ÿ@6ÌÌÌÌÌÍ:†=
33 2017-04-08 08:39:522017-04-08 08:39:52ŸÀ6ÌÌÌÌÌÍ;†<
332017-04-08 08:39:522017-04-08 08:39:52ž@6îzáG®:†;
33 2017-04-08 08:39:522017-04-08 08:39:52žÀ6îzáG®;†:
332017-04-08 08:39:522017-04-08 08:39:52@4õÂ\(ö:†9
33 2017-04-08 08:39:522017-04-08 08:39:52À4õÂ\(ö;†8
332017-04-08 08:39:522017-04-08 08:39:52
œ@.™™™™š:†7
33 2017-04-08 08:39:522017-04-08 08:39:52œÀ.™™™™š;†6
332017-04-08 08:39:522017-04-08 08:39:52 @.…¸Që…:†5
33 2017-04-08 08:39:522017-04-08 08:39:52›À.…¸Që…;†4
332017-04-08 08:39:522017-04-08 08:39:52š@0+…¸Qì:†3
33 2017-04-08 08:39:522017-04-08 08:39:52šÀ0+…¸Qì;†2
332017-04-08 08:39:522017-04-08 08:39:52™@6¨õÂ\):†1
33 2017-04-08 08:39:522017-04-08 08:39:52™À6¨õÂ\)
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-04-08 08:39:522017-04-08 08:39:52¨@U³33333:†O
33 2017-04-08 08:39:522017-04-08 08:39:52¨ÀU³33333;†N
332017-04-08 08:39:522017-04-08 08:39:52§@JšáG®{:†M
33 2017-04-08 08:39:522017-04-08 08:39:52§ÀJšáG®{;†L
332017-04-08 08:39:522017-04-08 08:39:52¦@%ž¸Që…:†K
2017-03-19 17:58:07 +01:00
33 2017-04-08 08:39:522017-04-08 08:39:52¦À%ž¸Që…5†J
332017-04-08 08:39:522017-04-08 08:39:52¥M4†I
2017-04-08 17:51:34 +02:00
33 2017-04-08 08:39:522017-04-08 08:39:52¥ü³5†H
332017-04-08 08:39:522017-04-08 08:39:52¤Œ4†G
33 2017-04-08 08:39:522017-04-08 08:39:52¤ÿt:†F
33 2017-04-08 08:39:522017-04-08 08:39:52£@˜>\(õÂ;†E
332017-04-08 08:39:522017-04-08 08:39:52£À˜>\(õÂ;†D
332017-04-08 08:39:522017-04-08 08:39:52
¢@=s33333:†C
33 2017-04-08 08:39:522017-04-08 08:39:52¢À=s33333;†B
2017-03-04 11:21:42 +01:00
332017-04-08 08:39:522017-04-08 08:39:52
2017-04-08 17:51:34 +02:00
¡@:€:†A
33 2017-04-08 08:39:522017-04-08 08:39:52¡À:€
C§GòGðBæCKƒ-33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-10-02Rƒ,33 -! 2017-04-08 08:39:522017-04-08 08:39:52Needed gas again2016-10-27Yƒ+33 ;! 2017-04-08 08:39:522017-04-08 08:39:52Filled the car up again2016-10-17Lƒ*33 !! 2017-04-08 08:39:522017-04-08 08:39:52Bought gas2016-10-07\ƒ)33  ?! 2017-04-08 08:39:522017-04-08 08:39:52Insurance bill in October2016-10-10Tƒ(33 1! 2017-04-08 08:39:522017-04-08 08:39:52Power bill October2016-10-08Qƒ'33 +! 2017-04-08 08:39:522017-04-08 08:39:52TV bill October2016-10-06Tƒ&33 1! 2017-04-08 08:39:522017-04-08 08:39:52Water bill October2016-10-04Rƒ%33 -! 2017-04-08 08:39:522017-04-08 08:39:52Rent for October2016-10-02]ƒ$33  A! 2017-04-08 08:39:522017-04-08 08:39:52Saving money for September2016-09-28Vƒ#33  3! 2017-04-08 08:39:522017-04-08 08:39:52Salary in September2016-09-24
(ÃH
ÍR×\á£f(;†`
332017-04-08 08:39:522017-04-08 08:39:52
°@2æfffff:†_
33 2017-04-08 08:39:522017-04-08 08:39:52°À2æfffff;†^
332017-04-08 08:39:522017-04-08 08:39:52 ¯@0Që…¸R:†]
33 2017-04-08 08:39:522017-04-08 08:39:52¯À0Që…¸R;†\
332017-04-08 08:39:522017-04-08 08:39:52®@2ó33333:†[
33 2017-04-08 08:39:522017-04-08 08:39:52®À2ó33333;†Z
332017-04-08 08:39:522017-04-08 08:39:52­@1ž¸Që…:†Y
33 2017-04-08 08:39:522017-04-08 08:39:52­À1ž¸Që…;†X
332017-04-08 08:39:522017-04-08 08:39:52¬@Gþ¸Që…:†W
33 2017-04-08 08:39:522017-04-08 08:39:52¬ÀGþ¸Që…;†V
332017-04-08 08:39:522017-04-08 08:39:52«@H£×
=p¤:†U
33 2017-04-08 08:39:522017-04-08 08:39:52«ÀH£×
=p¤;†T
332017-04-08 08:39:522017-04-08 08:39:52ª@E!G®zá:†S
33 2017-04-08 08:39:522017-04-08 08:39:52ªÀE!G®zá;†R
332017-04-08 08:39:522017-04-08 08:39:52©@RÇ®záH:†Q
33 2017-04-08 08:39:522017-04-08 08:39:52©ÀRÇ®záH
?¨GôHú¬Sô?[ƒ833  =! 2017-04-08 08:39:522017-04-08 08:39:52Saving money for October2016-10-28Tƒ733  /! 2017-04-08 08:39:522017-04-08 08:39:52Salary in October2016-10-24\ƒ633 A! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks again2016-10-26Vƒ533 5! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks2016-10-13Kƒ433 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-10-26Kƒ333 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-10-23Kƒ233 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-10-19[ƒ133 ?! 2017-04-08 08:39:522017-04-08 08:39:52Groceries and some drinks2016-10-15Pƒ033 )! 2017-04-08 08:39:522017-04-08 08:39:52More groceries2016-10-11^ƒ/33 E! 2017-04-08 08:39:522017-04-08 08:39:52Forgot to get some groceries2016-10-08Uƒ.33 3! 2017-04-08 08:39:522017-04-08 08:39:52Picked up groceries2016-10-06
BÃH
ÍR×c,î±zB5†p
332017-04-08 08:39:522017-04-08 08:39:52¸Œ4†o
33 2017-04-08 08:39:522017-04-08 08:39:52¸ÿt:†n
33 2017-04-08 08:39:522017-04-08 08:39:52·@™9záG®;†m
332017-04-08 08:39:522017-04-08 08:39:52·À™9záG®4†l
332017-04-08 08:39:522017-04-08 08:39:52
3†k
33 2017-04-08 08:39:522017-04-08 08:39:52¶ï;†j
332017-04-08 08:39:522017-04-08 08:39:52
µ@6«…¸Qì:†i
33 2017-04-08 08:39:522017-04-08 08:39:52µÀ6«…¸Qì;†h
332017-04-08 08:39:522017-04-08 08:39:52
´@8p£×
=q:†g
33 2017-04-08 08:39:522017-04-08 08:39:52´À8p£×
=q;†f
332017-04-08 08:39:522017-04-08 08:39:52 ³@4øQë…¸:†e
33 2017-04-08 08:39:522017-04-08 08:39:52³À4øQë…¸;†d
332017-04-08 08:39:522017-04-08 08:39:52²@2Þ¸Që…:†c
33 2017-04-08 08:39:522017-04-08 08:39:52²À2Þ¸Që…;†b
332017-04-08 08:39:522017-04-08 08:39:52±@7+…¸Qì:†a
33 2017-04-08 08:39:522017-04-08 08:39:52±À7+…¸
>ªRý¥EöšE÷Ÿ>^ƒC33 E! 2017-04-08 08:39:522017-04-08 08:39:52Forgot to get some groceries2016-11-08UƒB33 3! 2017-04-08 08:39:522017-04-08 08:39:52Picked up groceries2016-11-06KƒA33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-11-02Rƒ@33 -! 2017-04-08 08:39:522017-04-08 08:39:52Needed gas again2016-11-27Yƒ?33 ;! 2017-04-08 08:39:522017-04-08 08:39:52Filled the car up again2016-11-17Lƒ>33 !! 2017-04-08 08:39:522017-04-08 08:39:52Bought gas2016-11-07]ƒ=33  A! 2017-04-08 08:39:522017-04-08 08:39:52Insurance bill in November2016-11-10Uƒ<33 3! 2017-04-08 08:39:522017-04-08 08:39:52Power bill November2016-11-08Rƒ;33 -! 2017-04-08 08:39:522017-04-08 08:39:52TV bill November2016-11-06Uƒ:33 3! 2017-04-08 08:39:522017-04-08 08:39:52Water bill November2016-11-04Sƒ933 /! 2017-04-08 08:39:522017-04-08 08:39:52Rent for November2016-11-02
4ÉTÙ^ ã¥h*í¯r4;‡
332017-04-08 08:39:522017-04-08 08:39:52À@Jy™™™™š:†
33 2017-04-08 08:39:522017-04-08 08:39:52ÀÀJy™™™™š;†~
332017-04-08 08:39:522017-04-08 08:39:52¿@Fë…¸R:†}
33 2017-04-08 08:39:522017-04-08 08:39:52¿ÀFë…¸R;†|
332017-04-08 08:39:522017-04-08 08:39:52¾@H•Â\(ö:†{
33 2017-04-08 08:39:522017-04-08 08:39:52¾ÀH•Â\(ö;†z
332017-04-08 08:39:522017-04-08 08:39:52½@S­p£×
=:†y
33 2017-04-08 08:39:522017-04-08 08:39:52½ÀS­p£×
=;†x
332017-04-08 08:39:522017-04-08 08:39:52¼@UÈQë…¸:†w
33 2017-04-08 08:39:522017-04-08 08:39:52¼ÀUÈQë…¸;†v
332017-04-08 08:39:522017-04-08 08:39:52»@I®záG®:†u
33 2017-04-08 08:39:522017-04-08 08:39:52»ÀI®záG®;†t
332017-04-08 08:39:522017-04-08 08:39:52º@#£×
=p¤:†s
33 2017-04-08 08:39:522017-04-08 08:39:52ºÀ#£×
=p¤5†r
332017-04-08 08:39:522017-04-08 08:39:52¹M4†q
33 2017-04-08 08:39:522017-04-08 08:39:52¹ü³
(ÃH
ÍR×\á£f(;‡
332017-04-08 08:39:522017-04-08 08:39:52
È@0Y™™™™š:‡
33 2017-04-08 08:39:522017-04-08 08:39:52ÈÀ0Y™™™™š;‡
332017-04-08 08:39:522017-04-08 08:39:52 Ç@6#×
=p¤:‡
33 2017-04-08 08:39:522017-04-08 08:39:52ÇÀ6#×
=p¤;‡
332017-04-08 08:39:522017-04-08 08:39:52Æ@1õÂ\(ö:‡
33 2017-04-08 08:39:522017-04-08 08:39:52ÆÀ1õÂ\(ö;‡
332017-04-08 08:39:522017-04-08 08:39:52Å@0E¸Që…:‡
33 2017-04-08 08:39:522017-04-08 08:39:52ÅÀ0E¸Që…;‡
332017-04-08 08:39:522017-04-08 08:39:52
Ä@8G®záH:‡
33 2017-04-08 08:39:522017-04-08 08:39:52ÄÀ8G®záH;‡
332017-04-08 08:39:522017-04-08 08:39:52 Ã@8À:‡
33 2017-04-08 08:39:522017-04-08 08:39:52ÃÀ8À;‡
332017-04-08 08:39:522017-04-08 08:39:52Â@3=p£×
=:‡
33 2017-04-08 08:39:522017-04-08 08:39:52ÂÀ3=p£×
=;‡
332017-04-08 08:39:522017-04-08 08:39:52Á@5
=p£×
:‡
33 2017-04-08 08:39:522017-04-08 08:39:52ÁÀ5
=p£×
H­O³e ­Uö HUƒN33 3! 2017-04-08 08:39:522017-04-08 08:39:52Water bill December2016-12-04SƒM33 /! 2017-04-08 08:39:522017-04-08 08:39:52Rent for December2016-12-02\ƒL33  ?! 2017-04-08 08:39:522017-04-08 08:39:52Saving money for November2016-11-28UƒK33  1! 2017-04-08 08:39:522017-04-08 08:39:52Salary in November2016-11-24\ƒJ33 A! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks again2016-11-26VƒI33 5! 2017-04-08 08:39:522017-04-08 08:39:52Going out for drinks2016-11-13KƒH33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-11-26KƒG33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-11-23KƒF33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-11-19[ƒE33 ?! 2017-04-08 08:39:522017-04-08 08:39:52Groceries and some drinks2016-11-15PƒD33 )! 2017-04-08 08:39:522017-04-08 08:39:52More groceries2016-11-11
@ÃH
ÌX é±t6ù»~@;‡
332017-04-08 08:39:522017-04-08 08:39:52Ð@Uñë…¸R:‡
33 2017-04-08 08:39:522017-04-08 08:39:52ÐÀUñë…¸R;‡
332017-04-08 08:39:522017-04-08 08:39:52Ï@IÞ¸Që…:‡
33 2017-04-08 08:39:522017-04-08 08:39:52ÏÀIÞ¸Që…;‡
332017-04-08 08:39:522017-04-08 08:39:52Î@$Š=p£×
:‡
33 2017-04-08 08:39:522017-04-08 08:39:52ÎÀ$Š=p£×
5‡
332017-04-08 08:39:522017-04-08 08:39:52ÍM4‡
33 2017-04-08 08:39:522017-04-08 08:39:52Íü³5‡
332017-04-08 08:39:522017-04-08 08:39:52ÌŒ4‡
33 2017-04-08 08:39:522017-04-08 08:39:52Ìÿt:‡
33 2017-04-08 08:39:522017-04-08 08:39:52Ë@™<ÌÌÌÌÍ;‡
332017-04-08 08:39:522017-04-08 08:39:52ËÀ™<ÌÌÌÌÍ;‡
332017-04-08 08:39:522017-04-08 08:39:52
Ê@<uÂ\(ö:‡
33 2017-04-08 08:39:522017-04-08 08:39:52ÊÀ<uÂ\(ö;‡
332017-04-08 08:39:522017-04-08 08:39:52
É@9õÂ\(ö:‡
2017-04-08 17:51:34 +02:00
33 2017-04-08 08:39:522017-04-08 08:39:52ÉÀ9õÂ\(ö
;«Só¤Hó¥Mì;[ƒY33 ?! 2017-04-08 08:39:522017-04-08 08:39:52Groceries and some drinks2016-12-15PƒX33 )! 2017-04-08 08:39:522017-04-08 08:39:52More groceries2016-12-11^ƒW33 E! 2017-04-08 08:39:522017-04-08 08:39:52Forgot to get some groceries2016-12-08UƒV33 3! 2017-04-08 08:39:522017-04-08 08:39:52Picked up groceries2016-12-06KƒU33 ! 2017-04-08 08:39:522017-04-08 08:39:52Groceries2016-12-02RƒT33 -! 2017-04-08 08:39:522017-04-08 08:39:52Needed gas again2016-12-27YƒS33 ;! 2017-04-08 08:39:522017-04-08 08:39:52Filled the car up again2016-12-17LƒR33 !! 2017-04-08 08:39:522017-04-08 08:39:52Bought gas2016-12-07]ƒQ33  A! 2017-04-08 08:39:522017-04-08 08:39:52Insurance bill in December2016-12-10UƒP33 3! 2017-04-08 08:39:522017-04-08 08:39:52Power bill December2016-12-08RƒO33 -! 2017-04-08 08:39:522017-04-08 08:39:52TV bill December2016-12-06
(ÃH
ÍR×\á£f(;‡0
332017-04-08 08:39:522017-04-08 08:39:52
Ø@/”záG®:‡/
33 2017-04-08 08:39:522017-04-08 08:39:52ØÀ/”záG®;‡.
332017-04-08 08:39:522017-04-08 08:39:52 ×@3€:‡-
33 2017-04-08 08:39:522017-04-08 08:39:52×À3€;‡,
332017-04-08 08:39:522017-04-08 08:39:52Ö@1=p£×
=:‡+
33 2017-04-08 08:39:522017-04-08 08:39:52ÖÀ1=p£×
=;‡*
332017-04-08 08:39:522017-04-08 08:39:52Õ@7«…¸Qì:‡)
33 2017-04-08 08:39:522017-04-08 08:39:52ÕÀ7«…¸Qì;‡(
332017-04-08 08:39:522017-04-08 08:39:52Ô@H™™™™š:‡'
33 2017-04-08 08:39:522017-04-08 08:39:52ÔÀH™™™™š;‡&
332017-04-08 08:39:522017-04-08 08:39:52Ó@GúáG®{:‡%
33 2017-04-08 08:39:522017-04-08 08:39:52ÓÀGúáG®{;‡$
332017-04-08 08:39:522017-04-08 08:39:52Ò@GÜ(õÂ\:‡#
33 2017-04-08 08:39:522017-04-08 08:39:52ÒÀGÜ(õÂ\;‡"
332017-04-08 08:39:522017-04-08 08:39:52Ñ@VU¸Që…:‡!
33 2017-04-08 08:39:522017-04-08 08:39:52ÑÀVU¸Që…
4ÃH
ÍR×\à£l45‡@