Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

jchoca/fishbowl-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repository is no longer maintained.

This is a client (written in Python) for the Fishbowl Inventory API.

Currently supports add inventory request, cycle inventory count.

add_inventory(part_number, quantity, UOM_ID, cost, location_tag_num[,log])
cycle_inventory(part_number, new_qty, location_id[,log])

Optional argument log defaults to False. If set to True, a log file will be created in the immediate directory and changes appended to it.

Example usage:

from fishwrapper import Fishbowlapi

stream = Fishbowlapi('admin', 'admin', '10.0.2.2')
stream.add_inventory('B500', 5, 1, 50.00, 386)
stream.close()

About

A Python client for the Fishbowl Inventory API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages