summaryrefslogtreecommitdiff
path: root/Changelog
blob: ad8b2720b256cdcf7be93812b089fecb42449eb6 (plain)
  1. Changelog for 1.2.16
  2. * Correcting "Attempt to free unreferenced scalar" error on 5.10.0 (Chris T)
  3. * Correcting "Access Denied" when searching for timecards (Seneca)
  4. Changelog for 1.2.15
  5. * Uppercasing some SQL statements (Chris T)
  6. * Fixed for AR allocation corner case (Victor Q, 1881199)
  7. * Fixed for warehouse transfer error (Jeffk, 1877860)
  8. * Fixed error pulling transactions by department (Chris T, 1954974)
  9. * Fixed UTF-8 encoding for Czech COA (Vladamir B, 1906081)
  10. * Fixed upgrade script creating incorrectly named sequence (Chris T, 1987545)
  11. * Corrected POS transactions report (JeffK and Chris T, 2025931)
  12. * Added a max_post_size directive to the ledgersmb.conf (Chris M)
  13. * Fixed Price Matrix logic (Chris T, 1897245)
  14. * Fixed errors in the backported triggers for transaction table (Jeffk, 1928336)
  15. * Corrected corner case on ar_ap_summary_fix_1.2.14.sql (Chris T)
  16. Changelog for 1.2.14
  17. * Build.PL now requires Test::Trap (Chris T, 1872529)
  18. * Fixed double escaping of tex under some circumstances (Seneca)
  19. * Added fix for bad summary information in AR/AP transactions (1800065,
  20. 1800069, Chris T)
  21. * Fixed posting issue behind AR/AP transaction report anomilies (Chris T)
  22. * Fixed taxes added twice when viewing existing transaction (Chris T)
  23. * Fixed erroneous discount lines in POS invoice (Chris T)
  24. Changelog for 1.2.13
  25. * Fixed all known implicit cast issues with PostgreSQL 8.3 (Chris T)
  26. * Fixed Vendor Info Incorrectly Escaped in Check Printing Module(1844159,
  27. Chris T)
  28. * Fixed Serial numbers not preserved on order consolidation(1849585, Chris T)
  29. * Adding fix for double-incrementing id sequence(Chris T)
  30. * Fixed: DBD::Pg Error Searching for PO by description (1876963, Chris T)
  31. * fixed syntax error in COMMENT ON INDEX statement (Seneca)
  32. * Fixed the display of taxes with '%' in PDF invoices (Seneca)
  33. * Fixed broken substitution in update_defaults (Seneca)
  34. Changelog for 1.2.12
  35. * Committed Tony Brummett's fix for last/avg costs updates (Chris T)
  36. * Committing fix for User.pm error handling (1860699, Chris T)
  37. * Some revisions in spec files (Chris M)
  38. * Changed LICENSE directive in rpm to the more descriptive gpl v2+ (Chris T)
  39. * Fixed bug 1835463, cannot transfer to warehouses (Chris T)
  40. * Adding fix for 1771834, inventory lost converting order to invoice (Chris T)
  41. * Fixed 1812792, (discount box blank after part lookup (Chris T)
  42. * Fixed bug 1839776-- reposting sales invoice causes duplication.(Chris T)
  43. Changelog for 1.2.11
  44. * Simplified obtaining years with transactions (Chris T)
  45. * Fixed dataset creation (Chris T)
  46. * Tax display fixes for AR/AP transactions (Chris T, 1794077, 1790768)
  47. * Fixed encoding errors in numeral to text conversion (Seneca)
  48. * Fixed the displayed number format for AP invoice taxes (Seneca)
  49. * Fixed the selection of taxes when validto is involved (Seneca, anarcat's
  50. addtion to 1818792)
  51. Changelog for 1.2.10
  52. * Fixed bug 1765161, post button duplicates invoices.(Chris T)
  53. * Adding a minor fixes to COGS edge cases for reversed invoices. (Chris T)
  54. * Fixed bug 1811022. Closedto date problems (Seneca)
  55. * Fixing error on parts cost display, bug 1811470 (Chris T)
  56. * fixed oversight with required_debs.txt name (Joshua D)
  57. * Removing stray quote from button label, bug 1814444 (Seneca)
  58. * Increasing min DBI version (Seneca)
  59. * Apply db_parse_numeric to the correct hashref, fixes 1815081(Seneca)
  60. * Fixed 1815075, Subject of email improperly encoded) (Seneca)
  61. * Set template file output to UTF8 (Seneca)
  62. * Body encoding fixes (Seneca)
  63. * Fixing message-id setting (Seneca)
  64. * Drawer opening now uses correct printer designation (Chris T)
  65. * Change issued is now entered with correct memo field. (Chris T)
  66. * Closing tell report works as advertised (Chris T)
  67. * Fixed 1814437, Multiple paths set causing errors (Seneca)
  68. * Add the ampersand to the HTML escape list for parse_template (Seneca)
  69. * fixed 1815329, $ not escaped properly for LaTeX (Seneca)
  70. * updated Hungarian translation from Pongrácz István (patch 1814156, Seneca)
  71. * Properly handle invoice-type quantities from customer search (Seneca)
  72. * Correcting improper redirect when reposting POS invoices.(Chris T)
  73. * Fixing issues relating to database queries and POS-module redirects (Seneca)
  74. * Fixing bug which hides discount input in POS screen. (Chris T)
  75. * Fixing bug: Obsolete items show on short parts report(Chris T)
  76. * Fixed bugs handling floats as numbers from the database (Seneca)
  77. * Fixing POS screen opening drawer when print/post triggers update (Chris T)
  78. * Add missing $parts_id to query in add_items_required (Seneca)
  79. * Fix purchase order generation screen display (Seneca)
  80. * Shift the extraction of invnumber down a few lines (fixes 1820572, Seneca)
  81. * Fixing bug 1831246, doubleparsing in RC.pm (Seneca)
  82. * Fixing bug 1831410, double parsing in recurring transactions (Seneca)
  83. * Fixed bug 1820698, DBI error: value too long (Seneca)
  84. * Adding db fix script for 1819483 (Chris T)
  85. * Removing duplicate drawer open (Chris T)
  86. * Adding db fix script for primary key in recurring table (Seneca)
  87. * Fix for bug 1831402, session expired re: recurring emails (Seneca)
  88. * More number formatting fixes (Seneca)
  89. * Encoding fixes for the backup routines (Seneca)
  90. Cangelog for 1.2.9
  91. * Removed GNUisms from find arguments (Seneca)
  92. * Corrected SQL errors in Belgium, and other COAs (Seneca, 1804712)
  93. * Added COA load test script (Seneca)
  94. * Rewritten COGS system (Chris T)
  95. * Scoping issues fixed (Seneca, 1809384)
  96. Changelog for 1.2.8
  97. * Fix SQL errors saving customer price lists (Chris T, 1754172)
  98. * Fixed AR/AP reversal issues (Victor S, 1752439, 1753358)
  99. * Fixed various scoping errors (Chris T, 1703347, 1753360)
  100. * Fixed: Timecards ignore price matrix (Chris T, 1754099)
  101. * Fixed scoping issues in IS.pm (Chris T, 1754576, 1754579, 1768678)
  102. * Fixed bugs with reversing invoices (Victor S, 1756387, 1755928, 1755355)
  103. * Cause the GL report amount boxes to respect number format (Chrish T, 1754976)
  104. * Corrected cumulative tax display issues (Chris T, 1745757)
  105. * Fixed the display of non-all GL and GIFI reports (Seneca, 1758251)
  106. * Fixed SQL errors in project deletion (Seneca, 1760722)
  107. * Fixed error that caused order to invoice conversion to fail (Seneca)
  108. * Fixed SQL errors in customer search (Chris T, 1761615)
  109. * Fixed SQL errors (Chris T)
  110. * Correct display issues with number format '1.000,00' (Seneca)
  111. * Prevent AR Transaction screen from calculating sales tax (Chris T)
  112. * Populate quantities during purchase order generation (Chris T, 1750895)
  113. * Fixing COGS posts to closed dates when books closed (Chris T, 1753372)
  114. * Fix database errors in processing recurring actions (Seneca, 1773591)
  115. * Keep the closedto date in a known form (Chris T, 1763928, 1755145)
  116. * Fixed memo search bug (Seneca)
  117. * Fixed minor bug in till account selection (Chris T)
  118. * Fixed number formatting in the Inventory Activity report (Seneca)
  119. * Fixed: Add new language error in 1.2.7 (Pongracz I, 1793331)
  120. * Correct display issues with number format '1 000.00' (Seneca, 1795858)
  121. * Fixed minor documentation errors (Seneca)
  122. * Adding more NaN checks to transaction posting (Seneca, 1789169)
  123. Changelog for 1.2.7
  124. * Fixed user@company logins (Chris T)
  125. * Fixed closed books detection (Chris T)
  126. * Fixed AR/AP print and post endless loop (Chris T)
  127. * Fixed subtotal not working on AR/AP Transaction Report (Seneca)
  128. * Fixing incorrect tax account selection issues in POS screen (Chris T)
  129. * Fixed: Titlebar does not show user info (Seneca)
  130. * Fixing error searching for parts with sales invoice links (Chris T)
  131. * Fixed a number of COGS bugs on invoice reversal (Victor S)
  132. * Fixing bareword error with pos.conf.pl (Chris T)
  133. * Fixing SQL error when creating assembly (Seneca)
  134. * Fixing Template use check in user deletion (Seneca)
  135. * Fixing bug partial transaction commit bug wrt invoices (Chris T)
  136. * Fixed line items were dropped on order consolidation (Chris T)
  137. * Correcting errors on transaction list after posting (Chris T)
  138. * Updated ebuild files (Chris T)
  139. * Backporting POD and tests for Menu.pm from trunk (Seneca)
  140. * Fixing constraint issue deleting part (Chris T)
  141. * fixing vendor taxes displaying improperly when printing PO (Seneca)
  142. * Corrected security bypass in login.pl (Seneca)
  143. Changelog for 1.2.6
  144. * More date tests added (Seneca)
  145. * Fixed customer_id error in AP transactions (Chris T)
  146. * Added meta tags to set to utf-8 by default (Chris T)
  147. * Fixed the alias inconsistancy for the ledgersmb-httpd.conf (Chris T).
  148. * Fixed invalid html in ca.pl (reported by Donna Robinson) (Chris T)
  149. * Fixed error searching for customer by address (Chris T)
  150. * Fixed error db error saving items with custom fields (Chris T)
  151. * Fixed db error saving project with NULL customer id (Chris T)
  152. * Improved upgrade_templates' tag handling (Seneca)
  153. Changelog for 1.2.5
  154. * Partsgroup handling corrected on POS and Sales invoice screens (Chris T)
  155. * Closed books handling is corrected (Chris T)
  156. * Corrected intermediate rounding issues involving sales tax (Chris T)
  157. * Fixed FX issue with posting cash transfers (Chris T)
  158. * Corrected multibyte handling in form generation (Seneca)
  159. * Corrected NaN issues in invoice printing (Seneca)
  160. * Corrected PO and order number searches not working (Chris T).
  161. * Corrected Exchange Rate display issue (CHris T).
  162. * Corrected number parsing issues with 1.000,00 formats (Chris T).
  163. * Corrected a number of date handling issues and added tests (Seneca).
  164. * Applied invoice performance patch from Ashley Gittins (Chris T)
  165. * Applide performance improvements to lastname_used (Chris T)
  166. Changelog for 1.2.4
  167. * Fixed internal functions avgcost() and lastcost() to not use float (Joshua D)
  168. * Fixed error posting vendor invoice with fraction costs. (Chris M)
  169. * Fixed sales tax display issue on invoice/order entry screen (Chris T)
  170. * Fixed inconsistant error when setting to recur 0 times (Chris T)
  171. * Fixed Access Denied when sending email (CHris T)
  172. * Added Makefile.PL as optional means of dependency checking (experimental, Chris T)
  173. * Updated INSTALL file to use correct globaldbh syntax (Chris T)
  174. * Updated UNGRADE file to recommend reading INSTALL first (Chris T)
  175. Changelog for 1.2.3
  176. * Corrected per-user locale selection (Seneca)
  177. * Corrected partial commits for invoices and orders (Chris T)
  178. * Corrected data types for invoice.qty and invoice.allocated in new dbs (CHris T)
  179. * Corrected suffix error in 1.2.1 to use .sqlc for backups (Joshua D)
  180. Changelog for 1.2.2
  181. * Corrected sales tax display bug in order entry screen (Chris T)
  182. * Corrected database update unable to connect (Seneca)
  183. * Corrected login problems on 1.2.1
  184. * Corrected INSTALL for [GlobalDBH] (Joshua Drake)
  185. Changelog for LedgerSMB 1.2.1
  186. * Modifed AM.pm to correctly use globals from ledgersmb.conf (Joshua Drake)
  187. * Simplified backup functions in AM.pm (Joshua Drake)
  188. * Corrected serious sales tax posting bug (Chris Travers)
  189. * Corrected two sales tax display bugs (Chris Travers)
  190. * Corrected configure_apache.sh not rewriting WORKING_DIR (Chris Travers)
  191. * Corrected documentation about tax entry (Chris Travers)
  192. * Corrected logos not printing on PDF/PS invoices (Chris Travers)
  193. Changelog for LedgerSMB 1.2.0
  194. Database:
  195. * Added script to configure Slony replication (Chris Browne)
  196. * Added defined primary keys to all tables (Chris T)
  197. * Database upgrades now use psql (Chris T)
  198. * Defaults table now uses a simple key->value system (Chris T)
  199. * Merged Pg-tables, Pg-functions, and Pg-indeces into Pg-database (Chris T)
  200. Security:
  201. * Added whitelist of allowed directories to file editor (Seneca)
  202. * Audited All Perl Modules for SQL Injection attacks (Chris T)
  203. * Forced edited files to have whitelisted extensions and no .. strings (Chris T)
  204. * Users are now stored in a separate database instead of fs. (Chris M)
  205. * User database schema now included (Joshua D)
  206. Localization:
  207. * Moved localization files to standard codes (Seneca)
  208. * Added cumulative tax support (Seneca)
  209. * Translations now use Gettext (Seneca)
  210. * Removed back-translation of function names for i18n (Seneca)
  211. * Corrected parsing of numbers so that they are multi-run safe (Chris T)
  212. * Added modular tax calculation support (no modules included yet) (Seneca)
  213. * Added "1 000.00" number format (Chris T)
  214. * Buttons are now localization-safe (Seneca)
  215. Code Quality and API:
  216. * Added logging module (Jason)
  217. * Added session method abstraction (Chris T)
  218. * Broke out price matrix calls into PriceMatrix.pm (Chris T)
  219. * Added $form->callproc($procname, @args) returns @hashrefs (Chris T)
  220. * Corrected rounding errors (Seneca)
  221. * Code cleanup and template correction (Chris Murtagh)
  222. * New template system (Chris T)
  223. * IC.pm, OE.pm, and IS.pm are aware of custom fields (Chris T)
  224. * Added LedgerSMB::Sysconfig for site-wide configuration (Chris T)
  225. * LedgerSMB::IC is aware of custom fields (Chris T)
  226. * LedgerSMB::PE is aware of custom fields (Chris T)
  227. * Testing suite added (Seneca)
  228. * Moved all database calls to $form->{dbh} (CHris T)
  229. * Form->redirect no longer makes use of exec (Chris T)
  230. * LedgerSMB::Sysconfig now uses more reasonable ledgersmb.conf optiions (Joshua Drake)
  231. * Removal of Lock Application (Joshua Drake)
  232. * Removal of users/ depenency (Joshua Drake)
  233. Packaging:
  234. * Added first version of rpm spec from Mads Kiilerich (Chris T)
  235. * Added Gentoo ebuilds documentation and metadata (Jason R)
  236. Point of Sale:
  237. * Added experimental TrustCommerce credit card processing (Chris T)
  238. * Merged most of the rest of the SL-POS interface (Chris T)
  239. * POS register now goes from add invoice to add invoice. (Chris T)
  240. * Added pole display and separate cash drawer open calls. (Chris T)
  241. User Interface:
  242. * Moved IS/IR/OE the lineitem column list to the LedgerSMB::Sysconfig Chris T)
  243. * Invoice now has an Onhand column (Chris T)
  244. * Added simple text import function for invoices received (PDT's) (Chris T)
  245. Other:
  246. * ledger-smb.conf is now an ini file (Seneca)
  247. * Experimental scripting wrapper in utils/cli (Chris T)
  248. * doc/database directory now contains postgresql_autodoc output (Chris T)
  249. Changelog for LedgerSMB 1.1.1
  250. * Fixed problem with parts_short trigger not being created
  251. * Fixed problem with custom fields functions not being created
  252. * Pg driver is now checked by default.
  253. Changelog for LedgerSMB 1.1.0
  254. Database
  255. * Added add_custom_field and drop_custom_field functions.
  256. -- will be more integrated into API next version
  257. * Added utility to partially recover from SQL-Ledger data corruption issues.
  258. * Primary Key added to acc_trans table
  259. * DB Updates now use one transaction per update file.
  260. * FLOAT datatypes removed from database
  261. * Protection against duplicate transaction id's.
  262. * Added foreign key constraint to acc_trans.chart_id
  263. * Database backups now use pg_dump
  264. * Database creation routines now attempt to add plpgsql to the db if not there.
  265. * Transaction reversal is now enforced by default
  266. Security
  267. * One is required to change the admin password when it is blank (on first login etc).
  268. Usability
  269. * We now support adding custom automation into a custom.pl
  270. * Setup.pl use is now experimentally supported
  271. * Disabled editing sub-assemblies in one area where it is unsafe.
  272. * Utility included for near-real-time parts short email notifications.
  273. * Fixed Lynx support
  274. * Batch printing now available for checks
  275. * Warnings are printed when check stub is truncated
  276. * Sales Data Report added
  277. * SL2LS.pl now dies if it cannot open the files with instructions on how to proceed manually
  278. * Links between admin and login pages
  279. * Experimental support for Windows printing
  280. Changelog for LedgerSMB v 1.0.0p1
  281. * Fixed directory transversal/arbitrary code execution vulnerability.
  282. Changelog for LedgerSMB v 1.0.0
  283. (Changes relative to the pre-fork SQL-Ledger 2.6.17)
  284. * Corrected sessionid security hole allowing bypass of login to main application
  285. * Corrected sessionid security hole allowing one to list logins and more.
  286. * Changed acc_trans.amount to NUMERIC
  287. * Tightened browser caching rules to prevent problems with back button.
  288. * Added an open content manual to the main distribution.
  289. * New logo.
  290. * Began whitespace reformatting of main application.