Topic: Front Accounting CKEditor Plugin - FREE

The purpose of this CKEditor is to replace the existing item description TEXTAREA with more user friendly editor as similar to Microsoft Word Format.

Installation Notes:
1. Please make a backup before executing this step.
2. Extract FrontAccounting CKEditor plugin.
3. Upload to your FrontAccounting Root directory. Some of the existing file items.php and inserts.js will be overwrited to support CKEditor plugin.
4. Database remain unchanged.
   
      If you already have existing FrontAccounting company for example 0. You need to overwrite the
      file and copy another set of js into company->0->js_cache

  Click here to downloads a copy of your FrontAccounting CKEditor Plugin

  http://www.anterp.com/downloads/FrontAccounting-CKEditor-Plugin.zip


  Demo Site : http://www.anterp.com/

  Click on “DEMO” to login to Admin Dashboard

  User ID: faccounting@anterp.com
  Password: password1


  Cheers,

  tclim

Re: Front Accounting CKEditor Plugin - FREE

Not sure whether you did this too, but to make it worthwhile, all the 'comment' and 'memo' fields in the various tables need to be expanded to eg. mediumtext at least (from tinytext - <255 characters).

3 (edited by tclim 07/03/2011 11:58:26 pm)

Re: Front Accounting CKEditor Plugin - FREE

Hi p2409,

  This plugin is only applicable to the field long_description in stock_master table. If you wish to change ALL the TEXTAREA fields, you can do it by referring to this plugin. Be sure that you change all the field type to "TEXT".

For example:

ALTER TABLE `0_stock_master` CHANGE COLUMN `long_description`  TEXT DEFAULT NULL;

Hope it help.

Cheers,

tclim