Giter Site home page Giter Site logo

multicrm's People

Contributors

laravelbap avatar

Stargazers

 avatar

multicrm's Issues

installation error

design@design-PC MINGW64 /c/wamp64/www/laravel_bap_crm
$ php artisan bap:install
Migration table created successfully.

In Connection.php line 664:

SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was t
oo long; max key length is 1000 bytes (SQL: alter table comments add inde
x comments_commentable_id_commentable_type_index(commentable_id, comme ntable_type))

In PDOStatement.php line 144:

SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was t
oo long; max key length is 1000 bytes

In PDOStatement.php line 142:

SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was t
oo long; max key length is 1000 bytes

tags - color, add tags to filter - new feature request

Hi,

Tags could be very useful then searching and creating lists for sending information. I notice that you can define tags, but you can not use it, so please add following features for tags:

  • color (please, add color and icon selection for tags, as you have it for status for example)
  • add column for showing tags when listing contacts and accounts
  • add tags to filtering views for account and contacts

Vlada

php artisan bap:codegen

Hi there,

I am trying to run php artisan bap:codegen as explained in your online documentation but its asking me: did you mean one of these?

Did you mean one of these?
bap:cache
bap:disable_inactive_company
bap:extract_translations
bap:install
bap:notify
bap:reseed
bap:update

Please can you help me resolve this?

Zapier integration

Rest functions using user simple token.

  • List entities with filters
  • Store
  • Update
  • Delete
  • Get single

bap:codegen issue

Hello Team,

We are facing issues related to the command bap:codegen while trying to create a new module.

I followed the instructions given in the link (https://laravel-bap.com/documentation/core-modules/generating-new-module/) and tried to create a module.

Before modifying the generator.php file, I could see that they had created the testimonial module and I observed that Testimonial module also has the similar issue.

Please find the image attached below for the issue. (Datatables are not being created)

image

Looking forward your instructions to address this issue.

Thanks,
Md. Khalid

Bap Generator not generating controller stub correctly

Following the guide https://laravel-bap.com/documentation/core-modules/generating-new-module/
I noticed that the generator.php was setup for a TestContact module. I ran the php artisan bap:codegen command and there were no errors. I tried to list new routes and noticed this error. The controller file has a hook that did not get replaced by the generator.
In CompanyTypeController.php line 25:
syntax error, unexpected ':', expecting ']'

Please advise.

New Features Requests

  • Generic Kanban
  • Internal company chat
  • Project Module, (Project, Tasks, Timeline) + Gantt chart
  • Dragabble Items position in invoice
  • Custom Fields
  • Knowlage Base
  • Goals Tracking
  • Digital Singed Contracts
  • E-signature (Invoice ?)

composer update

I am getting this error for composer update

Problem 1
- Root composer.json requires laravel/packer ^2.1, found laravel/packer[v2.2.6] in the lock file but not in remote repositories, make sure you avoid updating this package to keep the one from the lock file.

New submodule in Leads + Integration with calendar

1. Add next steps module inside leads and contacts.
Title
Status
Date
Description

2. Integrate calendar events with lead.

Possibility to add leads , contacts in event. Display list of events connected events in leads and contacts.

General Questions

How to add custom button to the header in index view

Edit module main controller and add code to add button to index view.

 protected function indexActionButtons()
    {
        parent::indexActionButtons();

        $this->indexActionButtons[] = array(
            'href' => route('accounts.accounts.create'),
            'attr' => [
                'class' => ['some_class']
            ],
            'label' => "Some button"
        );
    }

image

Problem importing Leads from csv

two anomalous fields appear on form "Leads - Import (CSV)"

  • leads::leads.form.addr_country (addr_country)
  • leads::leads.form.company_name(company_name)

Error:
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'addr_country' in 'field list'

importing-csv-error
importing-csv-error-result

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.