Posts

Showing posts from March, 2017

How to setup GitHub using SourceTree?

Image
Fed up with typing commands to push and pull from GitHub??? Thinking of doing it in an easy way??? Here you go.. Source Tree is a free Git client for Windows and Mac. It provides a nice visual interface between you and git, no more command line!!! Connecting to GitHub using SSH Using the SSH protocol, you can connect and authenticate to remote servers and services. With SSH keys, you can connect to GitHub without supplying username and password at each visit. Download puttygen.exe from here . Run the file Generate your keys Change the number of bits according to the need Save the public and private keys Add a new SSH key to your Github account Click 'Settings' in your GitHub account Select 'SSH and GPG keys'  Click 'New SSH Key' Give a title and add the Private Key Connect with Source Tree Download Source Tree from here . Run the file Select 'Tools' in your Source Tree window Click "Create or Import SSH k...

MY SECOND YEAR PROJECT

Image
My second-year project for the subject, ITP is to create an ERP system to Teemah  Biscuits Manufacturers . It is a biscuit manufacturing company situated in Ampara which made its entry into the Sri Lankan market in 2013. As an impact on being in its early stages, the company used MS Excel to hold company's records from sales purchases to utility bill payments, raw inventory system and finished good management. However, with their growth into a  large scale manufacturer, they find it difficult to manage a large amount of data using the aforementioned methods and require a software solution that could automate the process. The primary need of the client was to store data in an efficient, organised for easy retrieval and reporting capabilities. The solution an ERP system which would solve above-mentioned complications, reduce manual work and make the process easier and more efficient. There were seven modules which are Raw management, Product process management, Sales Mana...