tendril.inventory.acquire module

Inventory Acquire Module documentation (inventory.acquire)

class tendril.inventory.acquire.InventoryReaderBase(location, tfpath)[source]

Bases: object

class tendril.inventory.acquire.InventoryDBReader(location, tfpath)[source]

Bases: tendril.inventory.acquire.InventoryReaderBase

class tendril.inventory.acquire.StockXlsReader(xlf, sname, location, tfpath)[source]

Bases: tendril.inventory.acquire.InventoryReaderBase

_skip_to_header()[source]
_get_cols(row)[source]
static _is_balance(item)[source]
_row_gen()[source]
_tf_row_gen()[source]
tendril.inventory.acquire.get_stockxlsreader(xlpath, sname, location, tfpath)[source]
tendril.inventory.acquire.get_reader(elec_inven_data_idx)[source]
tendril.inventory.acquire.gen_canonical_transform(elec_inven_data_idx, regen=True)[source]