Skip to content

Releases: patriotresearch/fishbowl-api

1.6.2

24 Jun 21:51
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

1.5.0 Sales Orders and Users

02 Sep 19:21
Compare
Choose a tag to compare
  • Add pulling a list of sales orders
  • Add pulling users

1.4.0 Price Rule Serialization

09 Dec 17:21
a32ad4f
Compare
Choose a tag to compare
  • 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
6567ec7
Compare
Choose a tag to compare
Merge pull request #5 from patriotresearch/active-flag

query and parse properly for active status

UOM Additions

18 Nov 17:29
5ca55bf
Compare
Choose a tag to compare

Adds Unit of Measure to queries.

Add fields and update types for Part and Product objects.

21 Sep 15:44
6ee2a44
Compare
Choose a tag to compare

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
b5dbc6a
Compare
Choose a tag to compare
Merge pull request #1 from patriotresearch/add-import-export-support

Add import export support and fixup tests.