diff --git a/.gitignore b/.gitignore index 7061878..c425549 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,5 @@ backups/ *.sw? .session.vim .claude/settings.local.json -~* +*~ +/*.bat diff --git a/deploy/install.bat b/deploy/install.bat index ca5214b..b8c5920 100644 --- a/deploy/install.bat +++ b/deploy/install.bat @@ -6,16 +6,6 @@ chcp 65001 >nul setlocal cd /d "%~dp0" -if exist "%ProgramFiles%\nodejs\node.exe" ( - echo Node.js уже установлен в %ProgramFiles%\nodejs. - echo Пропускаем установку. - goto :done -) -if exist "%ProgramFiles(x86)%\nodejs\node.exe" ( - echo Node.js уже установлен в %ProgramFiles(x86)%\nodejs. - echo Пропускаем установку. - goto :done -) set "MSI=node-v16.20.2-x64.msi" if /i "%PROCESSOR_ARCHITECTURE%"=="x86" if not defined PROCESSOR_ARCHITEW6432 set "MSI=node-v16.20.2-x86.msi" diff --git a/src/lib/i18n/en.json b/src/lib/i18n/en.json index e20f7aa..ef33f3c 100644 --- a/src/lib/i18n/en.json +++ b/src/lib/i18n/en.json @@ -146,7 +146,6 @@ "active_skus": "Active parts", "units_on_hand": "Units on hand", "cost_value": "Value (at cost)", - "sale_value": "Value (at sale)", "low_stock": "Low stock", "out_of_stock": "Out of stock", "top_parts": "Top selling parts", diff --git a/src/lib/i18n/tg.json b/src/lib/i18n/tg.json index e1aa969..6494ba0 100644 --- a/src/lib/i18n/tg.json +++ b/src/lib/i18n/tg.json @@ -146,7 +146,6 @@ "active_skus": "Қисмҳои фаъол", "units_on_hand": "Дар анбор", "cost_value": "Арзиш (бо нархи харид)", - "sale_value": "Арзиш (бо нархи фурӯш)", "low_stock": "Захираи кам", "out_of_stock": "Тамом шуд", "top_parts": "Қисмҳои серфурӯш", diff --git a/src/routes/admin/reports/+page.svelte b/src/routes/admin/reports/+page.svelte index cb576a3..1b6ca61 100644 --- a/src/routes/admin/reports/+page.svelte +++ b/src/routes/admin/reports/+page.svelte @@ -50,13 +50,7 @@ {$t('common.currency_short')} -