Point of Sale and Inventory System V.2

This is a complete point of sale and inventory system written in Visual Basic .NET. Features: - Categories - Employees - Products - Point of Sale - Inventory - Daily, Weekly, Monthly Report - Stocks In - Stocks Out - Reorder Level - Monitoring Stocks - Automatically Print Receipt VIDEO DEMO LINK : https://www.youtube.com/watch?v=EH6Y6z_HQ1c C# VERSION : https://www.youtube.com/watch?v=uYQXUCdbLRU PHARMACY POS VERSION : https://www.youtube.com/watch?v=ABft_8LF7So Back-end: MySQL 5.0 Press F12 to configure the database connection. Login Information username : admin password : admin VIDEO DEMO LINK : https://www.youtube.com/watch?v=EH6Y6z_HQ1c For more information you can Visit my page.. https://www.facebook.com/CyberVSS

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Comments

hi guys i was just looking if you can build A Restuarant system

i got some small errors like System.IO.FileNotFoundException was unhandled Message="Could not load file or assembly 'MySql.Data, Version=5.2.5.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The system cannot find the file specified." Source="POSInventorySystem" FileName="MySql.Data, Version=5.2.5.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" FusionLog="=== Pre-bind state information ===\r\nLOG: User = PINNACLE-4F19C0\\Pinnacle\r\nLOG: DisplayName = MySql.Data, Version=5.2.5.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d\n (Fully-specified)\r\nLOG: Appbase = file:///C:/Documents and Settings/Pinnacle/My Documents/Visual Studio 2008/Projects/POSInventorySystem/POSInventorySystem/bin/Debug/\r\nLOG: Initial PrivatePath = NULL\r\nCalling assembly : POSInventorySystem, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null.\r\n===\r\nLOG: This bind starts in default load context.\r\nLOG: Using application configuration file: C:\\Documents and Settings\\Pinnacle\\My Documents\\Visual Studio 2008\\Projects\\POSInventorySystem\\POSInventorySystem\\bin\\Debug\\POSInventorySystem.vshost.exe.config\r\nLOG: Using machine configuration file from C:\\WINDOWS\\Microsoft.NET\\Framework\\v2.0.50727\\config\\machine.config.\r\nLOG: Post-policy reference: MySql.Data, Version=5.2.5.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d\r\nLOG: Attempting download of new URL file:///C:/Documents and Settings/Pinnacle/My Documents/Visual Studio 2008/Projects/POSInventorySystem/POSInventorySystem/bin/Debug/MySql.Data.DLL.\r\nLOG: Attempting download of new URL file:///C:/Documents and Settings/Pinnacle/My Documents/Visual Studio 2008/Projects/POSInventorySystem/POSInventorySystem/bin/Debug/MySql.Data/MySql.Data.DLL.\r\nLOG: Attempting download of new URL file:///C:/Documents and Settings/Pinnacle/My Documents/Visual Studio 2008/Projects/POSInventorySystem/POSInventorySystem/bin/Debug/MySql.Data.EXE.\r\nLOG: Attempting download of new URL file:///C:/Documents and Settings/Pinnacle/My Documents/Visual Studio 2008/Projects/POSInventorySystem/POSInventorySystem/bin/Debug/MySql.Data/MySql.Data.EXE.\r\n" StackTrace: at POSInventorySystem.frmLogin.Login() at POSInventorySystem.frmLogin.Button2_Click(Object sender, EventArgs e) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg) at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData) at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context) at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context) at System.Windows.Forms.Form.ShowDialog(IWin32Window owner) at System.Windows.Forms.Form.ShowDialog() at POSInventorySystem.frmMain.frmMain_Load(Object sender, EventArgs e) at System.EventHandler.Invoke(Object sender, EventArgs e) at System.Windows.Forms.Form.OnLoad(EventArgs e) at System.Windows.Forms.Form.OnCreateControl() at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl() at System.Windows.Forms.Control.WmShowWindow(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.ContainerControl.WndProc(Message& m) at System.Windows.Forms.Form.WmShowWindow(Message& m) at System.Windows.Forms.Form.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) at System.Windows.Forms.UnsafeNativeMethods.SendMessage(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam) at System.Windows.Forms.Form.SetVisibleCore(Boolean value) at System.Windows.Forms.Control.set_Visible(Boolean value) at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context) at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context) at System.Windows.Forms.Application.Run(ApplicationContext context) at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun() at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel() at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine) at POSInventorySystem.My.MyApplication.Main(String[] Args) at System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart() InnerException:

Also Found errors in all the forms about the declarations

i realized that the errors are from missing forms like dailysolditems form, enter barcode, main form, payments and products

Good day! Sir can you send me this full version? I just need it for my project and i really don't have an idea on how to start making a POS, and your work is really big help. Sorry, i cant download it here because it had virus. This is my email [email protected], thanks again! :)

There are dataset errors when I loaded it. Please, help

Pleases send the database file or the database script' it would be good and appreciated. Thank you

hello and thank you for sharing your code i want to know what elements i need to install to run your code? like version of VS or VB...MySql etc' thanks ahead

Hello the database is not inclouded. It will be very appreciated if you oculd send to [email protected] Thank You!

Hi, Can you send me the database export or backup? And im having an error with a Table Adapter not defined. Edit: My mail: [email protected]

In reply to by Leo Sep (not verified)

Hello Leo did you manage to get the database script Of this project? REGARDS

Hello cybernick75 Appreciatted you share this source code with us , free of sny charge. I can imagine how long you spent creating such a project. but I have to say it is incomplete because i ding came with a db or a DB Script. If You send the db script I create your project on JAVA for android and I'll Share with all of you regards

Hello Guys after countless messages to the original poster I got no answer, so I decided to rebuild the whole project fro scratch following the poster original idea. thanks God I was sucessfull on having everything working 100% fine, both in vb.net and JAVA regards LEODUMBI

In reply to by LEODUMBI (not verified)

Hi Sir can I have a copy of your revisons?
Kindly email me at ecot646 @ gmail.com Thank You in advance and it will be much appreciated Godbless...

can you send the database file or script to this email [email protected]. Thanks.....

Sir can I have a copy of your revisions?
kindly email me at [email protected] Thanks in Advance Godspeed and Godbless..

Hi ,can anyone send me the database at philemonpoltoi@ gmail.com

Hi, I apologise for my stupid question... But how i start this program? Do i need apache server instaled or should i upload this software to my online server? Please help, THX

hey,please send me the transactions modules and other modules.It will be highly appreciated . Thank you in advance.

Real Appreciated work friend SEND ME frmPOS at [email protected] thanks

Please help me with the database for this POS system. [email protected]

Real Appreciated work friend SEND ME frmPOS i need it .. [email protected]

Hi ,, Automatically Print Receipt in the form frmPrintReceipt if the dgv has more than e.g 30 rows when printing the receipt i can see only rows which are shown in the screen ..

Please give me database i am not engineer but i like to build new projects and assembly exist projects so please to say help me for database My Email:- [email protected]

Could you please send me a link to download the database

Add new comment