From: <ex...@us...> - 2013-05-10 09:40:10
|
Revision: 5900 http://sourceforge.net/p/web-erp/reponame/5900 Author: exsonqu Date: 2013-05-10 09:40:06 +0000 (Fri, 10 May 2013) Log Message: ----------- 10/5/2012 Exson: Add new MailingGroupMaintenance.php Modified Paths: -------------- trunk/includes/MainMenuLinksArray.php Modified: trunk/includes/MainMenuLinksArray.php =================================================================== --- trunk/includes/MainMenuLinksArray.php 2013-05-10 09:37:09 UTC (rev 5899) +++ trunk/includes/MainMenuLinksArray.php 2013-05-10 09:40:06 UTC (rev 5900) @@ -423,7 +423,8 @@ _('Geocode Setup'), _('Form Layout Editor'), _('Label Templates Maintenance'), - _('SMTP Server Details') ); + _('SMTP Server Details'), + _('Mailing Group Maintenance') ); $MenuItems['system']['Transactions']['URL'] = array ('/CompanyPreferences.php', '/SystemParameters.php', @@ -443,7 +444,8 @@ '/GeocodeSetup.php', '/FormDesigner.php', '/Labels.php', - '/SMTPServer.php' ); + '/SMTPServer.php', + '/MailingGroupMaintenance.php' ); $MenuItems['system']['Reports']['Caption'] = array (_('Sales Types'), _('Customer Types'), @@ -544,4 +546,4 @@ '/Z_RePostGLFromPeriod.php', '/Z_DeleteOldPrices.php', '/Z_ImportPriceList.php' ); -?> \ No newline at end of file +?> |
From: <ex...@us...> - 2013-05-12 03:09:40
|
Revision: 5935 http://sourceforge.net/p/web-erp/reponame/5935 Author: exsonqu Date: 2013-05-12 03:09:37 +0000 (Sun, 12 May 2013) Log Message: ----------- 11/5/2013 Exson: Add Mail Validation Report to inventory module in MainMenuLinksArray.php. Modified Paths: -------------- trunk/includes/MainMenuLinksArray.php Modified: trunk/includes/MainMenuLinksArray.php =================================================================== --- trunk/includes/MainMenuLinksArray.php 2013-05-12 03:08:17 UTC (rev 5934) +++ trunk/includes/MainMenuLinksArray.php 2013-05-12 03:09:37 UTC (rev 5935) @@ -217,6 +217,7 @@ _('Reorder Level'), _('Stock Dispatch'), _('Inventory Valuation Report'), + _('Mail Inventory Valuation Report'), _('Inventory Planning Report'), _('Inventory Planning Based On Preferred Supplier Data'), _('Inventory Stock Check Sheets'), @@ -239,6 +240,7 @@ '/ReorderLevel.php', '/StockDispatch.php', '/InventoryValuation.php', + '/MailInventoryValuation.php', '/InventoryPlanning.php', '/InventoryPlanningPrefSupplier.php', '/StockCheck.php', |
From: <rc...@us...> - 2013-06-01 16:49:17
|
Revision: 6001 http://sourceforge.net/p/web-erp/reponame/6001 Author: rchacon Date: 2013-06-01 16:49:14 +0000 (Sat, 01 Jun 2013) Log Message: ----------- Includes Script to change the GL account code in all webERP. Modified Paths: -------------- trunk/includes/MainMenuLinksArray.php Modified: trunk/includes/MainMenuLinksArray.php =================================================================== --- trunk/includes/MainMenuLinksArray.php 2013-06-01 04:36:40 UTC (rev 6000) +++ trunk/includes/MainMenuLinksArray.php 2013-06-01 16:49:14 UTC (rev 6001) @@ -353,11 +353,11 @@ '/GLTagProfit_Loss.php', '/Tax.php' ); -$MenuItems['GL']['Maintenance']['Caption'] = array (_('GL Account'), - _('GL Budgets'), - _('Account Groups'), - _('Account Sections'), - _('GL Tags') ); +$MenuItems['GL']['Maintenance']['Caption'] = array ( _('GL Accounts'), + _('GL Budgets'), + _('Account Groups'), + _('Account Sections'), + _('GL Tags') ); $MenuItems['GL']['Maintenance']['URL'] = array ('/GLAccounts.php', '/GLBudgets.php', @@ -498,24 +498,26 @@ '/InternalStockCategoriesByRole.php' ); $MenuItems['Utilities']['Transactions']['Caption'] = array (_('Change A Customer Code'), - _('Change A Customer Branch Code'), - _('Change A Supplier Code'), - _('Change An Inventory Item Code'), - _('Change A Location Code'), - _('Update costs for all BOM items, from the bottom up'), - _('Re-apply costs to Sales Analysis'), - _('Delete sales transactions'), - _('Reverse all supplier payments on a specified date')); + _('Change A Customer Branch Code'), + _('Change A Supplier Code'), + _('Change An Inventory Item Code'), + _('Change A GL Account Code'), + _('Change A Location Code'), + _('Update costs for all BOM items, from the bottom up'), + _('Re-apply costs to Sales Analysis'), + _('Delete sales transactions'), + _('Reverse all supplier payments on a specified date')); -$MenuItems['Utilities']['Transactions']['URL'] = array ('/Z_ChangeCustomerCode.php', - '/Z_ChangeBranchCode.php', - '/Z_ChangeSupplierCode.php', - '/Z_ChangeStockCode.php', - '/Z_ChangeLocationCode.php', - '/Z_BottomUpCosts.php', - '/Z_ReApplyCostToSA.php', - '/Z_DeleteSalesTransActions.php', - '/Z_ReverseSuppPaymentRun.php'); +$MenuItems['Utilities']['Transactions']['URL'] = array ( '/Z_ChangeCustomerCode.php', + '/Z_ChangeBranchCode.php', + '/Z_ChangeSupplierCode.php', + '/Z_ChangeStockCode.php', + '/Z_ChangeGLAccountCode.php', + '/Z_ChangeLocationCode.php', + '/Z_BottomUpCosts.php', + '/Z_ReApplyCostToSA.php', + '/Z_DeleteSalesTransActions.php', + '/Z_ReverseSuppPaymentRun.php'); $MenuItems['Utilities']['Reports']['Caption'] = array (_('Show Local Currency Total Debtor Balances'), _('Show Local Currency Total Suppliers Balances'), |
From: <rc...@us...> - 2013-07-29 02:21:30
|
Revision: 6161 http://sourceforge.net/p/web-erp/reponame/6161 Author: rchacon Date: 2013-07-29 02:21:27 +0000 (Mon, 29 Jul 2013) Log Message: ----------- MainMenuLinksArray.php: GL Maintenance menu, updating URLs. Modified Paths: -------------- trunk/includes/MainMenuLinksArray.php Modified: trunk/includes/MainMenuLinksArray.php =================================================================== --- trunk/includes/MainMenuLinksArray.php 2013-07-29 02:07:42 UTC (rev 6160) +++ trunk/includes/MainMenuLinksArray.php 2013-07-29 02:21:27 UTC (rev 6161) @@ -363,11 +363,11 @@ _('GL Budgets'), _('GL Tags') ); -$MenuItems['GL']['Maintenance']['URL'] = array ('/GLAccounts.php', - '/GLBudgets.php', - '/AccountGroups.php', - '/AccountSections.php', - '/GLTags.php' ); +$MenuItems['GL']['Maintenance']['URL'] = array ( '/AccountSections.php', + '/AccountGroups.php', + '/GLAccounts.php', + '/GLBudgets.php', + '/GLTags.php' ); $MenuItems['FA']['Transactions']['Caption'] = array (_('Add a new Asset'), _('Select an Asset'), |
From: <rc...@us...> - 2013-08-10 18:35:17
|
Revision: 6188 http://sourceforge.net/p/web-erp/reponame/6188 Author: rchacon Date: 2013-08-10 18:35:14 +0000 (Sat, 10 Aug 2013) Log Message: ----------- Adds the script name and revision number. Modified Paths: -------------- trunk/includes/MainMenuLinksArray.php Modified: trunk/includes/MainMenuLinksArray.php =================================================================== --- trunk/includes/MainMenuLinksArray.php 2013-08-10 18:23:52 UTC (rev 6187) +++ trunk/includes/MainMenuLinksArray.php 2013-08-10 18:35:14 UTC (rev 6188) @@ -1,7 +1,7 @@ <?php /* $Id: MainMenuLinksArray.php 5982 2013-05-23 04:22:02Z tehonu $*/ -// webERP menus. +/* webERP menus with Captions and URLs. */ $ModuleLink = array('orders', 'AR', 'PO', 'AP', 'stock', 'manuf', 'GL', 'FA', 'PC', 'system', 'Utilities'); $ReportList = array('orders'=>'ord', |
From: <rc...@us...> - 2013-08-12 02:18:41
|
Revision: 6191 http://sourceforge.net/p/web-erp/reponame/6191 Author: rchacon Date: 2013-08-12 02:18:38 +0000 (Mon, 12 Aug 2013) Log Message: ----------- Swaps "Create Contract" and "Select Contract" to standardize menu. Modified Paths: -------------- trunk/includes/MainMenuLinksArray.php Modified: trunk/includes/MainMenuLinksArray.php =================================================================== --- trunk/includes/MainMenuLinksArray.php 2013-08-12 01:29:43 UTC (rev 6190) +++ trunk/includes/MainMenuLinksArray.php 2013-08-12 02:18:38 UTC (rev 6191) @@ -1,6 +1,7 @@ <?php -/* $Id: MainMenuLinksArray.php 5982 2013-05-23 04:22:02Z tehonu $*/ +/* $Id: MainMenuLinksArray.php 6190 2013-08-12 02:12:02Z rchacon $*/ + /* webERP menus with Captions and URLs. */ $ModuleLink = array('orders', 'AR', 'PO', 'AP', 'stock', 'manuf', 'GL', 'FA', 'PC', 'system', 'Utilities'); @@ -80,12 +81,12 @@ '/PDFLowGP.php', '/PDFSellThroughSupportClaim.php'); -$MenuItems['orders']['Maintenance']['Caption'] = array( _('Select Contract'), - _('Create Contract'), +$MenuItems['orders']['Maintenance']['Caption'] = array( _('Create Contract'), + _('Select Contract'), _('Sell Through Support Deals')); -$MenuItems['orders']['Maintenance']['URL'] = array( '/SelectContract.php', - '/Contracts.php', +$MenuItems['orders']['Maintenance']['URL'] = array( '/Contracts.php', + '/SelectContract.php', '/SellThroughSupport.php'); $MenuItems['AR']['Transactions']['Caption'] = array(_('Select Order to Invoice'), |
From: <te...@us...> - 2013-11-29 03:58:39
|
Revision: 6454 http://sourceforge.net/p/web-erp/reponame/6454 Author: tehonu Date: 2013-11-29 03:58:36 +0000 (Fri, 29 Nov 2013) Log Message: ----------- Parse error fix Modified Paths: -------------- trunk/includes/MainMenuLinksArray.php Modified: trunk/includes/MainMenuLinksArray.php =================================================================== --- trunk/includes/MainMenuLinksArray.php 2013-11-29 01:58:53 UTC (rev 6453) +++ trunk/includes/MainMenuLinksArray.php 2013-11-29 03:58:36 UTC (rev 6454) @@ -378,7 +378,7 @@ '/GLBudgets.php', '/GLTags.php', '/BankAccounts.php', - '/BankAccountUsers.php')); + '/BankAccountUsers.php'); $MenuItems['FA']['Transactions']['Caption'] = array(_('Add a new Asset'), _('Select an Asset'), |
From: <te...@us...> - 2014-05-06 01:24:26
|
Revision: 6705 http://sourceforge.net/p/web-erp/reponame/6705 Author: tehonu Date: 2014-05-06 01:24:24 +0000 (Tue, 06 May 2014) Log Message: ----------- Missing script in main menu Modified Paths: -------------- trunk/includes/MainMenuLinksArray.php Modified: trunk/includes/MainMenuLinksArray.php =================================================================== --- trunk/includes/MainMenuLinksArray.php 2014-05-03 09:51:53 UTC (rev 6704) +++ trunk/includes/MainMenuLinksArray.php 2014-05-06 01:24:24 UTC (rev 6705) @@ -524,6 +524,7 @@ _('Change A Customer Code'), _('Change A Customer Branch Code'), _('Change A Supplier Code'), + _('Change A Stock Category Code'), _('Change An Inventory Item Code'), _('Change A GL Account Code'), _('Change A Location Code'), @@ -537,6 +538,7 @@ '/Z_ChangeCustomerCode.php', '/Z_ChangeBranchCode.php', '/Z_ChangeSupplierCode.php', + '/Z_ChangeStockCategory.php', '/Z_ChangeStockCode.php', '/Z_ChangeGLAccountCode.php', '/Z_ChangeLocationCode.php', |
From: <rc...@us...> - 2014-05-30 22:26:26
|
Revision: 6736 http://sourceforge.net/p/web-erp/reponame/6736 Author: rchacon Date: 2014-05-30 22:26:18 +0000 (Fri, 30 May 2014) Log Message: ----------- Regroups the import scripts in the utility menu. Modified Paths: -------------- trunk/includes/MainMenuLinksArray.php Modified: trunk/includes/MainMenuLinksArray.php =================================================================== --- trunk/includes/MainMenuLinksArray.php 2014-05-27 03:26:57 UTC (rev 6735) +++ trunk/includes/MainMenuLinksArray.php 2014-05-30 22:26:18 UTC (rev 6736) @@ -520,8 +520,7 @@ '/InternalStockCategoriesByRole.php', '/Labels.php'); -$MenuItems['Utilities']['Transactions']['Caption'] = array( _('Import GL Payments Receipts Or Journals From CSV'), - _('Change A Customer Code'), +$MenuItems['Utilities']['Transactions']['Caption'] = array( _('Change A Customer Code'), _('Change A Customer Branch Code'), _('Change A Supplier Code'), _('Change A Stock Category Code'), @@ -534,8 +533,7 @@ _('Reverse all supplier payments on a specified date'), _('Update sales analysis with latest customer data')); -$MenuItems['Utilities']['Transactions']['URL'] = array( '/Z_ImportGLTransactions.php', - '/Z_ChangeCustomerCode.php', +$MenuItems['Utilities']['Transactions']['URL'] = array( '/Z_ChangeCustomerCode.php', '/Z_ChangeBranchCode.php', '/Z_ChangeSupplierCode.php', '/Z_ChangeStockCategory.php', @@ -562,21 +560,23 @@ _('Make New Company'), _('Data Export Options'), _('Import Stock Items from .csv'), + _('Import Price List from CSV file'), _('Import Fixed Assets from .csv file'), + _('Import GL Payments Receipts Or Journals From CSV'), _('Create new company template SQL file and submit to webERP'), _('Re-calculate brought forward amounts in GL'), _('Re-Post all GL transactions from a specified period'), - _('Purge all old prices'), - _('Import Price List from CSV file')); + _('Purge all old prices')); $MenuItems['Utilities']['Maintenance']['URL'] = array( '/Z_poAdmin.php', '/Z_MakeNewCompany.php', - '/Z_DataExport.php', + '/Z_DataExport.php', '/Z_ImportStocks.php', + '/Z_ImportPriceList.php', '/Z_ImportFixedAssets.php', + '/Z_ImportGLTransactions.php', '/Z_CreateCompanyTemplateFile.php', '/Z_UpdateChartDetailsBFwd.php', '/Z_RePostGLFromPeriod.php', - '/Z_DeleteOldPrices.php', - '/Z_ImportPriceList.php'); + '/Z_DeleteOldPrices.php'); ?> \ No newline at end of file |
From: <rc...@us...> - 2014-06-22 03:37:22
|
Revision: 6765 http://sourceforge.net/p/web-erp/reponame/6765 Author: rchacon Date: 2014-06-22 03:37:13 +0000 (Sun, 22 Jun 2014) Log Message: ----------- Resequence import options on MainMenuLinksArray.php. Modified Paths: -------------- trunk/includes/MainMenuLinksArray.php Modified: trunk/includes/MainMenuLinksArray.php =================================================================== --- trunk/includes/MainMenuLinksArray.php 2014-06-21 05:26:35 UTC (rev 6764) +++ trunk/includes/MainMenuLinksArray.php 2014-06-22 03:37:13 UTC (rev 6765) @@ -559,6 +559,7 @@ $MenuItems['Utilities']['Maintenance']['Caption'] = array( _('Maintain Language Files'), _('Make New Company'), _('Data Export Options'), + _('Import Customers from .csv file'), _('Import Stock Items from .csv file'), _('Import Price List from .csv file'), _('Import Fixed Assets from .csv file'), @@ -566,12 +567,12 @@ _('Create new company template SQL file and submit to webERP'), _('Re-calculate brought forward amounts in GL'), _('Re-Post all GL transactions from a specified period'), - _('Purge all old prices'), - _('Import Customers from .csv file')); + _('Purge all old prices')); $MenuItems['Utilities']['Maintenance']['URL'] = array( '/Z_poAdmin.php', '/Z_MakeNewCompany.php', - '/Z_DataExport.php', + '/Z_DataExport.php', + '/Z_ImportDebtors.php', '/Z_ImportStocks.php', '/Z_ImportPriceList.php', '/Z_ImportFixedAssets.php', @@ -579,6 +580,5 @@ '/Z_CreateCompanyTemplateFile.php', '/Z_UpdateChartDetailsBFwd.php', '/Z_RePostGLFromPeriod.php', - '/Z_DeleteOldPrices.php', - '/Z_ImportDebtors.php'); + '/Z_DeleteOldPrices.php'); ?> |
From: <te...@us...> - 2015-03-30 00:04:03
|
Revision: 7241 http://sourceforge.net/p/web-erp/reponame/7241 Author: tehonu Date: 2015-03-30 00:04:01 +0000 (Mon, 30 Mar 2015) Log Message: ----------- Moved 2 sales reports from Receivables to Sales module Modified Paths: -------------- trunk/includes/MainMenuLinksArray.php Modified: trunk/includes/MainMenuLinksArray.php =================================================================== --- trunk/includes/MainMenuLinksArray.php 2015-03-29 06:47:12 UTC (rev 7240) +++ trunk/includes/MainMenuLinksArray.php 2015-03-30 00:04:01 UTC (rev 7241) @@ -57,6 +57,8 @@ _('Sales By Sales Type Inquiry'), _('Sales By Category Inquiry'), _('Sales By Category By Item Inquiry'), + _('Sales Analysis Reports'), + _('Sales Graphs'), _('Top Sellers Inquiry'), _('Order Delivery Differences Report'), _('Delivery In Full On Time (DIFOT) Report'), @@ -75,6 +77,8 @@ '/SalesByTypePeriodInquiry.php', '/SalesCategoryPeriodInquiry.php', '/StockCategorySalesInquiry.php', + '/SalesAnalRepts.php', + '/SalesGraph.php', '/SalesTopItemsInquiry.php', '/PDFDeliveryDifferences.php', '/PDFDIFOT.php', @@ -105,12 +109,10 @@ $MenuItems['AR']['Reports']['Caption'] = array( _('Where Allocated Inquiry'), _('Print Invoices or Credit Notes'), _('Print Statements'), - _('Sales Analysis Reports'), _('Aged Customer Balances/Overdues Report'), _('Re-Print A Deposit Listing'), _('Debtor Balances At A Prior Month End'), _('Customer Listing By Area/Salesperson'), - _('Sales Graphs'), _('List Daily Transactions'), _('Customer Transaction Inquiries'), _('Customer Activity and Balances')); @@ -124,12 +126,10 @@ $MenuItems['AR']['Reports']['URL'] = array( '/CustWhereAlloc.php', $PrintInvoicesOrCreditNotesScript, '/PrintCustStatements.php', - '/SalesAnalRepts.php', '/AgedDebtors.php', '/PDFBankingSummary.php', '/DebtorsAtPeriodEnd.php', '/PDFCustomerList.php', - '/SalesGraph.php', '/PDFCustTransListing.php', '/CustomerTransInquiry.php', '/CustomerBalancesMovement.php' ); |
From: <rc...@us...> - 2016-11-16 23:45:20
|
Revision: 7666 http://sourceforge.net/p/web-erp/reponame/7666 Author: rchacon Date: 2016-11-16 23:45:18 +0000 (Wed, 16 Nov 2016) Log Message: ----------- Groups and reorganises the Inquiries and Reports options of General Ledger menu. Modified Paths: -------------- trunk/includes/MainMenuLinksArray.php Modified: trunk/includes/MainMenuLinksArray.php =================================================================== --- trunk/includes/MainMenuLinksArray.php 2016-11-08 15:51:11 UTC (rev 7665) +++ trunk/includes/MainMenuLinksArray.php 2016-11-16 23:45:18 UTC (rev 7666) @@ -1,7 +1,5 @@ <?php - /* $Id: MainMenuLinksArray.php 6190 2013-08-12 02:12:02Z rchacon $*/ - /* webERP menus with Captions and URLs. */ $ModuleLink = array('orders', 'AR', 'PO', 'AP', 'stock', 'manuf', 'GL', 'FA', 'PC', 'system', 'Utilities'); @@ -367,31 +365,31 @@ '/BankMatching.php?Type=Receipts', '/GLJournal.php?NewJournal=Yes'); -$MenuItems['GL']['Reports']['Caption'] = array( _('Trial Balance'), +$MenuItems['GL']['Reports']['Caption'] = array( _('Bank Account Reconciliation Statement'), + _('Cheque Payments Listing'), + _('Daily Bank Transactions'), _('Account Inquiry'), _('Account Listing'), _('Account Listing to CSV File'), _('General Ledger Journal Inquiry'), - _('Bank Account Reconciliation Statement'), - _('Cheque Payments Listing'), - _('Daily Bank Transactions'), + _('Trial Balance'), + _('Balance Sheet'), _('Profit and Loss Statement'), - _('Balance Sheet'), _('Horizontal Analysis of Statement of Comprehensive Income'), _('Horizontal Analysis of Statement of Financial Position'), _('Tag Reports'), _('Tax Reports')); -$MenuItems['GL']['Reports']['URL'] = array( '/GLTrialBalance.php', +$MenuItems['GL']['Reports']['URL'] = array( '/BankReconciliation.php', + '/PDFChequeListing.php', + '/DailyBankTransactions.php', '/SelectGLAccount.php', '/GLAccountReport.php', '/GLAccountCSV.php', '/GLJournalInquiry.php', - '/BankReconciliation.php', - '/PDFChequeListing.php', - '/DailyBankTransactions.php', + '/GLTrialBalance.php', + '/GLBalanceSheet.php', '/GLProfit_Loss.php', - '/GLBalanceSheet.php', '/AnalysisHorizontalIncome.php', '/AnalysisHorizontalPosition.php', '/GLTagProfit_Loss.php', |