From: <ex...@us...> - 2013-07-18 15:05:03
|
Revision: 6105 http://sourceforge.net/p/web-erp/reponame/6105 Author: exsonqu Date: 2013-07-18 15:04:58 +0000 (Thu, 18 Jul 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-07-18 15:04:09 UTC (rev 6104) +++ trunk/doc/Change.log 2013-07-18 15:04:58 UTC (rev 6105) @@ -1,4 +1,5 @@ webERP Change Log +7/18/2013: Exson: Move the hidden input after the html document type definition. Reported by Tim. 07/18/2013 Exson: fixed the LanguageSetup.php extra language mark introduced by handle locale number. Reported by Tim. 07/18/2013: Exson: Fixed the missing negative mark problem reported by Tim. 07/18/2013: Exson add a locale style check to pass the style to MisFunctions.js to do locale number format validation in LanguageSetup.php. |
From: <ex...@us...> - 2013-07-19 02:18:21
|
Revision: 6108 http://sourceforge.net/p/web-erp/reponame/6108 Author: exsonqu Date: 2013-07-19 02:18:17 +0000 (Fri, 19 Jul 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-07-19 02:17:19 UTC (rev 6107) +++ trunk/doc/Change.log 2013-07-19 02:18:17 UTC (rev 6108) @@ -1,4 +1,5 @@ webERP Change Log +7/19/2013: Exson make the WWW_Access.php html5 compatible 7/18/2013: Exson: Move the hidden input after the html document type definition. Reported by Tim. 07/18/2013 Exson: fixed the LanguageSetup.php extra language mark introduced by handle locale number. Reported by Tim. 07/18/2013: Exson: Fixed the missing negative mark problem reported by Tim. |
From: <ex...@us...> - 2013-07-19 02:25:20
|
Revision: 6110 http://sourceforge.net/p/web-erp/reponame/6110 Author: exsonqu Date: 2013-07-19 02:25:18 +0000 (Fri, 19 Jul 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-07-19 02:24:37 UTC (rev 6109) +++ trunk/doc/Change.log 2013-07-19 02:25:18 UTC (rev 6110) @@ -1,4 +1,5 @@ webERP Change Log +19/7/2013 Exson: add required to the input field of WWW_Access.php 7/19/2013: Exson make the WWW_Access.php html5 compatible 7/18/2013: Exson: Move the hidden input after the html document type definition. Reported by Tim. 07/18/2013 Exson: fixed the LanguageSetup.php extra language mark introduced by handle locale number. Reported by Tim. |
From: <ex...@us...> - 2013-07-21 08:54:39
|
Revision: 6119 http://sourceforge.net/p/web-erp/reponame/6119 Author: exsonqu Date: 2013-07-21 08:54:33 +0000 (Sun, 21 Jul 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-07-21 08:53:19 UTC (rev 6118) +++ trunk/doc/Change.log 2013-07-21 08:54:33 UTC (rev 6119) @@ -1,5 +1,5 @@ webERP Change Log - +7/21/2013 Exson: Fixed the number class function in MiscFunctions.js prevent character 0 from input for integer. Reported by Icedlava 20/7/13 Phil: Added Tim's javascript as modified a bit to use different styles to allow sorting of tables - images for styles to all themes and added th.ascending th.descending to theme/default.css scripts 19/7/13 Phil: Swag of scripts updated for html5 <input type="tel" "email" pattern required="required" autofocus="autofocus" as per http://www.weberp.org/wiki/TransitionToHtml5 also added many title="" tooltips 19/7/13 Exson: add required to the input field of WWW_Access.php |
From: <ex...@us...> - 2013-07-21 10:20:06
|
Revision: 6121 http://sourceforge.net/p/web-erp/reponame/6121 Author: exsonqu Date: 2013-07-21 10:20:02 +0000 (Sun, 21 Jul 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-07-21 10:19:10 UTC (rev 6120) +++ trunk/doc/Change.log 2013-07-21 10:20:02 UTC (rev 6121) @@ -1,4 +1,5 @@ webERP Change Log +7/21/2013 Exson: Fixed the keyChar control to avoid backspace mistake. 7/21/2013 Exson: Fixed the number class function in MiscFunctions.js prevent character 0 from input for integer. Reported by Icedlava 20/7/13 Phil: Added Tim's javascript as modified a bit to use different styles to allow sorting of tables - images for styles to all themes and added th.ascending th.descending to theme/default.css scripts 19/7/13 Phil: Swag of scripts updated for html5 <input type="tel" "email" pattern required="required" autofocus="autofocus" as per http://www.weberp.org/wiki/TransitionToHtml5 also added many title="" tooltips |
From: <ex...@us...> - 2013-07-21 11:17:04
|
Revision: 6124 http://sourceforge.net/p/web-erp/reponame/6124 Author: exsonqu Date: 2013-07-21 11:17:01 +0000 (Sun, 21 Jul 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-07-21 11:16:20 UTC (rev 6123) +++ trunk/doc/Change.log 2013-07-21 11:17:01 UTC (rev 6124) @@ -1,4 +1,5 @@ webERP Change Log +21/07/2013 Exson: allowed the input of numeric format like .5 in MiscFunctions.js rLocalNumber() function. Reported by Tim. 7/21/2013 Exson: Fixed the keyChar control to avoid backspace mistake. 7/21/2013 Exson: Fixed the number class function in MiscFunctions.js prevent character 0 from input for integer. Reported by Icedlava 20/7/13 Phil: Added Tim's javascript as modified a bit to use different styles to allow sorting of tables - images for styles to all themes and added th.ascending th.descending to theme/default.css scripts |
From: <ex...@us...> - 2013-07-21 16:47:13
|
Revision: 6128 http://sourceforge.net/p/web-erp/reponame/6128 Author: exsonqu Date: 2013-07-21 16:47:10 +0000 (Sun, 21 Jul 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-07-21 16:46:09 UTC (rev 6127) +++ trunk/doc/Change.log 2013-07-21 16:47:10 UTC (rev 6128) @@ -1,4 +1,5 @@ webERP Change Log +22/7/2013 Thumb: Fixed the onchange overwritten problem for number class in MiscFunctions.js. Reported by Tim for GLJournal.php lost Credit and Debit mutually exclusive feature. 21/07/2013 Exson: allowed the input of numeric format like .5 in MiscFunctions.js rLocalNumber() function. Reported by Tim. 7/21/2013 Exson: Fixed the keyChar control to avoid backspace mistake. 7/21/2013 Exson: Fixed the number class function in MiscFunctions.js prevent character 0 from input for integer. Reported by Icedlava |
From: <ex...@us...> - 2013-07-21 16:56:38
|
Revision: 6130 http://sourceforge.net/p/web-erp/reponame/6130 Author: exsonqu Date: 2013-07-21 16:56:35 +0000 (Sun, 21 Jul 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-07-21 16:55:54 UTC (rev 6129) +++ trunk/doc/Change.log 2013-07-21 16:56:35 UTC (rev 6130) @@ -1,4 +1,5 @@ webERP Change Log +22/7/2013 Exson: Fixed the document.form not defined error in GLJournal.php. 22/7/2013 Thumb: Fixed the onchange overwritten problem for number class in MiscFunctions.js. Reported by Tim for GLJournal.php lost Credit and Debit mutually exclusive feature. 21/07/2013 Exson: allowed the input of numeric format like .5 in MiscFunctions.js rLocalNumber() function. Reported by Tim. 7/21/2013 Exson: Fixed the keyChar control to avoid backspace mistake. |
From: <ex...@us...> - 2013-07-24 10:28:28
|
Revision: 6141 http://sourceforge.net/p/web-erp/reponame/6141 Author: exsonqu Date: 2013-07-24 10:28:25 +0000 (Wed, 24 Jul 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-07-24 10:27:34 UTC (rev 6140) +++ trunk/doc/Change.log 2013-07-24 10:28:25 UTC (rev 6141) @@ -1,4 +1,5 @@ webERP Change Log +24/7/2013 Exson: Add the html5 mark for some input fields in WWW_Users.php. 22/7/2013 Exson: Fixed the document.form not defined error in GLJournal.php. 22/7/2013 Thumb: Fixed the onchange overwritten problem for number class in MiscFunctions.js. Reported by Tim for GLJournal.php lost Credit and Debit mutually exclusive feature. 21/07/2013 Exson: allowed the input of numeric format like .5 in MiscFunctions.js rLocalNumber() function. Reported by Tim. |
From: <ex...@us...> - 2013-07-24 11:04:04
|
Revision: 6143 http://sourceforge.net/p/web-erp/reponame/6143 Author: exsonqu Date: 2013-07-24 11:04:00 +0000 (Wed, 24 Jul 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-07-24 11:02:29 UTC (rev 6142) +++ trunk/doc/Change.log 2013-07-24 11:04:00 UTC (rev 6143) @@ -1,4 +1,5 @@ webERP Change Log +24/7/2013 Exson: Fixed that empty password should be allowed. Reported by Tim. 24/7/2013 Exson: Add the html5 mark for some input fields in WWW_Users.php. 22/7/2013 Exson: Fixed the document.form not defined error in GLJournal.php. 22/7/2013 Thumb: Fixed the onchange overwritten problem for number class in MiscFunctions.js. Reported by Tim for GLJournal.php lost Credit and Debit mutually exclusive feature. |
From: <dai...@us...> - 2013-07-25 06:36:54
|
Revision: 6145 http://sourceforge.net/p/web-erp/reponame/6145 Author: daintree Date: 2013-07-25 06:36:51 +0000 (Thu, 25 Jul 2013) Log Message: ----------- Serge G?\195?\169linas Balance sheet work Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-07-25 06:32:24 UTC (rev 6144) +++ trunk/doc/Change.log 2013-07-25 06:36:51 UTC (rev 6145) @@ -1,11 +1,13 @@ webERP Change Log -24/7/2013 Exson: Fixed that empty password should be allowed. Reported by Tim. -24/7/2013 Exson: Add the html5 mark for some input fields in WWW_Users.php. -22/7/2013 Exson: Fixed the document.form not defined error in GLJournal.php. -22/7/2013 Thumb: Fixed the onchange overwritten problem for number class in MiscFunctions.js. Reported by Tim for GLJournal.php lost Credit and Debit mutually exclusive feature. -21/07/2013 Exson: allowed the input of numeric format like .5 in MiscFunctions.js rLocalNumber() function. Reported by Tim. -7/21/2013 Exson: Fixed the keyChar control to avoid backspace mistake. -7/21/2013 Exson: Fixed the number class function in MiscFunctions.js prevent character 0 from input for integer. Reported by Icedlava + +25/7/13 Serge Gélinas: Balance sheet now has option to show all accounts and by default just shows those with a balance +24/7/13 Exson: Fixed that empty password should be allowed. Reported by Tim. +24/7/13 Exson: Add the html5 mark for some input fields in WWW_Users.php. +22/7/13 Exson: Fixed the document.form not defined error in GLJournal.php. +22/7/13 Thumb: Fixed the onchange overwritten problem for number class in MiscFunctions.js. Reported by Tim for GLJournal.php lost Credit and Debit mutually exclusive feature. +21/07/13 Exson: allowed the input of numeric format like .5 in MiscFunctions.js rLocalNumber() function. Reported by Tim. +7/21/13 Exson: Fixed the keyChar control to avoid backspace mistake. +7/21/13 Exson: Fixed the number class function in MiscFunctions.js prevent character 0 from input for integer. Reported by Icedlava 20/7/13 Phil: Added Tim's javascript as modified a bit to use different styles to allow sorting of tables - images for styles to all themes and added th.ascending th.descending to theme/default.css scripts 19/7/13 Phil: Swag of scripts updated for html5 <input type="tel" "email" pattern required="required" autofocus="autofocus" as per http://www.weberp.org/wiki/TransitionToHtml5 also added many title="" tooltips 19/7/13 Exson: add required to the input field of WWW_Access.php |
From: <ex...@us...> - 2013-08-14 05:05:31
|
Revision: 6199 http://sourceforge.net/p/web-erp/reponame/6199 Author: exsonqu Date: 2013-08-14 05:05:28 +0000 (Wed, 14 Aug 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-08-14 05:03:34 UTC (rev 6198) +++ trunk/doc/Change.log 2013-08-14 05:05:28 UTC (rev 6199) @@ -1,4 +1,5 @@ webERP Change Log +2013/08/14 Exson: Fixed INSERT sql errors and href link error and make it html5 compatible in WOSerialNos.php. 04/8/13 icedlava: Update Manual - Using the webERP Installer - rework of some text due to new installer, and updated screen shots 03/8/13 icedlava: Obfuscate database name in login, do not show company in login if directory/company not wanted. 29/7/13 Serge Gélinas: Profit and loss now has option to show all accounts and by default just shows those with a balance |
From: <ex...@us...> - 2013-08-14 08:39:29
|
Revision: 6201 http://sourceforge.net/p/web-erp/reponame/6201 Author: exsonqu Date: 2013-08-14 08:39:27 +0000 (Wed, 14 Aug 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-08-14 08:38:21 UTC (rev 6200) +++ trunk/doc/Change.log 2013-08-14 08:39:27 UTC (rev 6201) @@ -1,4 +1,5 @@ webERP Change Log +14/08/2013 Exson: Html5 compatible 2013/08/14 Exson: Fixed INSERT sql errors and href link error and make it html5 compatible in WOSerialNos.php. 04/8/13 icedlava: Update Manual - Using the webERP Installer - rework of some text due to new installer, and updated screen shots 03/8/13 icedlava: Obfuscate database name in login, do not show company in login if directory/company not wanted. |
From: <ex...@us...> - 2013-08-14 09:04:02
|
Revision: 6203 http://sourceforge.net/p/web-erp/reponame/6203 Author: exsonqu Date: 2013-08-14 09:03:59 +0000 (Wed, 14 Aug 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-08-14 09:02:58 UTC (rev 6202) +++ trunk/doc/Change.log 2013-08-14 09:03:59 UTC (rev 6203) @@ -1,4 +1,5 @@ webERP Change Log +14/8/2013 Exson: html5 compatible for WorkOrderReceive.php 14/08/2013 Exson: Html5 compatible 2013/08/14 Exson: Fixed INSERT sql errors and href link error and make it html5 compatible in WOSerialNos.php. 04/8/13 icedlava: Update Manual - Using the webERP Installer - rework of some text due to new installer, and updated screen shots |
From: <ex...@us...> - 2013-08-14 09:23:26
|
Revision: 6205 http://sourceforge.net/p/web-erp/reponame/6205 Author: exsonqu Date: 2013-08-14 09:23:23 +0000 (Wed, 14 Aug 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-08-14 09:22:43 UTC (rev 6204) +++ trunk/doc/Change.log 2013-08-14 09:23:23 UTC (rev 6205) @@ -1,4 +1,5 @@ webERP Change Log +14/8/2013 Exson: fixed the in_array() warning in WorkOrderIssue.php and make it html5 compatible. 14/8/2013 Exson: html5 compatible for WorkOrderReceive.php 14/08/2013 Exson: Html5 compatible 2013/08/14 Exson: Fixed INSERT sql errors and href link error and make it html5 compatible in WOSerialNos.php. |
From: <ex...@us...> - 2013-08-14 09:46:13
|
Revision: 6207 http://sourceforge.net/p/web-erp/reponame/6207 Author: exsonqu Date: 2013-08-14 09:46:09 +0000 (Wed, 14 Aug 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-08-14 09:45:26 UTC (rev 6206) +++ trunk/doc/Change.log 2013-08-14 09:46:09 UTC (rev 6207) @@ -1,4 +1,5 @@ webERP Change Log +14/8/2013 Exson: HTML5 compatible for WorkOrderEntry.php. 14/8/2013 Exson: fixed the in_array() warning in WorkOrderIssue.php and make it html5 compatible. 14/8/2013 Exson: html5 compatible for WorkOrderReceive.php 14/08/2013 Exson: Html5 compatible |
From: <ex...@us...> - 2013-08-14 10:34:03
|
Revision: 6209 http://sourceforge.net/p/web-erp/reponame/6209 Author: exsonqu Date: 2013-08-14 10:33:59 +0000 (Wed, 14 Aug 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-08-14 10:32:57 UTC (rev 6208) +++ trunk/doc/Change.log 2013-08-14 10:33:59 UTC (rev 6209) @@ -1,4 +1,5 @@ webERP Change Log +14/08/2013 Exson: Make WorkCentres.php html5 compatible. 14/8/2013 Exson: HTML5 compatible for WorkOrderEntry.php. 14/8/2013 Exson: fixed the in_array() warning in WorkOrderIssue.php and make it html5 compatible. 14/8/2013 Exson: html5 compatible for WorkOrderReceive.php |
From: <ex...@us...> - 2013-08-14 10:54:12
|
Revision: 6212 http://sourceforge.net/p/web-erp/reponame/6212 Author: exsonqu Date: 2013-08-14 10:54:09 +0000 (Wed, 14 Aug 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-08-14 10:53:27 UTC (rev 6211) +++ trunk/doc/Change.log 2013-08-14 10:54:09 UTC (rev 6212) @@ -1,4 +1,5 @@ webERP Change Log +14/8/2013 Exson: make WhereUsedInquiry.php Html5 compatible. 14/08/2013 Exson: Make WorkCentres.php html5 compatible. 14/8/2013 Exson: HTML5 compatible for WorkOrderEntry.php. 14/8/2013 Exson: fixed the in_array() warning in WorkOrderIssue.php and make it html5 compatible. |
From: <ex...@us...> - 2013-08-14 11:06:35
|
Revision: 6214 http://sourceforge.net/p/web-erp/reponame/6214 Author: exsonqu Date: 2013-08-14 11:06:32 +0000 (Wed, 14 Aug 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-08-14 11:05:47 UTC (rev 6213) +++ trunk/doc/Change.log 2013-08-14 11:06:32 UTC (rev 6214) @@ -1,4 +1,5 @@ webERP Change Log +14/8/2013 Exson: Make table in WorkCentres.php sortable. 14/8/2013 Exson: make WhereUsedInquiry.php Html5 compatible. 14/08/2013 Exson: Make WorkCentres.php html5 compatible. 14/8/2013 Exson: HTML5 compatible for WorkOrderEntry.php. |
From: <ex...@us...> - 2013-08-14 11:48:47
|
Revision: 6216 http://sourceforge.net/p/web-erp/reponame/6216 Author: exsonqu Date: 2013-08-14 11:48:45 +0000 (Wed, 14 Aug 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-08-14 11:47:56 UTC (rev 6215) +++ trunk/doc/Change.log 2013-08-14 11:48:45 UTC (rev 6216) @@ -1,4 +1,5 @@ webERP Change Log +14/08/2013 Exson: html5 compatible for UserSettings.php 14/8/2013 Exson: Make table in WorkCentres.php sortable. 14/8/2013 Exson: make WhereUsedInquiry.php Html5 compatible. 14/08/2013 Exson: Make WorkCentres.php html5 compatible. |
From: <ex...@us...> - 2013-08-14 12:09:18
|
Revision: 6218 http://sourceforge.net/p/web-erp/reponame/6218 Author: exsonqu Date: 2013-08-14 12:09:15 +0000 (Wed, 14 Aug 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-08-14 12:08:32 UTC (rev 6217) +++ trunk/doc/Change.log 2013-08-14 12:09:15 UTC (rev 6218) @@ -1,4 +1,5 @@ webERP Change Log +14/8/2012 Exson: make UnitsOfMeasure.php html5 compatible. 14/08/2013 Exson: html5 compatible for UserSettings.php 14/8/2013 Exson: Make table in WorkCentres.php sortable. 14/8/2013 Exson: make WhereUsedInquiry.php Html5 compatible. |
From: <ex...@us...> - 2013-08-15 03:19:58
|
Revision: 6221 http://sourceforge.net/p/web-erp/reponame/6221 Author: exsonqu Date: 2013-08-15 03:19:55 +0000 (Thu, 15 Aug 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-08-15 03:19:16 UTC (rev 6220) +++ trunk/doc/Change.log 2013-08-15 03:19:55 UTC (rev 6221) @@ -1,4 +1,5 @@ webERP Change Log +15/8/2013 Exson: Fixed the no-number warning in TopItems.php and make it html5 compatible. 14/8/2012 Exson: make UnitsOfMeasure.php html5 compatible. 14/08/2013 Exson: html5 compatible for UserSettings.php 14/8/2013 Exson: Make table in WorkCentres.php sortable. |
From: <ex...@us...> - 2013-08-15 04:24:30
|
Revision: 6223 http://sourceforge.net/p/web-erp/reponame/6223 Author: exsonqu Date: 2013-08-15 04:24:28 +0000 (Thu, 15 Aug 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-08-15 04:23:46 UTC (rev 6222) +++ trunk/doc/Change.log 2013-08-15 04:24:28 UTC (rev 6223) @@ -1,4 +1,5 @@ webERP Change Log +15/8/2013 Exson: Make TaxProvinces.php html5 compatible. 15/8/2013 Exson: Fixed the no-number warning in TopItems.php and make it html5 compatible. 14/8/2012 Exson: make UnitsOfMeasure.php html5 compatible. 14/08/2013 Exson: html5 compatible for UserSettings.php |
From: <ex...@us...> - 2013-08-15 04:59:53
|
Revision: 6225 http://sourceforge.net/p/web-erp/reponame/6225 Author: exsonqu Date: 2013-08-15 04:59:50 +0000 (Thu, 15 Aug 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-08-15 04:59:04 UTC (rev 6224) +++ trunk/doc/Change.log 2013-08-15 04:59:50 UTC (rev 6225) @@ -1,4 +1,5 @@ webERP Change Log +15/8/2013 Exson: Make TaxGroups.php html5 compatible. 15/8/2013 Exson: Make TaxProvinces.php html5 compatible. 15/8/2013 Exson: Fixed the no-number warning in TopItems.php and make it html5 compatible. 14/8/2012 Exson: make UnitsOfMeasure.php html5 compatible. |
From: <ex...@us...> - 2013-08-15 07:16:15
|
Revision: 6227 http://sourceforge.net/p/web-erp/reponame/6227 Author: exsonqu Date: 2013-08-15 07:16:11 +0000 (Thu, 15 Aug 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-08-15 07:14:41 UTC (rev 6226) +++ trunk/doc/Change.log 2013-08-15 07:16:11 UTC (rev 6227) @@ -1,4 +1,5 @@ -webERP Change Log +webERP Change Log +15/8/2013 Exson: Make the tax category 'Freight' undeleted in TaxCategories.php and make it html5 compatible and table sortable. 15/8/2013 Exson: Make TaxGroups.php html5 compatible. 15/8/2013 Exson: Make TaxProvinces.php html5 compatible. 15/8/2013 Exson: Fixed the no-number warning in TopItems.php and make it html5 compatible. |