A project management system for artisans.

Overview

Ribbbon

V 2.2

Ribbbon.com

Ribbbon is a project management system built on Laravel 5.1.* & Vue.js :)

Features

  • User / account creation
  • Client creation
  • Project creation
  • Task creation
  • Assigning weights to tasks
  • Project sharing
  • Api Driven

Get involved

  • Clone or fork the project.
  • Create feature branches off develop branch.
  • Once your changes are ready create a pull request into the master branch.

Installation

  • Clone the repo
  • Copy .env.example to .env
  • Set values in .env file
  • Run composer install
  • Run php artisan key:generate
  • Run php artisan migrate
  • Run php artisan db:seed
  • Start developing!
Comments
  • trying to register fails

    trying to register fails

    Hi,

    I cloned the repo and followed the installation steps. I can see the start site correctly but when I try to register I get the following error message: Swift_RfcComplianceException in MailboxHeader.php line 347: Address in mailbox given [] does not comply with RFC 2822, 3.6.2.

    in MailboxHeader.php line 347
    at Swift_Mime_Headers_MailboxHeader->_assertValidAddress(false) in MailboxHeader.php line 263
    at Swift_Mime_Headers_MailboxHeader->normalizeMailboxes(array(false)) in MailboxHeader.php line 106
    at Swift_Mime_Headers_MailboxHeader->setNameAddresses(array(false)) in MailboxHeader.php line 63
    at Swift_Mime_Headers_MailboxHeader->setFieldBodyModel(array(false)) in SimpleMimeEntity.php line 592
    at Swift_Mime_SimpleMimeEntity->_setHeaderFieldModel('From', array(false)) in SimpleMessage.php line 219
    at Swift_Mime_SimpleMessage->setFrom(array(false), false) in Message.php line 37
    at Message->from(false, false) in Helpers.php line 50
    

    ...

    opened by jopi2016 6
  • Update to Laravel 5.1

    Update to Laravel 5.1

    @canvasowl and anyone interested: This is an update PR to Laravel 5.1. I'm actually using my PR at work now and plan on using it for the foreseeable future. Use .env.example as a starting point for your environment variables and save to .env. Testing was done on latest Vagrant/Homestead and on a Digital Ocean Droplet for production.

    So, in summary:

    1. Clone Laravel 5.1
    2. Add and update files from ribbbon.
    3. Test.

    Moving forward, I plan on making a more agile/scrum oriented design in a new branch. Illl be glad to send another PR down the road or join up as a contributor. This is really just a starting point for me.

    Thanks for posting this project, pretty cool stuff.

    opened by ceesco53 6
  • RuntimeException in compiled.php line 7082:

    RuntimeException in compiled.php line 7082:

    No supported encrypter found. The cipher and / or key length are invalid.

    I cloned project from repo to my htdocs folder in xampp installation I run command composer install and then migrated but got this error could you please help?

    opened by abdul-rehman-2050 3
  • always try to connect to localhost

    always try to connect to localhost

    I have this in my .env-File

    DB_HOST=host123.de
    

    but laravel trys always to connect to localhost:

      [PDOException]                                                                                 
      SQLSTATE[HY000] [1045] Access denied for user 'user'@'localhost' (using password: YES)
    

    I tryed:

    php artisan config:clear
    

    and in my config/database.php I set it manualy

     'host'      => 'host123.de',
    

    But always localhost! Whats the problem?

    opened by breadlesscode 3
  • Suggestion

    Suggestion

    Hello Ribbon, Thank you for providing this stuff, you are doing good job, love to see it. Please use url() method for all link, Its not working if i click register or login page. e.g.

    opened by Riyazkhan1989 3
  • Composer install

    Composer install

    Hi,i have problem when use command ` 1 2

    daniel@Juger:/volume1/web/projekty$ composer install Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

    Problem 1 - laravel/framework v5.1.10 requires jeremeamia/superclosure ~2.0 -> satisfiable by jeremeamia/SuperClosure[2.0.0, 2.1.0, 2.2.0, 2.3.0]. - laravel/framework v5.1.11 requires jeremeamia/superclosure ~2.0 -> satisfiable by jeremeamia/SuperClosure[2.0.0, 2.1.0, 2.2.0, 2.3.0]. - laravel/framework v5.1.12 requires jeremeamia/superclosure ~2.0 -> satisfiable by jeremeamia/SuperClosure[2.0.0, 2.1.0, 2.2.0, 2.3.0]. - laravel/framework v5.1.13 requires jeremeamia/superclosure ~2.0 -> satisfiable by jeremeamia/SuperClosure[2.0.0, 2.1.0, 2.2.0, 2.3.0]. - laravel/framework v5.1.14 requires jeremeamia/superclosure ~2.0 -> satisfiable by jeremeamia/SuperClosure[2.0.0, 2.1.0, 2.2.0, 2.3.0]. - laravel/framework v5.1.15 requires jeremeamia/superclosure ~2.0 -> satisfiable by jeremeamia/SuperClosure[2.0.0, 2.1.0, 2.2.0, 2.3.0]. - laravel/framework v5.1.16 requires jeremeamia/superclosure ~2.0 -> satisfiable by jeremeamia/SuperClosure[2.0.0, 2.1.0, 2.2.0, 2.3.0]. - laravel/framework v5.1.17 requires jeremeamia/superclosure ~2.0 -> satisfiable by jeremeamia/SuperClosure[2.0.0, 2.1.0, 2.2.0, 2.3.0]. - laravel/framework v5.1.18 requires jeremeamia/superclosure ~2.0 -> satisfiable by jeremeamia/SuperClosure[2.0.0, 2.1.0, 2.2.0, 2.3.0]. - laravel/framework v5.1.19 requires jeremeamia/superclosure ~2.0 -> satisfiable by jeremeamia/SuperClosure[2.0.0, 2.1.0, 2.2.0, 2.3.0]. - laravel/framework v5.1.20 requires jeremeamia/superclosure ~2.0 -> satisfiable by jeremeamia/SuperClosure[2.0.0, 2.1.0, 2.2.0, 2.3.0]. - laravel/framework v5.1.21 requires jeremeamia/superclosure ~2.0 -> satisfiable by jeremeamia/SuperClosure[2.0.0, 2.1.0, 2.2.0, 2.3.0]. - laravel/framework v5.1.22 requires jeremeamia/superclosure ~2.0 -> satisfiable by jeremeamia/SuperClosure[2.0.0, 2.1.0, 2.2.0, 2.3.0]. - laravel/framework v5.1.23 requires jeremeamia/superclosure ~2.0 -> satisfiable by jeremeamia/SuperClosure[2.0.0, 2.1.0, 2.2.0, 2.3.0]. - laravel/framework v5.1.24 requires jeremeamia/superclosure ~2.0 -> satisfiable by jeremeamia/SuperClosure[2.0.0, 2.1.0, 2.2.0, 2.3.0]. - laravel/framework v5.1.25 requires jeremeamia/superclosure ~2.0 -> satisfiable by jeremeamia/SuperClosure[2.0.0, 2.1.0, 2.2.0, 2.3.0]. - laravel/framework v5.1.26 requires jeremeamia/superclosure ~2.0 -> satisfiable by jeremeamia/SuperClosure[2.0.0, 2.1.0, 2.2.0, 2.3.0]. - laravel/framework v5.1.27 requires jeremeamia/superclosure ~2.0 -> satisfiable by jeremeamia/SuperClosure[2.0.0, 2.1.0, 2.2.0, 2.3.0]. - laravel/framework v5.1.28 requires jeremeamia/superclosure ~2.0 -> satisfiable by jeremeamia/SuperClosure[2.0.0, 2.1.0, 2.2.0, 2.3.0]. - laravel/framework v5.1.29 requires jeremeamia/superclosure ~2.0 -> satisfiable by jeremeamia/SuperClosure[2.0.0, 2.1.0, 2.2.0, 2.3.0]. - laravel/framework v5.1.30 requires jeremeamia/superclosure ~2.0 -> satisfiable by jeremeamia/SuperClosure[2.0.0, 2.1.0, 2.2.0, 2.3.0]. - laravel/framework v5.1.31 requires jeremeamia/superclosure ~2.0 -> satisfiable by jeremeamia/SuperClosure[2.0.0, 2.1.0, 2.2.0, 2.3.0]. - laravel/framework v5.1.32 requires jeremeamia/superclosure ~2.0 -> satisfiable by jeremeamia/SuperClosure[2.0.0, 2.1.0, 2.2.0, 2.3.0]. - laravel/framework v5.1.33 requires jeremeamia/superclosure ~2.0 -> satisfiable by jeremeamia/SuperClosure[2.0.0, 2.1.0, 2.2.0, 2.3.0]. - laravel/framework v5.1.34 requires jeremeamia/superclosure ~2.0 -> satisfiable by jeremeamia/SuperClosure[2.0.0, 2.1.0, 2.2.0, 2.3.0]. - laravel/framework v5.1.35 requires jeremeamia/superclosure ~2.0 -> satisfiable by jeremeamia/SuperClosure[2.0.0, 2.1.0, 2.2.0, 2.3.0]. - laravel/framework v5.1.36 requires jeremeamia/superclosure ~2.0 -> satisfiable by jeremeamia/SuperClosure[2.0.0, 2.1.0, 2.2.0, 2.3.0]. - laravel/framework v5.1.37 requires jeremeamia/superclosure ~2.0 -> satisfiable by jeremeamia/SuperClosure[2.0.0, 2.1.0, 2.2.0, 2.3.0]. - laravel/framework v5.1.38 requires jeremeamia/superclosure ~2.0 -> satisfiable by jeremeamia/SuperClosure[2.0.0, 2.1.0, 2.2.0, 2.3.0]. - laravel/framework v5.1.39 requires jeremeamia/superclosure ~2.0 -> satisfiable by jeremeamia/SuperClosure[2.0.0, 2.1.0, 2.2.0, 2.3.0]. - laravel/framework v5.1.40 requires jeremeamia/superclosure ~2.0 -> satisfiable by jeremeamia/SuperClosure[2.0.0, 2.1.0, 2.2.0, 2.3.0]. - laravel/framework v5.1.41 requires jeremeamia/superclosure ~2.0 -> satisfiable by jeremeamia/SuperClosure[2.0.0, 2.1.0, 2.2.0, 2.3.0]. - laravel/framework v5.1.42 requires jeremeamia/superclosure ~2.0 -> satisfiable by jeremeamia/SuperClosure[2.0.0, 2.1.0, 2.2.0, 2.3.0]. - laravel/framework v5.1.43 requires jeremeamia/superclosure ~2.0 -> satisfiable by jeremeamia/SuperClosure[2.0.0, 2.1.0, 2.2.0, 2.3.0]. - laravel/framework v5.1.44 requires jeremeamia/superclosure ~2.0 -> satisfiable by jeremeamia/SuperClosure[2.0.0, 2.1.0, 2.2.0, 2.3.0]. - laravel/framework v5.1.45 requires jeremeamia/superclosure ~2.0 -> satisfiable by jeremeamia/SuperClosure[2.0.0, 2.1.0, 2.2.0, 2.3.0]. - laravel/framework v5.1.46 requires jeremeamia/superclosure ~2.0 -> satisfiable by jeremeamia/SuperClosure[2.0.0, 2.1.0, 2.2.0, 2.3.0]. - laravel/framework v5.1.7 requires jeremeamia/superclosure ~2.0 -> satisfiable by jeremeamia/SuperClosure[2.0.0, 2.1.0, 2.2.0, 2.3.0]. - laravel/framework v5.1.8 requires jeremeamia/superclosure ~2.0 -> satisfiable by jeremeamia/SuperClosure[2.0.0, 2.1.0, 2.2.0, 2.3.0]. - laravel/framework v5.1.9 requires jeremeamia/superclosure ~2.0 -> satisfiable by jeremeamia/SuperClosure[2.0.0, 2.1.0, 2.2.0, 2.3.0]. - laravel/framework v5.1.0 requires psy/psysh 0.4.* -> satisfiable by psy/psysh[v0.4.0, v0.4.1, v0.4.2, v0.4.3, v0.4.4]. - laravel/framework v5.1.1 requires psy/psysh 0.4.* -> satisfiable by psy/psysh[v0.4.0, v0.4.1, v0.4.2, v0.4.3, v0.4.4]. - laravel/framework v5.1.2 requires psy/psysh 0.4.* -> satisfiable by psy/psysh[v0.4.0, v0.4.1, v0.4.2, v0.4.3, v0.4.4]. - laravel/framework v5.1.3 requires psy/psysh 0.4.* -> satisfiable by psy/psysh[v0.4.0, v0.4.1, v0.4.2, v0.4.3, v0.4.4]. - laravel/framework v5.1.4 requires psy/psysh 0.4.* -> satisfiable by psy/psysh[v0.4.0, v0.4.1, v0.4.2, v0.4.3, v0.4.4]. - laravel/framework v5.1.5 requires psy/psysh 0.4.* -> satisfiable by psy/psysh[v0.4.0, v0.4.1, v0.4.2, v0.4.3, v0.4.4]. - laravel/framework v5.1.6 requires psy/psysh 0.4.* -> satisfiable by psy/psysh[v0.4.0, v0.4.1, v0.4.2, v0.4.3, v0.4.4]. - jeremeamia/SuperClosure 2.2.0 requires nikic/php-parser ^1.2|^2.0 -> satisfiable by nikic/php-parser[v1.2.0, v1.2.1, v1.2.2, v1.3.0, v1.4.0, v1.4.1, v2.0.0, v2.0.1, v2.1.0, v2.1.1]. - jeremeamia/SuperClosure 2.3.0 requires nikic/php-parser ^1.2|^2.0|^3.0 -> satisfiable by nikic/php-parser[v1.2.0, v1.2.1, v1.2.2, v1.3.0, v1.4.0, v1.4.1, v2.0.0, v2.0.1, v2.1.0, v2.1.1, v3.0.0, v3.0.1, v3.0.2, v3.0.3, v3.0.4, v3.0.5, v3.0.6]. - jeremeamia/SuperClosure 2.0.0 requires nikic/php-parser ~1.0 -> satisfiable by nikic/php-parser[v1.0.0, v1.0.1, v1.0.2, v1.1.0, v1.2.0, v1.2.1, v1.2.2, v1.3.0, v1.4.0, v1.4.1]. - jeremeamia/SuperClosure 2.1.0 requires nikic/php-parser ~1.0 -> satisfiable by nikic/php-parser[v1.0.0, v1.0.1, v1.0.2, v1.1.0, v1.2.0, v1.2.1, v1.2.2, v1.3.0, v1.4.0, v1.4.1]. - psy/psysh v0.4.0 requires nikic/php-parser ~1.0 -> satisfiable by nikic/php-parser[v1.0.0, v1.0.1, v1.0.2, v1.1.0, v1.2.0, v1.2.1, v1.2.2, v1.3.0, v1.4.0, v1.4.1]. - psy/psysh v0.4.1 requires nikic/php-parser ~1.0 -> satisfiable by nikic/php-parser[v1.0.0, v1.0.1, v1.0.2, v1.1.0, v1.2.0, v1.2.1, v1.2.2, v1.3.0, v1.4.0, v1.4.1]. - psy/psysh v0.4.2 requires nikic/php-parser ~1.0 -> satisfiable by nikic/php-parser[v1.0.0, v1.0.1, v1.0.2, v1.1.0, v1.2.0, v1.2.1, v1.2.2, v1.3.0, v1.4.0, v1.4.1]. - psy/psysh v0.4.3 requires nikic/php-parser ~1.0 -> satisfiable by nikic/php-parser[v1.0.0, v1.0.1, v1.0.2, v1.1.0, v1.2.0, v1.2.1, v1.2.2, v1.3.0, v1.4.0, v1.4.1]. - psy/psysh v0.4.4 requires nikic/php-parser ~1.0 -> satisfiable by nikic/php-parser[v1.0.0, v1.0.1, v1.0.2, v1.1.0, v1.2.0, v1.2.1, v1.2.2, v1.3.0, v1.4.0, v1.4.1]. - nikic/php-parser v3.0.6 requires ext-tokenizer * -> the requested PHP extension tokenizer is missing from your system. - nikic/php-parser v3.0.5 requires ext-tokenizer * -> the requested PHP extension tokenizer is missing from your system. - nikic/php-parser v3.0.4 requires ext-tokenizer * -> the requested PHP extension tokenizer is missing from your system. - nikic/php-parser v3.0.3 requires ext-tokenizer * -> the requested PHP extension tokenizer is missing from your system. - nikic/php-parser v3.0.2 requires ext-tokenizer * -> the requested PHP extension tokenizer is missing from your system. - nikic/php-parser v3.0.1 requires ext-tokenizer * -> the requested PHP extension tokenizer is missing from your system. - nikic/php-parser v3.0.0 requires ext-tokenizer * -> the requested PHP extension tokenizer is missing from your system. - nikic/php-parser v2.1.1 requires ext-tokenizer * -> the requested PHP extension tokenizer is missing from your system. - nikic/php-parser v2.1.0 requires ext-tokenizer * -> the requested PHP extension tokenizer is missing from your system. - nikic/php-parser v2.0.1 requires ext-tokenizer * -> the requested PHP extension tokenizer is missing from your system. - nikic/php-parser v2.0.0 requires ext-tokenizer * -> the requested PHP extension tokenizer is missing from your system. - nikic/php-parser v1.4.1 requires ext-tokenizer * -> the requested PHP extension tokenizer is missing from your system. - nikic/php-parser v1.4.0 requires ext-tokenizer * -> the requested PHP extension tokenizer is missing from your system. - nikic/php-parser v1.3.0 requires ext-tokenizer * -> the requested PHP extension tokenizer is missing from your system. - nikic/php-parser v1.2.2 requires ext-tokenizer * -> the requested PHP extension tokenizer is missing from your system. - nikic/php-parser v1.2.1 requires ext-tokenizer * -> the requested PHP extension tokenizer is missing from your system. - nikic/php-parser v1.2.0 requires ext-tokenizer * -> the requested PHP extension tokenizer is missing from your system. - nikic/php-parser v1.1.0 requires ext-tokenizer * -> the requested PHP extension tokenizer is missing from your system. - nikic/php-parser v1.0.2 requires ext-tokenizer * -> the requested PHP extension tokenizer is missing from your system. - nikic/php-parser v1.0.1 requires ext-tokenizer * -> the requested PHP extension tokenizer is missing from your system. - nikic/php-parser v1.0.0 requires ext-tokenizer * -> the requested PHP extension tokenizer is missing from your system. - Installation request for laravel/framework 5.1.* -> satisfiable by laravel/framework[v5.1.0, v5.1.1, v5.1.10, v5.1.11, v5.1.12, v5.1.13, v5.1.14, v5.1.15, v5.1.16, v5.1.17, v5.1.18, v5.1.19, v5.1.2, v5.1.20, v5.1.21, v5.1.22, v5.1.23, v5.1.24, v5.1.25, v5.1.26, v5.1.27, v5.1.28, v5.1.29, v5.1.3, v5.1.30, v5.1.31, v5.1.32, v5.1.33, v5.1.34, v5.1.35, v5.1.36, v5.1.37, v5.1.38, v5.1.39, v5.1.4, v5.1.40, v5.1.41, v5.1.42, v5.1.43, v5.1.44, v5.1.45, v5.1.46, v5.1.5, v5.1.6, v5.1.7, v5.1.8, v5.1.9].

    To enable extensions, verify that they are enabled in your .ini files: - /etc/php/php.ini You can also run php --ini inside terminal to see which files are used by PHP in CLI mode. `

    opened by daniel14145 2
  • Tag 2.2?

    Tag 2.2?

    Hi,

    Your website states that the current version is 2.2, but only the older 1.5 version has been tagged. Any chances of a new tag/release? HUD is currently not working on master, so a tagged working later version would be great.

    opened by ssx 2
  • Can't Save Account Settings

    Can't Save Account Settings

    I can't save changes on Account Settings. It seems to be the same problem with firefox as in #11 and #10 error: ReferenceError: event is not defined (user.js:20)

    Firefox version 48.0.2 Windows10

    opened by handre 2
  • deleteClient" typo">

    "client.js>deleteClient" typo

    makePrompt( "Are you sure you want to delete the client: "+currentClient.name+"?", "By deleting this client you will loose all data associated with any project under this client", "No now", "Yes");

    Should be "NOT NOW"

    amazing what a single "T" can imply ;)

    great program - well done !

    opened by rotorbit69 2
  • License?

    License?

    Hi!

    We didn't find any licensing info for you project, only some hints at MIT in the composer.json, but that's laravel's original one.

    Could you clear up this question?

    opened by blackfyre 1
  • Under which Licence could we contribute?

    Under which Licence could we contribute?

    I really want to use this for my personal use as I am freelancer could you please mentions some licencing so that we could be aware of how could we contribute or could we reform this into some other by including some features?

    opened by abdul-rehman-2050 1
  • db: seed ending with error

    db: seed ending with error "avatar" doesn't have a default value

    When I try to seed this happens

    General error: 1364 Field 'avatar' doesn't have a default value (SQL: in sert into users (full_name, email, password, tasks_created) values (Keyshawn Sa uer, [email protected], y$x628x54WR5TR2M9OerrLWu1auLdZQqBnMS6McWFSk6wVOLUAWM/qW, 1))

    Also same error shows up when i try to register

    opened by akaitani 0
  • connect to api via token ?

    connect to api via token ?

    I see that your app already runs an api, but as it is it's only an api for internal use.. meaning you need to be logged in to the app

    I would like to fetch data from the api from another server. So I was wondering if there's any way to generate a token so I can access the API externally ?

    Also, btw I really like the look and feel of your project. It would be really great if you could upgrade it to Laravel 5.5/5.6 and maybe fix all the Vue warnings!

    Thanks!

    opened by vesper8 3
  • Unable to add tasks

    Unable to add tasks

    I have successfully installed this project into my environment. Therefore, I would like to create a project and add a task. unfortunately, after click new tasks and save it. it just refresh the page and task is not store into database.

    the only errors I saw is this in console warning

    1. "Error when evaluating expression "project.credentials.length > 0". Turn on debug mode to see stack trace."

    2. [Warning] [Vue warn]: Error when evaluating expression "function (){ (vue.js, line 986)

                var tasks = this.project.tasks;
                var remainingWeight = 0;
    
                for (var i = 0; i < tasks.length; i++){
                    if( tasks[i].state != "complete" ){
                        remainingWeight = remainingWeight + Number(tasks[i].weight);
                    }
                }
    
                return remainingWeight;
            }". Turn on debug mode to see stack trace.
    
    1. [Warning] [Vue warn]: Error when evaluating expression "function (){ (vue.js, line 986) ``` var tasks = this.project.tasks; var finalNum = 0;

           for (var i = 0; i < tasks.length; i++){
               if( tasks[i].state != "backlog" ){
                   finalNum++;
               }
           }
      
           return finalNum;
       }". Turn on debug mode to see stack trace.
      
    
    4. [Vue warn]: Error when evaluating expression "function (){
    
            var tasks = this.project.tasks;
            var finalNum = 0;
    
            for (var i = 0; i < tasks.length; i++){
                if( tasks[i].state == "backlog" ){
                    finalNum++;
                }
            }
    
            return finalNum;
        }". Turn on debug mode to see stack trace.
    
    
    5. [Vue warn]: Error when evaluating expression "function (){
                return this.project.credentials.length;
            }". Turn on debug mode to see stack trace.
    
    6. [Vue warn]: Error when evaluating expression "function (){
    
            var tasks = this.project.tasks;
            var finalNum = 0;
    
            for (var i = 0; i < tasks.length; i++){
                if( tasks[i].state == "progress" ){
                    finalNum++;
                }
            }
    
            return finalNum;
        }". Turn on debug mode to see stack trace.
    
    
    7. [Vue warn]: Error when evaluating expression "function (){
    
            var tasks = this.project.tasks;
            var finalNum = 0;
    
            for (var i = 0; i < tasks.length; i++){
                if( tasks[i].state == "testing" ){
                    finalNum++;
                }
            }
    
            return finalNum;
        }". Turn on debug mode to see stack trace.
    
    
    8. [Vue warn]: Error when evaluating expression "function (){
    
            var tasks = this.project.tasks;
            var finalNum = 0;
    
            for (var i = 0; i < tasks.length; i++){
                if( tasks[i].state == "complete" ){
                    finalNum++;
                }
            }
    
            return finalNum;
        }". Turn on debug mode to see stack trace.
    
    -
    9. [Warning] [Vue warn]: Error when evaluating expression "250 - project.description.length". Turn on debug mode to see stack trace. 
    
    10. [Warning] [Vue warn]: Error when evaluating expression "250 - newTask.description.length". Turn on debug mode to see stack trace. 
    
    11. [Warning] [Vue warn]: Error when evaluating expression "250 - currentTask.description.length". Turn on debug mode to see stack trace. (vue.js, line 986)
    
    12. [Warning] [Vue warn]: style="width:{{ projectProgress }}%": interpolation in "style" attribute will cause the attribute to be discarded in Internet Explorer. Use v-bind:style instead. (vue.js, line 986)
    
    13. [Warning] [Vue warn]: Error when evaluating expression "function (){ (vue.js, line 986)
    -
    
            var tasks = this.project.tasks;
            var totalWeight = 0;
            var completedWeight = 0;
    
            for (var i = 0; i < tasks.length; i++){
                totalWeight = totalWeight + Number(tasks[i].weight);
    
                if( tasks[i].state == "complete" ){
                    completedWeight = completedWeight + Number(tasks[i].weight);
                }
            }
            return  (completedWeight / totalWeight) * 100;
        }". Turn on debug mode to see stack trace.
    
    
    Kindly help to solve this. 
    opened by anglyeds 1
  • Logs out after few seconds of login

    Logs out after few seconds of login

    I had just installed this project. After I login I am on the dashboard page. If I click any link after 2-3 mins it redirects back to home page (logouts).

    Any clue here.

    opened by tbnavigator 0
  • Adding project member fails

    Adding project member fails

    Hi guys

    I want to add a member to my OWN project but ribbbons show the following message:

    Only the project owner can invite a user.
    

    I have an account on ribbbon.com

    opened by breadlesscode 9
