So I am teaching myself php and the likes, and I have done the create a form, capture data store it in a DB, send mails containing the form data etc
I now want to move on to a bigger scenario, I want to build a basic ERP system.
I want to be able to add customers add stock and invoice a customer.
Very very basic:
Essentially a page displaying a search function to find customers and a option to add one.
Then each customer should have a account page in the ERP so you can make notes on the customers account also the ability to bill the customer.
So my question, can anyone maybe shove me in a direction where to begin?
I now want to move on to a bigger scenario, I want to build a basic ERP system.
I want to be able to add customers add stock and invoice a customer.
Very very basic:
Essentially a page displaying a search function to find customers and a option to add one.
Then each customer should have a account page in the ERP so you can make notes on the customers account also the ability to bill the customer.
So my question, can anyone maybe shove me in a direction where to begin?