From: <ex...@us...> - 2015-04-26 02:39:36
|
Revision: 7275 http://sourceforge.net/p/web-erp/reponame/7275 Author: exsonqu Date: 2015-04-26 02:39:34 +0000 (Sun, 26 Apr 2015) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2015-04-26 02:38:07 UTC (rev 7274) +++ trunk/doc/Change.log 2015-04-26 02:39:34 UTC (rev 7275) @@ -1,4 +1,5 @@ webERP Change Log +26/4/15 Exson: Fixed the account code cannot be key in directly bug in GLJournal.php. Reported by Akits. 26/4/15 Exson: Fixed the raw material sellable bug introduced by myself in SelectOrderItems.php. 19/4/15 RChacon: Remove the class noprint from the image in page_title_text. 19/4/15 RChacon: Add ".page_title_text img" as a display none class. This makes unnecessary to add the class noprint to the image in page_title_text. |
From: <ex...@us...> - 2015-04-26 02:44:28
|
Revision: 7277 http://sourceforge.net/p/web-erp/reponame/7277 Author: exsonqu Date: 2015-04-26 02:44:26 +0000 (Sun, 26 Apr 2015) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2015-04-26 02:43:50 UTC (rev 7276) +++ trunk/doc/Change.log 2015-04-26 02:44:26 UTC (rev 7277) @@ -1,4 +1,6 @@ webERP Change Log + +26/04/15 Exson: Comment out the mrpparameters table update in sql file upgrade4.11.3-4.11.4.sql which made a misleading during upgrade and absolutely non-necessary. 26/4/15 Exson: Fixed the account code cannot be key in directly bug in GLJournal.php. Reported by Akits. 26/4/15 Exson: Fixed the raw material sellable bug introduced by myself in SelectOrderItems.php. 19/4/15 RChacon: Remove the class noprint from the image in page_title_text. |
From: <ex...@us...> - 2015-04-26 02:56:49
|
Revision: 7279 http://sourceforge.net/p/web-erp/reponame/7279 Author: exsonqu Date: 2015-04-26 02:56:42 +0000 (Sun, 26 Apr 2015) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2015-04-26 02:56:08 UTC (rev 7278) +++ trunk/doc/Change.log 2015-04-26 02:56:42 UTC (rev 7279) @@ -1,5 +1,6 @@ webERP Change Log +26/04/15 Exson: Add adjustment reason to the mail text and fixed the notice noise in StockAdjustments.php. 26/04/15 Exson: Comment out the mrpparameters table update in sql file upgrade4.11.3-4.11.4.sql which made a misleading during upgrade and absolutely non-necessary. 26/4/15 Exson: Fixed the account code cannot be key in directly bug in GLJournal.php. Reported by Akits. 26/4/15 Exson: Fixed the raw material sellable bug introduced by myself in SelectOrderItems.php. |
From: <ex...@us...> - 2015-04-30 04:31:00
|
Revision: 7281 http://sourceforge.net/p/web-erp/reponame/7281 Author: exsonqu Date: 2015-04-30 04:30:57 +0000 (Thu, 30 Apr 2015) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2015-04-30 04:30:19 UTC (rev 7280) +++ trunk/doc/Change.log 2015-04-30 04:30:57 UTC (rev 7281) @@ -1,5 +1,6 @@ webERP Change Log +30/04/15 Exson: Fixed the properties initial bug and tidy code up by fix typo. 26/04/15 Exson: Add adjustment reason to the mail text and fixed the notice noise in StockAdjustments.php. 26/04/15 Exson: Comment out the mrpparameters table update in sql file upgrade4.11.3-4.11.4.sql which made a misleading during upgrade and absolutely non-necessary. 26/4/15 Exson: Fixed the account code cannot be key in directly bug in GLJournal.php. Reported by Akits. |
From: <ex...@us...> - 2015-04-30 10:31:11
|
Revision: 7283 http://sourceforge.net/p/web-erp/reponame/7283 Author: exsonqu Date: 2015-04-30 10:31:08 +0000 (Thu, 30 Apr 2015) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2015-04-30 10:30:23 UTC (rev 7282) +++ trunk/doc/Change.log 2015-04-30 10:31:08 UTC (rev 7283) @@ -1,5 +1,6 @@ webERP Change Log +30/04/15 Exson: Fixed the notice noise in SupplierCredit.php and SupplierInvoice.php. 30/04/15 Exson: Fixed the properties initial bug and tidy code up by fix typo. 26/04/15 Exson: Add adjustment reason to the mail text and fixed the notice noise in StockAdjustments.php. 26/04/15 Exson: Comment out the mrpparameters table update in sql file upgrade4.11.3-4.11.4.sql which made a misleading during upgrade and absolutely non-necessary. |
From: <ex...@us...> - 2015-05-04 03:26:03
|
Revision: 7287 http://sourceforge.net/p/web-erp/reponame/7287 Author: exsonqu Date: 2015-05-04 03:26:00 +0000 (Mon, 04 May 2015) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2015-05-04 03:25:24 UTC (rev 7286) +++ trunk/doc/Change.log 2015-05-04 03:26:00 UTC (rev 7287) @@ -1,4 +1,6 @@ webERP Change Log + +04/05/15 Exson: Make all option available for users who have authority for all locations and all option available for all stock categories in PO_SelectOSPurchOrder.php. 02/05/15 TeHonu: Added bankaccountusers table in Z_ChangeGLAccountCode.php 30/04/15 TurboPT: Add Delivery Date in GoodsReceived.php output. Forum feature request by giusba71. 30/04/15 Exson: Fixed the notice noise in SupplierCredit.php and SupplierInvoice.php. |
From: <ex...@us...> - 2015-05-04 06:55:23
|
Revision: 7289 http://sourceforge.net/p/web-erp/reponame/7289 Author: exsonqu Date: 2015-05-04 06:55:21 +0000 (Mon, 04 May 2015) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2015-05-04 06:54:44 UTC (rev 7288) +++ trunk/doc/Change.log 2015-05-04 06:55:21 UTC (rev 7289) @@ -1,5 +1,6 @@ webERP Change Log +04/05/15 Exson: Make PO number searching also in compliance with location authority rules and make default search result as all if users have full location authority. 04/05/15 Exson: Make all option available for users who have authority for all locations and all option available for all stock categories in PO_SelectOSPurchOrder.php. 02/05/15 TeHonu: Added bankaccountusers table in Z_ChangeGLAccountCode.php 30/04/15 TurboPT: Add Delivery Date in GoodsReceived.php output. Forum feature request by giusba71. |
From: <ex...@us...> - 2015-05-09 11:12:10
|
Revision: 7294 http://sourceforge.net/p/web-erp/reponame/7294 Author: exsonqu Date: 2015-05-09 11:12:08 +0000 (Sat, 09 May 2015) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2015-05-09 11:11:13 UTC (rev 7293) +++ trunk/doc/Change.log 2015-05-09 11:12:08 UTC (rev 7294) @@ -23,6 +23,10 @@ 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. |
From: <ex...@us...> - 2015-05-27 05:20:36
|
Revision: 7315 http://sourceforge.net/p/web-erp/reponame/7315 Author: exsonqu Date: 2015-05-27 05:20:33 +0000 (Wed, 27 May 2015) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2015-05-27 05:19:30 UTC (rev 7314) +++ trunk/doc/Change.log 2015-05-27 05:20:33 UTC (rev 7315) @@ -1,5 +1,6 @@ webERP Change Log +27/05/15 Thumb: Fix error_reporting() bug change && to & in install/index.php. 25/5/15 Tom Barry: SupplierInquiry.php moved SQL to get the users authorisation to put supplier invoices on hold outside the loop to avoid unecessary round trips to the SQL server 21/5/15 RChacon: Adjust CustomerAccount.php for direct printing. 19/5/15 RChacon: Add documentation and help for users in Locations.php and ManualInventory.html. |
From: <ex...@us...> - 2015-06-19 11:43:07
|
Revision: 7323 http://sourceforge.net/p/web-erp/reponame/7323 Author: exsonqu Date: 2015-06-19 11:43:05 +0000 (Fri, 19 Jun 2015) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2015-06-19 11:42:21 UTC (rev 7322) +++ trunk/doc/Change.log 2015-06-19 11:43:05 UTC (rev 7323) @@ -1,5 +1,6 @@ webERP Change Log +19/06/15 : Kif (from webERP Chinese Community QQ group) fixed the menu cannot show completely on mobile phone in xenos/default.css. 04/06/15 TurboPT: Currencies.php: Add closing select, td and tr tags to complete last table row. 27/05/15 Thumb: Fix error_reporting() bug change && to & in install/index.php. 25/5/15 Tom Barry: SupplierInquiry.php moved SQL to get the users authorisation to put supplier invoices on hold outside the loop to avoid unecessary round trips to the SQL server |
From: <ex...@us...> - 2015-08-27 08:27:19
|
Revision: 7346 http://sourceforge.net/p/web-erp/reponame/7346 Author: exsonqu Date: 2015-08-27 08:27:16 +0000 (Thu, 27 Aug 2015) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2015-08-27 08:26:02 UTC (rev 7345) +++ trunk/doc/Change.log 2015-08-27 08:27:16 UTC (rev 7346) @@ -1,5 +1,6 @@ webERP Change Log +27/08/15 Exson: Fixed the allocation status of involved invoice and credit notes in Credit_Invoice.php. 19/08/15 RChacon: In AnalysisHorizontalIncome.php, delete variable $period because it is not used anywhere (thanks Tim). Extract header.inc from if. 13/08/15 RChacon: In doc/ManualGeneralLedger.html, add help for the horizontal analysis. 13/08/15 RChacon: Add new script AnalysisHorizontalIncome.php to generate an horizontal analysis of the statement of comprehensive income. In AnalysisHorizontalPosition.php, adjust signs and add report footnote. |
From: <ex...@us...> - 2015-09-21 02:01:55
|
Revision: 7355 http://sourceforge.net/p/web-erp/reponame/7355 Author: exsonqu Date: 2015-09-21 02:01:53 +0000 (Mon, 21 Sep 2015) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2015-09-21 02:00:03 UTC (rev 7354) +++ trunk/doc/Change.log 2015-09-21 02:01:53 UTC (rev 7355) @@ -1,5 +1,5 @@ webERP Change Log - +21/09/15 Exson: Fix the wrong material cost updated in SupplierCredit.php. Reported by Akits. 19/9/15 Dongbak Cha:Korean translation via Google translate 14/9/15 RChacon: Rebuild languages files *.pot, *.po and *.mo to includes new texts. 14/9/15 RChacon: In AnalysisHorizontalIncome.php, delete duplicated tag. Replaces text "Absolute/Relative variation" with "Absolute/Relative difference" to avoid confusions. |
From: <ex...@us...> - 2015-09-23 13:53:04
|
Revision: 7358 http://sourceforge.net/p/web-erp/reponame/7358 Author: exsonqu Date: 2015-09-23 13:53:01 +0000 (Wed, 23 Sep 2015) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2015-09-23 13:51:07 UTC (rev 7357) +++ trunk/doc/Change.log 2015-09-23 13:53:01 UTC (rev 7358) @@ -1,5 +1,6 @@ webERP Change Log +23/09/2015 Tim: ADD invoice to grns mapping data in SupplierInvoice.php. 21/09/15 RChacon: In StockLocStatus.php, add current date and time, and format to use print.css. 21/09/15 Exson: Fix the wrong material cost updated in SupplierCredit.php. Reported by Akits. 19/9/15 Dongbak Cha:Korean translation via Google translate |
From: <ex...@us...> - 2015-10-06 10:04:48
|
Revision: 7364 http://sourceforge.net/p/web-erp/reponame/7364 Author: exsonqu Date: 2015-10-06 10:04:45 +0000 (Tue, 06 Oct 2015) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2015-10-06 10:03:50 UTC (rev 7363) +++ trunk/doc/Change.log 2015-10-06 10:04:45 UTC (rev 7364) @@ -1,5 +1,6 @@ webERP Change Log +06/10/15 Exson: Fixed the wrong unable to identify the selected customer warning at SelectOrderItems.php. 23/09/2015 Tim: ADD invoice to grns mapping data in SupplierInvoice.php. 21/09/15 RChacon: In StockLocStatus.php, add current date and time, and format to use print.css. 21/09/15 Exson: Fix the wrong material cost updated in SupplierCredit.php. Reported by Akits. |
From: <ex...@us...> - 2015-10-06 12:37:38
|
Revision: 7367 http://sourceforge.net/p/web-erp/reponame/7367 Author: exsonqu Date: 2015-10-06 12:37:35 +0000 (Tue, 06 Oct 2015) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2015-10-06 12:36:57 UTC (rev 7366) +++ trunk/doc/Change.log 2015-10-06 12:37:35 UTC (rev 7367) @@ -1,5 +1,5 @@ webERP Change Log - +06/10/15 UK-Steven: Contribute email customer statements feature scripts. 06/10/15 Exson: Fixed the wrong unable to identify the selected customer warning at SelectOrderItems.php. 23/09/2015 Tim: ADD invoice to grns mapping data in SupplierInvoice.php. 21/09/15 RChacon: In StockLocStatus.php, add current date and time, and format to use print.css. |
From: <ex...@us...> - 2015-10-28 09:29:46
|
Revision: 7370 http://sourceforge.net/p/web-erp/reponame/7370 Author: exsonqu Date: 2015-10-28 09:29:43 +0000 (Wed, 28 Oct 2015) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2015-10-28 09:28:30 UTC (rev 7369) +++ trunk/doc/Change.log 2015-10-28 09:29:43 UTC (rev 7370) @@ -1,4 +1,6 @@ webERP Change Log + +28/10/15 Exson: Add bank default currency, original amount and check no data to GL account inquiry in GLAccountInquiry.php. 06/10/15 UK-Steven: Contribute email customer statements feature scripts. 06/10/15 Exson: Fixed the wrong unable to identify the selected customer warning at SelectOrderItems.php. 23/09/2015 Tim: ADD invoice to grns mapping data in SupplierInvoice.php. |
From: <ex...@us...> - 2015-10-29 13:04:38
|
Revision: 7372 http://sourceforge.net/p/web-erp/reponame/7372 Author: exsonqu Date: 2015-10-29 13:04:36 +0000 (Thu, 29 Oct 2015) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2015-10-29 13:03:58 UTC (rev 7371) +++ trunk/doc/Change.log 2015-10-29 13:04:36 UTC (rev 7372) @@ -1,5 +1,6 @@ webERP Change Log +29/10/15 Exson: Add gl narrative and account balance information to DailyBankTransactions.php. 28/10/15 Exson: Add bank default currency, original amount and check no data to GL account inquiry in GLAccountInquiry.php. 06/10/15 UK-Steven: Contribute email customer statements feature scripts. 06/10/15 Exson: Fixed the wrong unable to identify the selected customer warning at SelectOrderItems.php. |
From: <ex...@us...> - 2015-10-30 12:13:53
|
Revision: 7374 http://sourceforge.net/p/web-erp/reponame/7374 Author: exsonqu Date: 2015-10-30 12:13:50 +0000 (Fri, 30 Oct 2015) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2015-10-30 12:12:52 UTC (rev 7373) +++ trunk/doc/Change.log 2015-10-30 12:13:50 UTC (rev 7374) @@ -1,5 +1,6 @@ webERP Change Log +30/10/15 Exson: Allow user input supplier's delivery note during goods receiving and make the inquiry script for it. So users can search corresponding GRN, PO and invoice with it. 29/10/15 Exson: Add gl narrative and account balance information to DailyBankTransactions.php. 28/10/15 Exson: Add bank default currency, original amount and check no data to GL account inquiry in GLAccountInquiry.php. 06/10/15 UK-Steven: Contribute email customer statements feature scripts. |
From: <ex...@us...> - 2015-11-03 02:07:25
|
Revision: 7377 http://sourceforge.net/p/web-erp/reponame/7377 Author: exsonqu Date: 2015-11-03 02:07:23 +0000 (Tue, 03 Nov 2015) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2015-11-03 01:50:36 UTC (rev 7376) +++ trunk/doc/Change.log 2015-11-03 02:07:23 UTC (rev 7377) @@ -1,5 +1,5 @@ webERP Change Log - +3/11/15 Exson: Fixed typo in PriceMatrix.php. 30/10/15 Exson: Allow user input supplier's delivery note during goods receiving and make the inquiry script for it. So users can search corresponding GRN, PO and invoice with it. 29/10/15 Exson: Add gl narrative and account balance information to DailyBankTransactions.php. 28/10/15 Exson: Add bank default currency, original amount and check no data to GL account inquiry in GLAccountInquiry.php. |
From: <ex...@us...> - 2015-11-03 11:13:35
|
Revision: 7379 http://sourceforge.net/p/web-erp/reponame/7379 Author: exsonqu Date: 2015-11-03 11:13:33 +0000 (Tue, 03 Nov 2015) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2015-11-03 11:10:28 UTC (rev 7378) +++ trunk/doc/Change.log 2015-11-03 11:13:33 UTC (rev 7379) @@ -1,4 +1,6 @@ webERP Change Log + +3/11/15 Exson: Tidy code up in StockClone.php. 3/11/15 Exson: Fixed typo in PriceMatrix.php. 30/10/15 Exson: Allow user input supplier's delivery note during goods receiving and make the inquiry script for it. So users can search corresponding GRN, PO and invoice with it. 29/10/15 Exson: Add gl narrative and account balance information to DailyBankTransactions.php. |
From: <ex...@us...> - 2015-11-05 01:07:19
|
Revision: 7382 http://sourceforge.net/p/web-erp/reponame/7382 Author: exsonqu Date: 2015-11-05 01:07:16 +0000 (Thu, 05 Nov 2015) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2015-11-05 01:05:32 UTC (rev 7381) +++ trunk/doc/Change.log 2015-11-05 01:07:16 UTC (rev 7382) @@ -1,5 +1,6 @@ webERP Change Log +05/11/15 Exson: Tidy code up following Tim's suggestion. 3/11/15 RChacon: In GLAccountInquiry.php, add ViewTopic and BookMark, fix some colspan, and add thead and column classes. 3/11/15 Exson: Tidy code up in StockClone.php. 3/11/15 Exson: Fixed typo in PriceMatrix.php. |
From: <ex...@us...> - 2015-11-15 00:52:23
|
Revision: 7388 http://sourceforge.net/p/web-erp/reponame/7388 Author: exsonqu Date: 2015-11-15 00:52:21 +0000 (Sun, 15 Nov 2015) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2015-11-15 00:49:45 UTC (rev 7387) +++ trunk/doc/Change.log 2015-11-15 00:52:21 UTC (rev 7388) @@ -1,5 +1,6 @@ webERP Change Log +15/11/15 Hazem wehbi Add new arabic locale for Syria. 14/11/15 RChacon: In css/default/default.css, add sections to use with a cascading style sheet for a small device width, reagroup style for centre, number and text in tables. 11/11/15 Ricard: New feature GL accounts - users authority. 09/11/15 RChacon: In CustomerReceipt.php, minor changes (completes table columns, adds classes, etc.). |
From: <rc...@us...> - 2015-11-15 18:32:43
|
Revision: 7390 http://sourceforge.net/p/web-erp/reponame/7390 Author: rchacon Date: 2015-11-15 18:32:41 +0000 (Sun, 15 Nov 2015) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2015-11-15 18:30:29 UTC (rev 7389) +++ trunk/doc/Change.log 2015-11-15 18:32:41 UTC (rev 7390) @@ -1,5 +1,6 @@ webERP Change Log +15/11/15 RChacon: Tidy css/*/default.css, reagrouping style for clases centre, number, page_title_text and text. 15/11/15 Hazem wehbi Add new arabic locale for Syria. 14/11/15 RChacon: In css/default/default.css, add sections to use with a cascading style sheet for a small device width, reagroup style for centre, number and text in tables. 11/11/15 Ricard: New feature GL accounts - users authority. |
From: <ex...@us...> - 2015-11-17 22:55:38
|
Revision: 7395 http://sourceforge.net/p/web-erp/reponame/7395 Author: exsonqu Date: 2015-11-17 22:55:35 +0000 (Tue, 17 Nov 2015) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2015-11-17 22:52:34 UTC (rev 7394) +++ trunk/doc/Change.log 2015-11-17 22:55:35 UTC (rev 7395) @@ -1,5 +1,5 @@ webERP Change Log - +18/11/15 AlexFigueiro: Remove the duplicate foreign key in stockrequest and stockrequestitem; 15/11/15 RChacon: Tidy css/*/default.css, reagrouping style for clases centre, number, page_title_text and text. 15/11/15 Hazem wehbi Add new arabic locale for Syria. 14/11/15 RChacon: In css/default/default.css, add sections to use with a cascading style sheet for a small device width, reagroup style for centre, number and text in tables. |
From: <ex...@us...> - 2015-11-26 07:14:52
|
Revision: 7401 http://sourceforge.net/p/web-erp/reponame/7401 Author: exsonqu Date: 2015-11-26 07:14:50 +0000 (Thu, 26 Nov 2015) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2015-11-26 07:13:48 UTC (rev 7400) +++ trunk/doc/Change.log 2015-11-26 07:14:50 UTC (rev 7401) @@ -1,5 +1,6 @@ webERP Change Log +26/11/15 Exson: Fixed the rounding error caused extra lines on WO pdf file and 2 number display without locale format in PDFWOPrint.php. 21/11/15 Gilberto Dos Santos Alves: Updated Portuguese Brazilian translation 18/11/15 AlexFigueiro: Remove the duplicate foreign key in stockrequest and stockrequestitem; 15/11/15 RChacon: Tidy css/*/default.css, reagrouping style for clases centre, number, page_title_text and text. |