Latest project

(not web, but programming)

July 9, 2022


My latest project is an ERP system for my work in the service center

My previous work in Kyiv

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: Old version of the system

A new version of the ERP system Looked like this: New version of the system

A Visual FoxPro project window looked like this: project window

And a Visual FoxPro code looked like this: Visual FoxPro code

Also I had to draw all the forms in an editor becase all of them were described as a text in an old version: forms editor

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): main form