Owner
Jefry Cruz
New Yorker here, love working with the PHP Laravel framework and Vue.js. I enjoy learning about odd things, big music fan and, prefer wine over beer.
Jefry Cruz
mini Project in Laravel and vue js. Real World Laravel 8x + vue js Dashboard.Task management and project management system

mini Project in Laravel and vue js. Real World Laravel 8x + vue js Dashboard.Task management and project management system. Dashboard features such as: Complete Dashboard, Custom Authentication, Email Verification, custom-login-register-forgot password (without jetstream).

Hasmukh Dharajiya 2 Sep 20, 2022
Laravel-Library-Management-system is nice to management library system...

About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie

Eng Hasan Hajjar 2 Sep 30, 2022
A high performance full-featured project management system

Interested in managed hosting? Take a brief survey to help us know what to build! Phproject A high-performance project management system in PHP Instal

Alan Hardman 357 Dec 27, 2022
A great looking and easy-to-use photo-management-system you can run on your server, to manage and share photos.

Lychee A great looking and easy-to-use photo-management-system. Since the 1st of April 2018 this project has moved to it's own Organisation (https://g

Tobias Reich 6.2k Jan 5, 2023
Library management system

Scriptorium management system Amicus Plato, sed magis amica veritas In the copying process, there was typically a division of labor among the monks wh

