gendesign/frontend
Light1YT 2c9629a64c
All checks were successful
CI / changes (pull_request) Successful in 7s
CI / frontend-tests (pull_request) Successful in 59s
CI / openapi-codegen-check (pull_request) Successful in 1m55s
CI / backend-tests (pull_request) Successful in 11m48s
fix(generative/financial): VAT only on parking, residential ДДУ exempt (ст. 149 НК)
compute_financial начисляла НДС на ВСЮ валовую маржу — неверно для РФ жилья:
реализация жилых помещений и услуги застройщика по ДДУ освобождены (пп.22/пп.23.1
п.3 ст. 149 НК РФ), а невозмещаемый входной НДС по СМР уже встроен в gross-ставки
себестоимости. НДС теперь только на нежилой value-added паркинга:
max(0, revenue_parking − construction_parking) × 0.20/1.20.

Инвариант Σ cashflow == net_profit сохранён (vat прокидывается в построитель
cashflow). Обновлены docstring модуля + caveat/label в PDF-экспортёре и
concept-UI (ConceptVariantsResult). Repr. comfort: VAT 8.5М → 2.5М, net 31.8М → 36.3М.

Deep-review  (налоговый режим независимо подтверждён, edge-cases, инвариант).

Refs #1881
2026-06-25 12:09:53 +05:00
..
public chore: refresh preview pages + add tradein landing 2026-05-17 15:37:28 +03:00
src fix(generative/financial): VAT only on parking, residential ДДУ exempt (ст. 149 НК) 2026-06-25 12:09:53 +05:00
.dockerignore fix(scraper): диагностируем «кнопка не работает» — Redis lock + task_received log 2026-04-28 23:17:42 +03:00
.env.example feat(frontend): @sentry/nextjs init для GlitchTip (#204 frontend) (#208) 2026-05-16 15:09:38 +00:00
.eslintrc.json init 2026-04-25 13:45:19 +03:00
Dockerfile fix(frontend): bind Next standalone to 0.0.0.0 so healthcheck passes 2026-06-06 20:06:52 +05:00
next-env.d.ts add interactive analytics dashboard for Sverdlovsk market and PRINZIP 2026-04-27 16:55:30 +03:00
next.config.ts feat(frontend): @sentry/nextjs init для GlitchTip (#204 frontend) (#208) 2026-05-16 15:09:38 +00:00
package-lock.json feat(ptica): interactive 3D building-massing module (Three.js) [PR#5] 2026-06-20 16:27:36 +05:00
package.json feat(ptica): interactive 3D building-massing module (Three.js) [PR#5] 2026-06-20 16:27:36 +05:00
sentry.client.config.ts feat(frontend): @sentry/nextjs init для GlitchTip (#204 frontend) (#208) 2026-05-16 15:09:38 +00:00
sentry.edge.config.ts feat(frontend): @sentry/nextjs init для GlitchTip (#204 frontend) (#208) 2026-05-16 15:09:38 +00:00
sentry.server.config.ts feat(frontend): @sentry/nextjs init для GlitchTip (#204 frontend) (#208) 2026-05-16 15:09:38 +00:00
tsconfig.json init 2026-04-25 13:45:19 +03:00
vitest-env.d.ts chore(frontend): add vitest runner + WKT parser unit tests 2026-06-07 16:46:27 +05:00
vitest.config.ts chore(frontend): add vitest runner + WKT parser unit tests 2026-06-07 16:46:27 +05:00
vitest.setup.ts chore(frontend): add vitest runner + WKT parser unit tests 2026-06-07 16:46:27 +05:00