Xeparrot / xeparrot

Module based Development Platform

Home Page:https://xeparrot.github.io/xeparrot/#api-reference

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UnitTesting Tests Dependency Review Documentation Statuspages-build-deployment

Build professional and great looking invoices, Service Management, Attach files and send directly to your clients including the invoice PDF. Invoice with different tax based on item. Create recurring invoices who will be regenerated automatically based on your setup for recurring invoice (every X months). You can set recurring starting from 1 month to 12 months

Documentation

Developer Documentation

Installation

1. Download

Download the files above and place on your server.

2. Environment Files

This package ships with a .env.example file in the root of the project.

You must rename this file to just .env

Note: Make sure you have hidden files shown on your system.

3. Composer

Laravel project dependencies are managed through the PHP Composer tool. The first step is to install the depencencies by navigating into your project in terminal and typing this command:

    composer install

4. NPM/Yarn

In order to install the Javascript packages for frontend development, you will need the Node Package Manager, and optionally the Yarn Package Manager by Facebook (Recommended)

If you only have NPM installed you have to run this command from the root of the project:

npm install

If you have Yarn installed, run this instead from the root of the project:

yarn

Completed Features

  • Customer Management
  • User Management
  • Role Management
  • Permission Management
  • Logo and Concept
  • Action and Unit Testing
  • Module Management
  • Module Management (Store)
  • Invoice Management
  • Payment Management
  • Theme (Style System) System
  • Store Services

About

Module based Development Platform

https://xeparrot.github.io/xeparrot/#api-reference


Languages

Language:PHP 82.6%Language:Blade 17.2%Language:Shell 0.2%Language:Vue 0.0%