Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 1.52 KB

README.md

File metadata and controls

57 lines (36 loc) · 1.52 KB

Yearplan Management reporter

Reporter module for SEARCA's nth Year Operational Planning Information System

status

image

Installation

Clone repository

git clone https://github.com/SEARCAPhil/yearplan-reporter.git
git checkout develop

Dependency Save all the dependency using composer. For all commands available please visit their website

$ composer install

Generate APP KEY

php artisan key:generate

Configure database

update .env with your database connection

Go to the first URL if you are running your own websever or the latter if you dont. If you like to use PHP's built-in development server, you may use the serve Artisan command:

php artisan serve

Create sample database and seed data

IMPORTANT: This should not be used in your production server.
Your data will be deleted if you do this!

php artisan migrate:fresh -v --seed

Reports Arranged by line item and fiscal year /public/reports/line_item/{fy}/{user_id}

AST Inspector

Line Item /yearplan-reporter/public/inspector/line_item/{fyid}/{user_id}

Fiscal Year /yearplan-reporter/public/inspector/fiscal_year/{fyid}/{user_id}

Line Item (Merged) /inspector/line_item_merge/{fyids}/{user_id}

ex. /inspector/line_item_merge/4,3,1/1