Tynan Fox
Comments
Recent activity by Tynan Fox
-
Okay so I've been able to set up my script to check for tax miscalculation during validation and modify records to those tables if they don't match. It's going well. I've been fine tuning my import...
- View comment
- Edited
- 0 votes
-
As I'm chugging along through my receipts, I've added some data validation functions to make sure the API/PHPpos is calculating everything out correctly to match my current master records/what was ...
- View comment
- 0 votes
-
I think I figured it out. item_number must be UNIQUE. The script I was running was trying to add back in items which I had deleted. In the meantime I had created new items in the system with the s...
- View comment
- Edited
- 0 votes
-
Here is the JSON encoded payload I am passing. I have attempted this in both my Dev server and my Production server and both produce the same problem. And as I said, my cURL $response is empty. Not...
- View comment
- 0 votes
-
What might cause the API to fail to create an item? Most all of my items get created just fine but there are a select few I am submitting via the API which create....a confusing result. A new item...
- View comment
- 0 votes
-
I actually figured out in the API files where to turn up the limit on requests and have done that. I can see why it's there for a POS that is in active use/production and I'm sure I'll be turning t...
- View comment
- 0 votes
-
Ahhh I hadn't updated. Did that and now I see it, thanks. And (hopefully) one of my final questions. I wrote a script to bring in the sales receipts and it's running smoothly, error free after 17,...
- View comment
- 0 votes
-
Hey so, that correction you needed to make for Receivings to set cart_change_date = TRUE; ? ....you need to do that to the Sales.php script in the API as well. :)
- View comment
- 0 votes
-
How does one pass in the Delivery Fee via the API? Thus far, we have used variable delivery fees in QBPOS, charging the customer an amount based on the actual price of the shipping charge, so I don...
- View comment
- 0 votes
-
Okay I have now successfully been able to migrate absolutely all my historical data except the last and biggest hurdle - all 127,000 of my sales receipts. Planning to use the API for this. Is ther...
- View comment
- 0 votes