![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
gnvls-parser
Advanced tools
Скачать реестр можно тут:
Раздел АРХИВ
Требования к структуре документа: Структура была взята из документа Перечень предельных оптовых и розничных цен по состоянию на 26.04.2021
{
root: __dirname,
source: 'source.xlsx',
writeToFile: true,
}
Где
Структура исходного JSON файла
type SheetsName = 'Действующие' | 'Измененные' | 'Исключенные';
/**
* Таблица из Экселя
*/
interface SheetResult {
name: SheetsName;
file: string;
data: ReestrItem[];
fn: (el, index) => ReestrItem;
}
interface ReestrItem {
name: string,
tnlp: string,
form: string,
owner: string,
ath: string,
pack: number,
price: {
product: number,
gross?: number,
retail?: number,
grossWithoutNDS?: number,
grossWithNDS?: number,
retailWithoutNDS?: number,
retailWithNDS?: number,
retailWithUSN?: number,
firstPack: boolean,
},
limit?: {
gross: number,
retail: number
},
reg: string,
number: string,
ean13: string,
date: string
}
Параметр | Название |
---|---|
name | МНН |
tnlp | Торговое наименование лекарственного препарата |
form | Лекарственная форма, дозировка, упаковка (полная) |
owner | Владелец РУ/производитель/упаковщик/Выпускающий контроль |
ath | Код АТХ |
pack | Количество в потреб. упаковке |
price.product | Зарегистрированная предельная отпускная цена производителя, руб. без НДС |
price.gross | Предельная оптовая надбавка, руб.* |
price.retail | Предельная розничная надбавка, руб.* |
price.grossWithoutNDS | Предельная оптовая цена, руб., (без НДС)* |
price.grossWithNDS | Предельная оптовая цена руб., (с НДС)* |
price.retailWithoutNDS | Предельная розничная цена, руб. (без НДС)* |
price.retailWithNDS | Предельная розничная цена, руб. (с НДС)* |
price.retailWithUSN | Предельная розничная цена (при УСН) |
price.firstPack | Цена указана для первич. упаковки |
limit.gross | Предельная оптовая надбавка, % |
limit.retail | Предельная розничная надбавка, % |
reg | № РУ |
number | Дата регистрации цены (№ решения) |
ean13 | Штрих-код (EAN13) |
date | Дата вступления в силу |
* - предельные оптовые и розничные надбавки, предельные оптовые и розничные цены рассчитаны от зарегистрированной предельной отпускной цены производителя!
const { Reader } = require("./Reader");
let reader = new Reader({
root: __dirname,
source: 'source.xlsx',
});
reader.execute().then(arr => {
console.log(arr);
});
FAQs
Преобразует данные из .xlsx с сайта
The npm package gnvls-parser receives a total of 0 weekly downloads. As such, gnvls-parser popularity was classified as not popular.
We found that gnvls-parser demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.