Giter Club home page Giter Club logo

easycom's Introduction

easyCOM Build Status

A web-based assistant for freelancers - for time recording and invoicing. The typical workflow could be:

  1. create customer record
  2. add working time records with hourly rate
  3. one-click invoice creation on unaccounted time records
  4. export invoice as pdf (via Latex template)
  5. mark invoice as paid

If this workflow fits your needs, easycom will save an incredible amount of your time.

Screenshots

Technical details

easyCOM consists of a web based user interface (ui) and a server based backend, with a REST based communication in between. The web based ui is based on Sencha ExtJS. Currently a sim simple php backend exists testing. The backend should be reimplemented in a more reliable and stable way.

Setup Guide

Use prebuild Docker image

Get easily started with docker:

docker pull cha87de/easycom:master
docker run -d -p 8080:80 --name easycom \
    -v $(pwd)/easycom-data:/var/www/html/easycom-phpbackend/_data/ \
    cha87de/easycom:master

Use with any existing webserver

If you want to install easyCOM, please follow these steps:

  1. Prerequisite: a php enabled Apache2 webserver with rewrite module, the texlive packages for latex compilation.
  2. Download the easycom.tgz build archive from the releases at https://github.com/cha87de/easycom/releases
  3. Extract the easycom.tgz folder into a valid document root of your webserver.
  4. Open your browser and point to your webserver.

Developers Guide

If you want to prepare and run a development environment, follow these steps:

  1. Checkout this git repository, with all git submodules, via git clone --recursive [email protected]:cha87de/easycom.git
  2. Prepare your workspace: install Sencha Command, download Sencha Ext JS, create a sencha workspace, and finally add easycom-webui to the sencha workspace. All that can be done at once by calling ./workspace-init.
  3. Write code, or do whatever you want with the source :-)
  4. Run the development environment e.g. in a Docker container. If you have docker installed, simply call ./workspace-run-dev to do this magic. Open your webbrowser and point it to http://localhost:8080/easycom/.

Improve easyCOM!

Any help is absolutely welcome!

Please report bugs and wishes via github issues.

easycom's People

Contributors

cha87de avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

easycom's Issues

Update to latest Ext Version

The project uses the outdated Ext 6.2.0 with the classic framework. Required changes:

  • Update to latest Ext version
  • Change from classic to modern framework

Add language support to UI

English is the only supported language at the moment. It would be beneficial to have dictionaries to translate the UI to any language.

Add proper payment handling

An invoice so far can be marked as paid, as a boolean value.
It would be much beneficial to have the payment with e.g. a date in easycom instead.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.