0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-07-01 09:13:46 +03:00

Barcode types has been fixed

This commit is contained in:
Arin Alex 2025-06-25 19:01:31 +03:00
parent 33ebdfc640
commit 8e439f2cf1
2 changed files with 12 additions and 41 deletions

40
.gitignore vendored
View File

@ -22,45 +22,7 @@ _deps
### Intellij+iml ### ### Intellij+iml ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
.idea
# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf
# AWS User-specific
.idea/**/aws.xml
# Generated files
.idea/**/contentModel.xml
# Sensitive or high-churn files
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml
# Gradle
.idea/**/gradle.xml
.idea/**/libraries
# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
# .idea/artifacts
# .idea/compiler.xml
# .idea/jarRepositories.xml
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
# *.iml
# *.ipr
# CMake # CMake
cmake-build-*/ cmake-build-*/

View File

@ -71,6 +71,7 @@ public:
DPLEIT = 21, DPLEIT = 21,
DPIDENT = 22, DPIDENT = 22,
CODE16K = 23, CODE16K = 23,
CODE49 = 24,
CODE93 = 25, CODE93 = 25,
FLAT = 28, FLAT = 28,
RSS14 = 29, RSS14 = 29,
@ -98,9 +99,11 @@ public:
ISBNX = 69, ISBNX = 69,
RM4SCC = 70, RM4SCC = 70,
DATAMATRIX = 71, DATAMATRIX = 71,
ITF14 = 72, ENAN14 = 72,
VIN = 73,
CODABLOCKF = 74, CODABLOCKF = 74,
NVE18 = 75, NVE18 = 75,
JAPANPOST = 76,
KOREAPOST = 77, KOREAPOST = 77,
RSS14STACK = 79, RSS14STACK = 79,
RSS14STACK_OMNI = 80, RSS14STACK_OMNI = 80,
@ -109,12 +112,15 @@ public:
MICROPDF417 = 84, MICROPDF417 = 84,
ONECODE = 85, ONECODE = 85,
PLESSEY = 86, PLESSEY = 86,
// TELEPEN_NUM = 87,
ITF14 = 89,
KIX = 90, KIX = 90,
AZTEC = 92, AZTEC = 92,
DAFT = 93, DAFT = 93,
ITALYPOST = 94, ITALYPOST = 94,
DPD = 96, DPD = 96,
MICROQR = 97, MICROQR = 97,
HIBC_128 = 98, HIBC_128 = 98,
HIBC_39 = 99, HIBC_39 = 99,
HIBC_DM = 102, HIBC_DM = 102,
@ -123,6 +129,7 @@ public:
HIBC_MICPDF = 108, HIBC_MICPDF = 108,
HIBC_BLOCKF = 110, HIBC_BLOCKF = 110,
HIBC_AZTEC = 112, HIBC_AZTEC = 112,
DOTCODE = 115, DOTCODE = 115,
HANXIN = 116, HANXIN = 116,
TELEPEN_NUM = 128, TELEPEN_NUM = 128,
@ -140,7 +147,9 @@ public:
CHANNEL = 140, CHANNEL = 140,
CODEONE = 141, CODEONE = 141,
GRIDMATRIX = 142, GRIDMATRIX = 142,
UPNQR = 143 UPNQR = 143,
ULTRA = 144,
RMQR = 145
}; };
enum AngleType { enum AngleType {