Tynan Fox
Comments
Recent activity by Tynan Fox
-
Nevermind found it myself :)
- View comment
- 0 votes
-
I think I figured that out. However now I am running into the problem with API call lockouts while running my migration script. I think you mentioned before that the default limit is 20 calls per ...
- View comment
- 0 votes
-
Do you know what the php "format" is for the Date/Time format required by the API? I'm extracting the data alright but passing it in with "created_at" isn't working and I think it might be due to a...
- View comment
- 0 votes
-
So I've written a couple PHP scripts to pipe the data through the API with some success. Can the "create_date" column in the "phppos_people" table be updated via the API? I may be splitting hairs h...
- View comment
- 0 votes
-
Okay so after futzing around with transforming the data manually, I'm realizing that the biggest problem is not pulling the exact data needed for the tables but rather that I am developing on a Win...
- View comment
- 0 votes
-
I was thinking that too in reality, and although I've learned a lot about php/mysql over the years, I'm not sure I have the skills to write a script to do this. I'm sure I could figure it out with ...
- View comment
- 0 votes
-
Do you have any reccomendations on what order to import the tables? Does it matter? Like do I need to do Customers first, then Sales Receipts, then Deliveries? Or....? I feel like as long as I stay...
- View comment
- 0 votes
-
I think I'm going to have to use database insert. I was able to use a third-party ODBC driver to dump the entire database into an Access database which I can actually manipulate the data with. The...
- View comment
- 0 votes
-
OOPS! Good call. I was working through the Config page and hadn't gotten down that far yet.
- View comment
- 0 votes
-
I figured as much but also figured I would ask. Thanks for letting me know! And I like the idea. Since 16.0 was just released though I am *not* going to pester about when we can expect 16.1. :) Tha...
- View comment
- 0 votes