Director hiring added
This commit is contained in:
@@ -214,12 +214,15 @@ const initializeFalukantLastnames = async () => {
|
||||
}
|
||||
|
||||
async function initializeFalukantStockTypes() {
|
||||
await FalukantStockType.bulkCreate([
|
||||
{ labelTr: 'wood', cost: 15 },
|
||||
{ labelTr: 'stone', cost: 25 },
|
||||
{ labelTr: 'iron', cost: 100 },
|
||||
{ labelTr: 'field', cost: 5 },
|
||||
]);
|
||||
try {
|
||||
await FalukantStockType.bulkCreate([
|
||||
{ labelTr: 'wood', cost: 15 },
|
||||
{ labelTr: 'stone', cost: 25 },
|
||||
{ labelTr: 'iron', cost: 100 },
|
||||
{ labelTr: 'field', cost: 5 },
|
||||
]);
|
||||
} catch (error) {
|
||||
}
|
||||
}
|
||||
|
||||
async function initializeFalukantProducts() {
|
||||
@@ -338,4 +341,4 @@ async function initializeFalukantBranchTypes() {
|
||||
{ labelTr: 'store', baseCost: 2000 },
|
||||
{ labelTr: 'fullstack', baseCost: 4500},
|
||||
], { ignoreDuplicates: true });
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user