Anonymous

Project:Inventory system: Difference between revisions

From London Hackspace Wiki
Line 19: Line 19:
::: Component
::: Component
; Properties: Each item has properties common to all item types, and ones unique to its category.
; Properties: Each item has properties common to all item types, and ones unique to its category.
:;: For example (common):
:; For example (common):
::: Wiki page
:: Wiki page
::: Date acquired
:: Date acquired
::: Quantity
:: Quantity
::: Identification description
:: Identification description
::: Category
:: Category
::: Location
:: Location
:;: For example (unique to "Components"):
:; For example (unique to "Components"):
::: Reorder URL
:: Reorder URL
::: Reorder Price
:: Reorder Price
; Queue: Items can be placed in to one or more queues, and can appear in queues multiple times (providing there is only one unresolved occurrence), to be processed at a later point.
; Queue: Items can be placed in to one or more queues, and can appear in queues multiple times (providing there is only one unresolved occurrence), to be processed at a later point.
:;: For example:
:; For example:
::: Reorder
:: Reorder
::: Stock check
:: Stock check
::: Disposal
:: Disposal
; Queue items: Linked to a regular item (extension of), but with the additional properties "Resolution" and "Resolution date" and attached to a queue.
; Queue items: Linked to a regular item (extension of), but with the additional properties "Resolution" and "Resolution date" and attached to a queue.
; Relation: Similar objects can be linked together, this can be resolved recursively up to a limit.
; Relation: Similar objects can be linked together, this can be resolved recursively up to a limit.
; Log: All changes appear in a log with a change description, previous value, new value, user, and time.
; Log: All changes appear in a log with a change description, previous value, new value, user, and time.
1,143

edits