procurement

package module
v0.0.30 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 7, 2019 License: AGPL-3.0 Imports: 11 Imported by: 1

README

Build Status Go Report Card

Procurement

This is the module for computing Procurements.

This procurement module only depends on the product module and is not useful on itself. Procurements represent needs that need to be solved by a procurement rule. When a procurement is created, it is confirmed. When a rule is found, it will be put in running state. After, it will check if what needed to be done for the rule has been executed. Then it will go to the done state. A procurement can also go into exception, for example when it can not find a rule and it can be cancelled.

The mechanism will be extended by several modules. The procurement rule of stock will create a move and the procurement will be fulfilled when the move is done. The procurement rule of sale_service will create a task. Those of purchase or mrp will create a purchase order or a manufacturing order.

The scheduler will check if it can assign a rule to confirmed procurements and if it can put running procurements to done.

Procurements in exception should be checked manually and can be re-run.

Documentation

Index

Constants

View Source
const MODULE_NAME string = "procurement"

Variables

View Source
var (
	Actions    = types.Selection{}
	Priorities = types.Selection{
		"0": "Not Urgent",
		"1": "Normal",
		"2": "Urgent",
		"3": "Very Urgent",
	}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL