Welcome | Get started | Dive into Lino | Contribute | Topics | Reference | More

storage : Storage, provisions and fillers

The lino_xl.lib.storage plugin adds functionality for managing storage provisions and fillers.

For an end-user introduction read Storage management.

Table of contents:

This page is a tested document and the following instructions are used for initialization:

>>> from lino import startup
>>> startup('lino_book.projects.noi1r.settings')
>>> from lino.api.doctest import *

Dependencies

>>> dd.plugins.storage
<lino_xl.lib.storage.Plugin lino_xl.lib.storage(needs ['lino_xl.lib.products', 'lino.modlib.summaries'])>

Models

class lino_xl.lib.storage.Movement
product
qty
amount
debit
credit
class lino_xl.lib.storage.Component
parent
child
qty
class lino_xl.lib.storage.Filler
partner
provision_product
provision_state
min_asset

The minimum quantity to have in provision. When the partner has less than this quantity, the filler gets triggered, i.e. generates a wanted invoice item.

fill_asset

The target quantity to have in provision when this filler has triggered.