Skip to content

Latest commit

 

History

History
461 lines (448 loc) · 79 KB

CHANGELOG.md

File metadata and controls

461 lines (448 loc) · 79 KB

Changelog

All notable changes to the webERP project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
For changelogs earlier than v4.14.1, please refer to CHANGELOG_ARCHIVE.md.

Guidelines

  • Keep descriptions as short and concise as possible.
  • If including html tags in your description, please surround them with back ticks.
  • The commit Type, will typically be one of the following: Added, Changed, Deprecated, Removed, Fixed, Security
  • Enter dates in format yyyy-mm-dd.
  • Add links to the associated GitHub commit in Details column.
  • Add links to supporting info in Ref column, such as Forum posts, Mailing List archives or GitHub issues.
Description Type Author Date Details Ref
SystemParameters.php: Fix typo in a LogSeverity option, refactored these options (less code), and other element updates. Fixed PaulT 2022-05-15 View
footer.php: Restore missing LogFile handling causing error. (reported in the forums by Dale Scott) Fixed PaulT 2022-05-15 View Forum
header.php: Fix hyperlink to the manual. (reported in the forums by Dale Scott) Fixed Tim Schofield 2021-12-16 View Forum

v4.15.2 - 2021-11-27

Description Type Author Date Details Ref
MiscFunctions.js: Fixes the case where a negative payment is being made, without any allocation. Previously the payment was being blocked when the payment was less than the allocated amount, even when the payment was negative. Fixed Tim Schofield 2021-10-28 View Forum
New themes and related improvements. Added Juergen Mueller 2021-05-11 View
Z_importDebtors.php: Bugs in customer import script. Fixed Tim Schofield 2021-05-04 View
Use https protocol with geocode urls. Changed JanB 2021-03-07 View Sourceforge
Suppliers.php: fix typo in previous commit. Fixed PaulT 2021-03-05 View
Add missing 'key' parameter for geocoding. Changed JanB 2021-02-28 View SourceForge
GLCashFlowsindirect.php: Fix syntax error with cast. Fixed PaulT 2021-02-14 View
StockUsageGraph.php: Set graph back to bars. (original value, assigned incorrectly) Changed PaulT 2020-11-16 View
StockUsageGraph.php: Show zero counts within period. Added HDeriauFF (PaulT assist and commit) 2020-11-15 View Forum
Finnish Translation Added Pekka Viiliainen (Phil commit) 2020-10-24 View
GetPrice.inc: Correctly show price when one is expired and not replaced. Fixed Tim Schofield 2020-10-06 View Forum
Update SQL script path references. (reported by Tom Glare) Changed PaulT 2020-09-12 View Forum
Form tags: Apply htmlspecialchars() or urlencode() to attribute values as needed. Changed/Security PaulT 2020-08-15 View
Fix several reported vulnerabilities. Security Mario Riederer (Phil commit) 2020-08-08 View
Silverwolf CSS: Remove the background image and use css to create the same affect. Changed Tim Schofield 2020-06-11 View
session.php: Bug in variable sanitising routine. Fixed Tim Schofield 2020-06-08 View
install/index.php: Improve the installer language handling so that the detected language is set as expected. Changed PaulT 2020-06-06 View
Fix LFI issue. (Reported by: [email protected], https://lyhinslab.org) Security Simon / PaulT 2020-06-06 View
PDFPriceList.php: Apply alternating row shading to pricing rows. (forum request) Added PaulT 2020-04-24 View Forum
  1. default.sql, demo.sql: Correct DB structure missing AUTO_INCREMENT fields.
  2. Login.php, session.php: Remove references to get_magic_quotes_gpc() which is removed in PHP7.4 and above.
  1. Fixed
  2. Changed
  1. Tim Schofield
  2. Confucius / Tim Schofield
2020-04-23 View
  1. Forum
  2. Forum
Update Espanol locale Update Rafael Chacón 2020-03-18 View
default.css: Minor style tweak. Changed Rafael Chacón 2020-03-18 View
demo.sql: Revised demo data. Update Tim Schofield 2020-01-28 View Forum
Credit_Invoice.php: Round the freight cost, and the previous allocated amount to the required decimal places. Fixed Tim Schofield 2020-01-28 View Forum
Z_DeleteCreditNote.php: Update feedback message in previous commit. Fixed PaulT 2020-01-19 View
Z_DeleteCreditNote.php: Fix SQL error, add DELETE for stockserialmoves causing FK error. Fixed PaulT 2020-01-18 View Forum
Update GetRptLinks function. Fixed PaulT 2020-01-18 View Forum
ConfirmDispatch_Invoice.php: Fix error where tax amount wasn't getting rounded to the required decimal places leading to potential rounding errors. Fixed Tim Schofield 2020-01-18 View Forum
Dashboard.php: Fix the bug whereby sales person invoices were divulged to other sales people when a customer has more than one branch with different sales people attached. Fixed Tim Schofield 2019-12-14 View Forum
api/api_locations.php: Return API data format to include integer code as described in the manual. Fixed Express Achiever 2019-11-20 View
SupplierTenderCreate.php: Fix ambiguous SQL statement. Fixed Tim Schofield 2019-11-18 View Forum
PDFStockCheckComparison.php: Insert missing standard cost field. Fixed Express Achiever 2019-11-15 View
StockCounts.php: Add alternative method for user to enter stock counts. Changed Express Achiever 2019-11-07 View
SelectSalesOrder.php Fix SQL error. Also apply whitespace and variable name formatting. Fixed PaulT 2019-11-02 View
Fix a few issues related to GL Posting for Stock Transfers. Fixed Express Achiever 2019-10-12 View
Demo mode tidy. Changed Phil Daintree 2019-10-05 View
Demo mode modifications. Changed Phil Daintree 2019-10-05 View
SalesCategories.php: Rework the script to conform with the project standards, and to make the use of it easier and more intuitive. Changed Tim Schofield 2019-09-26 View
InternalStockRequest.php: Fix inconsistent casing in variable names. Fixed Tim Schofield 2019-09-23 View Forum
PageSecurity.php: Fix typo in variable name. Fixed Tim Schofield 2019-09-16 View
Z_DeleteSalesTransActions.php: Fix utility script for new tables. Fixed Tim Schofield 2019-08-16 View Forum
Check that the server has the correct permissions to upload part image. Fixed Tim Schofield 2019-09-08 View Forum
Fix purchase order item to flag as completed. Fixed Express Achiever 2019-09-06 View
Fix stock movement records missing in report when there is no link to table custbranch. Fixed Express Achiever 2019-09-06 View
Counter sales: UX improvements with to CounterSalesFunctions.js. Changed Express Achiever 2019-09-06 View
MRP shortages incorrectly includes "Service/Labour" items. Fixed Alan Miller 2019-09-01 View Forum
Restrict demo mode from alterations to security model. Fixed Phil Daintree 2019-08-31 View
Counter sales: improve quick entry flow by pre-fetching stockmaster list and auto fill to the quick entry table. Changed Express Achiever 2019-08-30 View
Missing parameter for Add_GRN_To_Trans Fixed Express Achiever 2019-08-30 View
Fix language files Fixed Rafael Chacón 2019-08-28 View

v4.15.1 - 2019-06-16

Description Type Author Date Details Ref
index.php: Properly check return from database before showing report links Fixed Tim Schofield 2019-06-09 View Forum
GLTransInquiry.php: Fix to previous commit - ovdiscount is not a field in supptrans table, only debtotrans Fixed Tim Schofield 2019-05-25 View
Credit_Invoice.php: Enable the shipping to be reduced to zero in case where the original invoice included a value for shipping costs. (reported in the forums by HDeriauFF) Changed Tim Schofield 2019-05-04 View Forum
CustomerAllocations.php: Allow user to perform allocation on receipts with amount zero but discount is non zero Changed express achiever 2019-04-18 View
BOMs.php: Incorporate selection box to either show all levels of a BOM or just the top level Changed Tim Schofield 2019-04-14 View
Include the branch name in the inquiry (with standardized code updates) Added/Changed Tim Schofield/HDeriauFF 2019-04-14 View Forum
New GL journal templating system Added Tim Schofield 2019-04-05 View
Fix gettext calls and standardize code Fixed Paul Becker 2019-04-05 View
SupplierTransInquiry.php: Fix sql search by supplier id condition Fixed express achiever 2019-03-26 View
GLTransInquiry.php: Fix where discount is entered at payment but not included in the report line item calculation Fixed express achiever 2019-03-24 View
StockStatus.php: Table formatting issue Fixed express achiever 2019-03-24 View
French translation: Minor translation update Changed Rafael Chacón 2019-03-21 View
Standardize code: To various files Changed Rafael Chacón 2019-03-18 View
Code updates: To various files Changed Rafael Chacón 2019-03-18 View
GLStatements.php: Script updates before upload Changed Rafael Chacón 2019-03-14 View
Rebuild language files and a few minor code changes Changed Rafael Chacón 2019-02-24 View
Replace texts with blanks with trimmed text Changed Rafael Chacón 2019-02-21 View
Fix country name in Currencies.php Fixed Rafael Chacón 2019-02-20 View
Fix height in #QuickMenuDiv li Fixed Rafael Chacón 2019-02-20 View
Use inline-block instead of inline Changed Rafael Chacón 2019-02-20 View
Fix concat errors, add urlencode() Fixed PaulT 2019-02-12 View
Deletes the translation of numbers Changed Rafael Chacón 2019-01-21 View
Standardise buttons in Horizontal Analysis reports Changed Rafael Chacón 2019-01-19 View
Clean up purchases and sales reports code Changed Rafael Chacón 2019-01-09 View
Standardise GL reports code Changed Rafael Chacón 2019-01-09 View
Clean up and standardise sheet style view Changed Rafael Chacón 2019-01-04 View
Clean up the CSS Changed Rafael Chacón 2019-01-04 View
Hides help texts for extra small devices Changed Rafael Chacón 2019-01-04 View
Show a set of financial statements Added Rafael Chacón 2019-01-02 View
Fix variable used in function fShowPageHelp Fixed Rafael Chacón 2018-12-30 View
Fix SQL in Timesheets per Tim Fixed Phil Daintree 2018-12-29 View
Improve the readability of a script Changed Rafael Chacón 2018-12-27 View
Improve the readability of a script Changed Rafael Chacón 2018-12-26 View
Sort the bank accounts Changed Rafael Chacón 2018-12-18 View
Order by bankaccountname Changed Rafael Chacón 2018-12-14 View
Add option to print the BOM from the entry screen Changed Tim Schofield 2018-12-08 View
Add option to import po items Changed express achiever 2018-12-06 View
Change field_help_text code (part 1) Changed Rafael Chacón 2018-12-06 View
Add page_info_text class Added Rafael Chacón 2018-12-05 View
Delete unneeded images Removed Rafael Chacón 2018-12-05 View
Fix images call Fixed Rafael Chacón 2018-12-05 View
Fix RTL images Fixed Rafael Chacón 2018-12-05 View
Fix the size of some images Fixed Rafael Chacón 2018-12-05 View
Per David Shaw Alter all date and datetime fields to have valid defaults '1000-01-01' as '0000-00-00' no longer acceptable Changed Phil 2018-12-01 View
Standardise PurchasesReport.php Changed Rafael Chacón 2018-11-30 View
Add SalesReport.php Added Rafael Chacón 2018-11-30 View
Add units column to PDFWOPrint.php Changed Paul Becker 2018-11-17 View Forum
Fix rounding of shrink factor in Stocks.php Fixed Paul Becker 2018-11-10 View Forum
PDFWOPrint.php: Fix notices, reported in the forums by William Hunter Fixed PaulT 2018-11-06 View Forum
New script to enter timeshees with the new table timesheets Added Phil 2018-10-28
Updates to the manual to describe labour functionality Added Phil 2018-10-20 View
Fix error in prnMsg display - DB errors were not reported - had to define $Messages as global inside DB_query function Fixed Phil 2018-10-20
New script to add employees Employees.php with new table employees for the purposes of time-sheet entry Added Phil 2018-10-20 View
Add new config option to allow shortcut menus to be disabled as they can confuse some folks Changed Phil 2018-10-20 View
Add manual links for MRP scripts Changed Phil 2018-10-20 View
Eliminate pdf_append/ and stockmaster appendfile column Removed Paul Becker / Tim 2018-09-09 View Forum
Fix filename output in PDFQALabel Fixed Paul Becker 2018-09-02 View Forum
Fix calculation descrepancy in Z_CheckDebtorsControl Fixed Paul Becker 2018-09-02 View Forum
Add order number into file name Change Paul Becker 2018-08-28 View Forum
Log output not working (reported by Michelle) Fixed Tim Schofield 2018-08-28 View Forum
Update DB version info (missing with last release) Changed Rafael 2018-08-25 View
Add a input check for the sortby input Fixed Exson 2018-07-29 View
Add script to set period of GL transactions where the period has not been set correctly Added Phil 2018-07-01 View
Relocate tcpdf barcodes directory Fixed PaulT 2018-06-28 View Forum
Fix $Prefix use in footer.php Fixed alanmi3383 2018-06-28 View Forum
Add Tim's default shipper for suppliers feature Added Tim Schofield 2018-06-23 View Forum
Add Tim's defaultgl column feature Added Tim Schofield 2018-06-18 View Forum
DailyBankTransactions.php (updated script) Changed Tim Schofield 2018-06-18 View Forum
MRP.php fix reorder qty insert calculation Fixed BrianTMG 2018-06-17 View Forum
DailyBankTransactions.php calculation fix Fixed Paul Becker 2018-06-16 View Forum

v4.15 - 2018-05-20

Description Type Author Date Details Ref
Upgrade weberpchina.sql file and modify htmlspecialcharts parameter in footer.php Changed Exson Qu 2018-05-15 View
Change module alias from "orders" to "Sales" to standardise in MainMenuLinksArray.php Changed Rafael Chacón 2018-05-08 View
Groups the INSERT INTO sentences in SQL upgrade script Changed Rafael Chacón 2018-05-08 View
Various improvements to manual Changed Rafael Chacón 2018-05-08 View
Add script description and ViewTopic to SelectPickingLists.php Changed Rafael Chacón 2018-05-08 View
Add ViewTopic and BookMark to GeneratePickingList.php Changed Rafael Chacón 2018-05-08 View
Add "id" for $BookMark = 'CounterReturns' in ManualSalesOrders.html Changed Rafael Chacón 2018-05-08 View
Add script description, ViewTopic and BookMark in CounterReturns.php Changed Rafael Chacón 2018-05-08 View
Add info to General Ledger manual Changed Rafael Chacón 2018-05-08 View
Add "id" for $BookMark = 'SelectContract' in SelectContract.php Changed Rafael Chacón 2018-05-08 View
Add "id" for $BookMark = 'SelectContract' in ManualContracts.html Changed Rafael Chacón 2018-05-08 View
Add 'Bank Account Balances' and 'Graph of Account Transactions' info to manual. Reorganise 'Inquiries and Reports' and 'Maintenance' of 'General Ledger" chapter of manual. Changed Rafael Chacón 2018-05-07 View
Add script description and BookMark in BankAccountBalances.php Changed Rafael Chacón 2018-05-07 View
Add section for the "Graph of Account Transactions" script in ManualGeneralLedger.html Changed Rafael Chacón 2018-05-07 View
Groups "INSERT INTO scripts" sentences and completes empty description fields in SQL upgrade script Changed Rafael Chacón 2018-05-07 View
Add script description, also fix $ViewTopic in GLAccountGraph.php Changed Rafael Chacón 2018-05-07 View
Update Spanish translation Changed Rafael Chacón 2018-05-07 View
Add script description in PDFShipLabel.php Changed Rafael Chacón 2018-05-07 View
Add script description in PDFAck.php Changed Rafael Chacón 2018-05-07 View
Add script description in GeneratePickingList.php Changed Rafael Chacón 2018-05-07 View
Add script description, ViewTopic and BookMark in PickingLists.php Changed Rafael Chacón 2018-05-06 View
Rebuild languages files Changed Rafael Chacón 2018-05-06 View
Add script description, ViewTopic and BookMark in SelectPickingLists.php Changed Rafael Chacón 2018-05-06 View
Update Spanish translation Changed Rafael Chacón 2018-05-04 View
Fixed bank account and related data visible to an unauthorised user in Dashboard.php Fixed Paul Becker 2018-05-02 Forum
Fix the bug that accountgroup validation used the wrong table and field reported by Laura Fixed Exson Qu 2018-04-30 View
Added a utility script to fix 1c allocations in AR - a GL journal will be required for the total of debtor balances changed as a result for the control account to remain in balance Z_Fix1cAllocations.php Added Phil Daintree 2018-04-28 View
Added the latest phpxmlrpc code version 4.3.1 - using the compatibility layer though - see https://github.com/gggeek/phpxmlrpc Changed Phil Daintree 2018-04-28 View
Fixed failure to issue invoice for customer reference is more than 20 characters Fixed Xiaobotian 2018-04-27 View
Added latest SQL update script to UpgradeDatabase.php Changed Deibei 2018-04-27 View
Change log updated and formatted in tabular markdown Changed Andrew Couling 2018-04-27 View
Fix the bug of wrong affected scope of bom changing in BOMs.php Fixed Exson Qu 2018-04-26 View
Rebuild languages files Changed Rafael Chacon 2018-04-24 View
Minor changes to GeneratePickingList.php Changed Rafael Chacon 2018-04-24 View
Rebuild languages files Part 3 Changed Rafael Chacon 2018-04-24 View
Rebuild languages files Part 2 Changed Rafael Chacon 2018-04-24 View
Rebuild languages files Part 1 Changed Rafael Chacon 2018-04-24 View
Rebuild languages files Changed Rafael Chacon 2018-04-24 View
Correct menu link caption Fixed PaulT 2018-04-20 View
Fixed the cost calculation bug in Work Order Costing for different standcost of the same stock and use Total Cost Variance to calculate cost variance instead of Total Cost variance for WAC' Fixed Exson Qu 2018-04-18 View
New script to graph GL account Added Paul Becker 2018-04-17 View
Redo changes lost in the last commit Added Tim Schofield 2018-04-11 View
Add in checkbox for showing zero stocks Added Tim Schofield 2018-04-10 View
Show only non-zero balances, and whether controlled item. Added Paul Becker 2018-04-10 View
Fixes incorrect counter numbering of form elements Fixed Tim Schofield 2018-04-10 View
Remove tabindex attributes Changed Tim Schofield/Jeff Harr 2018-04-06 View
Add XML files to new company copy Added PaulT 2018-04-03 View
Fixes to the database files Fixed Ap Muthu 2018-04-03 View
Fix messages not being shown Fixed Ap Muthu 2018-04-03 View
Synch sqls with upgrade sqls #28 Fixed Ap Muthu 2018-04-03 View
Wrong $MysqlExt value in installer Fixed Ap Muthu 2018-04-03 View
Add session name to avoid conflicts Fixed PaulT 2018-04-02 View
Remove more unused $db parameters Deprecated PaulT 2018-04-01 View
Use new period selection functions Added Tim Schofield/Paul Becker 2018-03-31 View
If config.php is already in place the error message will never be displayed, so print direct to screen Fixed Ap Muthu 2018-03-31 View
Correct invalid function name and clean up code Files Changed: api/api_debtortransactions.ph api/api_stock.php api/api_workorders.php Correct function call from GetNextTransactionNo() to GetNextTransNo() Change variable names to conform to coding standards Change code layout to conform to coding standards Fixes issue no #24 Fixed Tim Schofield 2018-03-29 View Issue
Meet coding standards and more commentary. Changed PaulT 2018-03-27 View
Files to ignore Changed Tim Schofield 2018-03-22 View
Improvements to the period selection functions: 1 Changed variable names to conform to coding standards 2 Added options to show financial years as well as calendar years 3 Added extra parameter to allow only some options to appear in drop down list 4 Added default case to prevent dropping through without anything being selected Added Tim Schofield 2018-03-20 View
Misspelling of Aged Suppliers Report Fixed PaulT/Paul Becker 2018-03-16 View
DeliveryDetails.php: Sales Order required date not reflected in Work Order. Fixed PaulT/Jeff Harr 2018-03-16 View
GLAccountInquiry: Fix that the script does not automatically show data Fixed PaulT/Paul Becker 2018-03-16 View
Add from and to period in links to GLAccountInquiry.php Added Tim Schofield 2018-03-16 View Forum
Consider discount with SalesGraph Added PaulT/Paul Becker 2018-03-16 View
Remove unused $db parameter Deprecated PaulT 2018-03-16 View
Dismissible notification functionality added. New icons and styling added to all themes. Messages now stored in an array before being printed. Assistance from @timschofield and @TurboPT. Added Andrew Couling 2018-03-15 View
Remove .gitignore from branch Changed PaulT 2018-03-13 View
Move hidden input Changed PaulT 2018-03-13 View
"Periods in GL Reports" mod Added PaulT/Paul Becker 2018-03-12 View
code review GLPosting.php and Payments.php Changed Phil Daintree 2018-03-12 View
Removed unused variable Changed PaulT 2018-03-09 View
Link updates to GLAccountInquiry Changed PaulT/Paul Becker 2018-03-09 View
Add duedate to ORDERY BY clause Fixed PaulT/Paul Becker 2018-03-09 View
Reportwriter mods, part 3 Changed PaulT/Paul Becker 2018-03-09 View
Fixes error that allowed a transaction to be authorised and posted multiple times by hitting page refresh Fixed Tim Schofield 2018-03-09 View
Logout cookie handling Changed PaulT 2018-03-09 View
Reportwrite mods, part 2 Changed PaulT/Paul Becker 2018-03-08 View
Refreshed README file in markdown format Added Andrew Couling 2018-03-09 View
Reportwriter mods. Changed PaulT/Paul Becker 2018-03-06 View
Show stock adjustments and internal stock requests Changed Tim Schofield 2018-03-06 View Forum
Remove the 'alt' attribute from date inputs Changed PaulT 2018-03-04 View
Update MiscFunctions.js Changed PaulT 2018-03-03 View
Update DatabaseTranslations.php Changed PaulT 2018-03-03 View
Update UPGRADING.txt Changed PaulT 2018-03-03 View
Update manual.css Changed PaulT 2018-03-03 View
Update INSTALL.txt Changed PaulT 2018-03-03 View
Update print.css Changed PaulT 2018-03-03 View
Update login.css for each theme Changed PaulT 2018-03-03 View
Update default.css for each theme Changed PaulT 2018-03-03 View
Update PDFQuotationPortraitPageHeader.inc Changed PaulT 2018-03-03 View
Update PDFQuotationPageHeader.inc Changed PaulT 2018-03-03 View
Update FailedLogin.php Changed PaulT 2018-03-03 View
Update CurrenciesArray.php Changed PaulT 2018-03-03 View
Update Z_poRebuildDefault.php Changed PaulT 2018-03-03 View
Update Z_ChangeStockCode.php Changed PaulT 2018-03-03 View
Update SupplierAllocations.php Changed PaulT 2018-03-03 View
Update PDFQuotationPortrait.php Changed PaulT 2018-03-03 View
Update PDFQuotation.php Changed PaulT 2018-03-03 View
Update CustomerAllocations.php Changed PaulT 2018-03-03 View
Remove ID svn lines Changed Phil Daintree 2018-03-03 View
Move dashboard link Changed PaulT 2018-03-02 View
Remove sourceforge image link - broken Deprecated Phil Daintree 2018-03-03 View
Replace a $Bundle reference with $SItem. Changed PaulT 2018-03-02 View
Petty Cash - Receipt upload filenames now hashed for improved security & new expenses claim field 'Business Purpose' Added Andrew Couling 2018-03-02 View
Updates to README.txt Changed Phil Daintree 2018-03-02 View
Moved README.txt to root directory Changed Phil Daintree 2018-03-02 View
Delete README.md Changed PhilDaintree 2018-03-02 View
Rename README.txt to README.md Changed Phil Daintree 2018-03-02 View
Add readme Added Phil Daintree 2018-03-02 View
Update PrintCustTrans.php Changed PaulT 2018-03-02 View
Update StockLocMovements.php Changed PaulT 2018-03-01 View
Revert "Update StockLocMovements.php" Changed PaulT 2018-03-01 View
Revert "Revert "Update StockLocMovements.php"" Changed PaulT 2018-03-01 View
Revert "Update StockLocMovements.php" Changed PaulT 2018-03-01 View
Revert "Update StockLocMovements.php" Changed PaulT 2018-03-01 View
Update ConnectDB_postgres.inc Changed PaulT 2018-03-01 View
Update ConnectDB_mysqli.inc Changed PaulT 2018-03-01 View
Update ConnectDB_mysql.inc Changed PaulT 2018-03-01 View
Update header.php Changed PaulT 2018-03-01 View
Update GetConfig.php Changed PaulT 2018-03-01 View
Update GetConfig.php Changed PaulT 2018-03-01 View
Update TestPlanResults.php Changed PaulT 2018-03-01 View
Update StockMovements.php Changed PaulT 2018-03-01 View
Make the email address a mailto: link as in SelectSupplier.php. Changed Tim Schofield 2018-03-01 View Forum
Update StockLocMovements.php Changed PaulT 2018-03-01 View
Revert "Update StockLocMovements.php" Changed PaulT 2018-03-01 View
Revert "Update StockLocMovements.php" Changed PaulT 2018-03-01 View
Revert "Revert "Update StockLocMovements.php"" Changed PaulT 2018-03-01 View
Revert "Update StockLocMovements.php" Changed PaulT 2018-03-01 View
Update StockLocMovements.php Changed PaulT 2018-03-01 View
Update StockLocMovements.php Changed PaulT 2018-03-01 View
Update SelectPickingLists.php Changed PaulT 2018-03-01 View
Update PickingLists.php Changed PaulT 2018-03-01 View
Update MRPPlannedPurchaseOrders.php Changed PaulT 2018-03-01 View
Update BOMs_SingleLevel.php Changed PaulT 2018-03-01 View
Update WorkOrderCosting.php Changed PaulT 2018-02-28 View
Update EDIMessageFormat.php Changed PaulT 2018-02-28 View
Update PO_SelectPurchOrder.php Changed PaulT 2018-02-28 View
Changes to tables to work with the improved table sorting routine Changed Paul Thursby 2018-02-27 View
Add Tim's improved SortSelect() js function replacement. Change also requires <thead>, <tbody>, and (if needed) <tfoot> tags applied to tables that have sorting. Also, change removes the 'alt' attribute from date inputs (handling replaced by commit 7974) within these modified files. Added Tim Schofield/PaulT 2018-02-27 View Forum
InventoryPlanning.php, InventoryValuation.php, StockCheck.php: Fix view page source message "No space between attributes" reported in Firefox Fixed Paul Thursby 2018-02-27 View
Sanitize scripts name in footer.inc and forbidden the use of InputSerialItemsSequential.php without login. Changed Exson Qu 2018-02-27 View
Stocks.php: Fix navigation bar handling to avoid stockid loss and also disable navigation submit when at the first (or last) item. Change also adds a closing table tag, removes an extra double quote from two attributes, and a minor message layout improvement. Fixed Paul Thursby 2018-02-27 View
PO_SelectOSPurchOrder.php: Derived from Tim's code: add default current dates. (there may not yet be any purchorders records) / PaulT: do not show the order list table when there are no records to show. (avoids a table heading output without any associated row data) Changed Paul Thursby 2018-02-27 View
MiscFunctions.js: Set the calendar click and change handlers to reference the localStorage DateFormat instead of the element's "alt" attribute value. (Know that this update requires the localStorage change applied with commit 7973) Changed Tim Schofield 2018-02-27 View
header.php: Set the DOCTYPE to html5 declaration format, update the meta tag with Content-Type info, and add localStorage with DateFormat and Theme for upcoming changes to table column sorting and calendar handling improvements. Changed Paul Thursby 2018-02-27 View
CustomerAllocations.php: Minor code shuffle to fix view page source message "Start tag 'div' seen in 'table'" reported in Firefox Fixed Paul Thursby 2018-02-27 View
Customers.php, ShopParameter.php: Fix view page source message "No space between attributes" reported in Firefox. Fixed Paul Thursby 2018-02-27 View
Labels.php: Remove extra closing </td> </tr> tag pair. Fixed Paul Thursby 2018-02-27 View
FixedAssetLocations.php: Move closing condition brace to cover entire table output to avoid a stray closing table tag output if the condition is not met. Also, replace some style attributes with equivalent CSS. Fixed Paul Thursby 2018-02-27 View
MaintenanceUserSchedule.php: Fix closing tag mismatch. Fixed Paul Thursby 2018-02-27 View
GLJournalInquiry.php: Add missing = to value attribute. Fixed Paul Thursby 2018-02-27 View
Fixed the DB_escape_string bug for Array in session.inc and destroy cookie while users log out in Logout.php Fixed Exson Qu 2018-02-27 View
header.php: Add link to the Dashboard in the AppInfoUserDiv. Added Paul Becker 2018-02-27 View Forum
Remove unused $db parameter from many functions within the /api area. Deprecated Paul Thursby 2018-02-27 View
upgrade4.14.1-4.14.2.sql: Add SQL update to support commit 7961. Changed Paul Thursby 2018-02-27 View
AgedControlledInventory.php: Add UOM to output. Added Paul Becker 2018-02-27 View Forum
Z_ChangeSalesmanCode.php: New script to change a salesman code. Added Paul Becker 2018-02-27 View Forum
Minor change to remove number from input field committed with 7946, and add attributes on two input fields. Changed Paul Becker 2018-02-27 View Forum
Remove $db parameter from PeriodExists(), CreatePeriod(), CalcFreightCost(), CheckForRecursiveBOM(), DisplayBOMItems() and a few other functions. Deprecated Paul Thursby 2018-02-27 View
InternalStockRequest.php: Address a few issues reported by Paul B: Fix Previous/Next handling, table sorting, wrong on-order quantities, and apply the user's display records max. Change also removes unused code and other minor improvements. Fixed Paul Thursby 2018-02-27 View Forum
StockMovements.php, StockLocMovements.php: Correct stock movements that have more than one serial number as part of it, then the item will appear multiple times in the movements script with the total quantity in each line. For example, if I enter a quantity adjustment for a controlled item, and assign 3 serial numbers to this movement and then run the inquiries, there will be 3 separate lines with a quantity of 3 against each one. Fixed Tim Schofield 2018-02-27 View
SellThroughSupport.php: Remove (another) redundant hidden FormID input. (there were two, overlooked the 2nd one earlier) Deprecated Paul Thursby 2018-02-27 View
SellThroughSupport.php: Remove redundant hidden FormID input. Deprecated Paul Thursby 2018-02-27 View
Contracts.php: Move closing form tag outside of condition. Fixes view page source message: "Saw a form start tag, but there was already an active form element. Nested forms are not allowed. Ignoring the tag." reported in Firefox. Fixed Paul Thursby 2018-02-27 View
Remove $db parameter from WoRealRequirements(), EnsureGLEntriesBalance(), and CreateQASample() functions. Deprecated Paul Thursby 2018-02-27 View
Remove $db parameter from BomMaterialCost(), GetTaxRate(), GetTaxes(), GetCreditAvailable(), ItemCostUpdateGL(), and UpdateCost() functions. Deprecated Paul Thursby 2018-02-27 View
Remove $db parameter from all GetStockGLCode() functions. Deprecated Paul Thursby 2018-02-27 View
Remove a few lingering $k and $j variables left behind from 7944 commit. Deprecated Paul Thursby 2018-02-27 View
MRPReschedules.php, MRPShortages.php: Use DB_table_exists() from commit 7943 to replace table check query. Fixed Paul Thursby 2018-02-27 View
Remove the last of the remaining URL 'SID' references. Deprecated Paul Thursby 2018-02-27 View
StockLocMovements.php, StockMovements.php: Add serial number column to output. Added Paul Becker 2018-02-27 View Forum
InternalStockRequestFulfill.php: Add controlled stock handling within this script. Added Paul Becker 2018-02-27 View Forum
MRPPlannedPurchaseOrders.php, MRPPlannedWorkOrders.php: Fix conversion factor matter noted by Tim, use DB_table_exists() from commit 7943 to replace table check query, and minor rework to 'missing cell' handling from commit 7939. Fixed Tim/Paul Thursby 2018-02-27 View
Replace old method of table row alternating color handing with improved CSS. Also, this change removes some empty/unused properties from a few css file and removes old URL 'SID' references in files already modified for this commit. Due to SVN issues with TestPlanResults.php, this one file will be committed later. Changed Paul Thursby 2018-02-27 View
ConnectDB_xxxx.inc files: Add function DB_table_exists() function to all DB support files, by Tim suggestion. Note that this function will be used in other files in a future commit. Signed-off-by: Paul Thursby Added Tim Schofield 2018-02-26 View
Z_SalesIntegrityCheck.php: Fix that the does not take into account discountpercent so it shows an issue where non exists. Fixed Paul Becker 2018-02-26 View Forum
UserSettings.php: Fix the 'Maximum Number of Records to Display' from populating with the session default at page load instead of the user's setting. Applied Tim's improved handling. Fixed Tim Schofield 2018-02-26 View Forum
geo_displaymap_customers.php, geo_displaymap_suppliers.php: Fix a few PHP short-tags, and move some javascript from PHP output to fix 'missing tag' validation complaints. Fixed Paul Thursby 2018-02-26 View
MRPPlannedPurchasekOrders.php, MRPPlannedWorkOrders.php: PaulT: Add missing table cell to work orders to match recent change to planned purchase orders and replace 'where clause joins' with table join in both files. Apply consistent code formatting between both files. Fixed Paul Thursby/Paul Becker 2018-02-26 View Forum
SalesGraph.php: Rework previous 7908 implementation that caused graphing to break. Fixed Paul Thursby 2018-02-26 View Forum
InternalStockRequestInquiry.php: Restore ONE space to previous 7936 commit. Changed Paul Thursby 2018-02-26 View
Remove unused $db and $conn parameters from DB_Last_Insert_ID() and (where present) from DB_show_tables(), and DB_show_fields(). Also, remove any unused 'global $db' references across the code base. Deprecated Paul Thursby 2018-02-26 View
MRPPlannedPurchaseOrders.php: Add capability to review planned purchase orders and add a new link to convert to a new PO. Added Paul Becker 2018-02-26 View Forum
PrintCustOrder.php, PrintCustOrder_generic.php, PDFOrderPageHeader_generic.inc: Add units, volume, and weight info, date/signature lines, sales order details narrative, plus other minor PDF formatting. Added Paul Becker 2018-02-26 View Forum
Remove unused $db parameter from DB_fetch_array() and DB_Query() functions. Also, rename several DB_Query names to match function definition name: DB_query. Deprecated Paul Thursby 2018-02-26 View
Dashboard.php: Replace due date handling with existing function. Changed Paul Thursby 2018-02-26 View
PrintCustTrans.php, PDFTransPageHeader.inc, PrintCustTransPortrait.php, PDFTransPageHeaderPortrait.inc: Add missing stock lot/serial info to landscape output to be consistent with portrait output (reported by HDeriauFF), add Due Date info to invoices (reported by Paul Becker), and (PaulT) add security checks to portrait file, layout improvements, change PDF initialization handling, and more. Fixed Paul Thursby 2018-02-26 View Forum)
Add a 'warning' case to getMsg(), as there is mixed use of 'warn' and 'warning' usage with prnMsg() calls. The 'warning' (before this change) defaults to an 'info' style message. Changed Paul Thursby 2018-02-26 View
Remove unused $db parameter from DB_query(), DB_error_no() and DB_error_msg() other DB-related function calls. Deprecated Paul Thursby 2018-02-26 View
Remove stray ; appearing after if, else, and foreach blocks. Fixed Paul Becker 2018-02-26 View Forum
MiscFunctions.php, Z_ChangeStockCode.php, Z_ChangeGLAccountCode.php: Remove unused $db parameter from function ChangeFieldInTable(). Deprecated PaulT 2018-01-27
New picking list feature for regular and controlled/serialized stock. This feature improves (and replaces) the current pick list handling. Added Andrew Galuski/Tim 2018-01-26 Forum
Add single quotation escape and charset in htmlspecialchars() in session.inc Changed Exson 2018-01-26
Use htmlspecialchars() to encode html special characters to html entity and set the cookie available only httponly in session.inc Changed Exson 2018-01-26
ReorderLevel.php: Exclude completed orders from on order counts. Changed Briantmg 2018-01-25 Forum
SelectOrderItems.php: Paul B. Fix stock table columns NOT sorting on this page / PaulT. Use existing CSS to replace two style attributes. Fixed PaulT/Paul Becker 2018-01-24 Forum
SupplierInvoice.php, CounterSales.php: Replace two other hard-coded styles with existing CSS class. Changed Andy Couling 2018-01-24 Forum
SelectOrderItems.php: Paul B. Remove stray value output / PaulT. Replace hard-coded style with existing CSS class. Fixed PaulT/Paul Becker 2018-01-24 Forum
CustomerPurchases.php: Adds Units and Discount columns and other minor changes so that it more closely matches output from OrderDetails.php. Added Paul Becker 2018-01-15 Forum
CustomerPurchases.php: Fix script to show actual Price and actual Amount of Sale based upon discount. Fixed Paul Becker 2018-01-12 Forum
Payments.php: Remove my debug/test echo line from the previous commit. Fixed PaulT 2018-01-09
Payments.php: Show bank balance at payments. Know that balance display/output is protected by a similar security check manner as protected information at the dashboard. Added Paul Becker 2018-01-09 Forum
Z_MakeNewCompany.php, default.sql, demo.sql: Remove doubled underscore in EDI_Sent reference. Fixed Paul Becker 2018-01-09 Forum
PDFTransPageHeader.inc, PDFTransPageHeaderPortrait.inc: Add additional address fields and/or adds an extra space between some address fields. Added Paul Becker 2018-01-08 Forum
PO_Items.php: Fix/improve Supplier checkbox handling, and fix a PHP7 compatibility issue. Fixed Tim 2018-01-08 Forum
SalesGraph.php: Replace period numbers in graph title with month and year. Changed Paul Becker/Tim 2018-01-08 Forum
WriteReport.inc: Fix broken page number handling. Fixed Paul Becker 2018-01-07 Forum
Change.log: Update remaining past commit entries (during the past few weeks) to give credit to the right person(s) involved with the change, and when applicable, add the related forum URL for historical reference. Changed PaulT 2018-01-07
Update phpxmlrpc to latest from https://github.com/gggeek/phpxmlrpc Changed Phil 2018-01-07
Change.log: Update some past commit entries to give credit to the right person(s) involved with the change, and when applicable, add the related forum URL for historical reference. Changed PaulT 2018-01-06
SelectSalesOrder.php: Fix handling to correct table heading value. Fixed Paul Becker/Tim 2018-01-06 Forum
Attempt to avoid XSS attacks by logged in users by parsing out "script>" from all $_POST and $_GET variables - subsequentely changed to strip_tags from all $_POST and $_GETs per Tim's recommendation Security Phil 2018-01-06
SelectSalesOrder.php: Fix search to retain quote option and set StockLocation to the UserStockLocation to auto-load current Sales Orders. Fixed Paul Becker 2018-01-03 Forum
SelectSalesOrder.php: Move handling for URL Quotations parameter to top of file to avoid potential page error(s). Handling move reduces code within some conditional checks. This change also includes minor whitespace improvements and removes an unused global reference. Changed Paul Becker/Tim 2018-01-02 Forum
css/default/default.css: Add text alignment in a couple of styles to match the same use in other CSS to avoid formatting issues when the default theme is used. Also, set several property names to lowercase. Changed PaulT 2018-01-02
FormMaker.php, ReportMaker.php, WriteForm.inc: A few more PHP 7.1 array compatibility changes. Changed PaulT 2017-12-20
RCFunctions.inc, FormMaker.php: PHP 7.1 array compatibility change. Changed PaulT 2017-12-20
PDFOrderStatus.php: Remove redundant ConnectDB.inc include reference. (already included by session.php at the top of the file) Deprecated PaulT 2017-12-19
Change.log: Correct my Day/Month entry references over the last few days. Changed PaulT 2017-12-19
Contracts.php: Move work center handling causing a partial form to appear after the footer when no work centers exist. Fixed PaulT 2017-12-19
Contract_Readin.php: Add customerref field to query to appear in the form when a contract is modified. Added Paul Becker 2017-12-19 Forum
ReportCreator.php: PHP 7.1 array compatibility change. Changed rjonesbsink 2017-12-18 Forum
BOMIndented.php, BOMIndentedReverse.php: Adjust PDF position values, and add UoM, remove stray 0-9 string output. Added Paul Becker 2017-12-18 Forum
PDFBOMListingPageHeader.inc, BOMListing.php: Adjust PDF position values, and add UoM. Added Paul Becker 2017-12-18 Forum
MRPPlannedPurchaseOrders.php, MRPPlannedWorkOrders.php: Fix PDF highlighting, PDF position value adjustments, and other minor tweaks. Fixed Paul Becker 2017-12-15 Forum
CustomerReceipt.php: Wrap delete link parameter values with urlencode(). Security Tim 2017-12-14 Forum
PDFCOA.php: Add column prodspeckey to queries which is used as a description alternative. Added Paul Becker 2017-12-13 Forum
PDFCOA.php, PDFProdSpec: Minor value adjust to correct inconsistent footer wrap. Fixed Paul Becker 2017-12-13 Forum
HistoricalTestResults.php, SelectQASamples.php, TestPlanResults.php: Fix date inputs to work with the date picker. Fixed PaulT 2017-12-13 Forum
PDFQALabel.php: Overlapping in the PDF when printing non-controlled items. Fixed Paul Becker 2017-12-13 Forum
CustomerReceipt.php: Add identifier to URL for delete link. Fixed Paul Becker 2017-12-13 Forum
QATests.php: Correct wrong attribute name in two option tags. Fixed Paul Becker 2017-12-13 Forum
PHP 7 constructor compatibility change to phplot.php. Changed rjonesbsink 2017-12-11 Forum
SelectSalesOrder.php: Consistent delivery address and correct a unit conversion issue. Changed Paul Becker 2017-12-11 Forum
PHP 7 constructor compatibility change to htmlMimeMail.php and mimePart.php. Changed rjonesbsink 2017-12-11 Forum
Order by transaction date and add link to debtors in Dashboard.php script. Changed RChacon 2017-12-06
Phil commited Tim's BankAccountBalances.php script Added Tim 2017-12-03
Fixed the outstanding quantity is not right in PO_SelectOSPurchOrder.php. Fixed Exson 2017-12-02
Fix for javascript date picker for US date formats Fixed Tim 2017-12-02
Purchases report - also deleted id non-exsitent in css committed changes suggested by VortecCPI Changed Phil/Paul Becker 2017-12-02 Forum
Added Petty Cash receipt file upload to directory functionality. Added Andy Couling 2017-11-23
Remove cost updating for WAC method in BOMs.php. Changed Exson 2017-11-07
Fixed the salesman authority problem in PrintCustTrans.php. Fixed Exson 2017-10-25
Prevent sales man from viewing other sales' sales orders in PrintCustTrans.php. Fixed Exson 2017-10-23
Prevent customer from modifying or viewing other customer's order in SelectOrderItems.php and PrintCustTrans.php. Fixed Exson 2017-10-23
Change header to meta data to avoid header do not work in some server environment in SelectCompletedOrder.php and SelectGLAccount.php Changed Exson 2018-10-21
Removed reference to css class 'toplink' in CustomerInquiry.php and CustomerAccount.php. Fixed Andy Couling 2017-10-17
Fix InventoryPlanning.php and includes/PDFInventoryPlanPageHeader.inc to display categories selected and fix month headings displayed Fixed Phil 2017-10-17
New Expenses/Update Expense table header in PcClaimExpensesFromTab.php Added Andy Couling 2017-10-15
Fixed the edit/delete cash assignment functionality in PcAssignCashToTab.php Fixed Andy Couling 2017-10-15
Table header labels corrected in PcClaimExpensesFromTab.php and PcAuthorizeExpenses.php. Fixed Andy Couling 2017-10-15
Fixed expense deletion dialogue box in PcClaimExpensesFromTab.php. Fixed Andy Couling 2017-10-15
Missing $Id comments added to Petty Cash scripts. Changed Andy Couling 2017-10-15
Fixed the bug that Narrative information will loss when add or remove controlled items lot no in StockAdjustments.php. Fixed Exson 2017-10-10
If it is set the $_SESSION['ShowPageHelp'] parameter AND it is FALSE, hides the page help text (simplifies code using css). Changed RChacon 2017-10-10
Set decimals variable for exchange rate in Currencies.php. Changed RChacon 2017-10-10
Improve currency showing and set decimals variable for exchange rate in Payments.php. Changed RChacon 2017-10-10
Fix the indian_number_format bug in MiscFunctions.php. Fixed Exson 2017-10-10
Fixed the non-balance bug in CustomerReceipt.php. And fixed the non rollback problem when there is a non-balance existed. Fixed error noises. Fixed Exson 2017-10-09
Add html view to SuppPriceList.php. Added Exson 2017-10-03
Standardise and add icons for usability. Added RChacon 2017-09-20
Increases accuracy in coordinates. Changed RChacon 2017-09-20
Fixed the wrong price retrieved bug in PO_Header.php. Fixed Exson 2017-09-20
Fixed the vendor price bug to ensure only the effective price showed by suppliers in SelectProduct.php. Fixed Exson 2017-09-20
Fixed the bug to make GRN reverse workable. Fixed Exson 2017-09-20
Customer information missing in CustomerReceipt.php. Reported by Steven Fu. Fixed Exson 2017-09-19
Geocode bug fixes Fixed Tim 2017-09-18 Forum
SelectProduct.php made image dispay code match that used in WorkOrderEntry.php Fixed Paul Becker 2017-09-17
Fixed the onclick delete confirmation box call in ContractBOM.php, was 'MakeConfirm'. Fixed Andy Couling 2017-09-11
Code consistency in PO_Items.php. Changed Andy Couling 2017-09-11 Forum
Z_ChangeLocationCode.php: Add missing locationusers table update, reported by Paul Becker in forums. Fixed PaulT 2017-09-08
Fix portrait invoice email now has narrative of correct invoice number! Fixed Phil 2017-09-08
Petty cash improvements to tax taken from Tim's work Added Andy Couling 2017-09-08
Fix currency translation in PO_AuthorisationLevels.php. Fixed RChacon 2017-09-06
Fixed the bug that invoice cannot be issued by same transaction multiple times in SuppTrans.php. Fixed Exson 2017-09-06
Fixed the bug that can not display correctly while the same debtors has more than one transaction and make GL account which is not AR account or bank account transaction showing on too. Fixed Exson 2017-08-30
Fixed the default shipper does not work in CustomerBranches.php reported by Steven. Fixed Exson 2017-08-30
CounterSales.php and StockAdjustments.php: Apply fixes posted by Tim in weberp forums. Fixed PaulT 2017-08-10
Fixed the search failure problem due to stock id code in SelectWorkOrder.php. Fixed Exson 2017-07-27
Add QR code for item issue and fg collection for WO in PDFWOPrint.php Fixed Exson 2017-07-18
Fix call to image tick.svg. Fixed RChacon 2017-07-17
Utility script to remove all purchase back orders Added Phil 2017-07-15
Fixed the wrong price bug and GP not updated correctly in SelectOrderItems.php. Report by Robert from MHHK forum. Fixed Exson 2017-07-10
reportwriter/admin/forms area, fix tag name in four files: <image> to <img> Fixed PaulT 2017-07-08
DefineImportBankTransClass.php - Remove extra ( Fixed PaulT 2017-07-04
Fixed the argument count error in SupplierInvoice.php. Fixed Exson 2017-06-30

[v4.14.1] - 2017-06-26

Description Type Author Date Details Ref
Merge css/WEBootstrap/css/custom.css into css/WEBootstrap/default.css to preserve bootstrap as original. RChacon 2022-06-25
Add style sections for device rendering width ranges for no responsive themes. RChacon 2022-06-24
Fix class for TransactionsDiv, InquiriesDiv and MaintenanceDiv. Fix bootstrap copy. RChacon 2022-06-23
Fixed the Over Receive Portion bug in WorkOrderReceive.php. Exson 2022-06-22
Add meta viewport for initial-scale=1 for working css in small devices. RChacon 2017-06-21