SteelCityRuby / sponsor-tracker

A simple application for tracking conference sponsors.
MIT License
1 stars 1 forks source link

Need to be able to delete or zero invoices, or delete sponsors #11

Open colindean opened 10 years ago

colindean commented 10 years ago

Chargify backed out, and I'd like to simply zero-out their invoice. I'd accept deleting them from the system, alternatively. There doesn't appear to be a way to do that.

jtgeibel commented 10 years ago

I've wanted to add this but I also want to add some kind of audit trail for modify/delete actions. So far I've just been manually removing things from the rails console, which obviously isn't ideal. I need to find a better solution for next year, any ideas on a good library to support this?

I'll manually remove Chargify.

On Fri, Aug 8, 2014 at 4:49 PM, Colin Dean notifications@github.com wrote:

Chargify backed out, and I'd like to simply zero-out their invoice. I'd accept deleting them from the system, alternatively. There doesn't appear to be a way to do that.

— Reply to this email directly or view it on GitHub https://github.com/SteelCityRuby/sponsor-tracker/issues/11.

colindean commented 10 years ago

Two came up consistently in some searching:

https://github.com/collectiveidea/audited

https://github.com/airblade/paper_trail

Audited seems to have the simpler API.

jtgeibel commented 10 years ago

Thanks! I think I looked at paper trail a bit several months ago. I'll check out audited as well.

On Fri, Aug 8, 2014 at 8:11 PM, Colin Dean notifications@github.com wrote:

Two came up consistently in some searching:

https://github.com/collectiveidea/audited

https://github.com/airblade/paper_trail

Audited seems to have the simpler API.

— Reply to this email directly or view it on GitHub https://github.com/SteelCityRuby/sponsor-tracker/issues/11#issuecomment-51670651 .