Releases: patriotresearch/fishbowl-api
Releases · patriotresearch/fishbowl-api
1.6.2
24 Jun 21:51
Compare
Sorry, something went wrong.
No results found
Fix issue where we raised an exception when logout returned 1000, which is just as acceptable as it returning 1010.
1.6.1
24 Jun 21:35
Compare
Sorry, something went wrong.
No results found
Fix issue where we don't retry connection if the socket error doesn't have a message property.
1.6.0
10 Jun 18:59
Compare
Sorry, something went wrong.
No results found
Adds support for Fishbowl 2022.6, login now must pass the password in plaintext.
Older versions are supported by passing encode_password=True to the connect() method.
1.5.1 Sales Order and User Updates
02 Sep 19:38
Compare
Sorry, something went wrong.
No results found
1.5.0 Sales Orders and Users
02 Sep 19:21
Compare
Sorry, something went wrong.
No results found
Add pulling a list of sales orders
Add pulling users
1.4.0 Price Rule Serialization
09 Dec 17:21
Compare
Sorry, something went wrong.
No results found
Serialize Price Rules
Tweak to accommodate queries with mysql based fishbowl
Change query for parts to be able to get active flag
07 Dec 21:01
Compare
Sorry, something went wrong.
No results found
Merge pull request #5 from patriotresearch/active-flag
query and parse properly for active status
UOM Additions
18 Nov 17:29
Compare
Sorry, something went wrong.
No results found
Adds Unit of Measure to queries.
Add fields and update types for Part and Product objects.
21 Sep 15:44
Compare
Sorry, something went wrong.
No results found
Minor change, updates Part and Product lookups to properly include weight, length, height, and adds Revision to Part.
We never tagged a release before... this can be 1.0!
26 Aug 17:12
Compare
Sorry, something went wrong.
No results found
Merge pull request #1 from patriotresearch/add-import-export-support
Add import export support and fixup tests.