Skip to content

ryan-hansen/fishbowl-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

  • Python 100.0%