diff --git a/.gitignore b/.gitignore index 4f4c14e..ccbbe26 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ label/ build/ +dist/ logs/ pdf_backup/ venv/ diff --git a/dist/LabelPrinter.exe b/dist/LabelPrinter.exe deleted file mode 100644 index 5761420..0000000 Binary files a/dist/LabelPrinter.exe and /dev/null differ diff --git a/dist/conf/SumatraPDF-settings.txt b/dist/conf/SumatraPDF-settings.txt deleted file mode 100644 index a8f6f8e..0000000 --- a/dist/conf/SumatraPDF-settings.txt +++ /dev/null @@ -1,94 +0,0 @@ -# For documentation, see https://www.sumatrapdfreader.org/settings/settings3-5-1.html -Theme = Light -FixedPageUI [ - TextColor = #000000 - BackgroundColor = #ffffff - SelectionColor = #f5fc0c - WindowMargin = 2 4 2 4 - PageSpacing = 4 4 - InvertColors = false - HideScrollbars = false -] -ComicBookUI [ - WindowMargin = 0 0 0 0 - PageSpacing = 4 4 - CbxMangaMode = false -] -ChmUI [ - UseFixedPageUI = false -] - -SelectionHandlers [ -] -ExternalViewers [ -] - -ZoomLevels = 8.33 12.5 18 25 33.33 50 66.67 75 100 125 150 200 300 400 600 800 1000 1200 1600 2000 2400 3200 4800 6400 -ZoomIncrement = 0 - -PrinterDefaults [ - PrintScale = noscale -] -ForwardSearch [ - HighlightOffset = 0 - HighlightWidth = 15 - HighlightColor = #6581ff - HighlightPermanent = false -] -Annotations [ - HighlightColor = #ffff00 - UnderlineColor = #00ff00 - SquigglyColor = #ff00ff - StrikeOutColor = #ff0000 - FreeTextColor = - FreeTextSize = 12 - FreeTextBorderWidth = 1 - TextIconColor = - TextIconType = - DefaultAuthor = -] - -RememberOpenedFiles = true -RememberStatePerDocument = true -RestoreSession = true -UiLanguage = en -EnableTeXEnhancements = false -DefaultDisplayMode = automatic -DefaultZoom = fit page -Shortcuts [ -] -EscToExit = false -ReuseInstance = false -ReloadModifiedDocuments = true - -MainWindowBackground = #80fff200 -FullPathInTitle = false -ShowMenubar = true -ShowToolbar = true -ShowFavorites = false -ShowToc = true -NoHomeTab = false -TocDy = 0 -SidebarDx = 0 -ToolbarSize = 18 -TabWidth = 300 -TreeFontSize = 0 -TreeFontWeightOffset = 0 -TreeFontName = automatic -SmoothScroll = false -ShowStartPage = false -CheckForUpdates = true -WindowState = 1 -WindowPos = 566 0 788 1020 -UseTabs = true -UseSysColors = false -CustomScreenDPI = 0 - -FileStates [ -] -SessionData [ -] -TimeOfLastUpdateCheck = 0 0 -OpenCountWeek = 790 - -# Settings below are not recognized by the current version diff --git a/dist/conf/SumatraPDF.exe b/dist/conf/SumatraPDF.exe deleted file mode 100644 index f034e5e..0000000 Binary files a/dist/conf/SumatraPDF.exe and /dev/null differ diff --git a/dist/conf/accepted.png b/dist/conf/accepted.png deleted file mode 100644 index d0d769d..0000000 Binary files a/dist/conf/accepted.png and /dev/null differ diff --git a/dist/conf/app.conf b/dist/conf/app.conf deleted file mode 100644 index a68db1d..0000000 --- a/dist/conf/app.conf +++ /dev/null @@ -1,4 +0,0 @@ -[Settings] -file_path = C:\temp\check.txt -printer = PDF - diff --git a/dist/conf/label_template.svg b/dist/conf/label_template.svg deleted file mode 100644 index 1846eb1..0000000 --- a/dist/conf/label_template.svg +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Nr. Comanda:{Article} - - - Nr. Art.:{NrArt} - - - Serial No.:{Serial} - - - - - - - - diff --git a/dist/conf/label_template_nok.svg b/dist/conf/label_template_nok.svg deleted file mode 100644 index 9ab1d55..0000000 --- a/dist/conf/label_template_nok.svg +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Nr. Comanda:{Article} - - - Nr. Art.:{NrArt} - - - Serial No.:{Serial} - - - - - - - - diff --git a/dist/conf/label_template_ok.svg b/dist/conf/label_template_ok.svg deleted file mode 100644 index 843c10f..0000000 --- a/dist/conf/label_template_ok.svg +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Nr. Comanda:{Article} - - - Nr. Art.:{NrArt} - - - Serial No.:{Serial} - - - - - - - - diff --git a/dist/conf/refused.png b/dist/conf/refused.png deleted file mode 100644 index 0270983..0000000 Binary files a/dist/conf/refused.png and /dev/null differ