GithubHelp home page GithubHelp logo

binarious / billing-service Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 153 KB

Billing Service as a Symfony 2 Application (moved to GitLab)

License: MIT License

ApacheConf 1.62% PHP 69.51% HTML 25.87% JavaScript 1.12% CSS 1.80% Shell 0.08%

billing-service's Introduction

billing-service

Billing Service as a Symfony 2 Application

billing-service's People

Contributors

aspann avatar binarious avatar

Watchers

 avatar  avatar  avatar

billing-service's Issues

Annotations in (frontend-)controller

Why not use annotations in the controllers to define the template?

   /**
     * @Route("/", name="homepage")
     * @Method("GET")
     */
    public function indexAction()
    {
        return $this->render('page/index.html.twig', []);
    }

IMHO, I think this should be better:

   /**
     * @Route("/", name="homepage")
     * @Method("GET")
     * @Template("AppBundle:page:index.html.twig")
     */
    public function indexAction()
    {
        return [];
    }

Entity cascading error

Deleting a "customer" with "projects" or other cascaded entities will end in an error 500.
(cascade delete error)

please fix. ;-)

CI mit Jenkins

  • Jenkins-Job
  • GitHub-Integration
  • Provisionierung via SSH
  • Unittests

CRON-Job

Nächtlicher Mahnlauf per CRON-Eintrag auf dem System und Symfony-Command.

Dashboard

  • Offene Rechnungen einsehen
    • Schnellfunktion "wurde bezahlt"
    • Statusanzeige (Erinnert? Welche Erinnerung? Abschaltung wann?)
  • Demnächst fällig
  • Überfällig
  • Auswertungen (später?)
    • Wie viele Rechnungen in den letzten Monaten?
    • Einnahmen
    • ...

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.