manasouza/sfin-bills

Fix handling series call on spreadsheet.js

Opened this issue · 2 comments

Under production, calls to monthReference and workingRows are not been handling sequentially.

Possible solution to use this lib:
https://caolan.github.io/async/docs.html#series

Real problem was related to category column reference

Fixed on 0.3.0.0

Updated to use async.waterfall

https://caolan.github.io/async/docs.html#waterfall
caolan/async#14 (how to pass arg in first function call)