
Tynan Fox
- Total activity 72
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 9
Activity overview
Latest activity by Tynan Fox-
Tynan Fox commented,
Thanks Chris!!
-
Tynan Fox commented,
Hi Chris, Thanks for working on this! Sorry for the delay in response, I have been out of the office. May is always a busy month for me. But based on what you wrote, I don't see why that wouldn't ...
-
Tynan Fox commented,
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...
-
Tynan Fox commented,
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 ...
-
Tynan Fox commented,
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...
-
Tynan Fox commented,
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...
-
Tynan Fox commented,
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...
-
Tynan Fox commented,
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...
-
Tynan Fox commented,
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,...
-
Tynan Fox commented,
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. :)