July 9, 2022
My latest project is an ERP system for my work in the service center
I learned Visual FoxPro by myself to modify an old application for my work made on FoxPro for DOS (it was a service center database system) and completely rewrote it with improvement and addition of functions that i needed in my everyday work. I started this project because old system was inconvenient and required a lot of additional actions from user. But to start I had to extract its source code from .exe file and dig into it to understand how it works. It took a few months but it worth it.
An old version of the ERP system Looked like this:
A new version of the ERP system Looked like this:
A Visual FoxPro project window looked like this:
And a Visual FoxPro code looked like this:
Also I had to draw all the forms in an editor becase all of them were described as a text in an old version:
And finally I add the main form and made something like windows desktop to run all the modules (in old version it was possible only through the menu):