diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..3729ff0 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,25 @@ +**/.classpath +**/.dockerignore +**/.env +**/.git +**/.gitignore +**/.project +**/.settings +**/.toolstarget +**/.vs +**/.vscode +**/*.*proj.user +**/*.dbmdl +**/*.jfm +**/azds.yaml +**/bin +**/charts +**/docker-compose* +**/Dockerfile* +**/node_modules +**/npm-debug.log +**/obj +**/secrets.dev.yaml +**/values.dev.yaml +LICENSE +README.md \ No newline at end of file diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..fc705b1 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +[*.cs] + +# CS0618: Type or member is obsolete +dotnet_diagnostic.CS0618.severity = none + +# IDE0005: Using directive is unnecessary. +dotnet_diagnostic.IDE0005.severity = none diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d4013d5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.mp4 filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.exe filter=lfs diff=lfs merge=lfs -text +*.iso filter=lfs diff=lfs merge=lfs -text diff --git a/BISK POS.sql b/BISK POS.sql new file mode 100644 index 0000000..a8f992f Binary files /dev/null and b/BISK POS.sql differ diff --git a/BISKILOG POS BETA.sln b/BISKILOG POS BETA.sln new file mode 100644 index 0000000..c79161a --- /dev/null +++ b/BISKILOG POS BETA.sln @@ -0,0 +1,56 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.32126.317 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FDDB7070-6BCF-4554-AA1C-66C8D6934A5B}" + ProjectSection(SolutionItems) = preProject + .editorconfig = .editorconfig + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BISKILOG POS PREMIUM", "BISKILOG POS PREMIUM\BISKILOG POS PREMIUM.csproj", "{B157BDA6-BADD-4749-991E-44A1CE0EBDFD}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BISKILOG POS BASIC", "BISKILOG POS BASIC\BISKILOG POS BASIC.csproj", "{BEC7B336-9DFA-4CAF-A081-72A530A6F0F4}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|Any CPU = Release|Any CPU + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {B157BDA6-BADD-4749-991E-44A1CE0EBDFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B157BDA6-BADD-4749-991E-44A1CE0EBDFD}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B157BDA6-BADD-4749-991E-44A1CE0EBDFD}.Debug|x64.ActiveCfg = Debug|Any CPU + {B157BDA6-BADD-4749-991E-44A1CE0EBDFD}.Debug|x64.Build.0 = Debug|Any CPU + {B157BDA6-BADD-4749-991E-44A1CE0EBDFD}.Debug|x86.ActiveCfg = Debug|Any CPU + {B157BDA6-BADD-4749-991E-44A1CE0EBDFD}.Debug|x86.Build.0 = Debug|Any CPU + {B157BDA6-BADD-4749-991E-44A1CE0EBDFD}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B157BDA6-BADD-4749-991E-44A1CE0EBDFD}.Release|Any CPU.Build.0 = Release|Any CPU + {B157BDA6-BADD-4749-991E-44A1CE0EBDFD}.Release|x64.ActiveCfg = Release|Any CPU + {B157BDA6-BADD-4749-991E-44A1CE0EBDFD}.Release|x64.Build.0 = Release|Any CPU + {B157BDA6-BADD-4749-991E-44A1CE0EBDFD}.Release|x86.ActiveCfg = Release|Any CPU + {B157BDA6-BADD-4749-991E-44A1CE0EBDFD}.Release|x86.Build.0 = Release|Any CPU + {BEC7B336-9DFA-4CAF-A081-72A530A6F0F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BEC7B336-9DFA-4CAF-A081-72A530A6F0F4}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BEC7B336-9DFA-4CAF-A081-72A530A6F0F4}.Debug|x64.ActiveCfg = Debug|Any CPU + {BEC7B336-9DFA-4CAF-A081-72A530A6F0F4}.Debug|x64.Build.0 = Debug|Any CPU + {BEC7B336-9DFA-4CAF-A081-72A530A6F0F4}.Debug|x86.ActiveCfg = Debug|Any CPU + {BEC7B336-9DFA-4CAF-A081-72A530A6F0F4}.Debug|x86.Build.0 = Debug|Any CPU + {BEC7B336-9DFA-4CAF-A081-72A530A6F0F4}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BEC7B336-9DFA-4CAF-A081-72A530A6F0F4}.Release|Any CPU.Build.0 = Release|Any CPU + {BEC7B336-9DFA-4CAF-A081-72A530A6F0F4}.Release|x64.ActiveCfg = Release|Any CPU + {BEC7B336-9DFA-4CAF-A081-72A530A6F0F4}.Release|x64.Build.0 = Release|Any CPU + {BEC7B336-9DFA-4CAF-A081-72A530A6F0F4}.Release|x86.ActiveCfg = Release|Any CPU + {BEC7B336-9DFA-4CAF-A081-72A530A6F0F4}.Release|x86.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {51F8EBC4-45BF-4F0A-B031-FAA0D8F7E79F} + EndGlobalSection +EndGlobal diff --git a/Point Of Sale Managment.v11.suo b/Point Of Sale Managment.v11.suo new file mode 100644 index 0000000..d5eca85 Binary files /dev/null and b/Point Of Sale Managment.v11.suo differ diff --git a/init.txt b/init.txt deleted file mode 100644 index b1b7161..0000000 --- a/init.txt +++ /dev/null @@ -1 +0,0 @@ -init diff --git a/split_commits.bat b/split_commits.bat new file mode 100644 index 0000000..2fb19f1 --- /dev/null +++ b/split_commits.bat @@ -0,0 +1,18 @@ +@echo off + +REM Reset the last commit +git reset HEAD~1 + +REM Loop through all folders in the current directory +for /d %%F in (*) do ( + echo Processing folder: %%F + git add "%%F" + git commit -m "Partial commit for %%F" +) + +REM Handle root-level files +echo Adding root-level files +git add * +git commit -m "Partial commit for root-level files" + +echo Splitting commits by folders is complete.