Plugin Directory

Changeset 2462401


Ignore:
Timestamp:
01/25/2021 05:14:51 PM (5 years ago)
Author:
phkcorp2005
Message:

added uninstall.php for v1.4.1

Location:
bestbooks/trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • bestbooks/trunk/README.md

    r2461521 r2462401  
    1414# Description
    1515
    16 BestBooks For Wordpress originally was developed in Java, the original framework.
    17 The goal behind Bestbooks is to provide an accounting application framework modelled
    18 after common accounting terms (t-account,ledger,jornal) and the GAAP (Generally Accepted
    19 Accounting Principles) while providing open database connectivity. At the time,
    20 accounting frameworks had a proprietary, closed database structure. The original Bestbooks
    21 for Java has connectivity for multiple databases including MSSQL, DB2, Oracle and MySQL.
    22 
    23 BestBooks for Wordpress started as a minimal accounting framework but with inspiration (not copy)
    24 from waveaccounting.com, BestBooks is becoming a full fledge accounting application.
     16BestBooks For Wordpress originally was developed in Java, the original framework. The goal behind Bestbooks is to provide an accounting application framework modelled after common accounting terms (t-account,ledger,jornal) and the GAAP (Generally Accepted Accounting Principles) while providing open database connectivity. At the time, accounting frameworks had a proprietary, closed database structure. The original Bestbooks for Java has connectivity for multiple databases including MSSQL, DB2, Oracle and MySQL.
     17
     18BestBooks for Wordpress started as a minimal accounting framework but with inspiration (not copy) from waveaccounting.com, BestBooks is becoming a full fledge accounting application.
    2519
    2620BestBooks for Wordpress has enough functionality that you can create
     
    163157
    164158# Changelog
     159= 2.4.1=
     160* Added UNINSTALL.PHP to delete bestbooks custom data - BACKUP DATA BEFORE UNINSTALLING
     161
    165162= 2.4.0=
    166163* Implemented Accounting pages using WP_List_Table
  • bestbooks/trunk/bestbooks.php

    r2461521 r2462401  
    44Plugin URI: http://wordpress.org/plugins/bestbooks/
    55Description: The popular accounting framework
    6 Version: 2.4.0
     6Version: 2.4.1
    77Author: PressPage Entertainment Inc DBA PINGLEWARE
    88Author URI: https://pingleware.work
  • bestbooks/trunk/readme.txt

    r2461521 r2462401  
    159159
    160160== Changelog ==
     161= 2.4.1=
     162* Added UNINSTALL.PHP to delete bestbooks custom data - BACKUP DATA BEFORE UNINSTALLING
     163
    161164= 2.4.0=
    162165* Implemented Accounting pages using WP_List_Table
Note: See TracChangeset for help on using the changeset viewer.