NodeGeeks / loopback-connector-quickbooks

MIT License
6 stars 0 forks source link

Remodel the ability to reSync quickbooks data #3

Open TeknoloGenie opened 8 years ago

TeknoloGenie commented 8 years ago

Current logic: When we reSync the data from QuickBooks we just resend the entire request for ALL desired quickbooks data unless a specific array of models is passed into the reSync method.

Desired logic: Upon successful reSync set a new lastSynced (datetime) property on the QBWebService instance that will be used to create a query filter to request any NEW data instead of re requesting all the data.