Skip to content

Releases: Bottelet/DaybydayCRM

"My" Views

27 Jun 21:34
6c1c18d
Compare
Choose a tag to compare

This version introduces "my" views for clients, contacts, tasks and leads. These views show only the records assigned to you.

This update doesn't make any changes to the database. So it's safe to upgrade from Flarepoint 1.2. If you are upgrading from 1.1.6 or older, you are strongly encouraged to make a backup of your Flarepoint database before attempting to upgrade to Flarepoint 1.3. You should also read the notes from the 1.2 release, since that made changes to the Client model and added a new Contact model for separate contact management.

The upgrade instructions below assume that you cloned this repository using git rather than downloading a release ZIP file. Future versions of Flarepoint may include instructions for installing and upgrading using the ZIP. But at this time, you're on your own.

To upgrade from 1.2 to 1.3, perform the following steps:

  • Run: git checkout 1.3

Separate Contacts Feature

26 Jun 19:52
Compare
Choose a tag to compare

This version introduces separate contact management from the client record. This allows a user to create multiple contacts for a client. If there is only one contact for a client, you may still put primary contact information in the client record.

Any existing client records you've created in Flarepoint 1.1.6 will be split into a client record and a single contact record when you migrate. For safety, the contact information in the client record is not deleted. It is only copied to a new contact record.

Also note that end-users should switch to the master branch, since develop will no longer be considered stable enough for production use.

You are strongly encouraged to make a backup of your Flarepoint database before attempting to upgrade to Flarepoint 1.2.

The upgrade instructions below assume that you cloned this repository using git rather than downloading a release ZIP file. Future versions of Flarepoint may include instructions for installing and upgrading using the ZIP. But at this time, you're on your own.

To upgrade from 1.1.6 to 1.2, perform the following steps:

  • Run: git checkout master
  • Run: git pull
  • Run: composer install
  • Run: php artisan migrate
  • In production, make sure APP_DEBUG is set to false in your .env file. Otherwise, Debugbar will show up.
  • Login to Flarepoint as the admin user.
  • Go to Settings -> Overall Settings.
  • Enable the "Create contact", "Update contact" and "Delete contact" permissions for each role that should have those permissions.

Laravel 5.4

18 Feb 21:38
Compare
Choose a tag to compare
1.1.6

remove travis for now

New flash messages

24 Dec 14:31
Compare
Choose a tag to compare

Now using Vue for flash messages, and fixed a few minor bugs, that made some modals submit not working.

Upgrades and new user design

18 Dec 16:40
Compare
Choose a tag to compare

Vuejs has been upgraded from v1 to v2, the user show blade has been updated to use tabs, and includes graphs aswell now, element-UI has been added, and there is a better use of elixir to include bootstrap Vue Vue-resources etc.

Logging and notifications

13 Nov 00:42
Compare
Choose a tag to compare

Notifications are fixed now... Everything is built into events and listeners, which means more logging, and more notifications.

Fully translatable

01 Nov 20:35
Compare
Choose a tag to compare
1.1.2

translation for integrations page, and remove weird check

1.1.1

09 Oct 15:10
Compare
Choose a tag to compare
fix bug where you can create user because of department field

1.1

05 Aug 20:55
Compare
Choose a tag to compare
1.1

Added repositories, clean up, invoice feature etc

Version 1 of Flare point

13 Jul 19:42
Compare
Choose a tag to compare
Pre-release

This is the first release of Flarepoint