Skip to content

Commit 90e509b

Browse files
authored
Merge pull request #4052 from Northeastern-Electric-Racing/3997-maintenance---budget-fix-rrs-split-between-projects
#3997 fixed project budget + updated rr seed data
2 parents 7a099b2 + 63fa186 commit 90e509b

2 files changed

Lines changed: 124 additions & 103 deletions

File tree

src/backend/src/prisma/seed-data/reimbursement-requests.seed.ts

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export const seedReimbursementRequests = async (
9595
}
9696
],
9797
accountCodes.equipment.accountCodeId,
98-
3500,
98+
350000,
9999
organization,
100100
new Date('2024-10-01'),
101101
'Reimbursement request for high performance battery pack'
@@ -126,7 +126,7 @@ export const seedReimbursementRequests = async (
126126
}
127127
],
128128
accountCodes.equipment.accountCodeId,
129-
150,
129+
15000,
130130
organization,
131131
new Date('2024-10-05')
132132
);
@@ -162,7 +162,7 @@ export const seedReimbursementRequests = async (
162162
}
163163
],
164164
accountCodes.equipment.accountCodeId,
165-
50,
165+
5000,
166166
organization,
167167
new Date('2024-09-25')
168168
);
@@ -203,7 +203,7 @@ export const seedReimbursementRequests = async (
203203
}
204204
],
205205
accountCodes.stuff.accountCodeId,
206-
2000,
206+
200000,
207207
organization,
208208
new Date('2024-09-20')
209209
);
@@ -249,7 +249,7 @@ export const seedReimbursementRequests = async (
249249
}
250250
],
251251
accountCodes.equipment.accountCodeId,
252-
450,
252+
45000,
253253
organization,
254254
new Date('2024-10-10')
255255
);
@@ -285,7 +285,7 @@ export const seedReimbursementRequests = async (
285285
}
286286
],
287287
accountCodes.stuff.accountCodeId,
288-
80,
288+
8000,
289289
organization,
290290
new Date('2024-09-15')
291291
);
@@ -326,7 +326,7 @@ export const seedReimbursementRequests = async (
326326
}
327327
],
328328
accountCodes.equipment.accountCodeId,
329-
1250,
329+
125000,
330330
organization,
331331
new Date('2024-10-12')
332332
);
@@ -356,7 +356,7 @@ export const seedReimbursementRequests = async (
356356
}
357357
],
358358
accountCodes.stuff.accountCodeId,
359-
450,
359+
45000,
360360
organization,
361361
new Date('2024-09-28')
362362
);
@@ -397,7 +397,7 @@ export const seedReimbursementRequests = async (
397397
}
398398
],
399399
accountCodes.equipment.accountCodeId,
400-
120,
400+
12000,
401401
organization,
402402
new Date('2024-10-08')
403403
);
@@ -433,7 +433,7 @@ export const seedReimbursementRequests = async (
433433
}
434434
],
435435
accountCodes.equipment.accountCodeId,
436-
200,
436+
20000,
437437
organization,
438438
new Date('2024-09-18')
439439
);
@@ -474,7 +474,7 @@ export const seedReimbursementRequests = async (
474474
}
475475
],
476476
accountCodes.stuff.accountCodeId,
477-
50,
477+
5000,
478478
organization,
479479
new Date('2024-10-11')
480480
);
@@ -504,7 +504,7 @@ export const seedReimbursementRequests = async (
504504
}
505505
],
506506
accountCodes.equipment.accountCodeId,
507-
750,
507+
75000,
508508
organization,
509509
new Date('2024-09-10')
510510
);
@@ -551,7 +551,7 @@ export const seedReimbursementRequests = async (
551551
}
552552
],
553553
accountCodes.equipment.accountCodeId,
554-
1800,
554+
180000,
555555
organization,
556556
new Date('2024-10-13')
557557
);
@@ -587,7 +587,7 @@ export const seedReimbursementRequests = async (
587587
}
588588
],
589589
accountCodes.stuff.accountCodeId,
590-
250,
590+
25000,
591591
organization,
592592
new Date('2024-10-07')
593593
);
@@ -622,7 +622,7 @@ export const seedReimbursementRequests = async (
622622
}
623623
],
624624
accountCodes.equipment.accountCodeId,
625-
90,
625+
9000,
626626
organization,
627627
new Date('2024-10-09')
628628
);
@@ -658,7 +658,7 @@ export const seedReimbursementRequests = async (
658658
}
659659
],
660660
accountCodes.stuff.accountCodeId,
661-
60,
661+
6000,
662662
organization,
663663
new Date('2024-10-06')
664664
);
@@ -699,7 +699,7 @@ export const seedReimbursementRequests = async (
699699
}
700700
],
701701
accountCodes.equipment.accountCodeId,
702-
1500,
702+
150000,
703703
organization,
704704
new Date('2024-09-22')
705705
);
@@ -730,7 +730,7 @@ export const seedReimbursementRequests = async (
730730
}
731731
],
732732
accountCodes.equipment.accountCodeId,
733-
550,
733+
55000,
734734
organization,
735735
new Date('2024-09-29')
736736
);
@@ -771,7 +771,7 @@ export const seedReimbursementRequests = async (
771771
}
772772
],
773773
accountCodes.stuff.accountCodeId,
774-
180,
774+
18000,
775775
organization,
776776
new Date('2024-10-04')
777777
);
@@ -807,7 +807,7 @@ export const seedReimbursementRequests = async (
807807
}
808808
],
809809
accountCodes.equipment.accountCodeId,
810-
950,
810+
95000,
811811
organization,
812812
new Date('2024-09-27')
813813
);
@@ -854,7 +854,7 @@ export const seedReimbursementRequests = async (
854854
}
855855
],
856856
accountCodes.equipment.accountCodeId,
857-
75,
857+
7500,
858858
organization,
859859
new Date('2024-10-10')
860860
);
@@ -884,7 +884,7 @@ export const seedReimbursementRequests = async (
884884
}
885885
],
886886
accountCodes.stuff.accountCodeId,
887-
220,
887+
22000,
888888
organization,
889889
new Date('2024-09-24')
890890
);
@@ -925,7 +925,7 @@ export const seedReimbursementRequests = async (
925925
}
926926
],
927927
accountCodes.equipment.accountCodeId,
928-
140,
928+
14000,
929929
organization,
930930
new Date('2024-10-02')
931931
);
@@ -991,7 +991,7 @@ export const seedReimbursementRequests = async (
991991
}
992992
],
993993
accountCodes.equipment.accountCodeId,
994-
2350,
994+
235000,
995995
organization,
996996
new Date('2024-09-12')
997997
);
@@ -1038,7 +1038,7 @@ export const seedReimbursementRequests = async (
10381038
}
10391039
],
10401040
accountCodes.equipment.accountCodeId,
1041-
4250,
1041+
425000,
10421042
organization,
10431043
new Date('2024-10-14')
10441044
);
@@ -1068,7 +1068,7 @@ export const seedReimbursementRequests = async (
10681068
}
10691069
],
10701070
accountCodes.equipment.accountCodeId,
1071-
180,
1071+
18000,
10721072
organization,
10731073
new Date('2024-09-10')
10741074
);
@@ -1119,7 +1119,7 @@ export const seedReimbursementRequests = async (
11191119
}
11201120
],
11211121
accountCodes.equipment.accountCodeId,
1122-
320,
1122+
32000,
11231123
organization,
11241124
new Date('2024-09-12')
11251125
);
@@ -1170,7 +1170,7 @@ export const seedReimbursementRequests = async (
11701170
}
11711171
],
11721172
accountCodes.equipment.accountCodeId,
1173-
500,
1173+
50000,
11741174
organization,
11751175
new Date('2024-08-15')
11761176
);
@@ -1227,7 +1227,7 @@ export const seedReimbursementRequests = async (
12271227
}
12281228
],
12291229
accountCodes.stuff.accountCodeId,
1230-
120,
1230+
12000,
12311231
organization,
12321232
new Date('2024-08-18')
12331233
);
@@ -1284,7 +1284,7 @@ export const seedReimbursementRequests = async (
12841284
}
12851285
],
12861286
accountCodes.equipment.accountCodeId,
1287-
1500,
1287+
150000,
12881288
organization,
12891289
new Date('2024-07-10')
12901290
);
@@ -1352,7 +1352,7 @@ export const seedReimbursementRequests = async (
13521352
}
13531353
],
13541354
accountCodes.stuff.accountCodeId,
1355-
280,
1355+
28000,
13561356
organization,
13571357
new Date('2024-07-12')
13581358
);
@@ -1420,7 +1420,7 @@ export const seedReimbursementRequests = async (
14201420
}
14211421
],
14221422
accountCodes.equipment.accountCodeId,
1423-
2750,
1423+
275000,
14241424
organization,
14251425
new Date('2024-06-01')
14261426
);
@@ -1493,7 +1493,7 @@ export const seedReimbursementRequests = async (
14931493
}
14941494
],
14951495
accountCodes.equipment.accountCodeId,
1496-
890,
1496+
89000,
14971497
organization,
14981498
new Date('2024-05-15')
14991499
);
@@ -1566,7 +1566,7 @@ export const seedReimbursementRequests = async (
15661566
}
15671567
],
15681568
accountCodes.stuff.accountCodeId,
1569-
150,
1569+
15000,
15701570
organization,
15711571
new Date('2024-05-05')
15721572
);

0 commit comments

Comments
 (0)