Skip to content

Commit

Permalink
Merge pull request #286 from ozgurg/dev
Browse files Browse the repository at this point in the history
release: v6.72.0
  • Loading branch information
ozgurg authored Mar 5, 2024
2 parents a2eb64e + feaee4e commit 60efee4
Show file tree
Hide file tree
Showing 15 changed files with 1,176 additions and 1,039 deletions.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 31 additions & 14 deletions calculators/konsol-vergisi-hesaplayici/data/preset-options.js
Original file line number Diff line number Diff line change
@@ -1,35 +1,57 @@
export default [
// [14] Sony PlayStation 5
{
// https://blog.playstation.com/2022/08/25/ps5-price-to-increase-in-select-markets-due-to-global-economic-environment-including-high-inflation-rates/
presetId: 14,
title: "Disksiz (Fat/Slim)",
form: {
title: "Disksiz (Slim)",
form: { // https://blog.playstation.com/2022/08/25/ps5-price-to-increase-in-select-markets-due-to-global-economic-environment-including-high-inflation-rates/
price: 449.99,
currency: "EUR"
},
retailPrice: {
value: 24999,
lastUpdatedDate: new Date("Tue Mar 05 2024 20:13:15 GMT+0300 (GMT+03:00)"),
sourceUrl: "https://twitter.com/Ersinklc/status/1760234205739405588"
}
},
{
// https://blog.playstation.com/2022/08/25/ps5-price-to-increase-in-select-markets-due-to-global-economic-environment-including-high-inflation-rates/
presetId: 14,
title: "Diskli (Fat/Slim)",
form: {
title: "Diskli (Slim)",
form: { // https://blog.playstation.com/2022/08/25/ps5-price-to-increase-in-select-markets-due-to-global-economic-environment-including-high-inflation-rates/
price: 549.99,
currency: "EUR"
},
retailPrice: {
value: 27999,
lastUpdatedDate: new Date("Tue Mar 05 2024 20:13:15 GMT+0300 (GMT+03:00)"),
sourceUrl: "https://twitter.com/Ersinklc/status/1760234205739405588"
}
},

// [15] Sony PlayStation VR2
{
// https://blog.playstation.com/2022/11/02/playstation-vr2-launches-in-february-at-549-99/
presetId: 15,
title: "Standart",
form: {
form: { // https://blog.playstation.com/2022/11/02/playstation-vr2-launches-in-february-at-549-99/
price: 599.99,
currency: "EUR"
}
},

// [22] Sony PlayStation Portal
{
presetId: 22,
title: "Standart",
form: { // https://blog.playstation.com/2023/08/23/playstations-first-remote-play-dedicated-device-playstation-portal-remote-player-to-launch-later-this-year-at-199-99/
price: 219.99,
currency: "EUR"
},
retailPrice: {
value: 11999,
lastUpdatedDate: new Date("Tue Mar 05 2024 20:13:15 GMT+0300 (GMT+03:00)"),
sourceUrl: "https://twitter.com/Ersinklc/status/1760223698311680478"
}
},


// [16] Microsoft Xbox Series S
{
Expand All @@ -38,11 +60,6 @@ export default [
form: {
price: 299,
currency: "EUR"
},
retailPrice: { // FIXME: Need official retail price
value: 13999,
lastUpdatedDate: new Date("Tue Jan 02 2024 21:29:27 GMT+0300 (GMT+03:00)"),
sourceUrl: "https://www.overgameweb.com/xbox-series-s-512gb-konsol"
}
},
{
Expand All @@ -64,7 +81,7 @@ export default [
},
retailPrice: {
value: 25999,
lastUpdatedDate: new Date("Tue Jan 02 2024 21:29:27 GMT+0300 (GMT+03:00)"),
lastUpdatedDate: new Date("Tue Mar 05 2024 20:13:15 GMT+0300 (GMT+03:00)"),
sourceUrl: "https://www.overgameweb.com/microsoft-xbox-series-x-black-1-tb-konsol"
}
},
Expand Down
12 changes: 12 additions & 0 deletions calculators/konsol-vergisi-hesaplayici/data/presets.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,18 @@ export default [
pageTitle: "Sony PlayStation VR2'nin vergisi ne kadar?",
pageDescription: "Satın aldığınız bir Sony PlayStation VR2'nin yurt içi ve yurt dışı fiyatlarına ne kadar vergi uygulandığını hesaplayın."
},
{
id: 22,
brandId: 3,
title: "PlayStation Portal",
slug: "sony-playstation-portal",
releaseDate: new Date("2023-11-15"),
thumbnail: "konsol-vergisi-hesaplayici/img/sony-playstation-portal.webp",
url: buildUrl("sony-playstation-portal"),
ogImageName: "konsol-vergisi-hesaplayici-sony-playstation-portal.jpg",
pageTitle: "Sony PlayStation Portal'ın vergisi ne kadar?",
pageDescription: "Satın aldığınız bir Sony PlayStation Portal'ın yurt içi ve yurt dışı fiyatlarına ne kadar vergi uygulandığını hesaplayın."
},

{
id: 16,
Expand Down
Binary file not shown.
65 changes: 30 additions & 35 deletions calculators/telefon-vergisi-hesaplayici/data/preset-options.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const lastUpdatedDateIphone = new Date("Tue Jan 02 2024 21:29:27 GMT+0300 (GMT+03:00)");
const lastUpdatedDateSamsung = new Date("Tue Jan 02 2024 21:29:27 GMT+0300 (GMT+03:00)");
const lastUpdatedDateIphone = new Date("Tue Mar 05 2024 20:13:15 GMT+0300 (GMT+03:00)");
const lastUpdatedDateSamsung = new Date("Tue Mar 05 2024 20:13:15 GMT+0300 (GMT+03:00)");

export default [
// [17] Apple iPhone 15 Pro
Expand All @@ -11,7 +11,7 @@ export default [
currency: "USD"
},
retailPrice: {
value: 69999,
value: 75499,
lastUpdatedDate: lastUpdatedDateIphone,
sourceUrl: "https://www.apple.com/tr/shop/buy-iphone/iphone-15-pro"
}
Expand All @@ -24,7 +24,7 @@ export default [
currency: "USD"
},
retailPrice: {
value: 74499,
value: 79999,
lastUpdatedDate: lastUpdatedDateIphone,
sourceUrl: "https://www.apple.com/tr/shop/buy-iphone/iphone-15-pro"
}
Expand All @@ -37,7 +37,7 @@ export default [
currency: "USD"
},
retailPrice: {
value: 82999,
value: 88999,
lastUpdatedDate: lastUpdatedDateIphone,
sourceUrl: "https://www.apple.com/tr/shop/buy-iphone/iphone-15-pro"
}
Expand All @@ -50,7 +50,7 @@ export default [
currency: "USD"
},
retailPrice: {
value: 91499,
value: 97999,
lastUpdatedDate: lastUpdatedDateIphone,
sourceUrl: "https://www.apple.com/tr/shop/buy-iphone/iphone-15-pro"
}
Expand All @@ -65,7 +65,7 @@ export default [
currency: "USD"
},
retailPrice: {
value: 82999,
value: 89999,
lastUpdatedDate: lastUpdatedDateIphone,
sourceUrl: "https://www.apple.com/tr/shop/buy-iphone/iphone-15-pro"
}
Expand All @@ -78,7 +78,7 @@ export default [
currency: "USD"
},
retailPrice: {
value: 91499,
value: 98999,
lastUpdatedDate: lastUpdatedDateIphone,
sourceUrl: "https://www.apple.com/tr/shop/buy-iphone/iphone-15-pro"
}
Expand All @@ -91,7 +91,7 @@ export default [
currency: "USD"
},
retailPrice: {
value: 99999,
value: 107999,
lastUpdatedDate: lastUpdatedDateIphone,
sourceUrl: "https://www.apple.com/tr/shop/buy-iphone/iphone-15-pro"
}
Expand All @@ -106,7 +106,7 @@ export default [
currency: "USD"
},
retailPrice: {
value: 53999,
value: 58499,
lastUpdatedDate: lastUpdatedDateIphone,
sourceUrl: "https://www.apple.com/tr/shop/buy-iphone/iphone-15"
}
Expand All @@ -119,7 +119,7 @@ export default [
currency: "USD"
},
retailPrice: {
value: 58499,
value: 62999,
lastUpdatedDate: lastUpdatedDateIphone,
sourceUrl: "https://www.apple.com/tr/shop/buy-iphone/iphone-15"
}
Expand All @@ -132,7 +132,7 @@ export default [
currency: "USD"
},
retailPrice: {
value: 66999,
value: 71999,
lastUpdatedDate: lastUpdatedDateIphone,
sourceUrl: "https://www.apple.com/tr/shop/buy-iphone/iphone-15"
}
Expand All @@ -147,7 +147,7 @@ export default [
currency: "USD"
},
retailPrice: {
value: 61999,
value: 66999,
lastUpdatedDate: lastUpdatedDateIphone,
sourceUrl: "https://www.apple.com/tr/shop/buy-iphone/iphone-15"
}
Expand All @@ -160,7 +160,7 @@ export default [
currency: "USD"
},
retailPrice: {
value: 66499,
value: 71499,
lastUpdatedDate: lastUpdatedDateIphone,
sourceUrl: "https://www.apple.com/tr/shop/buy-iphone/iphone-15"
}
Expand All @@ -173,7 +173,7 @@ export default [
currency: "USD"
},
retailPrice: {
value: 74999,
value: 80499,
lastUpdatedDate: lastUpdatedDateIphone,
sourceUrl: "https://www.apple.com/tr/shop/buy-iphone/iphone-15"
}
Expand Down Expand Up @@ -257,7 +257,7 @@ export default [
currency: "USD"
},
retailPrice: {
value: 47499,
value: 51499,
lastUpdatedDate: lastUpdatedDateIphone,
sourceUrl: "https://www.apple.com/tr/shop/buy-iphone/iphone-14"
}
Expand All @@ -270,7 +270,7 @@ export default [
currency: "USD"
},
retailPrice: {
value: 51999,
value: 55999,
lastUpdatedDate: lastUpdatedDateIphone,
sourceUrl: "https://www.apple.com/tr/shop/buy-iphone/iphone-14"
}
Expand All @@ -283,7 +283,7 @@ export default [
currency: "USD"
},
retailPrice: {
value: 60499,
value: 64999,
lastUpdatedDate: lastUpdatedDateIphone,
sourceUrl: "https://www.apple.com/tr/shop/buy-iphone/iphone-14"
}
Expand All @@ -298,7 +298,7 @@ export default [
currency: "USD"
},
retailPrice: {
value: 53999,
value: 58499,
lastUpdatedDate: lastUpdatedDateIphone,
sourceUrl: "https://www.apple.com/tr/shop/buy-iphone/iphone-14"
}
Expand All @@ -311,7 +311,7 @@ export default [
currency: "USD"
},
retailPrice: {
value: 58499,
value: 62999,
lastUpdatedDate: lastUpdatedDateIphone,
sourceUrl: "https://www.apple.com/tr/shop/buy-iphone/iphone-14"
}
Expand All @@ -324,7 +324,7 @@ export default [
currency: "USD"
},
retailPrice: {
value: 66999,
value: 71999,
lastUpdatedDate: lastUpdatedDateIphone,
sourceUrl: "https://www.apple.com/tr/shop/buy-iphone/iphone-14"
}
Expand Down Expand Up @@ -366,7 +366,7 @@ export default [
currency: "USD"
},
retailPrice: {
value: 39999,
value: 42999,
lastUpdatedDate: lastUpdatedDateIphone,
sourceUrl: "https://www.apple.com/tr/shop/buy-iphone/iphone-13"
}
Expand All @@ -379,7 +379,7 @@ export default [
currency: "USD"
},
retailPrice: {
value: 44499,
value: 47499,
lastUpdatedDate: lastUpdatedDateIphone,
sourceUrl: "https://www.apple.com/tr/shop/buy-iphone/iphone-13"
}
Expand All @@ -392,7 +392,7 @@ export default [
currency: "USD"
},
retailPrice: {
value: 52999,
value: 56499,
lastUpdatedDate: lastUpdatedDateIphone,
sourceUrl: "https://www.apple.com/tr/shop/buy-iphone/iphone-13"
}
Expand All @@ -408,7 +408,7 @@ export default [
currency: "USD"
},
retailPrice: {
value: 26999,
value: 28999,
lastUpdatedDate: lastUpdatedDateIphone,
sourceUrl: "https://www.apple.com/tr/shop/buy-iphone/iphone-se"
}
Expand All @@ -421,7 +421,7 @@ export default [
currency: "USD"
},
retailPrice: {
value: 28999,
value: 31199,
lastUpdatedDate: lastUpdatedDateIphone,
sourceUrl: "https://www.apple.com/tr/shop/buy-iphone/iphone-se"
}
Expand All @@ -434,7 +434,7 @@ export default [
currency: "USD"
},
retailPrice: {
value: 33499,
value: 35699,
lastUpdatedDate: lastUpdatedDateIphone,
sourceUrl: "https://www.apple.com/tr/shop/buy-iphone/iphone-se"
}
Expand Down Expand Up @@ -591,11 +591,6 @@ export default [
form: {
price: 1619.99,
currency: "USD"
},
retailPrice: {
value: 70999,
lastUpdatedDate: lastUpdatedDateSamsung,
sourceUrl: "https://shop.samsung.com/tr/galaxy-s23-ultra/"
}
},

Expand Down Expand Up @@ -635,7 +630,7 @@ export default [
currency: "USD"
},
retailPrice: {
value: 69999,
value: 82999,
lastUpdatedDate: lastUpdatedDateSamsung,
sourceUrl: "https://shop.samsung.com/tr/galaxy-z-fold5/"
}
Expand Down Expand Up @@ -677,7 +672,7 @@ export default [
currency: "USD"
},
retailPrice: {
value: 41999,
value: 47999,
lastUpdatedDate: lastUpdatedDateSamsung,
sourceUrl: "https://shop.samsung.com/tr/galaxy-z-flip5/"
}
Expand All @@ -690,7 +685,7 @@ export default [
currency: "USD"
},
retailPrice: {
value: 44999,
value: 51999,
lastUpdatedDate: lastUpdatedDateSamsung,
sourceUrl: "https://shop.samsung.com/tr/galaxy-z-flip5/"
}
Expand Down
7 changes: 0 additions & 7 deletions components/EstimatedCalculationAlert.vue

This file was deleted.

6 changes: 6 additions & 0 deletions components/estimated-calculation-alert.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<template>
<vh-alert type="warning">
Ürünlerin ülkeye giriş fiyatını ve menşei ülkenin vergilendirmesini bilmediğimiz için, yurt dışı satış fiyatı
üzerinden <b>tahmini olarak</b> hesaplanmıştır. Gerçek satış fiyatı farklılık gösterebilir.
</vh-alert>
</template>
Loading

0 comments on commit 60efee4

Please sign in to comment.