Roman Movchan 4 Jan 9, 2022
Admidio is a free open source user management system for websites of organizations and groups

Admidio is a free open source user management system for websites of organizations and groups. The system has a flexible role model so that it’s possible to reflect the structure and permissions of your organization.

Admidio 214 Jan 1, 2023
Powerful, yet easy to use, open-source online ordering, table reservation and management system for restaurants

TastyIgniter provides a professional and reliable platform for restaurants wanting to offer online food ordering and table reservation to their custom

TastyIgniter 2.4k Dec 27, 2022
Ressource Management and Manufacturing execution system Web for industry (sheet metal, machining, mold ...)

WEB ERP MES Ressource and Manufacturing execution system Web WEM is a business management web application using Laravel 8 and bootstrap 4.6. Why WEM ?

null 28 Dec 30, 2022
Snipe-IT - A free open source IT asset/license management system

Snipe-IT - A free open source IT asset/license management system

snipe 7.2k Jan 4, 2023
Real Estate Management System

Real-Estate-Management-System I found part of this website on the net. I modified the websites functionality a bit more and added an Admin module to i

null 4 Sep 13, 2022
MOFHY Lite is a free web hosting management system to manage MOFH hosting accounts and SSL certificates.

MOFHY Lite is a free of cost MOFH clientarea for account management and support services with free ssl service. It have easy to use feature

