Changeset 2462401
- Timestamp:
- 01/25/2021 05:14:51 PM (5 years ago)
- Location:
- bestbooks/trunk
- Files:
-
- 1 added
- 3 edited
-
README.md (modified) (2 diffs)
-
bestbooks.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
uninstall.php (added)
Legend:
- Unmodified
- Added
- Removed
-
bestbooks/trunk/README.md
r2461521 r2462401 14 14 # Description 15 15 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. 16 BestBooks 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 18 BestBooks for Wordpress started as a minimal accounting framework but with inspiration (not copy) from waveaccounting.com, BestBooks is becoming a full fledge accounting application. 25 19 26 20 BestBooks for Wordpress has enough functionality that you can create … … 163 157 164 158 # Changelog 159 = 2.4.1= 160 * Added UNINSTALL.PHP to delete bestbooks custom data - BACKUP DATA BEFORE UNINSTALLING 161 165 162 = 2.4.0= 166 163 * Implemented Accounting pages using WP_List_Table -
bestbooks/trunk/bestbooks.php
r2461521 r2462401 4 4 Plugin URI: http://wordpress.org/plugins/bestbooks/ 5 5 Description: The popular accounting framework 6 Version: 2.4. 06 Version: 2.4.1 7 7 Author: PressPage Entertainment Inc DBA PINGLEWARE 8 8 Author URI: https://pingleware.work -
bestbooks/trunk/readme.txt
r2461521 r2462401 159 159 160 160 == Changelog == 161 = 2.4.1= 162 * Added UNINSTALL.PHP to delete bestbooks custom data - BACKUP DATA BEFORE UNINSTALLING 163 161 164 = 2.4.0= 162 165 * Implemented Accounting pages using WP_List_Table
Note: See TracChangeset
for help on using the changeset viewer.