Tom Carchrae
Tom Carchrae
a quick fix for #802 caveat - i have not tested this on the master branch (rails 5) but it works on my fork which uses rails 4.2
i want everyone in my co-op to be able to view the catalogues for each supplier. this allows that. it also adds a case insensitive search on article name and...
title says it all. this may be a nice default for someone, but it looked terrible for me. anyway, that is taste, and not-hard-coding it means we can all be...
there are many ways i could have fixed this, but i think this is the cleanest one. instead of setting action mailer defaults in the `config/environment` i'm calling the setup_mailing...
this PR adds an attribute to store the supplier price. there are a few reasons why this is useful 1) balancing your accounts. currently foodsoft infers the supplier price by...
there are many screens that show either articles or member's names in somewhat random orders. this PR sorts several such cases by name, which i would argue, is far easier...
i've been bashing my head off this. at first, i thought it was some change i had made, but i've checked out what i think is a clean version and...
this is a minor UI bug. the code that updates the page when +/- are clicked doesn't respect the currency symbol that is set in the configuration. it should show...
one co-op member recently asked if i could add a 'remember me' option on the sign in. i was confused, since the site always remembers my login. however, after looking...
It seems that map does not work when called on an already mapped chunk. For example, this code will never execute the dust.render callback: ``` javascript dust.loadSource(dust.compile("test of async mapping...