项目作者: technodweep

项目描述 :
A simple GST invoice billing software
高级语言: PHP
项目地址: git://github.com/technodweep/gst-invoice.git
创建时间: 2017-07-13T07:59:44Z
项目社区:https://github.com/technodweep/gst-invoice

开源协议:MIT License

下载


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:

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

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

  1. C:\xampp\apache\conf\extra\httpd-vhosts
  1. <VirtualHost *:80>
  2. ServerAdmin webmaster@localhost
  3. DocumentRoot C:/xampp/htdocs/basic/web
  4. ServerName gstinvoice.udev.com
  5. <Directory "C:/xampp/htdocs/basic/web">
  6. # use mod_rewrite for pretty URL support
  7. RewriteEngine on
  8. # If a directory or a file exists, use the request directly
  9. RewriteCond %{REQUEST_FILENAME} !-f
  10. RewriteCond %{REQUEST_FILENAME} !-d
  11. # Otherwise forward the request to index.php
  12. RewriteRule . index.php
  13. # ...other settings...
  14. Options Indexes FollowSymLinks Includes ExecCGI
  15. AllowOverride All
  16. Order allow,deny
  17. Allow from all
  18. </Directory>
  19. </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

  1. 127.0.0.1 gstinvoice.udev.com

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

  1. http://gstinvoice.udev.com

CONFIGURATION

Database

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

  1. return [
  2. 'class' => 'yii\db\Connection',
  3. 'dsn' => 'mysql:host=localhost;dbname=yii2basic',
  4. 'username' => 'root',
  5. 'password' => '1234',
  6. 'charset' => 'utf8',
  7. ];

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 kuriensandeep@gmail.com