print voucher, update dashboard, hide messages

This commit is contained in:
Ibnu Maksum
2017-03-15 02:37:15 +07:00
parent b6c55ff5a9
commit ab563e5005
12 changed files with 281 additions and 21 deletions

View File

@ -7,7 +7,7 @@
> maybe the dev busy,
> and nobody donate to him,
> i will try to update as far as i can,
> any Modification will be update in here.
> any Modification will be update in here.
### iBNuX Todos
@ -38,10 +38,10 @@ STEPS: Installation
----
Auto Installer:
1. Unzip the contents of the zip file to a folder on your computer.
2. Upload the Entire phpmixbill_v5.0 folder to your website / server
2. Upload the Entire phpmixbill folder to your website / server
3. Next you can rename the folder to whatever you like (billing, finance, manage etc..)
4. Now visit the uploaded location using your web browser to run the installer process.
5. Follow the instructions on screen to install PHPMixBill v5.0.
5. Follow the instructions on screen to install PHPMixBill
6. For security, Delete the install directory inside system folder.
7. If you see blank page after installation, it might be your compiled folder permissoon is not writable. Please make permission 755 compiled directory inside ui folder to store the generated contents from theme.
@ -49,11 +49,11 @@ Manual Install:
To install manually, follow this steps-
1. Unzip the contents of the zip file to a folder on your computer.
2. Upload the Entire phpmixbill_v5.0 folder to your website / server
2. Upload the Entire phpmixbill folder to your website / server
3. Next you can rename the folder to whatever you like (billing, finance, manage etc..)
4. Sample config file is available here- system/config.sample.php . Rename it to config.php & put it in same location (/system/config.php) Open config file using a text editor & Put the database info and url.
5. Import database. Database file is located here- system/install/phpmixbill.sql
6. For security, Delete the install directory inside sysfrm folder.
6. For security, Delete the install directory inside system folder.
CRON JOBS
----