nikolai-b / leeds-bread-coop

0 stars 0 forks source link

Email templates - 'Subscription Removed' email not pulling in subscriber.name or bread_type.name #79

Closed LeedsBreadCo-op closed 8 years ago

LeedsBreadCo-op commented 8 years ago

They come through with a space instead of the name in the body of the email, eg.

Hi ,

Sorry to hear you are leaving. We hoped you liked your . If this is unexpected then maybe there has been some issues with your card - please email or call us.

Cheers,

Leeds Bread Co-op

nikolai-b commented 8 years ago

How did you check this? What account is it for? What action cause the email?

LeedsBreadCo-op commented 8 years ago

This is historic from when we had test subs accounts on the system, it hasn't worked since we've been testing it - haven't changed anything recently. Can double check when subs are working, if you want to leave it til then.

nikolai-b commented 8 years ago

Yep, please.

LeedsBreadCo-op commented 8 years ago

Checked this, it still isn't working in 'Subscription Removed' email..

nikolai-b commented 8 years ago

Sorry this is a bit cryptic.

Bread types doesn't need a name so {{bread_types}} will be a list of the bread types e.g. White Sourdough, Rye, Rye and Another One

{{subscriber.first_name}} or {{subscriber.full_name}} but there is no name

LeedsBreadCo-op commented 8 years ago

It's still not pulling in {{bread_types}} on the email templates - seems to be the same on them all..is this the correct coding?

LeedsBreadCo-op commented 8 years ago

Also, New Subscription email isn't pulling in day of sub anymore (since they changed to Tue/Thu - this is what it comes through saying: Welcome Lizzie,

Thanks for your bread subscription. Please check your details and let us know if anything is incorrect:

from Lilac on a

Phone: 07843 626258

Address: Bakery Road name

We need three days to get an order started so if its closer than 3 days, your subscription will start next week.

Cheers,

Leeds Bread Co-op

from coding:

Welcome {{subscriber.first_name}},

Thanks for your bread subscription. Please check your details and let us know if anything is incorrect:

{{bread_types}} from {{collection_point.name}} on a {{collection_day.name}}

Phone: {{subscriber.phone}}

Address: {{subscriber.address}}

nikolai-b commented 8 years ago

You (Lizzie) don't seem to have any bread types associated with your subscription not sure how :(

This should work for the templates

