I am planning to develop an system application for an enterprise , for my project
operations included in enterprise are
Auto profit and loss calculation
Auto stock Inventory maintenance
purchase
sales
since i need to know what logic can be used in certain areas that will work up , i am planned to do with PHP, with source code more it helps , i am stucked
can you elobrate thls
Thanks in advance
Expecting your reply
Mail id: thiruramki007@gmail.com
Answers
If you planning to develop a windows application then use Visual Studio (C#) but in case of web application for enterprise you can use Visual Studio (ASP.Net,C#) or PHP, MySql.
The logic behind developing a project having Profit and loss calculation, Stock Inventory maintenance, purchase, sales is to go with the development of application in layer wise like Presentation, business and data layer:
Source image MSDN: https://msdn.microsoft.com/en-us/library/ee658109.aspx
Keep these steps in development of ERP type application:
Actually there are lots of thing that can not understood by writing. I am trying to keep this simple understandable topic.
Now come to the point, First thing first in ERP you have to insert records in master table like if you have some product that you want to sell/purchase then enter it in your database through admin panel. Enter price master details also. When you master tables are ready. You can trade whatever you want.
Simply think, you need to buy a second hand laptop and you have Rs. 20,000 budget in your hand. After buying a second hand laptop you think about re-sale this laptop to someone in Rs. 25,000 and you sell it. Now you have Rs. 5,000 profit in hand.
Now think like a programmer:
I have recently developed some ERP type application. You can check live and understand how you can develop this type of applications:
http://icc.omrtech.com (Username: admin Password: carpet).
That's it. This is a simple solution of a ERP development lifeline. Hope you can understand what I am trying to say.
Hope this will help you.
@pallav
February 02,2017 At 09:48 PM
Solution #1