WB-QR-full-MSVC-Qt-based / WB_QR_full_MSVC-Qt-based / WB_QR.h
WB_QR.h
Raw
#pragma once

#include "stdafx.h"

int QR_generator(std::string SUPPLIER_ID, std::string LOGIN, std::string PASSWORD, int QTY, bool create_PDF_check, bool create_XLSX_check);
std::string error_message(int result);
int JSON_to_PDF(std::string path);
int JSON_to_XLSX(std::string path);