{{#subscriptions}}
    {{bread_type.name}} from {{subscriber.collection_point.name}} on a {{collection_day_name}}
{{/subscriptions}}
LeedsBreadCo-op commented 8 years ago

Hmm, it was showing me (logged in as lizzie@leedsbread.coop) that I did have 1 loaf on my sub..I've deleted it now and set up a new one as testing out the email templates with updated code. Where was it not showing you my bread sub?

LeedsBreadCo-op commented 8 years ago

Still not pulling in bread type on email with new coding - doh! It comes through as this (ie. bread type should be before 'from Lidgett..'):

Thanks for your bread subscription. Please check your details and let us know if anything is incorrect:

from Lidgett Lane Larder on a Tuesday

Phone: 07843 626258

nikolai-b commented 8 years ago

The sub is there but it is due next week (not this week). http://leeds-bread-coop.herokuapp.com/admin/subscribers/331

Ok, will have to work out how to deal with this.

On 30 November 2015 at 14:43, LeedsBreadCo-op notifications@github.com wrote:

Still not pulling in bread type on email with new coding - doh! It comes through as this (ie. bread type should be before 'from Lidgett..'):

Thanks for your bread subscription. Please check your details and let us know if anything is incorrect:

from Lidgett Lane Larder on a Tuesday

Phone: 07843 626258

— Reply to this email directly or view it on GitHub https://github.com/nikolai-b/leeds-bread-coop/issues/79#issuecomment-160649522 .

LeedsBreadCo-op commented 8 years ago

That will be because I only set it up today (I deleted the previous lizzie@ sub and signed up for a new one) so it won't start until next week as it's too soon for a Tuesday sub...I've updated it to a Thursday and it's showing in the production now! Seems right to me - whaddya reckon?

On Mon, 30 Nov 2015 06:53:21 -0800, Nikolai wrote:

The sub is there but it is due next week (not this week).

http://leeds-bread-coop.herokuapp.com/admin/subscribers/331

Ok, will have to work out how to deal with this.

On 30 November 2015 at 14:43, LeedsBreadCo-op wrote:

Still not pulling in bread type on email with new coding - doh! It comes through as this (ie. bread type should be before 'from Lidgett..'):

Thanks for your bread subscription. Please check your details and let us know if anything is incorrect:

from Lidgett Lane Larder on a Tuesday

Phone: 07843 626258

Reply to this email directly or view it on GitHub

.

Reply to this email directly or view it on GitHub [1].

Lizzie Fellows

Leeds Bread Co-op [2]

Twitter [3] Facebook [4]

0113 262 5155

Links:

[1] https://github.com/nikolai-b/leeds-bread-coop/issues/79#issuecomment-160652140 [2] http://leedsbread.coop/ [3] https://twitter.com/LeedsBreadCoop/ [4] https://www.facebook.com/pages/Leeds-Bread-Coop/245404722229376

nikolai-b commented 8 years ago

row 113 has you web address not an email row 11 collects from Hayley and C on a Tue but that isn't a valid option (according to the site) row 42 same but for LILAC

there might be more but with the top one sorted you get proper error messages on the site. x

On 30 November 2015 at 16:04, LeedsBreadCo-op notifications@github.com wrote:

That will be because I only set it up today (I deleted the previous lizzie@ sub and signed up for a new one) so it won't start until next week as it's too soon for a Tuesday sub...I've updated it to a Thursday and it's showing in the production now! Seems right to me - whaddya reckon?

On Mon, 30 Nov 2015 06:53:21 -0800, Nikolai wrote:

The sub is there but it is due next week (not this week).

http://leeds-bread-coop.herokuapp.com/admin/subscribers/331

Ok, will have to work out how to deal with this.

On 30 November 2015 at 14:43, LeedsBreadCo-op wrote:

Still not pulling in bread type on email with new coding - doh! It comes through as this (ie. bread type should be before 'from Lidgett..'):

Thanks for your bread subscription. Please check your details and let us know if anything is incorrect:

from Lidgett Lane Larder on a Tuesday

Phone: 07843 626258

Reply to this email directly or view it on GitHub

.

Reply to this email directly or view it on GitHub [1].

Lizzie Fellows

Leeds Bread Co-op [2]

Twitter [3] Facebook [4]

0113 262 5155

Links:

[1]

https://github.com/nikolai-b/leeds-bread-coop/issues/79#issuecomment-160652140 [2] http://leedsbread.coop/ [3] https://twitter.com/LeedsBreadCoop/ [4] https://www.facebook.com/pages/Leeds-Bread-Coop/245404722229376

— Reply to this email directly or view it on GitHub https://github.com/nikolai-b/leeds-bread-coop/issues/79#issuecomment-160672184 .

LeedsBreadCo-op commented 8 years ago

Are you looking at the spreadsheet that I sent over yesterday? The version I sent didn't go up to row 113..and row 11 and 42 weren't those collection points. I've just gone through each entry on the version attached and made sure everything is valid and no weird entries but still getting error page come up - can you see what I'm doing wrong?

Feels like it should work!!

On Tue, 01 Dec 2015 01:49:31 -0800, Nikolai wrote:

row 113 has you web address not an email row 11 collects from Hayley and C on a Tue but that isn't a valid option

(according to the site) row 42 same but for LILAC

there might be more but with the top one sorted you get proper error messages on the site. x

On 30 November 2015 at 16:04, LeedsBreadCo-op wrote:

That will be because I only set it up today (I deleted the previous lizzie@ sub and signed up for a new one) so it won't start until next week as it's too soon for a Tuesday sub...I've updated it to a Thursday and it's showing in the production now! Seems right to me - whaddya reckon?

On Mon, 30 Nov 2015 06:53:21 -0800, Nikolai wrote:

The sub is there but it is due next week (not this week).

http://leeds-bread-coop.herokuapp.com/admin/subscribers/331

Ok, will have to work out how to deal with this.

On 30 November 2015 at 14:43, LeedsBreadCo-op wrote:

Still not pulling in bread type on email with new coding - doh! It comes through as this (ie. bread type should be before 'from Lidgett..'):

Thanks for your bread subscription. Please check your details and let us know if anything is incorrect:

from Lidgett Lane Larder on a Tuesday

Phone: 07843 626258

Reply to this email directly or view it on GitHub

.

Reply to this email directly or view it on GitHub [1].

Lizzie Fellows

Leeds Bread Co-op [2]

Twitter [3] Facebook [4]

0113 262 5155

Links:

[1]

https://github.com/nikolai-b/leeds-bread-coop/issues/79#issuecomment-160652140

[2]

http://leedsbread.coop/ [3] https://twitter.com/LeedsBreadCoop/ [4]

https://www.facebook.com/pages/Leeds-Bread-Coop/245404722229376

Reply to this email directly or view it on GitHub

.

Reply to this email directly or view it on GitHub [1].

Lizzie Fellows

Leeds Bread Co-op [2] Twitter [3] Facebook [4]

0113 262 5155

Links:

[1] https://github.com/nikolai-b/leeds-bread-coop/issues/79#issuecomment-160915787 [2] http://leedsbread.coop/ [3] https://twitter.com/LeedsBreadCoop/ [4] https://www.facebook.com/pages/Leeds-Bread-Coop/245404722229376

Name,Email,Address,Phone,Drop-off,Sub period,Week Start,Week End,No.,Bread,Days "Aindow, Diana",philipaindow@hotmail.co.uk,"70 Main Street, Shadwell, Leeds, LS178HN",0113 8058960,F,Continuous,07/07/2015,03/07/2017,1,WS,Thu "Andersen, Marie",mhallager_andersen@hotmail.com,"K23 Saxton, the avenue, ls9 8fy",07986 510733,I,4 weeks,26/10/2015,22/12/2015,1,RY,Tue "Atkinson, Anne-Marie",a_m_atkinson@yahoo.com,"Flat 2, 430 Meanwood Road, Leeds, LS7 2LP",07890 064998,E,Continuous,14/09/2015,24/07/2016,1,WS,Tue "Audefroy, Amélie ",ameliaw@hotmail.fr,"11 Vicars Road, LS8 5AS Leeds",07999 366839,I,Continuous,30/11/2015,27/11/2016,1,MH,Tue "Bastide-Wilson, Emmanuelle",Emmanuelle@dovetailors.co.uk,"61 Carr Manor Drive, Leeds, LS17 5AP",0113 2681807,G,Continuous,09/09/2013,24/07/2016,1,SS,Tue "Bem, Jill",jill.bem@ntlworld.com,"30 Foxglove Avenue, Leeds LS8 2QR",0113 2654380,F,Continuous,24/02/2014,24/01/2016,1,RY,Thu "Bennett, Bridget",b.k.g.bennett@leeds.ac.uk,"11 Oakwood Drive, LS8",07984 634786 ,I,Continuous,20/10/2014,02/10/2016,1,SS,Tue "Boardman, Karen",kazzboardman@gmail.com,"105 Burley Wood Crescent, Leeds, LS4 2QJ",07784 932334,I,Continuous,09/11/2015,08/10/2017,1,MH,Thu "Borg, Josephine",josephinebborg@gmail.com,"11 Hawkhills, LS7 4NX",07784 932334,G,Continuous,19/01/2015,18/12/2016,1,WS,Tue "Brancker, Ashley",ash_brancker@hotmail.com,"191 Stainbeck Lane, Leeds, LS7 2PS",07515 260152,D,4 weeks,26/10/2015,20/12/2015,1,WS,Thu "Brett, Desmond",desmond_brett@hotmail.com,"F39 Saxton, The Avenue, Leeds, LS9 8FQ",07931 538546,A,Continuous,07/09/2015,06/08/2017,1,WS,Thu "Brown, Al",alistairjbrown@gmail.com,"Some address, somewhere, LS1 OOO",07816 266164,D,Continuous,17/02/2014,17/01/2016,1,SP,Tue "Cassidy, Laura",lauras_home@hotmail.com,"2 Stonedene, Meanwood, Leeds",07731 463073,G,Continuous,20/04/2015,19/03/2017,1,WS,Tue "Cave, Ben",ben.cave@bcahealth.co.uk,"29 Cliff Road, LS6 2ET",07786 930 391,E,Continuous,08/09/2014,21/08/2016,1,WS,Thu "Coghetto, Francesco",francesco_music@hotmail.com,"10 North Grange Mews, Leeds",07984 861315,I,4 weeks,16/11/2015,13/12/2015,1,WS,Tue "Cornerstone, Co-op",leedscath@fastmail.co.uk,"16 Sholebroke Avenue, Leeds",0113 2621534,B,Continuous,01/09/2014,31/07/2016,1,SS,Tue "Creaton, Graham",graham.creaton@cycleleeds.org.uk,"Some address, somewhere, LS1 OOO",07879 450095,K,4 weeks,16/11/2015,13/12/2015,1,SP,Tue "Dietz, Chris",chris_dtz@hotmail.co.uk,"31 Hartley Avenue, Leeds, LS62LW",07708 371037,E,Continuous,21/10/2013,04/09/2016,1,SS,Tue "Dodson, Sean",s.c.dodson@gmail.com,"Portland Place, Leeds",07972 180931,D,Continuous,01/05/2015,30/03/2017,1,WS,Tue "Dziulka, Pete",pete.dziulka@mps.org.uk,"25 Lancastre Grove, Bramley, LS5 3DZ",07779 218367,C,Continuous,12/01/2015,11/12/2016,1,SS,Tue "Farncombe, Emily",emilyfarncombe@ymail.com,"Some address, somewhere, LS1 OOA",07769 530373,D,52 weeks,07/07/2015,18/07/2016,1,SP,Thu "Fear, Nick",nick@nickfear.com,"5 Lane End Croft, Leeds",0113 2678611,G,12 weeks,26/10/2015,31/01/2016,1,SS,Thu "Fishwick, Sarah",sarahfishwick@btinternet.com,"2 Lilac Grove, Victoria Park Avenue, Leeds, LS5 3AG",0113 2785277,C,Continuous,28/10/2013,11/09/2016,1,SP,Tue "Gonzalez, Sara",S.Gonzalez@leeds.ac.uk,"52A Sholebroke Avenue, LS7 3HB",07737 117242,G,4 weeks,15/11/2015,12/12/2015,1,WS,Thu "Hamdan, Shakeeb Abu",keeby82@hotmail.com,"42 Stanley View, Leeds, LS12 1TS",07813 073543,A,Continuous,31/03/2014,28/02/2016,1,SP,Thu "Holmes, Dorothy",dee.53@hotmail.com,"6 Cowper Street, Leeds",07919 847715,G,Continuous,20/04/2015,29/12/2015,1,WS,Thu "Hooppell, David",davidhooppell@hotmail.com,"Rosa Luxemburg, Boat, Leeds",07772 777919,A,4 weeks,26/10/2015,22/12/2015,1,SS,Tue "Hughes, Chris",chrishughes571@hotmail.co.uk,"9 Weetwood House Court, Leeds",07512 128060,I,Continuous,10/08/2015,09/07/2017,1,SP,Tue "Hutchinson, Behla",artcollective@hotmail.co.uk,"1 Hollywell Grove, Armley, Leeds, LS12 3HR",07756 697043,I,Continuous,02/02/2015,01/01/2017,1,MH,Tue "Johnson, Malcolm",malcij@live.com,"9 Lidgett Mount, Leeds",07587 174253,J,Continuous,21/04/2014,20/03/2016,1,SS,Thu "Jundi, Omar",omarxjundi@gmail.com,"Flat 10, 14 New Station Street, Leeds, LS1 5DL",07872 984669,G,Continuous,24/02/2014,24/01/2016,1,SP,Tue "Karen, Eugene",eugeniekaren@hotmail.com,"7 Calder View, Todmorden, OL14 5TF",0786 6615651,I,Continuous,07/09/2015,06/08/2017,1,WS,Thu "Kay, Alice",aef.kay@gmail.com," 31 Norwood Terrace, Leeds, LS6 1EA",07745 309840,I,Continuous,20/04/2015,19/03/2017,1,SP,Tue "Kesting, Kirsten",kirstenkesting@gmail.com,"6 Mitford Place, Armley, Leeds LS12 1NH",07437 228528,I,Continuous,01/12/2014,30/10/2016,1,RY,Tue "Klopotek, Joanna",joanna.klopotek@yahoo.co.uk,"32 Cowper Street, Leeds",07706 683357,G,8 weeks,26/10/2015,20/12/2015,1,RY,Tue "Lawson, Joshua",joshuawlawson233@gmail.com,"1A Quarry Mount Terrace, Woodhouse, LS6 2JG",07851 413624,E,Continuous,29/09/2014,28/08/2016,1,SP,Tue "Leech, Claire",claireleech74@yahoo.co.uk,"62 Methley Place, Leeds, LS7 3NN",0113 0000000,G,Continuous,16/11/2015,15/10/2017,1,WS,Thu "Lees, Adele",adelelees@hotmail.com ,"Some address, somewhere, LS1 OOB",07974 709532,G,Continuous,03/03/2014,31/01/2016,1,SS,Thu "Lichtenstein, Isaac",ilichtenstein@gmx.de,"10 Buckingham Avenue, LS6 1DJ, Leeds",07592 202156,I,4 weeks,16/11/2015,13/12/2015,1,SS,Thu "Lightfoot, Laura",laura@constantbattles.com,"34 Green Hill Road, Armley, Leeds, LS12 3QA",07515 513346,E,Continuous,24/02/2014,28/02/2016,1,SP,Tue "Mannion, Thomas",thommannion@yahoo.co.uk,"32 Methley Terrace, Leeds",07764 963632,G,Continuous,17/11/2014,01/10/2017,1,WS,Thu "McEnally, Nick",nick.mcenally@gmail.com,"402 The Gateway North, Leeds, LS9 8BX",07749 983963,A,4 weeks,02/11/2015,06/12/2015,1,MH,Thu "Meadley, Sam",s.h.meadley@gmail.com,"19 Tordoff Place, Leeds, LS5 3RW",07814 402846,D,Continuous,23/02/2015,22/01/2017,1,SS,Thu "Miles, Thomas",thomas.miles@rocketmail.com,"H021 Montague Burton, 23 Devon Road, LEEDS, LS2 9BA",07548 747380,I,Continuous,05/10/2015,03/09/2017,1,SS,Tue "Moore, Sarah",Sarahfcmoore@gmail.com,"17 Beech Tree Avenue, Leeds",07710 755015,K,4 weeks,16/11/2015,13/12/2015,1,WS,Thu "Munton, Nick",nickmunton@me.com,"77 The Drive, Leeds, LS8 1HL",07921 381663,J,Continuous,23/12/2013,06/11/2016,1,MH,Thu "Nelson, Diane",d.c.nelson@leeds.ac.uk,"7 Heddon Place, Leeds LS6 4EL",07719 173984,I,Continuous,24/11/2014,23/10/2016,1,SS,Tue "Oliphant, Cassandra",cassysgiantwalkabout@hotmail.com,"Some address, somewhere, LS1 OOC",07989 302253,K,Continuous,13/04/2015,12/03/2017,1,SS,Thu "Orchard, Steve",eeseo@leeds.ac.uk,"58 Ridge Terrace, Leeds, LS6 2DA",07944 182962,I,Continuous,26/01/2015,25/12/2016,1,RY,Tue "Owen, Lyndsey",lyndseyowen@hotmail.com,"5 Conference Terrace, Armley, Leeds, LS12 3EA",07967 109560,D,Continuous,30/06/2014,29/05/2016,1,RY,Thu "Parker, Linda",lindaandharvey@virginmedia.com,10 Sandhill Crescent Leeds LS17 8DZ,07751 436420,G,4 weeks,16/11/2015,13/12/2015,1,WS,Tue "Pattinson, David",djpattinson@me.com,"33 Roundhay Avenue, Leeds, LS8 4DU",07411 924071,G,Continuous,25/11/2013,09/10/2016,1,SS,Thu "Pearson, Antony",antony.pearson@me.com,"19 Norman Terrace, Leeds, LS8 2AP",07740 085350,D,Continuous,02/09/2013,17/07/2016,1,WS,Thu "Petty, David",shiftem@wildmail.com,"3 Thornville Place, Leeds",07852 315311,E,Continuous,23/12/2013,06/11/2016,1,SS,Tue "Rippon, Stephen",stephenrippon@hotmail.com,"H1 Saxton, LS9 8FS ",07766 484346,A,Continuous,19/01/2015,18/12/2016,1,RY,Thu "Rowlinson, Tom",tomrowlinson@gmail.com,"18 Plevna Terrace, Bingley, West Yorkshire, BD16 4BX",07793 059371,D,4 weeks,07/12/2015,03/01/2016,1,RY,Tue "Santos, Maria ",saossantos@hotmail.com,"4 Lilac Grove, Victoria Park Avenue, LS5 3AG, Leeds",07877 433638,C,4 weeks,16/11/2015,13/12/2015,1,WS,Tue "Seepujak, Neil",Neilsjk@gmail.com,"113 Echo Central One, Cross Green Lane, Leeds LS9 8FH",07970 114359,A,Continuous,09/03/2015,05/02/2017,1,WS,Tue "Shaw, Lotte",lotteroseshaw@gmail.com,"4 Roundhay View, LS8 4DX",07812 484003,A,Continuous,16/09/2013,31/07/2016,1,SP,Thu "Shaw, Paul",paulshaw243@gmail.com,"35 Moor Allerton Drive, Leeds",07929 357398,F,Continuous,09/02/2015,08/01/2017,1,WS,Thu "Shrewsbury, Marie",marielshrewsbury@virginmedia.com,"28 Haddon Place, Kirkstall, Leeds, LS4 2JU",0113 2444792 ,E,12 weeks,23/11/2015,14/02/2016,1,SP,Thu "Skrimshire, Stefan",stefskrim@gmail.com,"Lilac, Lilac Grove, Leeds",0113 0000001,C,Continuous,15/09/2014,14/08/2016,1,SP,Tue "Sowerby, Amanda",amandasowerby@gmail.com,"1 Lumley Street, Leeds",0113 0000002,C,Continuous,29/06/2015,28/05/2017,1,MH,Tue "Standage, Claire",c_standage@yahoo.co.uk,"23 The Hall, Allerton Hill, Chapel Allerton",07985 052855 ,G,Continuous,07/09/2015,06/08/2017,1,SS,Thu "Sykes, Harry",hsykes991@gmail.com,"10 Buckingham Grove, Leeds, LS6 1DQ",07783 325162,I,4 weeks,09/11/2015,06/12/2015,1,WS,Tue "Szymura, Sav",sav@szymura.org,"Some address, somewhere, LS1 OOC",07449 490961,D,Continuous,02/02/2015,01/01/2017,1,SP,Tue "Tatham, Pete",petetatham@gmail.com,"46 St Martins Road, LS7 3LU",07532 125065,E,Continuous,14/10/2013,28/08/2016,1,SP,Thu "Thurley, James",thurley.james@gmail.com,"Some address, somewhere, LS1 OOD", 07595 485827,H,Continuous,19/10/2015,13/03/2016,1,SP,Tue "Todd, Chris",cn_todd@hotmail.co.uk,"20 Jane Street, Saltaire, Bradford, BD18 3HA",07772 089020,A,Continuous,16/03/2015,12/02/2017,1,SP,Tue "Trujillo, Maria ",mt.o@mac.com,"Flat 3 Yalta Court, Leeds",07500 624411,I,4 weeks,09/11/2015,06/12/2015,1,SP,Thu "Tubeuf, Sandy",s.tubeuf@leeds.ac.uk,"Flat 3 Dellmont, Shaw Lane, LS6 4DU",07947 902906,I,4 weeks,16/11/2015,13/12/2015,1,SS,Tue "Tumova, Sarka",s.tumova@leeds.ac.uk,"8 Alexandra Road, Leeds",07595 960337,I,Continuous,10/11/2014,09/10/2016,1,SS,Tue "Van, Ai",aivan12905@gmail.com,"b9.42 sentinel towers burley street leeds, ls3 1ld",07982 679410,I,4 weeks,26/10/2015,29/12/2015,1,RY,Tue "Ward, Sarah",S.Ward@adm.leeds.ac.uk,"Some address, somewhere, LS1 OOE",07770 608700,I,Continuous,06/04/2015,03/04/2016,1,WS,Tue "Walker, Deborah",deb_walker@live.com,"34 Marmaville Court, Mirfield, WF14 9TS",01924 492900,D,Continuous,24/11/2014,23/10/2016,1,MH,Tue "Wallis, Mike",backwardslion@gmail.com,"38 Oakhurst Ave, Beeston, Leeds, LS11 7LW",0113 0000003,D,Continuous,03/03/2014,31/01/2016,1,WS,Thu "Warneken, Jess",jess@naturaw.co.uk," 40 Roxholme Place, LS7 4JQ",07702 095731,G,Continuous,18/05/2015,16/04/2017,1,WS,Thu "Winton, Claire",clairemwinton@gmail.com,"Flat 2, 59 Woodland Lane, Leeds, LS7 4QG",07923 357671,G,Continuous,03/08/2015,02/07/2017,1,SS,Tue "Woodall, Jess",jessica_woodall3@hotmail.com,"5 Burchett Place, Leeds, LS6 2LN",07970 128618,E,Continuous,20/07/2015,17/07/2016,1,SS,Tue "Wright, Amy",amybikes@live.co.uk,"53 Grange Close, Leeds, LS10 1SU",07884 316965,K,Continuous,16/11/2015,13/12/2015,1,WS,Tue "Wright, Lee",leewright68@yahoo.com,"14 Lilac Grove, Bramley, Leeds LS5 3AG",07790 002541,C,Continuous,17/11/2014,10/01/2016,1,SS,Tue "Xanadu, Co-op",gy10cw@leeds.ac.uk,"31 Cliff Mount, Leeds",07947 889986,I,Continuous,23/03/2015,19/02/2017,1,RY,Tue "Zipfel, Karla ",ecuadordream@web.de,"42 Newport View, Leeds",07561 089932,I,4 weeks,06/11/2015,10/12/2015,1,RY,Tue

nikolai-b commented 8 years ago

Are you trying to upload it now? I'm getting an encoding issues. Can you re-save the file and check the encoding? The one you emailed me works , grr

On 1 December 2015 at 09:49, Alex Frost alex.frost.dev@gmail.com wrote:

row 113 has you web address not an email row 11 collects from Hayley and C on a Tue but that isn't a valid option (according to the site) row 42 same but for LILAC

there might be more but with the top one sorted you get proper error messages on the site. x

On 30 November 2015 at 16:04, LeedsBreadCo-op notifications@github.com wrote:

That will be because I only set it up today (I deleted the previous lizzie@ sub and signed up for a new one) so it won't start until next week as it's too soon for a Tuesday sub...I've updated it to a Thursday and it's showing in the production now! Seems right to me - whaddya reckon?

On Mon, 30 Nov 2015 06:53:21 -0800, Nikolai wrote:

The sub is there but it is due next week (not this week).

http://leeds-bread-coop.herokuapp.com/admin/subscribers/331

Ok, will have to work out how to deal with this.

On 30 November 2015 at 14:43, LeedsBreadCo-op wrote:

Still not pulling in bread type on email with new coding - doh! It comes through as this (ie. bread type should be before 'from Lidgett..'):

Thanks for your bread subscription. Please check your details and let us know if anything is incorrect:

from Lidgett Lane Larder on a Tuesday

Phone: 07843 626258

Reply to this email directly or view it on GitHub

.

Reply to this email directly or view it on GitHub [1].

Lizzie Fellows

Leeds Bread Co-op [2]

Twitter [3] Facebook [4]

0113 262 5155

Links:

[1]

https://github.com/nikolai-b/leeds-bread-coop/issues/79#issuecomment-160652140 [2] http://leedsbread.coop/ [3] https://twitter.com/LeedsBreadCoop/ [4] https://www.facebook.com/pages/Leeds-Bread-Coop/245404722229376

— Reply to this email directly or view it on GitHub https://github.com/nikolai-b/leeds-bread-coop/issues/79#issuecomment-160672184 .

nikolai-b commented 8 years ago

I've uploaded it, not sure what the annoying encoding issue was

On 1 December 2015 at 11:46, LeedsBreadCo-op notifications@github.com wrote:

Are you looking at the spreadsheet that I sent over yesterday? The version I sent didn't go up to row 113..and row 11 and 42 weren't those collection points. I've just gone through each entry on the version attached and made sure everything is valid and no weird entries but still getting error page come up - can you see what I'm doing wrong?

Feels like it should work!!

On Tue, 01 Dec 2015 01:49:31 -0800, Nikolai wrote:

row 113 has you web address not an email row 11 collects from Hayley and C on a Tue but that isn't a valid option

(according to the site) row 42 same but for LILAC

there might be more but with the top one sorted you get proper error messages on the site. x

On 30 November 2015 at 16:04, LeedsBreadCo-op wrote:

That will be because I only set it up today (I deleted the previous lizzie@ sub and signed up for a new one) so it won't start until next week as it's too soon for a Tuesday sub...I've updated it to a Thursday and it's showing in the production now! Seems right to me - whaddya reckon?

On Mon, 30 Nov 2015 06:53:21 -0800, Nikolai wrote:

The sub is there but it is due next week (not this week).

http://leeds-bread-coop.herokuapp.com/admin/subscribers/331

Ok, will have to work out how to deal with this.

On 30 November 2015 at 14:43, LeedsBreadCo-op wrote:

Still not pulling in bread type on email with new coding - doh! It comes through as this (ie. bread type should be before 'from Lidgett..'):

Thanks for your bread subscription. Please check your details and let us know if anything is incorrect:

from Lidgett Lane Larder on a Tuesday

Phone: 07843 626258

Reply to this email directly or view it on GitHub

.

Reply to this email directly or view it on GitHub [1].

Lizzie Fellows

Leeds Bread Co-op [2]

Twitter [3] Facebook [4]

0113 262 5155

Links:

[1]

https://github.com/nikolai-b/leeds-bread-coop/issues/79#issuecomment-160652140

[2]

http://leedsbread.coop/ [3] https://twitter.com/LeedsBreadCoop/ [4]

https://www.facebook.com/pages/Leeds-Bread-Coop/245404722229376

Reply to this email directly or view it on GitHub

.

Reply to this email directly or view it on GitHub [1].

Lizzie Fellows

Leeds Bread Co-op [2] Twitter [3] Facebook [4]

0113 262 5155

Links:

[1]

https://github.com/nikolai-b/leeds-bread-coop/issues/79#issuecomment-160915787 [2] http://leedsbread.coop/ [3] https://twitter.com/LeedsBreadCoop/ [4] https://www.facebook.com/pages/Leeds-Bread-Coop/245404722229376

Name,Email,Address,Phone,Drop-off,Sub period,Week Start,Week End,No.,Bread,Days "Aindow, Diana",philipaindow@hotmail.co.uk,"70 Main Street, Shadwell, Leeds, LS178HN",0113 8058960,F,Continuous,07/07/2015,03/07/2017,1,WS,Thu "Andersen, Marie",mhallager_andersen@hotmail.com,"K23 Saxton, the avenue, ls9 8fy",07986 510733,I,4 weeks,26/10/2015,22/12/2015,1,RY,Tue "Atkinson, Anne-Marie",a_m_atkinson@yahoo.com,"Flat 2, 430 Meanwood Road, Leeds, LS7 2LP",07890 064998,E,Continuous,14/09/2015,24/07/2016,1,WS,Tue "Audefroy, Amélie ",ameliaw@hotmail.fr,"11 Vicars Road, LS8 5AS Leeds",07999 366839,I,Continuous,30/11/2015,27/11/2016,1,MH,Tue "Bastide-Wilson, Emmanuelle",Emmanuelle@dovetailors.co.uk,"61 Carr Manor Drive, Leeds, LS17 5AP",0113 2681807,G,Continuous,09/09/2013,24/07/2016,1,SS,Tue "Bem, Jill",jill.bem@ntlworld.com,"30 Foxglove Avenue, Leeds LS8 2QR",0113 2654380,F,Continuous,24/02/2014,24/01/2016,1,RY,Thu "Bennett, Bridget",b.k.g.bennett@leeds.ac.uk,"11 Oakwood Drive, LS8",07984 634786 ,I,Continuous,20/10/2014,02/10/2016,1,SS,Tue "Boardman, Karen",kazzboardman@gmail.com,"105 Burley Wood Crescent, Leeds, LS4 2QJ",07784 932334,I,Continuous,09/11/2015,08/10/2017,1,MH,Thu "Borg, Josephine",josephinebborg@gmail.com,"11 Hawkhills, LS7 4NX",07784 932334,G,Continuous,19/01/2015,18/12/2016,1,WS,Tue "Brancker, Ashley",ash_brancker@hotmail.com,"191 Stainbeck Lane, Leeds, LS7 2PS",07515 260152,D,4 weeks,26/10/2015,20/12/2015,1,WS,Thu "Brett, Desmond",desmond_brett@hotmail.com,"F39 Saxton, The Avenue, Leeds, LS9 8FQ",07931 538546,A,Continuous,07/09/2015,06/08/2017,1,WS,Thu "Brown, Al",alistairjbrown@gmail.com,"Some address, somewhere, LS1 OOO",07816 266164,D,Continuous,17/02/2014,17/01/2016,1,SP,Tue "Cassidy, Laura",lauras_home@hotmail.com,"2 Stonedene, Meanwood, Leeds",07731 463073,G,Continuous,20/04/2015,19/03/2017,1,WS,Tue "Cave, Ben",ben.cave@bcahealth.co.uk,"29 Cliff Road, LS6 2ET",07786 930 391,E,Continuous,08/09/2014,21/08/2016,1,WS,Thu "Coghetto, Francesco",francesco_music@hotmail.com,"10 North Grange Mews, Leeds",07984 861315,I,4 weeks,16/11/2015,13/12/2015,1,WS,Tue "Cornerstone, Co-op",leedscath@fastmail.co.uk,"16 Sholebroke Avenue, Leeds",0113 2621534,B,Continuous,01/09/2014,31/07/2016,1,SS,Tue "Creaton, Graham",graham.creaton@cycleleeds.org.uk,"Some address, somewhere, LS1 OOO",07879 450095,K,4 weeks,16/11/2015,13/12/2015,1,SP,Tue "Dietz, Chris",chris_dtz@hotmail.co.uk,"31 Hartley Avenue, Leeds, LS62LW",07708 371037,E,Continuous,21/10/2013,04/09/2016,1,SS,Tue "Dodson, Sean",s.c.dodson@gmail.com,"Portland Place, Leeds",07972 180931,D,Continuous,01/05/2015,30/03/2017,1,WS,Tue "Dziulka, Pete",pete.dziulka@mps.org.uk,"25 Lancastre Grove, Bramley, LS5 3DZ",07779 218367,C,Continuous,12/01/2015,11/12/2016,1,SS,Tue "Farncombe, Emily",emilyfarncombe@ymail.com,"Some address, somewhere, LS1 OOA",07769 530373,D,52 weeks,07/07/2015,18/07/2016,1,SP,Thu "Fear, Nick",nick@nickfear.com,"5 Lane End Croft, Leeds",0113 2678611,G,12 weeks,26/10/2015,31/01/2016,1,SS,Thu "Fishwick, Sarah",sarahfishwick@btinternet.com,"2 Lilac Grove, Victoria Park Avenue, Leeds, LS5 3AG",0113 2785277,C,Continuous,28/10/2013,11/09/2016,1,SP,Tue "Gonzalez, Sara",S.Gonzalez@leeds.ac.uk,"52A Sholebroke Avenue, LS7 3HB",07737 117242,G,4 weeks,15/11/2015,12/12/2015,1,WS,Thu "Hamdan, Shakeeb Abu",keeby82@hotmail.com,"42 Stanley View, Leeds, LS12 1TS",07813 073543,A,Continuous,31/03/2014,28/02/2016,1,SP,Thu "Holmes, Dorothy",dee.53@hotmail.com,"6 Cowper Street, Leeds",07919 847715,G,Continuous,20/04/2015,29/12/2015,1,WS,Thu "Hooppell, David",davidhooppell@hotmail.com,"Rosa Luxemburg, Boat, Leeds",07772 777919,A,4 weeks,26/10/2015,22/12/2015,1,SS,Tue "Hughes, Chris",chrishughes571@hotmail.co.uk,"9 Weetwood House Court, Leeds",07512 128060,I,Continuous,10/08/2015,09/07/2017,1,SP,Tue "Hutchinson, Behla",artcollective@hotmail.co.uk,"1 Hollywell Grove, Armley, Leeds, LS12 3HR",07756 697043,I,Continuous,02/02/2015,01/01/2017,1,MH,Tue "Johnson, Malcolm",malcij@live.com,"9 Lidgett Mount, Leeds",07587 174253,J,Continuous,21/04/2014,20/03/2016,1,SS,Thu "Jundi, Omar",omarxjundi@gmail.com,"Flat 10, 14 New Station Street, Leeds, LS1 5DL",07872 984669,G,Continuous,24/02/2014,24/01/2016,1,SP,Tue "Karen, Eugene",eugeniekaren@hotmail.com,"7 Calder View, Todmorden, OL14 5TF",0786 6615651,I,Continuous,07/09/2015,06/08/2017,1,WS,Thu "Kay, Alice",aef.kay@gmail.com," 31 Norwood Terrace, Leeds, LS6 1EA",07745 309840,I,Continuous,20/04/2015,19/03/2017,1,SP,Tue "Kesting, Kirsten",kirstenkesting@gmail.com,"6 Mitford Place, Armley, Leeds LS12 1NH",07437 228528,I,Continuous,01/12/2014,30/10/2016,1,RY,Tue "Klopotek, Joanna",joanna.klopotek@yahoo.co.uk,"32 Cowper Street, Leeds",07706 683357,G,8 weeks,26/10/2015,20/12/2015,1,RY,Tue "Lawson, Joshua",joshuawlawson233@gmail.com,"1A Quarry Mount Terrace, Woodhouse, LS6 2JG",07851 413624,E,Continuous,29/09/2014,28/08/2016,1,SP,Tue "Leech, Claire",claireleech74@yahoo.co.uk,"62 Methley Place, Leeds, LS7 3NN",0113 0000000,G,Continuous,16/11/2015,15/10/2017,1,WS,Thu "Lees, Adele",adelelees@hotmail.com ,"Some address, somewhere, LS1 OOB",07974 709532,G,Continuous,03/03/2014,31/01/2016,1,SS,Thu "Lichtenstein, Isaac",ilichtenstein@gmx.de,"10 Buckingham Avenue, LS6 1DJ, Leeds",07592 202156,I,4 weeks,16/11/2015,13/12/2015,1,SS,Thu "Lightfoot, Laura",laura@constantbattles.com,"34 Green Hill Road, Armley, Leeds, LS12 3QA",07515 513346,E,Continuous,24/02/2014,28/02/2016,1,SP,Tue "Mannion, Thomas",thommannion@yahoo.co.uk,"32 Methley Terrace, Leeds",07764 963632,G,Continuous,17/11/2014,01/10/2017,1,WS,Thu "McEnally, Nick",nick.mcenally@gmail.com,"402 The Gateway North, Leeds, LS9 8BX",07749 983963,A,4 weeks,02/11/2015,06/12/2015,1,MH,Thu "Meadley, Sam",s.h.meadley@gmail.com,"19 Tordoff Place, Leeds, LS5 3RW",07814 402846,D,Continuous,23/02/2015,22/01/2017,1,SS,Thu "Miles, Thomas",thomas.miles@rocketmail.com,"H021 Montague Burton, 23 Devon Road, LEEDS, LS2 9BA",07548 747380,I,Continuous,05/10/2015,03/09/2017,1,SS,Tue "Moore, Sarah",Sarahfcmoore@gmail.com,"17 Beech Tree Avenue, Leeds",07710 755015,K,4 weeks,16/11/2015,13/12/2015,1,WS,Thu "Munton, Nick",nickmunton@me.com,"77 The Drive, Leeds, LS8 1HL",07921 381663,J,Continuous,23/12/2013,06/11/2016,1,MH,Thu "Nelson, Diane",d.c.nelson@leeds.ac.uk,"7 Heddon Place, Leeds LS6 4EL",07719 173984,I,Continuous,24/11/2014,23/10/2016,1,SS,Tue "Oliphant, Cassandra",cassysgiantwalkabout@hotmail.com,"Some address, somewhere, LS1 OOC",07989 302253,K,Continuous,13/04/2015,12/03/2017,1,SS,Thu "Orchard, Steve",eeseo@leeds.ac.uk,"58 Ridge Terrace, Leeds, LS6 2DA",07944 182962,I,Continuous,26/01/2015,25/12/2016,1,RY,Tue "Owen, Lyndsey",lyndseyowen@hotmail.com,"5 Conference Terrace, Armley, Leeds, LS12 3EA",07967 109560,D,Continuous,30/06/2014,29/05/2016,1,RY,Thu "Parker, Linda",lindaandharvey@virginmedia.com,10 Sandhill Crescent Leeds LS17 8DZ,07751 436420,G,4 weeks,16/11/2015,13/12/2015,1,WS,Tue "Pattinson, David",djpattinson@me.com,"33 Roundhay Avenue, Leeds, LS8 4DU",07411 924071,G,Continuous,25/11/2013,09/10/2016,1,SS,Thu "Pearson, Antony",antony.pearson@me.com,"19 Norman Terrace, Leeds, LS8 2AP",07740 085350,D,Continuous,02/09/2013,17/07/2016,1,WS,Thu "Petty, David",shiftem@wildmail.com,"3 Thornville Place, Leeds",07852 315311,E,Continuous,23/12/2013,06/11/2016,1,SS,Tue "Rippon, Stephen",stephenrippon@hotmail.com,"H1 Saxton, LS9 8FS ",07766 484346,A,Continuous,19/01/2015,18/12/2016,1,RY,Thu "Rowlinson, Tom",tomrowlinson@gmail.com,"18 Plevna Terrace, Bingley, West Yorkshire, BD16 4BX",07793 059371,D,4 weeks,07/12/2015,03/01/2016,1,RY,Tue "Santos, Maria ",saossantos@hotmail.com,"4 Lilac Grove, Victoria Park Avenue, LS5 3AG, Leeds",07877 433638,C,4 weeks,16/11/2015,13/12/2015,1,WS,Tue "Seepujak, Neil",Neilsjk@gmail.com,"113 Echo Central One, Cross Green Lane, Leeds LS9 8FH",07970 114359,A,Continuous,09/03/2015,05/02/2017,1,WS,Tue "Shaw, Lotte",lotteroseshaw@gmail.com,"4 Roundhay View, LS8 4DX",07812 484003,A,Continuous,16/09/2013,31/07/2016,1,SP,Thu "Shaw, Paul",paulshaw243@gmail.com,"35 Moor Allerton Drive, Leeds",07929 357398,F,Continuous,09/02/2015,08/01/2017,1,WS,Thu "Shrewsbury, Marie",marielshrewsbury@virginmedia.com,"28 Haddon Place, Kirkstall, Leeds, LS4 2JU",0113 2444792 ,E,12 weeks,23/11/2015,14/02/2016,1,SP,Thu "Skrimshire, Stefan",stefskrim@gmail.com,"Lilac, Lilac Grove, Leeds",0113 0000001,C,Continuous,15/09/2014,14/08/2016,1,SP,Tue "Sowerby, Amanda",amandasowerby@gmail.com,"1 Lumley Street, Leeds",0113 0000002,C,Continuous,29/06/2015,28/05/2017,1,MH,Tue "Standage, Claire",c_standage@yahoo.co.uk,"23 The Hall, Allerton Hill, Chapel Allerton",07985 052855 ,G,Continuous,07/09/2015,06/08/2017,1,SS,Thu "Sykes, Harry",hsykes991@gmail.com,"10 Buckingham Grove, Leeds, LS6 1DQ",07783 325162,I,4 weeks,09/11/2015,06/12/2015,1,WS,Tue "Szymura, Sav",sav@szymura.org,"Some address, somewhere, LS1 OOC",07449 490961,D,Continuous,02/02/2015,01/01/2017,1,SP,Tue "Tatham, Pete",petetatham@gmail.com,"46 St Martins Road, LS7 3LU",07532 125065,E,Continuous,14/10/2013,28/08/2016,1,SP,Thu "Thurley, James",thurley.james@gmail.com,"Some address, somewhere, LS1 OOD", 07595 485827,H,Continuous,19/10/2015,13/03/2016,1,SP,Tue "Todd, Chris",cn_todd@hotmail.co.uk,"20 Jane Street, Saltaire, Bradford, BD18 3HA",07772 089020,A,Continuous,16/03/2015,12/02/2017,1,SP,Tue "Trujillo, Maria ",mt.o@mac.com,"Flat 3 Yalta Court, Leeds",07500 624411,I,4 weeks,09/11/2015,06/12/2015,1,SP,Thu "Tubeuf, Sandy",s.tubeuf@leeds.ac.uk,"Flat 3 Dellmont, Shaw Lane, LS6 4DU",07947 902906,I,4 weeks,16/11/2015,13/12/2015,1,SS,Tue "Tumova, Sarka",s.tumova@leeds.ac.uk,"8 Alexandra Road, Leeds",07595 960337,I,Continuous,10/11/2014,09/10/2016,1,SS,Tue "Van, Ai",aivan12905@gmail.com,"b9.42 sentinel towers burley street leeds, ls3 1ld",07982 679410,I,4 weeks,26/10/2015,29/12/2015,1,RY,Tue "Ward, Sarah",S.Ward@adm.leeds.ac.uk,"Some address, somewhere, LS1 OOE",07770 608700,I,Continuous,06/04/2015,03/04/2016,1,WS,Tue "Walker, Deborah",deb_walker@live.com,"34 Marmaville Court, Mirfield, WF14 9TS",01924 492900,D,Continuous,24/11/2014,23/10/2016,1,MH,Tue "Wallis, Mike",backwardslion@gmail.com,"38 Oakhurst Ave, Beeston, Leeds, LS11 7LW",0113 0000003,D,Continuous,03/03/2014,31/01/2016,1,WS,Thu "Warneken, Jess",jess@naturaw.co.uk," 40 Roxholme Place, LS7 4JQ",07702 095731,G,Continuous,18/05/2015,16/04/2017,1,WS,Thu "Winton, Claire",clairemwinton@gmail.com,"Flat 2, 59 Woodland Lane, Leeds, LS7 4QG",07923 357671,G,Continuous,03/08/2015,02/07/2017,1,SS,Tue "Woodall, Jess",jessica_woodall3@hotmail.com,"5 Burchett Place, Leeds, LS6 2LN",07970 128618,E,Continuous,20/07/2015,17/07/2016,1,SS,Tue "Wright, Amy",amybikes@live.co.uk,"53 Grange Close, Leeds, LS10 1SU",07884 316965,K,Continuous,16/11/2015,13/12/2015,1,WS,Tue "Wright, Lee",leewright68@yahoo.com,"14 Lilac Grove, Bramley, Leeds LS5 3AG",07790 002541,C,Continuous,17/11/2014,10/01/2016,1,SS,Tue "Xanadu, Co-op",gy10cw@leeds.ac.uk,"31 Cliff Mount, Leeds",07947 889986,I,Continuous,23/03/2015,19/02/2017,1,RY,Tue "Zipfel, Karla ",ecuadordream@web.de,"42 Newport View, Leeds",07561 089932,I,4 weeks,06/11/2015,10/12/2015,1,RY,Tue

— Reply to this email directly or view it on GitHub https://github.com/nikolai-b/leeds-bread-coop/issues/79#issuecomment-160944070 .

LeedsBreadCo-op commented 8 years ago

Woop woop - look at all those subscribers!! Thanks!!!

On Tue, 01 Dec 2015 03:59:32 -0800, Nikolai wrote:

I've uploaded it, not sure what the annoying encoding issue was

On 1 December 2015 at 11:46, LeedsBreadCo-op wrote:

Are you looking at the spreadsheet that I sent over yesterday? The version I sent didn't go up to row 113..and row 11 and 42 weren't those collection points. I've just gone through each entry on the version attached and made sure everything is valid and no weird entries but still getting error page come up - can you see what I'm doing wrong?

Feels like it should work!!

On Tue, 01 Dec 2015 01:49:31 -0800,

Nikolai wrote:

row 113 has you web address not an email

row 11 collects from Hayley and C on a Tue but that isn't a valid option

(according to the site) row 42 same but for LILAC

there might be more but with the top one sorted you get proper error messages on the site. x

On 30 November 2015 at 16:04, LeedsBreadCo-op wrote:

That will be because I only set it up today (I deleted the previous lizzie@ sub and signed up for a new one) so it won't start until next week as it's too soon for a Tuesday sub...I've updated it to a Thursday and it's showing in the production now! Seems right to me - whaddya

reckon?

On Mon, 30 Nov 2015 06:53:21 -0800, Nikolai wrote:

The sub is there but it is due next week (not this week).

http://leeds-bread-coop.herokuapp.com/admin/subscribers/331

Ok, will have to work out how to deal with this.

On 30 November 2015 at 14:43, LeedsBreadCo-op wrote:

Still not pulling in bread type on email with new coding - doh! It

comes

through as this (ie. bread type should be before 'from Lidgett..'):

Thanks for your bread subscription. Please check your details and let us

know if anything is incorrect:

from Lidgett Lane Larder on a Tuesday

Phone: 07843 626258

Reply to this email directly or view it on GitHub

.

Reply to this email directly or view it on GitHub [1].

Lizzie Fellows

Leeds Bread Co-op [2]

Twitter [3] Facebook [4]

0113 262 5155

Links:

[1]

https://github.com/nikolai-b/leeds-bread-coop/issues/79#issuecomment-160652140

[2]

http://leedsbread.coop/ [3]

https://twitter.com/LeedsBreadCoop/

[4]

https://www.facebook.com/pages/Leeds-Bread-Coop/245404722229376

Reply to this email directly or view it on GitHub

.

Reply to this email directly or view it on GitHub [1].

Lizzie Fellows

Leeds Bread Co-op [2] Twitter [3] Facebook [4]

0113 262 5155

Links:

[1]

https://github.com/nikolai-b/leeds-bread-coop/issues/79#issuecomment-160915787

[2]

http://leedsbread.coop/ [3] https://twitter.com/LeedsBreadCoop/ [4]

https://www.facebook.com/pages/Leeds-Bread-Coop/245404722229376

Name,Email,Address,Phone,Drop-off,Sub period,Week Start,Week

End,No.,Bread,Days "Aindow, Diana",philipaindow@hotmail.co.uk,"70 Main Street, Shadwell, Leeds, LS178HN",0113 8058960,F,Continuous,07/07/2015,03/07/2017,1,WS,Thu "Andersen, Marie",mhallager_andersen@hotmail.com,"K23 Saxton, the avenue, ls9 8fy",07986 510733,I,4 weeks,26/10/2015,22/12/2015,1,RY,Tue

"Atkinson, Anne-Marie",a_m_atkinson@yahoo.com,"Flat 2, 430 Meanwood Road, Leeds, LS7 2LP",07890 064998,E,Continuous,14/09/2015,24/07/2016,1,WS,Tue "Audefroy, Amélie ",ameliaw@hotmail.fr,"11 Vicars Road, LS8 5AS Leeds",07999 366839,I,Continuous,30/11/2015,27/11/2016,1,MH,Tue "Bastide-Wilson, Emmanuelle",Emmanuelle@dovetailors.co.uk,"61 Carr Manor Drive, Leeds, LS17 5AP",0113

2681807,G,Continuous,09/09/2013,24/07/2016,1,SS,Tue "Bem, Jill",jill.bem@ntlworld.com,"30 Foxglove Avenue, Leeds LS8 2QR",0113 2654380,F,Continuous,24/02/2014,24/01/2016,1,RY,Thu "Bennett, Bridget",b.k.g.bennett@leeds.ac.uk,"11 Oakwood Drive, LS8",07984 634786 ,I,Continuous,20/10/2014,02/10/2016,1,SS,Tue "Boardman, Karen",kazzboardman@gmail.com,"105 Burley Wood Crescent, Leeds, LS4 2QJ",07784 932334,I,Continuous,09/11/2015,08/10/2017,1,MH,Thu "Borg, Josephine",josephinebborg@gmail.com,"11 Hawkhills, LS7 4NX",07784

932334,G,Continuous,19/01/2015,18/12/2016,1,WS,Tue "Brancker, Ashley",ash_brancker@hotmail.com,"191 Stainbeck Lane, Leeds, LS7 2PS",07515 260152,D,4 weeks,26/10/2015,20/12/2015,1,WS,Thu "Brett, Desmond",desmond_brett@hotmail.com,"F39 Saxton, The Avenue, Leeds, LS9 8FQ",07931 538546,A,Continuous,07/09/2015,06/08/2017,1,WS,Thu

"Brown, Al",alistairjbrown@gmail.com,"Some address, somewhere, LS1

OOO",07816 266164,D,Continuous,17/02/2014,17/01/2016,1,SP,Tue

"Cassidy, Laura",lauras_home@hotmail.com,"2 Stonedene, Meanwood,

Leeds",07731 463073,G,Continuous,20/04/2015,19/03/2017,1,WS,Tue

"Cave, Ben",ben.cave@bcahealth.co.uk,"29 Cliff Road, LS6 2ET",07786 930 391,E,Continuous,08/09/2014,21/08/2016,1,WS,Thu "Coghetto, Francesco",francesco_music@hotmail.com,"10 North Grange Mews,

Leeds",07984 861315,I,4 weeks,16/11/2015,13/12/2015,1,WS,Tue

"Cornerstone, Co-op",leedscath@fastmail.co.uk,"16 Sholebroke Avenue,

Leeds",0113 2621534,B,Continuous,01/09/2014,31/07/2016,1,SS,Tue

"Creaton, Graham",graham.creaton@cycleleeds.org.uk,"Some address,

somewhere, LS1 OOO",07879 450095,K,4 weeks,16/11/2015,13/12/2015,1,SP,Tue "Dietz, Chris",chris_dtz@hotmail.co.uk,"31 Hartley Avenue, Leeds,

LS62LW",07708 371037,E,Continuous,21/10/2013,04/09/2016,1,SS,Tue

"Dodson, Sean",s.c.dodson@gmail.com,"Portland Place, Leeds",07972

180931,D,Continuous,01/05/2015,30/03/2017,1,WS,Tue "Dziulka, Pete",pete.dziulka@mps.org.uk,"25 Lancastre Grove, Bramley, LS5

3DZ",07779 218367,C,Continuous,12/01/2015,11/12/2016,1,SS,Tue

"Farncombe, Emily",emilyfarncombe@ymail.com,"Some address, somewhere, LS1 OOA",07769 530373,D,52 weeks,07/07/2015,18/07/2016,1,SP,Thu

"Fear, Nick",nick@nickfear.com,"5 Lane End Croft, Leeds",0113

2678611,G,12 weeks,26/10/2015,31/01/2016,1,SS,Thu "Fishwick, Sarah",sarahfishwick@btinternet.com,"2 Lilac Grove, Victoria Park Avenue, Leeds, LS5 3AG",0113

2785277,C,Continuous,28/10/2013,11/09/2016,1,SP,Tue "Gonzalez, Sara",S.Gonzalez@leeds.ac.uk,"52A Sholebroke Avenue, LS7 3HB",07737 117242,G,4 weeks,15/11/2015,12/12/2015,1,WS,Thu "Hamdan, Shakeeb Abu",keeby82@hotmail.com,"42 Stanley View, Leeds, LS12 1TS",07813 073543,A,Continuous,31/03/2014,28/02/2016,1,SP,Thu "Holmes, Dorothy",dee.53@hotmail.com,"6 Cowper Street, Leeds",07919

847715,G,Continuous,20/04/2015,29/12/2015,1,WS,Thu "Hooppell, David",davidhooppell@hotmail.com,"Rosa Luxemburg, Boat, Leeds",07772 777919,A,4 weeks,26/10/2015,22/12/2015,1,SS,Tue "Hughes, Chris",chrishughes571@hotmail.co.uk,"9 Weetwood House Court,

Leeds",07512 128060,I,Continuous,10/08/2015,09/07/2017,1,SP,Tue

"Hutchinson, Behla",artcollective@hotmail.co.uk,"1 Hollywell Grove,

Armley, Leeds, LS12 3HR",07756

697043,I,Continuous,02/02/2015,01/01/2017,1,MH,Tue "Johnson, Malcolm",malcij@live.com,"9 Lidgett Mount, Leeds",07587

174253,J,Continuous,21/04/2014,20/03/2016,1,SS,Thu "Jundi, Omar",omarxjundi@gmail.com,"Flat 10, 14 New Station Street, Leeds, LS1 5DL",07872 984669,G,Continuous,24/02/2014,24/01/2016,1,SP,Tue

"Karen, Eugene",eugeniekaren@hotmail.com,"7 Calder View, Todmorden, OL14 5TF",0786 6615651,I,Continuous,07/09/2015,06/08/2017,1,WS,Thu

"Kay, Alice",aef.kay@gmail.com," 31 Norwood Terrace, Leeds, LS6

1EA",07745 309840,I,Continuous,20/04/2015,19/03/2017,1,SP,Tue

"Kesting, Kirsten",kirstenkesting@gmail.com,"6 Mitford Place, Armley,

Leeds LS12 1NH",07437 228528,I,Continuous,01/12/2014,30/10/2016,1,RY,Tue

"Klopotek, Joanna",joanna.klopotek@yahoo.co.uk,"32 Cowper Street, Leeds",07706 683357,G,8 weeks,26/10/2015,20/12/2015,1,RY,Tue "Lawson, Joshua",joshuawlawson233@gmail.com,"1A Quarry Mount Terrace,

Woodhouse, LS6 2JG",07851

413624,E,Continuous,29/09/2014,28/08/2016,1,SP,Tue "Leech, Claire",claireleech74@yahoo.co.uk,"62 Methley Place, Leeds, LS7

3NN",0113 0000000,G,Continuous,16/11/2015,15/10/2017,1,WS,Thu "Lees, Adele",adelelees@hotmail.com ,"Some address, somewhere, LS1

OOB",07974 709532,G,Continuous,03/03/2014,31/01/2016,1,SS,Thu

"Lichtenstein, Isaac",ilichtenstein@gmx.de,"10 Buckingham Avenue, LS6

1DJ, Leeds",07592 202156,I,4 weeks,16/11/2015,13/12/2015,1,SS,Thu

"Lightfoot, Laura",laura@constantbattles.com,"34 Green Hill Road, Armley, Leeds, LS12 3QA",07515 513346,E,Continuous,24/02/2014,28/02/2016,1,SP,Tue "Mannion, Thomas",thommannion@yahoo.co.uk,"32 Methley Terrace, Leeds",07764 963632,G,Continuous,17/11/2014,01/10/2017,1,WS,Thu "McEnally, Nick",nick.mcenally@gmail.com,"402 The Gateway North, Leeds, LS9 8BX",07749 983963,A,4 weeks,02/11/2015,06/12/2015,1,MH,Thu "Meadley, Sam",s.h.meadley@gmail.com,"19 Tordoff Place, Leeds, LS5 3RW",07814 402846,D,Continuous,23/02/2015,22/01/2017,1,SS,Thu "Miles, Thomas",thomas.miles@rocketmail.com,"H021 Montague Burton, 23 Devon Road, LEEDS, LS2 9BA",07548

747380,I,Continuous,05/10/2015,03/09/2017,1,SS,Tue "Moore, Sarah",Sarahfcmoore@gmail.com,"17 Beech Tree Avenue, Leeds",07710

755015,K,4 weeks,16/11/2015,13/12/2015,1,WS,Thu "Munton, Nick",nickmunton@me.com,"77 The Drive, Leeds, LS8 1HL",07921

381663,J,Continuous,23/12/2013,06/11/2016,1,MH,Thu "Nelson, Diane",d.c.nelson@leeds.ac.uk,"7 Heddon Place, Leeds LS6 4EL",07719 173984,I,Continuous,24/11/2014,23/10/2016,1,SS,Tue "Oliphant, Cassandra",cassysgiantwalkabout@hotmail.com,"Some address,

somewhere, LS1 OOC",07989

302253,K,Continuous,13/04/2015,12/03/2017,1,SS,Thu "Orchard, Steve",eeseo@leeds.ac.uk,"58 Ridge Terrace, Leeds, LS6 2DA",07944 182962,I,Continuous,26/01/2015,25/12/2016,1,RY,Tue "Owen, Lyndsey",lyndseyowen@hotmail.com,"5 Conference Terrace, Armley,

Leeds, LS12 3EA",07967 109560,D,Continuous,30/06/2014,29/05/2016,1,RY,Thu "Parker, Linda",lindaandharvey@virginmedia.com,10 Sandhill Crescent Leeds

LS17 8DZ,07751 436420,G,4 weeks,16/11/2015,13/12/2015,1,WS,Tue

"Pattinson, David",djpattinson@me.com,"33 Roundhay Avenue, Leeds, LS8

4DU",07411 924071,G,Continuous,25/11/2013,09/10/2016,1,SS,Thu

"Pearson, Antony",antony.pearson@me.com,"19 Norman Terrace, Leeds, LS8

2AP",07740 085350,D,Continuous,02/09/2013,17/07/2016,1,WS,Thu

"Petty, David",shiftem@wildmail.com,"3 Thornville Place, Leeds",07852

315311,E,Continuous,23/12/2013,06/11/2016,1,SS,Tue

"Rippon, Stephen",stephenrippon@hotmail.com,"H1 Saxton, LS9 8FS ",07766

484346,A,Continuous,19/01/2015,18/12/2016,1,RY,Thu "Rowlinson, Tom",tomrowlinson@gmail.com,"18 Plevna Terrace, Bingley, West

Yorkshire, BD16 4BX",07793 059371,D,4 weeks,07/12/2015,03/01/2016,1,RY,Tue "Santos, Maria ",saossantos@hotmail.com,"4 Lilac Grove, Victoria Park Avenue, LS5 3AG, Leeds",07877 433638,C,4 weeks,16/11/2015,13/12/2015,1,WS,Tue

"Seepujak, Neil",Neilsjk@gmail.com,"113 Echo Central One, Cross Green

Lane, Leeds LS9 8FH",07970

114359,A,Continuous,09/03/2015,05/02/2017,1,WS,Tue "Shaw, Lotte",lotteroseshaw@gmail.com,"4 Roundhay View, LS8 4DX",07812

484003,A,Continuous,16/09/2013,31/07/2016,1,SP,Thu "Shaw, Paul",paulshaw243@gmail.com,"35 Moor Allerton Drive, Leeds",07929

357398,F,Continuous,09/02/2015,08/01/2017,1,WS,Thu "Shrewsbury, Marie",marielshrewsbury@virginmedia.com,"28 Haddon Place, Kirkstall, Leeds, LS4 2JU",0113 2444792 ,E,12

weeks,23/11/2015,14/02/2016,1,SP,Thu "Skrimshire, Stefan",stefskrim@gmail.com,"Lilac, Lilac Grove, Leeds",0113

0000001,C,Continuous,15/09/2014,14/08/2016,1,SP,Tue "Sowerby, Amanda",amandasowerby@gmail.com,"1 Lumley Street, Leeds",0113

0000002,C,Continuous,29/06/2015,28/05/2017,1,MH,Tue "Standage, Claire",c_standage@yahoo.co.uk,"23 The Hall, Allerton Hill, Chapel Allerton",07985 052855 ,G,Continuous,07/09/2015,06/08/2017,1,SS,Thu

"Sykes, Harry",hsykes991@gmail.com,"10 Buckingham Grove, Leeds, LS6

1DQ",07783 325162,I,4 weeks,09/11/2015,06/12/2015,1,WS,Tue "Szymura, Sav",sav@szymura.org,"Some address, somewhere, LS1 OOC",07449

490961,D,Continuous,02/02/2015,01/01/2017,1,SP,Tue "Tatham, Pete",petetatham@gmail.com,"46 St Martins Road, LS7 3LU",07532

125065,E,Continuous,14/10/2013,28/08/2016,1,SP,Thu "Thurley, James",thurley.james@gmail.com,"Some address, somewhere, LS1 OOD", 07595 485827,H,Continuous,19/10/2015,13/03/2016,1,SP,Tue "Todd, Chris",cn_todd@hotmail.co.uk,"20 Jane Street, Saltaire, Bradford,

BD18 3HA",07772 089020,A,Continuous,16/03/2015,12/02/2017,1,SP,Tue

"Trujillo, Maria ",mt.o@mac.com,"Flat 3 Yalta Court, Leeds",07500

624411,I,4 weeks,09/11/2015,06/12/2015,1,SP,Thu "Tubeuf, Sandy",s.tubeuf@leeds.ac.uk,"Flat 3 Dellmont, Shaw Lane, LS6

4DU",07947 902906,I,4 weeks,16/11/2015,13/12/2015,1,SS,Tue "Tumova, Sarka",s.tumova@leeds.ac.uk,"8 Alexandra Road, Leeds",07595

960337,I,Continuous,10/11/2014,09/10/2016,1,SS,Tue "Van, Ai",aivan12905@gmail.com,"b9.42 sentinel towers burley street leeds, ls3 1ld",07982 679410,I,4 weeks,26/10/2015,29/12/2015,1,RY,Tue

"Ward, Sarah",S.Ward@adm.leeds.ac.uk,"Some address, somewhere, LS1

OOE",07770 608700,I,Continuous,06/04/2015,03/04/2016,1,WS,Tue

"Walker, Deborah",deb_walker@live.com,"34 Marmaville Court, Mirfield,

WF14 9TS",01924 492900,D,Continuous,24/11/2014,23/10/2016,1,MH,Tue

"Wallis, Mike",backwardslion@gmail.com,"38 Oakhurst Ave, Beeston, Leeds, LS11 7LW",0113 0000003,D,Continuous,03/03/2014,31/01/2016,1,WS,Thu "Warneken, Jess",jess@naturaw.co.uk," 40 Roxholme Place, LS7 4JQ",07702

095731,G,Continuous,18/05/2015,16/04/2017,1,WS,Thu "Winton, Claire",clairemwinton@gmail.com,"Flat 2, 59 Woodland Lane, Leeds, LS7 4QG",07923 357671,G,Continuous,03/08/2015,02/07/2017,1,SS,Tue

"Woodall, Jess",jessica_woodall3@hotmail.com,"5 Burchett Place, Leeds,

LS6 2LN",07970 128618,E,Continuous,20/07/2015,17/07/2016,1,SS,Tue

"Wright, Amy",amybikes@live.co.uk,"53 Grange Close, Leeds, LS10

1SU",07884 316965,K,Continuous,16/11/2015,13/12/2015,1,WS,Tue

"Wright, Lee",leewright68@yahoo.com,"14 Lilac Grove, Bramley, Leeds LS5 3AG",07790 002541,C,Continuous,17/11/2014,10/01/2016,1,SS,Tue

"Xanadu, Co-op",gy10cw@leeds.ac.uk,"31 Cliff Mount, Leeds",07947

889986,I,Continuous,23/03/2015,19/02/2017,1,RY,Tue "Zipfel, Karla ",ecuadordream@web.de,"42 Newport View, Leeds",07561 089932,I,4 weeks,06/11/2015,10/12/2015,1,RY,Tue

Reply to this email directly or view it on GitHub

.

Reply to this email directly or view it on GitHub [1].

Lizzie Fellows

Leeds Bread Co-op [2] Twitter [3] Facebook [4]

0113 262 5155

Links:

[1] https://github.com/nikolai-b/leeds-bread-coop/issues/79#issuecomment-160946673 [2] http://leedsbread.coop/ [3] https://twitter.com/LeedsBreadCoop/ [4] https://www.facebook.com/pages/Leeds-Bread-Coop/245404722229376