Commerce Dunning provides a toolset to implement a dunning management process. Dunning management (Delinquent User Notification) is the automated process that's kicked off when a charge attempt of a recurring order fails. It involves periodic customer communication and payment retries.
The project page provides detailed information:
http://drupal.org/sandbox/balint.kleri/2054035
I've also made a video to give you a functional overview:
http://youtu.be/e-cS6-pmukQ
And another one to demonstrate how to test the functionality efficiently:
http://youtu.be/HcAZY7sDrSI
Here is the git repository:
git.drupal.org/sandbox/balint.kleri/2054035.git
Here are my reviews of other project applications:
Comments
Comment #1
balintbrewsChanging issue title.
Comment #2
PA robot commentedWe are currently quite busy with all the project applications and we prefer projects with a review bonus. Please help reviewing and put yourself on the high priority list, then we will take a look at your project right away :-)
Also, you should get your friends, colleagues or other community members involved to review this application. Let them go through the review checklist and post a comment that sets this issue to "needs work" (they found some problems with the project) or "reviewed & tested by the community" (they found no major flaws).
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #3
vwX commentedManual Review, Looks good code wise. Hopefully on of the commerce experts will chime in on this one.
Comment #3.0
balintbrewsCorrected git repository's URI.
Comment #4
asherry commentedI think you should add the argument information to your last function in commerce_dunning.module. I have a patch with my suggestion, but you're going to probably want to add more about the $order_id and exactly what that is.
Comment #5
GuGuss commentedLooks good and works fine !
@asherry: This is not a coding standard and the parameters don't need to be fully documented (unless they are on a class).
Comment #6
GuGuss commentedComment #7
robertdouglass commentedI like a module where the lines of test code outnumber the lines in the main module by 5:1 =)
I just caught a couple super nit-picky text and punctuation changes.
As for the commerce standpoint, this was architected and reviewed by several members of the Commerce Guys team with the intention of using it internally on our own web sites. As Product Owner of this I can attest that the use case is valid and reflects a lot of careful thought on Bálint's part as well as others.
Comment #8
kscheirerThis looks great to me, no issues found everything looks well written. Nice tests too!
Thanks for your contribution, balintk!
I updated your account to let you promote this to a full project and also create new projects as either a sandbox or a "full" project.
Here are some recommended readings to help with excellent maintainership:
You can find lots more contributors chatting on IRC in #drupal-contribute. So, come hang out and get involved!
Thanks, also, for your patience with the review process. Anyone is welcome to participate in the review process. Please consider reviewing other projects that are pending review. I encourage you to learn more about that process and join the group of reviewers.
Thanks to the dedicated reviewer(s) as well.
----
Top Shelf Modules - Crafted, Curated, Contributed.
Comment #9
kscheirerComment #10.0
(not verified) commentedAdded video links.