Sunday, 27 December 2015

Dolibarr managing Gingy's Super Store

'Gingy's Super Store' is a unique company for the heroes and villains of Gotham.
The company is managed & run by Dolibarr ERP application. Visit Gingy's Super Store.

As the HR executive of the company, I would like to give you a tour of all the modules and functions of the company and its activities.




The price, sales, purchase, desired minimum stock are all provided here. You can add, delete and modify products/services and in Products/Services:







For warehouse information, input stock value, value to sell information, go to 
Warehouses--> List:




The list of the suppliers, customers, can be found in Third Party --> List:



You can go to Accountancy/Treasury area from Financial Module. Salaries, customer invoices, supplier invoices can be accessed from here:



Human Resource Management can be accessed from HRM Module. 
Company's information as well as different modules, menus, boxes, etc. can be managed from Setup. 



You can define limits, precisions & optimisations used by Dolibarr in Setup --> Limits and accuracy:






To run through the application, please provide your User ID and password in the designated boxes.



For demo purpose: User ID- User6
                               Password- 5qkdzjm0




Signing off,

HR Executive
Gingy's Super Store




































Hostinger- A new dimension in website building

As a part of the assignment of Business Information System, Prof. Mukerjee asked us to build a website. Now, for the people who has never written a line of coding building a whole, functional website was the challenge.
Hostinger came to our rescue!



What is Hostinger?
  • Hostinger provides the most reliable & feature rich hosting free of cost. With cloud computing, their uptime is 99.99%
  • Hostinger supports PHP & MySQL without any restrictions
  • Everbody can build websites with Hostinger
One can choose from over 100 ready templates and have their own website ready within minutes.




From Help Desk (Hesk) to Customer Relationship Management (SugarCRM), every necessity can be satiated in Hostinger.

For e-Commerce site, TomatoCart is the easiest application


Image Courtesy: http://theebotom.16mb.com/

There are many more interesting templates to browse and play around. But the most exciting application which I've come across in Hostinger is Dolibarr.







What Dolibarr do?
  • Dolibarr ERP & CRM is an open source & free software package to manage small or medium companies, freelancers or foundations. We can say Dolibarr is an ERP or CRM or both (depending on activated modules)
  • It is built by modules addition (you enable only features you need), on a WAMP, MAMP or LAMP server (Apache, Mysql, PHP for all Operating Systems)
  • Dolibarr was developed to try to offer an ERP and CRM software whose main goal is to be simple


Why did I choose Dolibarr?
Because it's SIMPLE.
  • Simple to install
  • Simple to use
  • Simple to develop
  • Also, to get extra credits!
 





Thursday, 8 October 2015

Computer System Archeitecture

System Architecture


System Architecture is the representation of hardware and software components that explains which software (application) is running on which software is running on which hardware and how they are connected to each other.

Different tiers of systems architecture:

i). Two-Tier: Client Serer Architecture

In this, the data is separated from the application and stored on a different platform each user has a copy of the application. The direct communication takes place between client and server.


Advantages: 
  • Maintenance and modification are easy
  • Faster Communication
Disadvantages:
  • With increasing users performance will degrade
ii). Three-Tier

It is divided into three parts:

  1.  Business Logic: All business logic are written in this layer. It basically is an interface. It helps communicate faster between client and data layer.
  2. Client Layer: It is user interface.
  3. Data Layer: Contains method to connect with database
iii). Multi-Layer Architecture:

It contains the presentation, the application, processing and the data management are logically separate processes.