Glen Selle

Results 14 comments of Glen Selle

Actually, yes, that's something I've been wanting to do for a while. There's two pieces to it. First, add some query capabilities so once you have an ACH file represented...

To be honest, It probably wouldn't be that difficult. Since all the fields and their respective widths are nicely represented right now, it'd just be a matter of reversing the...

Ok, not sure what the timetable looks like, but in terms of new additions to nACH I'll keep this one pretty high on the list. And yes, we did. Pretty...

Feel free to submit a pull request @ortimanu ;)

I plan to take a look at this very soon.

What about this? It seems a little simpler. We can just take advantage of the fact that the `computeCheckDigit` function already returns the value without modification if it's not 8...

@yawetse v0.3.2 should add preliminary support for 8-digit routing numbers -- I'm keeping this ticket open till I write tests to cover this scenario

Right now we're passing whatever you pass into the Number constructor ``` var amount = Number(options.amount); ``` Then later when the actual row is generated, it's passed to `generateString` where...

We would love to see this implemented as well. Could we submit a PR to add this?

Ok! Thanks! I'll take a look at keep this issue updated if I start work on it