Mahtab Hassan 17 Dec 8, 2022
Open Source Voucher Management System is a web application for manage voucher. used PHP with Laravel Framework and use MySQL for Database.

Voucher Management System is a web application for manage voucher. You can create and manage your voucher. Voucher Management System is used PHP with Laravel Framework and use MySQL for Database.

Artha Nugraha Jonar 34 Sep 17, 2022
Hotel Management System using MySQL, Php, Ajax, Jquery and HTML

Hotel-Management-System-Ajax-PHP-Mysql A hotel management system in which clients can perform operations such as booking a room and event. It is possi

vengadesh ks 2 Jun 6, 2022
A gamified chore management system.

Gamified Chores This project is a gamified chore management platform intended to be run locally on your LAN or on a single, centrally located device n

Nathan Heffley 3 Aug 28, 2022
A learning management system (LMS) is a software application or web-based technology used to plan, implement and assess a specific learning process.

vidyaprabodhan-gov-php-project A learning management system (LMS) is a software application or web-based technology used to plan, implement and assess

Narayan Pote 1 Dec 23, 2021
CocoPass is a password management system based on Laravel5.3.

CocoPass is a password management system based on Laravel5.3. You can safely and easily store your password here. If course, it is the first version.

Poria 14 Sep 28, 2021
Bus ticket booking management system

About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie

Tasnim Farah 2 Jul 8, 2022
Boarding Management System

Boarding Management System implementation by Group 15 Explore the docs » Report Bug · Table of Contents About The Project Built With Getting Started I

Aruna Nuwantha 0 Nov 29, 2021
School/College management system in PHP

School-Management-System This is a system with all necessary features a school/college needes in their this digital era such as student,teacher,princi

Preeti Guin 1 Oct 30, 2021