Scaffold job model

This commit is contained in:
2024-07-29 00:39:55 +02:00
parent 42e3df63a7
commit 43dfb7398a
19 changed files with 522 additions and 1 deletions

35
test/fixtures/jobs.yml vendored Normal file
View File

@@ -0,0 +1,35 @@
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
operator_id: one
costumer_id: one
operator_firstname: MyString
operator_lastname: MyString
costumer_firstname: MyString
costumer_lastname: MyString
paid: false
printed_at: 2024-07-27 12:13:47
intern: false
cost_center: MyString
number_of_plans_a0: 1
number_of_plans_a1: 1
number_of_plans_a2: 1
number_of_plans_a3: 1
costum_qm_plan: 1.5
two:
operator_id: two
costumer_id: two
operator_firstname: MyString
operator_lastname: MyString
costumer_firstname: MyString
costumer_lastname: MyString
paid: false
printed_at: 2024-07-27 12:13:47
intern: false
cost_center: MyString
number_of_plans_a0: 1
number_of_plans_a1: 1
number_of_plans_a2: 1
number_of_plans_a3: 1
costum_qm_plan: 1.5