|
9 | 9 | # |
10 | 10 | # Table name: accounting_posts |
11 | 11 | # |
12 | | -# id :integer not null, primary key |
13 | | -# work_item_id :integer not null |
14 | | -# portfolio_item_id :integer |
15 | | -# offered_hours :float |
16 | | -# offered_rate :decimal(12, 2) |
17 | | -# offered_total :decimal(12, 2) |
18 | | -# remaining_hours :integer |
19 | | -# billable :boolean default(TRUE), not null |
20 | | -# description_required :boolean default(FALSE), not null |
21 | | -# ticket_required :boolean default(FALSE), not null |
22 | | -# from_to_times_required :boolean default(FALSE), not null |
23 | | -# closed :boolean default(FALSE), not null |
24 | | -# service_id :integer |
25 | | -# meal_compensation :boolean default(FALSE), not null |
| 12 | +# id :integer not null, primary key |
| 13 | +# work_item_id :integer not null |
| 14 | +# portfolio_item_id :integer |
| 15 | +# offered_hours :float |
| 16 | +# offered_rate :decimal(12, 2) |
| 17 | +# offered_total :decimal(12, 2) |
| 18 | +# remaining_hours :integer |
| 19 | +# billable :boolean default(TRUE), not null |
| 20 | +# description_required :boolean default(FALSE), not null |
| 21 | +# ticket_required :boolean default(FALSE), not null |
| 22 | +# closed :boolean default(FALSE), not null |
| 23 | +# from_to_times_required :boolean default(FALSE), not null |
| 24 | +# service_id :integer |
| 25 | +# billing_reminder_active :boolean default(TRUE), not null |
| 26 | +# meal_compensation :boolean default(FALSE), not null |
26 | 27 | # |
27 | 28 |
|
28 | 29 | class AccountingPost < ApplicationRecord |
|
0 commit comments