mirror of
https://github.com/Karaka-Management/oms-Production.git
synced 2026-02-16 13:38:40 +00:00
Test fixes
This commit is contained in:
parent
c2d4c30feb
commit
05d0ce76ab
|
|
@ -84,7 +84,7 @@
|
||||||
"null": false
|
"null": false
|
||||||
},
|
},
|
||||||
"production_recipe_quantity": {
|
"production_recipe_quantity": {
|
||||||
"description": "Base quantity the recipe is based on",
|
"comment": "Base quantity the recipe is based on",
|
||||||
"name": "production_recipe_quantity",
|
"name": "production_recipe_quantity",
|
||||||
"type": "BIGINT",
|
"type": "BIGINT",
|
||||||
"null": false
|
"null": false
|
||||||
|
|
@ -145,13 +145,13 @@
|
||||||
"null": false
|
"null": false
|
||||||
},
|
},
|
||||||
"production_recipe_step_people": {
|
"production_recipe_step_people": {
|
||||||
"description": "Amount of people performing this step",
|
"comment": "Amount of people performing this step",
|
||||||
"name": "production_recipe_step_people",
|
"name": "production_recipe_step_people",
|
||||||
"type": "INT",
|
"type": "INT",
|
||||||
"null": false
|
"null": false
|
||||||
},
|
},
|
||||||
"production_recipe_step_position": {
|
"production_recipe_step_position": {
|
||||||
"description": "Which people group performs this step. Important to calculate costs and responsibilities",
|
"comment": "Which people group performs this step. Important to calculate costs and responsibilities",
|
||||||
"name": "production_recipe_step_position",
|
"name": "production_recipe_step_position",
|
||||||
"type": "INT",
|
"type": "INT",
|
||||||
"null": false,
|
"null": false,
|
||||||
|
|
@ -159,19 +159,19 @@
|
||||||
"foreignKey": "organization_position_id"
|
"foreignKey": "organization_position_id"
|
||||||
},
|
},
|
||||||
"production_recipe_step_duration": {
|
"production_recipe_step_duration": {
|
||||||
"description": "Real duration it takes to finish",
|
"comment": "Real duration it takes to finish",
|
||||||
"name": "production_recipe_step_duration",
|
"name": "production_recipe_step_duration",
|
||||||
"type": "BIGINT",
|
"type": "BIGINT",
|
||||||
"null": false
|
"null": false
|
||||||
},
|
},
|
||||||
"production_recipe_step_additiveduration": {
|
"production_recipe_step_additiveduration": {
|
||||||
"description": "Duration if no parallel work is performed. E.g. multiple people perform this step.",
|
"comment": "Duration if no parallel work is performed. E.g. multiple people perform this step.",
|
||||||
"name": "production_recipe_step_additiveduration",
|
"name": "production_recipe_step_additiveduration",
|
||||||
"type": "BIGINT",
|
"type": "BIGINT",
|
||||||
"null": false
|
"null": false
|
||||||
},
|
},
|
||||||
"production_recipe_step_scalable": {
|
"production_recipe_step_scalable": {
|
||||||
"description": "Scales linear with item quantity, jumps with machine usage, no scaling",
|
"comment": "Scales linear with item quantity, jumps with machine usage, no scaling",
|
||||||
"name": "production_recipe_step_scalable",
|
"name": "production_recipe_step_scalable",
|
||||||
"type": "TINYINT",
|
"type": "TINYINT",
|
||||||
"null": false
|
"null": false
|
||||||
|
|
@ -224,7 +224,7 @@
|
||||||
"null": false
|
"null": false
|
||||||
},
|
},
|
||||||
"production_recipe_step_machine_alt": {
|
"production_recipe_step_machine_alt": {
|
||||||
"description": "Is alternative machine",
|
"comment": "Is alternative machine",
|
||||||
"name": "production_recipe_step_machine_alt",
|
"name": "production_recipe_step_machine_alt",
|
||||||
"type": "TINYINT(1)",
|
"type": "TINYINT(1)",
|
||||||
"null": false
|
"null": false
|
||||||
|
|
|
||||||
|
|
@ -24,5 +24,4 @@ namespace Modules\Production\Models;
|
||||||
*/
|
*/
|
||||||
class NullProduction extends Production
|
class NullProduction extends Production
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user