Edward L Platt

Results 28 comments of Edward L Platt

We already save both, just append the amazon name to the description so it looks like "Amazon Payment - From: Lemon Cat" Adding issue #236 to also record email address...

I'd suggest running on the 2nd as a better fix. Changing the last billed date could cause double billing.

You can achieve this by using the functionality in the member and payment modules: If you call payment_accounts(["cid" => 1]) it will return an array of this sort: [ "cid"...

Are you concerned about the performance of running payment_balance() for each user ever time the cron job runs? My concern is database normalization. I'd rather not have the same data...

I see, you're accounting for the case where every member's billing cycle might begin on a different day? Currently the billing module assumes billing cycles begin on the 1st. So...

Yes! REST endpoints are something I've been thinking a lot about. I'm currently prototyping a REST API that could bridge the gap between Seltzer, future development, and other systems. On...

Sure. I think a broader discussion needs to happen first, but it doesn't hurt to create a stub. This conversation is just getting started on the cooperative software mailing group:...

Looks like phpmyadmin got wiped out in the server move. If someone thows it up on the server I'll generate a query. On Wed, Sep 11, 2013 at 9:53 PM,...

We definitely need this. It would be great if the table system provided an api for doing this. We should hash it out a bit before starting on the code.