Tynan Fox
Comments
Recent activity by Tynan Fox
-
As I am trudging along through my inventory list I found another missing option. "is_service" can be passed through the API but similar to above, private function _create_item($item_request) is mis...
- View comment
- Edited
- 0 votes
-
As a short-term fix until you can look at this, I added this line to that function and it fixed my problem: 'supplier_id'=>isset($item_request['supplier_id']) ? $item_request['supplier_id'] : $this...
- View comment
- 0 votes
-
I found the problem I believe and it's a bug report. In /pos/application/controllers/api/v1/Items.php, you are missing any definitions for "supplier" in your private function _create_item($item_re...
- View comment
- Edited
- 0 votes
-
I'm having some trouble with pulling in Items via the API. I've tried passing in both the value of the "id" column and also the person_id column as the supplier_id to the API but no matter what I p...
- View comment
- 0 votes
-
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