Skip to content

Commit

Permalink
initial docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wmandai committed Sep 28, 2022
0 parents commit 65c71f9
Show file tree
Hide file tree
Showing 29 changed files with 2,307 additions and 0 deletions.
41 changes: 41 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Sereni App

## 🎉 Manage your freelance work easily.

Sereni App Software is a web based, easy, powerful yet affordable invoicing app with project management, expense tracking and time tracking for small businesses/freelancers.

[Purchase Sereni](https://codecanyon.net/item/sereni-freelancer-manager/23698199) | [Documentation](https://docs.sereni.com) | [Support Support](https://support.sereni.com)

----------

![Sereni](https://dbz0e1mkzg4d4.cloudfront.net/images/preview-large.jpg)



## Why Sereni App?
* **Project Management** - Track and manage your projects from start to finish with one creative tool.
* **e-Contracts** - Your clients can sign and approve contracts online with online signatures.
* **Deals** - Create multiple pipelines, each with relevant deal stages, to accurately portray your use case and capture the progress of your deals. Sales forecasting in Sereni App projects future revenue and close rates based on your sales pipelines.
* **Leads** - Sereni App gives you the all the information you need to track the progress of each lead.
* **Invoicing** - Your Business. Your Clients. One Powerful Invoicing App.
* **Time tracking** - Track project time and Expenses
* **Estimates** - Set up an estimate just like you would set up the respective invoice, send it to your client, and wait for their approval. Once your client has accepted your estimate, sereni will automatically convert it into an invoice for which your client can then make payment.
* **Support System** - Use a simple and powerful support system for tracking, prioritizing, and solving your customer support tickets.
* **Subscriptions** - Track and manage subscriptions throughout the customer lifecycle.
* **Developed with Laravel** - Sereni App is powered by Laravel Framework
* And more features

## Installation
For instructions [Read the Documentation](https://docs.sereni.com)

## Invoices Screenshot
![Sereni](https://dbz0e1mkzg4d4.cloudfront.net/images/invoices-list.png)

## Integrate with your favourite tools including Zapier
![Sereni](https://dbz0e1mkzg4d4.cloudfront.net/images/integration-tools.jpg)

## Social Login support
![Sereni](https://dbz0e1mkzg4d4.cloudfront.net/images/social-logins.jpg)

## RESTful API included
[Read more on Sereni API](https://docs.sereni.com)
2 changes: 2 additions & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/build
/source/_build
19 changes: 19 additions & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Minimal makefile for Sphinx documentation
#

# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
SOURCEDIR = source
BUILDDIR = build

# Put it first so that "make" without argument is like "make help".
help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

.PHONY: help Makefile

# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
35 changes: 35 additions & 0 deletions docs/make.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
@ECHO OFF

pushd %~dp0

REM Command file for Sphinx documentation

if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=source
set BUILDDIR=build

if "%1" == "" goto help

%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)

%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
goto end

:help
%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%

:end
popd
2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sphinx>1.8.2
sphinx_sitemap
16 changes: 16 additions & 0 deletions docs/source/_static/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.wy-nav-side {
color: #9b9b9b;
background: #2e3e4e;
}
.wy-side-nav-search {
background-color: #3869d4;
}
.wy-nav-top {
background: #3869d4;
}
.rst-content a:visited {
color: #3869d4;
}
.rst-content a {
color: #3869d4;
}

0 comments on commit 65c71f9

Please sign in to comment.