Tynan Fox
Comments
Recent activity by Tynan Fox
-
Thanks for all your help thus far. I am continuing to write migration scripts to move each type of data over to PHPPos. For some things I'm using the API and others I am using direct database inser...
- View comment
- Edited
- 0 votes
-
I passed it in as "supplier_id": (person_id, as an integer)
- View comment
- 0 votes
-
And I did. I created the suppliers list FIRST and then ran the API calls to create the items. I can confirm that passing the person_id of the supplier to the API does not work
- View comment
- 0 votes
-
Whoops, nevermind about the last part. I was passing the variable wrong
- View comment
- 0 votes
-
Sorry for the delay - I had some problems with the Dev server this afternoon. I just gave it a shot with the latest update ensuring that patch above is applied but unfortunately it's still not work...
- View comment
- 0 votes
-
I just downloaded the latest hotfix release but it doesn't show any changes....
- View comment
- 0 votes
-
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