Skip to content

Commit

Permalink
before 4.12.3 release
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/web-erp/code/trunk@7303 09516a42-71f9-43be-811f-9b821cf0d246
  • Loading branch information
daintree committed May 17, 2015
1 parent d00958a commit 533aee8
Show file tree
Hide file tree
Showing 72 changed files with 985,130 additions and 1,010,967 deletions.
2 changes: 2 additions & 0 deletions UpgradeDatabase.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@
$SQLScripts[] = './sql/mysql/upgrade4.12-4.12.1.sql';
case '4.12.1':
$SQLScripts[] = './sql/mysql/upgrade4.12.1-4.12.2.sql';
case '4.12.2':
$SQLScripts[] = './sql/mysql/upgrade4.12.2-4.12.3.sql';
break;
} //end switch
}
Expand Down
6 changes: 2 additions & 4 deletions doc/Change.log
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
webERP Change Log
17/5/15 Version 4.12.3

17/5/15 Phil: Made currencies delete check first for bank accounts set up using the currency - as reported by Ricard
10/05/15 RChacon: New features: (1) GL account code for an inventory location, so that you can have general ledger transactions of inventory transfers to or from this location; useful for pledged inventory and goods on consignment. (2) Allow Invoicing parameter to allow or deny the availability of a location to be delivered; useful when a location stores compromised good that can not be sold.
09/05/15 Exson: Fixed no input filtering bug which cause input failure and location quantity become mess in WorkOrderReceive.php. But the transaction failure maybe still there.
08/05/15 RChacon: In DeliveryDetails.php, add $ViewTopic and $BookMark to ManualSalesOrders.html.
07/05/15 RChacon: In CustomerInquiry.php, hide submit button and 'More Info' columns when printing. Add thead tag to enable the table header to be printed at the top of each page.
07/05/15 RChacon: In SupplierInquiry.php, hide submit button and 'More Info' columns when printing. Add thead tag to enable the table header to be printed at the top of each page.
Expand All @@ -25,10 +27,6 @@ webERP Change Log
01/4/15 Exson: Fixed the bug that when delete one gl item from the payment details, the bank account related setting will disappeared in Payments.php. Reported by Steven.
01/4/15 Thumb: Add a Z_ImportCustbranch.php script to import customer branches.
30/3/15 Vitaly: Get all taxes for the tax group, even if calculationorder is left at default value 0.



09/05/15 Exson: Fixed no input filtering bug which cause input failure and location quantity become mess in WorkOrderReceive.php. But the transaction failure maybe still there.
29/3/15 Phil: Allow dummy/service items to be propogated to CounterLogic POS installs through the api
27/3/15 Exson: Remove redundant code from PrintCustTrans.php.
27/3/15 Exson: Make credit not for freight only is printable in PrintCustTrans.php.
Expand Down
2 changes: 1 addition & 1 deletion includes/ConnectDB.inc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* this value is saved in the $_SESSION['Versionumber'] when includes/GetConfig.php is run
* if VersionNumber is < $Version then the DB update script is run */

$Version='4.12.2'; //must update manually every time there is a DB change
$Version='4.12.3'; //must update manually every time there is a DB change

require_once ($PathPrefix .'includes/MiscFunctions.php');
if (!isset($_SESSION['DatabaseName'])){
Expand Down
Binary file modified locale/ar_EG.utf8/LC_MESSAGES/messages.mo
Binary file not shown.
50,631 changes: 24,882 additions & 25,749 deletions locale/ar_EG.utf8/LC_MESSAGES/messages.po

Large diffs are not rendered by default.

Binary file modified locale/cs_CZ.utf8/LC_MESSAGES/messages.mo
Binary file not shown.
70,116 changes: 34,626 additions & 35,490 deletions locale/cs_CZ.utf8/LC_MESSAGES/messages.po

Large diffs are not rendered by default.

Binary file modified locale/de_DE.utf8/LC_MESSAGES/messages.mo
Binary file not shown.
33,075 changes: 16,475 additions & 16,600 deletions locale/de_DE.utf8/LC_MESSAGES/messages.po

Large diffs are not rendered by default.

Binary file modified locale/el_GR.utf8/LC_MESSAGES/messages.mo
Binary file not shown.
71,100 changes: 35,118 additions & 35,982 deletions locale/el_GR.utf8/LC_MESSAGES/messages.po

Large diffs are not rendered by default.

45,895 changes: 22,510 additions & 23,385 deletions locale/en_GB.utf8/LC_MESSAGES/messages.pot

Large diffs are not rendered by default.

Loading

0 comments on commit 533aee8

Please sign in to comment.