diff --git a/.vs/CarDealership/FileContentIndex/241d475b-0f0c-4866-a40d-cd8fde9603e3.vsidx b/.vs/CarDealership/FileContentIndex/241d475b-0f0c-4866-a40d-cd8fde9603e3.vsidx new file mode 100644 index 0000000..87b15d0 Binary files /dev/null and b/.vs/CarDealership/FileContentIndex/241d475b-0f0c-4866-a40d-cd8fde9603e3.vsidx differ diff --git a/.vs/CarDealership/FileContentIndex/c4c36140-480b-4632-b5e2-18638bbe79a5.vsidx b/.vs/CarDealership/FileContentIndex/c4c36140-480b-4632-b5e2-18638bbe79a5.vsidx deleted file mode 100644 index d6f6263..0000000 Binary files a/.vs/CarDealership/FileContentIndex/c4c36140-480b-4632-b5e2-18638bbe79a5.vsidx and /dev/null differ diff --git a/.vs/CarDealership/v17/.suo b/.vs/CarDealership/v17/.suo index eaa1872..743380b 100644 Binary files a/.vs/CarDealership/v17/.suo and b/.vs/CarDealership/v17/.suo differ diff --git a/.vs/CarDealership/v17/Browse.VC.db b/.vs/CarDealership/v17/Browse.VC.db index 8c38c1c..3583f60 100644 Binary files a/.vs/CarDealership/v17/Browse.VC.db and b/.vs/CarDealership/v17/Browse.VC.db differ diff --git a/CarDealership/CarDealership.cpp b/CarDealership/CarDealership.cpp index eef9ae1..030b956 100644 --- a/CarDealership/CarDealership.cpp +++ b/CarDealership/CarDealership.cpp @@ -513,6 +513,7 @@ class DetailClass { std::cout << " '----------------' '----------------' '----------------' " << std::endl; + std::cout << std::endl; std::cout << " "; SetConsoleTextAttribute(TitleScreenColor, 1); std::cout << "Car "; @@ -522,19 +523,6 @@ class DetailClass { std::cout << "Management "; SetConsoleTextAttribute(TitleScreenColor, 11); std::cout << "Program " << std::endl; - - std::cout << std::endl; - /* - std::cout << " _.-=\"_- _ " << std::endl; - std::cout << " _.-=\" _- | ||\"\"\"\"\"\"\"---._______ __.. " << std::endl; - std::cout << " ___.==\"\"\"\"-.______-,,,,,,,,,,,,`-''----\" \"\"\"\"\" \"\"\"\"\" __' " << std::endl; - std::cout << " __.--\"\" __ ,' o \\ __ [__| " << std::endl; - std::cout << " __-\"\"=======.--\"\" \"\"--.=================================.--\"\" \"\"--.=======:" << std::endl; - std::cout << "] [w] : / \\ : |========================| : / \\ : [w] :" << std::endl; - std::cout << "V___________:| |: |========================| :| |: _-\" " << std::endl; - std::cout << " V__________: \\ / :_|=======================/_____: \\ / :__-\" " << std::endl; - std::cout << " -----------' \"-____-\" `-------------------------------' \"-____-\" " << std::endl; - */ SetConsoleTextAttribute(TitleScreenColor, 1); std::cout << " _____"; SetConsoleTextAttribute(TitleScreenColor, 2); @@ -4179,22 +4167,23 @@ int main() system("COLOR 0A"); if (AccessLevel == 1) { - UserTitleText.userTitleText(" Admin Select Car Color ", "Namias", " [", "] "); + UserTitleText.userTitleText(" Admin Select Car Color ", "Namias", " [", "] "); } else if (AccessLevel == 2) { - UserTitleText.userTitleText(" Employee Select Car Color ", employeeLogin, " [", "] "); + UserTitleText.userTitleText(" Employee Select Car Color ", employeeLogin, " [", "] "); } else if (AccessLevel == 3) { - UserTitleText.userTitleText(" Guest Select Car Color ", "Guest", " [", "] "); + UserTitleText.userTitleText(" Guest Select Car Color ", "Guest", " [", "] "); } else { - UserTitleText.userTitleText(" \"Unknown Select Car Color\" ", "Unknown", " [", "] "); + UserTitleText.userTitleText(" \"Unknown Select Car Color\" ", "Unknown", " [", "] "); } - Choice.choiceBack("0", "Back"); + std::cout << std::endl; + Choice.choiceGreen("0", "Back"); FontTextColor.fontTextColor(9); @@ -4237,13 +4226,26 @@ int main() } else if (Color >= 1 || Color <= sizeof(toyota_car_color) / sizeof(toyota_car_color[0])) { + Cashier: + // Cashier - Cashier: Value = toyota_car_prices[Cars - 1]; - // Cashier - system("CLS"); - system("COLOR 0E"); + if (AccessLevel == 1) { + UserTitleText.userTitleText(" Admin Cashier ", "Namias", " [", "] "); + } + + else if (AccessLevel == 2) { + UserTitleText.userTitleText(" Employee Cashier ", employeeLogin, " [", "] "); + } + + else if (AccessLevel == 3) { + UserTitleText.userTitleText(" Guest Cashier ", "Guest", " [", "] "); + } + + else { + UserTitleText.userTitleText(" \"Unknown Cashier\" ", "Unknown", " [", "] "); + } // Your order summary std::cout << std::endl; diff --git a/CarDealership/Text Files/Login_Logs.txt b/CarDealership/Text Files/Login_Logs.txt index 224a56c..f1fab80 100644 --- a/CarDealership/Text Files/Login_Logs.txt +++ b/CarDealership/Text Files/Login_Logs.txt @@ -2,12 +2,4 @@ Miku Employee Dec/14/2022 15:25:16 Namias Admin Dec/14/2022 15:25:52 Guest Guest Dec/14/2022 15:31:17 Miku Employee Dec/14/2022 15:35:27 -Namias Admin Dec/14/2022 16:45:29 -Miku Employee Dec/15/2022 19:02:54 -Namias Admin Dec/15/2022 19:04:50 -Namias Admin Dec/15/2022 19:11:50 -Namias Admin Dec/16/2022 00:43:16 -Guest Guest Dec/16/2022 01:24:03 -Guest Guest Dec/16/2022 01:49:22 -Guest Guest Dec/16/2022 01:54:07 -Guest Guest Dec/16/2022 01:59:54 \ No newline at end of file +Namias Admin Dec/14/2022 16:45:29 \ No newline at end of file diff --git a/CarDealership/Text Files/Order_Logs.txt b/CarDealership/Text Files/Order_Logs.txt index eda66dd..8ca5802 100644 --- a/CarDealership/Text Files/Order_Logs.txt +++ b/CarDealership/Text Files/Order_Logs.txt @@ -2,8 +2,4 @@ Nov/01/2022 11:21:49 Vios Black 9850000 Nov/02/2022 11:40:34 Innova Red 1764000 Nov/03/2022 13:15:24 Avanza Black 1059000 Nov/04/2022 13:28:35 Hilux Gold 1919000 -Nov/05/2022 12:40:34 Innova Blue 1764000 -Dec/15/2022 19:10:38 Prius Black 2436000 -Dec/15/2022 19:13:03 Prius Blue 2436000 -Dec/16/2022 01:53:52 Alphard Black 4160000 -Dec/16/2022 01:54:20 GR_86 Brown 2499000 \ No newline at end of file +Nov/05/2022 12:40:34 Innova Blue 1764000 \ No newline at end of file diff --git a/CarDealership/x64/Debug/CarDealership.ilk b/CarDealership/x64/Debug/CarDealership.ilk index f40b208..5cb6c06 100644 Binary files a/CarDealership/x64/Debug/CarDealership.ilk and b/CarDealership/x64/Debug/CarDealership.ilk differ diff --git a/CarDealership/x64/Debug/CarDealership.log b/CarDealership/x64/Debug/CarDealership.log index 89fcde4..79a5b81 100644 --- a/CarDealership/x64/Debug/CarDealership.log +++ b/CarDealership/x64/Debug/CarDealership.log @@ -1,32 +1,32 @@  CarDealership.cpp -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1132,11): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1204,12): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1373,14): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1430,15): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1470,16): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1574,16): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1607,16): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1645,18): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1767,17): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1908,16): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(2075,16): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(2248,15): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(2290,16): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(2323,16): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(2460,16): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(2779,16): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3022,16): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3054,16): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3132,16): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3294,16): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3465,15): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3496,15): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3527,15): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3551,15): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3620,12): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3830,14): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3863,14): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3887,14): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3953,12): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3990,12): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1119,11): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1191,12): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1360,14): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1417,15): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1457,16): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1561,16): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1594,16): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1632,18): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1754,17): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1895,16): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(2062,16): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(2235,15): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(2277,16): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(2310,16): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(2447,16): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(2766,16): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3009,16): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3041,16): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3119,16): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3281,16): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3452,15): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3483,15): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3514,15): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3538,15): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3607,12): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3817,14): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3850,14): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3874,14): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3940,12): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3977,12): warning C4309: 'initializing': truncation of constant value CarDealership.vcxproj -> C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\x64\Debug\CarDealership.exe diff --git a/CarDealership/x64/Debug/vc143.idb b/CarDealership/x64/Debug/vc143.idb index b932abe..de2ce70 100644 Binary files a/CarDealership/x64/Debug/vc143.idb and b/CarDealership/x64/Debug/vc143.idb differ diff --git a/CarDealership/x64/Debug/vc143.pdb b/CarDealership/x64/Debug/vc143.pdb index 7615250..4f90752 100644 Binary files a/CarDealership/x64/Debug/vc143.pdb and b/CarDealership/x64/Debug/vc143.pdb differ diff --git a/CarDealership/x64/Release/CarDealership.iobj b/CarDealership/x64/Release/CarDealership.iobj index 21cf383..417ccf3 100644 Binary files a/CarDealership/x64/Release/CarDealership.iobj and b/CarDealership/x64/Release/CarDealership.iobj differ diff --git a/CarDealership/x64/Release/CarDealership.ipdb b/CarDealership/x64/Release/CarDealership.ipdb index 1e6a712..7786433 100644 Binary files a/CarDealership/x64/Release/CarDealership.ipdb and b/CarDealership/x64/Release/CarDealership.ipdb differ diff --git a/CarDealership/x64/Release/CarDealership.log b/CarDealership/x64/Release/CarDealership.log index 3c808cc..746dbde 100644 --- a/CarDealership/x64/Release/CarDealership.log +++ b/CarDealership/x64/Release/CarDealership.log @@ -1,37 +1,37 @@  CarDealership.cpp -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1131,11): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1203,12): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1372,14): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1429,15): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1469,16): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1573,16): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1606,16): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1644,18): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1766,17): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1907,16): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(2074,16): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(2247,15): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(2289,16): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(2322,16): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(2459,16): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(2778,16): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3021,16): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3053,16): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3131,16): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3293,16): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3464,15): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3495,15): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3526,15): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3550,15): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3619,12): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3829,14): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3862,14): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3886,14): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3952,12): warning C4309: 'initializing': truncation of constant value -C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3989,12): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1119,11): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1191,12): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1360,14): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1417,15): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1457,16): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1561,16): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1594,16): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1632,18): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1754,17): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(1895,16): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(2062,16): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(2235,15): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(2277,16): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(2310,16): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(2447,16): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(2766,16): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3009,16): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3041,16): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3119,16): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3281,16): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3452,15): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3483,15): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3514,15): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3538,15): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3607,12): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3817,14): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3850,14): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3874,14): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3940,12): warning C4309: 'initializing': truncation of constant value +C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\CarDealership\CarDealership.cpp(3977,12): warning C4309: 'initializing': truncation of constant value Generating code 1 of 352 functions ( 0.3%) were compiled, the rest were copied from previous compilation. 0 functions were new in current compilation - 25 functions had inline decision re-evaluated but remain unchanged + 1 functions had inline decision re-evaluated but remain unchanged Finished generating code CarDealership.vcxproj -> C:\Users\jkrbn\Downloads\Car-Dealership-Management-Program\x64\Release\CarDealership.exe diff --git a/CarDealership/x64/Release/vc143.pdb b/CarDealership/x64/Release/vc143.pdb index 9b54833..1610d5c 100644 Binary files a/CarDealership/x64/Release/vc143.pdb and b/CarDealership/x64/Release/vc143.pdb differ diff --git a/images/CDM Cashier.png b/images/CDM Cashier.png index c8f9a45..242fb19 100644 Binary files a/images/CDM Cashier.png and b/images/CDM Cashier.png differ diff --git a/images/CDM Order Car Select Color.png b/images/CDM Order Car Select Color.png index e6a7afd..b439ec7 100644 Binary files a/images/CDM Order Car Select Color.png and b/images/CDM Order Car Select Color.png differ diff --git a/images/Features.png b/images/Features.png index e7e56ac..f387064 100644 Binary files a/images/Features.png and b/images/Features.png differ diff --git a/x64/Debug/CarDealership.pdb b/x64/Debug/CarDealership.pdb index b0b72c5..af2e6f3 100644 Binary files a/x64/Debug/CarDealership.pdb and b/x64/Debug/CarDealership.pdb differ diff --git a/x64/Release/CarDealership.pdb b/x64/Release/CarDealership.pdb index 6966d32..34f7023 100644 Binary files a/x64/Release/CarDealership.pdb and b/x64/Release/CarDealership.pdb differ