Coder Social home page Coder Social logo

gopinath7007 / gst-invoice Goto Github PK

View Code? Open in Web Editor NEW

This project forked from technodweep/gst-invoice

0.0 1.0 0.0 142 KB

A simple GST invoice billing software

Home Page: https://technodweep.com

License: MIT License

PHP 95.97% Batchfile 0.47% CSS 0.84% JavaScript 2.72%

gst-invoice's Introduction

GST Invoice billing software

REQUIREMENTS

The minimum requirement by this project template that your Web server supports PHP 5.4.0.

INSTALLATION

Install via Composer

If you do not have Composer, you may install it by following the instructions at getcomposer.org.

You can then install the following command inside the project directory:

php composer.phar global require "fxp/composer-asset-plugin:^1.3.1"
php composer.phar install

Create a virtual host like this assuming you are using xampp at location

C:\xampp\apache\conf\extra\httpd-vhosts
<VirtualHost *:80>
  ServerAdmin webmaster@localhost
  DocumentRoot C:/xampp/htdocs/basic/web
  ServerName gstinvoice.udev.com

  <Directory "C:/xampp/htdocs/basic/web">
    # use mod_rewrite for pretty URL support
    RewriteEngine on
    # If a directory or a file exists, use the request directly
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    # Otherwise forward the request to index.php
    RewriteRule . index.php

    # ...other settings...
    Options Indexes FollowSymLinks Includes ExecCGI
    AllowOverride All
    Order allow,deny
    Allow from all
  </Directory>
</VirtualHost>

The project directory in this case will be C:/xampp/htdocs/basic/

Also add the domain gstinvoice.udev.com at c:/windows/drivers/etc/hosts

127.0.0.1   gstinvoice.udev.com

You should be able to visit the site at the following url after you restart Apache

http://gstinvoice.udev.com

CONFIGURATION

Database

Edit the file config/db.php with real data, for example:

return [
    'class' => 'yii\db\Connection',
    'dsn' => 'mysql:host=localhost;dbname=yii2basic',
    'username' => 'root',
    'password' => '1234',
    'charset' => 'utf8',
];

NOTES:

  • The program won't create the database for you, this has to be done manually before you can access it.

This project is built using PHP/Mysql and Yii2 framework. It will be a good for somebody looking for a really simple Invicing system. If you are new to PHP you will need to set up the environment You can use Xampp https://www.apachefriends.org/index.html

Demo link can be found here https://technodweep.com/gst-billing-software/

For paid support or to create any web based project contact [email protected]

gst-invoice's People

Contributors

sandeepkurien avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.