⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 manualcontents.php

📁 java开源项目源代码
💻 PHP
📖 第 1 页 / 共 2 页
字号:
                <LI>Producing An Invoice From A Selected Order</LI>                <LI>Credit Notes</LI>                <LI>Entry Of Receipts</LI>                <LI>Receipts - Customer</LI>                <LI>Receipts - Date</LI>                <LI>Receipts - Currency and Exchange Rate</LI>                <LI>Receipts - Payment Method</LI>                <LI>Receipts - Amount</LI>                <LI>Receipts - Discount</LI>                <LI>Receipts - Allocating to Invoices</LI>                <LI>Differences on Exchange</LI>                <LI>Receipts Processing</LI>                <LI>Deposits Listing</LI>                <LI>Allocate Credits To A Customer's Account              </UL>              <BR>            </LI>            <LI><?php  if (!isset($_POST['Submit'])) {?>              <input type="checkbox" name="SelectARInquiries">              <A HREF="<?php echo $_SERVER['PHP_SELF'] . '?ViewTopic=ARInquiries'; ?>">Accounts Receivable Inquiries</A><?php  } else {?>              <A HREF="#ARInquiries">Accounts Receivable Inquiries</A><?php  }?>              <UL>                <LI>Customer Inquiries</LI>                <LI>Customer Account inquiries</LI>                <LI>Transaction Detail inquiries</LI>              </UL>              <BR>            </LI>            <LI><?php  if (!isset($_POST['Submit'])) {?>              <input type="checkbox" name="SelectARReports">              <A HREF="<?php echo $_SERVER['PHP_SELF'] . '?ViewTopic=ARReports'; ?>">Accounts Receivable Reports</A><?php  } else {?>              <A HREF="#ARReports">Accounts Receivable Reports</A><?php  }?>              <UL>                <LI>Customers - Reporting</LI>                <LI>Aged Customer Balance Listing</LI>                <LI>Customer Statements</LI>                <LI>Customer Transaction Listing Options</LI>                <LI>Printing Invoices Or Credit Notes</LI>              </UL>              <BR>            </LI>            <LI><?php  if (!isset($_POST['Submit'])) {?>              <input type="checkbox" name="SelectSalesAnalysis">              <A HREF="<?php echo $_SERVER['PHP_SELF'] . '?ViewTopic=SalesAnalysis'; ?>">Sales Analysis</A><?php  } else {?>              <A HREF="#SalesAnalysis">Sales Analysis</A><?php  }?>              <UL>                <LI>Sales Analysis</LI>                <LI>Sales Analysis Report Headers</LI>                <LI>Sales Analysis Report Columns</LI>                <LI>Automating Sales Reports</LI>              </UL>              <BR>            </LI>            <LI><?php  if (!isset($_POST['Submit'])) {?>              <input type="checkbox" name="SelectSalesOrders">              <A HREF="<?php echo $_SERVER['PHP_SELF'] . '?ViewTopic=SalesOrders'; ?>">Sales Orders</A><?php  } else {?>              <A HREF="#SalesOrders">Sales Orders</A><?php  }?>              <UL>                <LI>Sales Orders</LI>                <LI>Sales Order Functionality</LI>                <LI>Entry of Sales Orders</LI>                <LI>Sales Orders - Selection of the Customer and Branch</LI>                <LI>Selection of Order Line Items</LI>                <LI>Delivery Details</LI>                <LI>Modfiying An Order</LI>		<LI>Quotations</LI>		<LI>Recurring Orders</LI>              </UL>              <BR>            </LI>            <LI><?php  if (!isset($_POST['Submit'])) {?>              <input type="checkbox" name="SelectShipments">              <A HREF="<?php echo $_SERVER['PHP_SELF'] . '?ViewTopic=Shipments'; ?>">Shipments</A><?php  } else {?>              <A HREF="#Shipments">Shipments</A><?php  }?>              <UL>                <LI>Shipments</LI>                <LI>Shipment General Ledger Posting</LI>                <LI>Creating Shipments</LI>                <LI>Shipment Costings</LI>                <LI>Closing a Shipment</LI>              </UL>              <BR>            </LI>            <LI><?php  if (!isset($_POST['Submit'])) {?>              <input type="checkbox" name="SelectManufacturing">              <A HREF="<?php echo $_SERVER['PHP_SELF'] . '?ViewTopic=Manufacturing'; ?>">Manufacturing</A><?php  } else {?>              <A HREF="#Manufacturing">General Ledger</A><?php  }?>              <UL>                <LI>Manufacturing Overview</LI>                <LI>General Ledger Implications</LI>                <LI>Work Order Entry</LI>                <LI>Work Order Receipts</LI>                <LI>Work Order Issues</LI>                <LI>Closing Work Orders</LI>              </UL>              <BR>            </LI>            <LI><?php  if (!isset($_POST['Submit'])) {?>              <input type="checkbox" name="SelectGeneralLedger">              <A HREF="<?php echo $_SERVER['PHP_SELF'] . '?ViewTopic=GeneralLedger'; ?>">General Ledger</A><?php  } else {?>              <A HREF="#GeneralLedger">General Ledger</A><?php  }?>              <UL>                <LI>General Ledger Overview</LI>                <LI>Account Groups</LI>                <LI>Bank Accounts</LI>                <LI>Bank Account Payments</LI>                <LI>General Ledger Integration Setup</LI>                <LI>Sales Journals</LI>                <LI>Stock Journals</LI>                <LI>EDI</LI>                <LI>EDI Setup</LI>                <LI>Sending EDI Invoices</LI>              </UL>              <BR>            </LI>            <LI><?phpif (!isset($_POST['Submit'])) {?>              <input type="checkbox" name="SelectReportBuilder">              <A HREF="<?php echo $_SERVER['PHP_SELF'] . '?ViewTopic=ReportBuilder'; ?>">SQL Report Writer</A><?php  } else {?>              <A HREF="#ReportBuilder">Report Writer</A><?php  }?>              <UL>                <LI>Report Writer Introduction</LI>                <LI>Reports Administration</LI>                <LI>Importing and Exporting Reports</LI>                <LI>Editing Copying Renaming Reports</LI>                <LI>Creating A New Report - Identification</LI>                <LI>Creating A New Report - Page Setup</LI>                <LI>Creating A New Report - Specifying Database Tables and Links</LI>                <LI>Creating A New Report - Specifying fields to Retrieve</LI>                <LI>Creating A New Report - Entering and Arranging Criteria</LI>                <LI>Viewing Reports</LI>              </UL>              <BR>            </LI>            <LI><?php  if (!isset($_POST['Submit'])) {?>              <input type="checkbox" name="SelectMultilanguage">              <A HREF="<?php echo $_SERVER['PHP_SELF'] . '?ViewTopic=Multilanguage'; ?>">Multilanguage</A><?php  } else {?>              <A HREF="#Multilanguage">Multilanguage</A><?php  }?>              <UL>                <LI>Introduction to Multilanguage</LI>                <LI>Rebuild the System Default Language File</LI>                <LI>Add a New Language to the System</LI>                <LI>Edit a Language File Header</LI>                <LI>Edit a Language File Module</LI>              </UL>              <BR>            </LI>            <LI><?php  if (!isset($_POST['Submit'])) {?>              <input type="checkbox" name="SelectSpecialUtilities">              <A HREF="<?php echo $_SERVER['PHP_SELF'] . '?ViewTopic=SpecialUtilities'; ?>">Special Utilities</A><?php  } else {?>              <A HREF="#SpecialUtilities">Special Utilities</A><?php  }?>              <UL>                <LI>Re-Apply Standard Costs to Sales Analysis</LI>                <LI>Change A Customer Code</LI>                <LI>Change An Inventory Code</LI>                <LI>Make Stock Locations</LI>                <LI>Repost General Ledger from Period</LI>              </UL>              <BR>            </LI>            <LI><?php  if (!isset($_POST['Submit'])) {?>              <input type="checkbox" name="SelectNewScripts">              <A HREF="<?php echo $_SERVER['PHP_SELF'] . '?ViewTopic=NewScripts'; ?>">Development - Foundations</A><?php  } else {?>              <A HREF="#NewScripts">Development - Foundations</A><?php  }?>              <UL>                <LI>Directory Structure</LI>                <LI>session.inc</LI>                <LI>header.inc</LI>                <LI>footer.inc</LI>                <LI>config.php</LI>                <LI>PDFStarter.php</LI>                <LI>Database Abstraction - ConnectDB.inc</LI>                <LI>DateFunctions.inc</LI>                <LI>SQL_CommonFuctions.inc</LI>              </UL>              <BR>            </LI>            <LI><?php  if (!isset($_POST['Submit'])) {?>              <input type="checkbox" name="SelectNewScripts">              <A HREF="<?php echo $_SERVER['PHP_SELF'] . '?ViewTopic=API'; ?>">Development - API</A><?php  } else {?>              <A HREF="#API">Development - API</A><?php  }?>              <BR>              <BR>            </LI>            <LI><?php  if (!isset($_POST['Submit'])) {?>              <input type="checkbox" name="SelectStructure">              <A HREF="<?php echo $_SERVER['PHP_SELF'] . '?ViewTopic=Structure'; ?>">Development - Structure</A><?php  } else {?>              <A HREF="#Structure">Development - Structure</A><?php  }?>              <UL>                <LI>Sales Orders</LI>                <LI>Pricing</LI>                <LI>Delivery and Freight Charges</LI>                <LI>Finding Sales Orders</LI>                <LI>Invoicing</LI>                <LI>Accounts Receivable / Debtors Accounts</LI>                <LI>Accounts Receivable Receipts</LI>                <LI>Accounts Receivable Allocations</LI>                <LI>Sales Analysis</LI>                <LI>Purchase Orders</LI>                <LI>Inventory</LI>                <LI>Stock Inquiries</LI>                <LI>Accounts Payable</LI>                <LI>Supplier Payments</LI>              </UL>              <BR>            </LI>            <LI><?php  if (!isset($_POST['Submit'])) {?>              <input type="checkbox" name="SelectContributors">              <A HREF="<?php echo $_SERVER['PHP_SELF'] . '?ViewTopic=Contributors'; ?>">Contributors - Acknowledgements</A><?php  } else {?>              <A HREF="#Contributors">Contributors - Acknowledgements</A><?php  }?>            </LI>          </UL>        </td>      </tr>    </table><?php}?>  </form><?phpif (!isset($_GET['ViewTopic'])) {	$_GET['ViewTopic'] = '';}if ($_GET['ViewTopic'] == 'Introduction' OR isset($_POST['SelectIntroduction'])) {  include('ManualIntroduction.html');}if ($_GET['ViewTopic'] == 'Requirements' OR isset($_POST['SelectRequirements'])) {  include('ManualRequirements.html');}if ($_GET['ViewTopic'] == 'GettingStarted' OR isset($_POST['SelectGettingStarted'])) {  include('ManualGettingStarted.html');}if ($_GET['ViewTopic'] == 'SecuritySchema' OR isset($_POST['SelectSecuritySchema'])) {  include('ManualSecuritySchema.html');}if ($_GET['ViewTopic'] == 'CreatingNewSystem' OR isset($_POST['SelectCreatingNewSystem'])) {  include('ManualCreatingNewSystem.html');}if ($_GET['ViewTopic'] == 'SystemConventions' OR isset($_POST['SelectSystemConventions'])) {  include('ManualSystemConventions.html');}if ($_GET['ViewTopic'] == 'Inventory' OR isset($_POST['SelectInventory'])) {  include('ManualInventory.html');}if ($_GET['ViewTopic'] == 'AccountsReceivable' OR isset($_POST['SelectAccountsReceivable'])) {  include('ManualAccountsReceivable.html');}if ($_GET['ViewTopic'] == 'AccountsPayable' OR isset($_POST['SelectAccountsPayable'])) {  include('ManualAccountsPayable.html');}if ($_GET['ViewTopic'] == 'SalesPeople' OR isset($_POST['SelectSalesPeople'])) {  include('ManualSalesPeople.html');}if ($_GET['ViewTopic'] == 'Currencies' OR isset($_POST['Currencies'])) {  include('ManualCurrencies.html');}if ($_GET['ViewTopic'] == 'SalesTypes' OR isset($_POST['SelectSalesTypes'])) {  include('ManualSalesTypes.html');}if ($_GET['ViewTopic'] == 'PaymentTerms' OR isset($_POST['SelectPaymentTerms'])) {  include('ManualPaymentTerms.html');}if ($_GET['ViewTopic'] == 'CreditStatus' OR isset($_POST['SelectCreditStatus'])) {  include('ManualCreditStatus.html');}if ($_GET['ViewTopic'] == 'Tax' OR isset($_POST['SelectTax'])) {  include('ManualTax.html');}if ($_GET['ViewTopic'] == 'Prices' OR isset($_POST['SelectPrices'])) {  include('ManualPrices.html');}if ($_GET['ViewTopic'] == 'ARTransactions' OR isset($_POST['SelectARTransactions'])) {  include('ManualARTransactions.html');}if ($_GET['ViewTopic'] == 'ARInquiries' OR isset($_POST['SelectARInquiries'])) {  include('ManualARInquiries.html');}if ($_GET['ViewTopic'] == 'ARReports' OR isset($_POST['SelectARReports'])) {  include('ManualARReports.html');}if ($_GET['ViewTopic'] == 'SalesAnalysis' OR isset($_POST['SelectSalesAnalysis'])) {  include('ManualSalesAnalysis.html');}if ($_GET['ViewTopic'] == 'SalesOrders' OR isset($_POST['SelectSalesOrders'])) {  include('ManualSalesOrders.html');}if ($_GET['ViewTopic'] == 'Shipments' OR isset($_POST['SelectShipments'])) {  include('ManualShipments.html');}if ($_GET['ViewTopic'] == 'GeneralLedger' OR isset($_POST['SelectGeneralLedger'])) {  include('ManualGeneralLedger.html');}if ($_GET['ViewTopic'] == 'Manufacturing' OR isset($_POST['SelectManufacturing'])) {  include('ManualManufacturing.html');}if ($_GET['ViewTopic'] == 'ReportBuilder' OR isset($_POST['SelectReportBuilder'])) {  include('ManualReportBuilder.html');}if ($_GET['ViewTopic'] == 'Multilanguage' OR isset($_POST['SelectMultilanguage'])) {  include('ManualMultilanguage.html');}if ($_GET['ViewTopic'] == 'SpecialUtilities' OR isset($_POST['SelectSpecialUtilities'])) {  include('ManualSpecialUtilities.html');}if ($_GET['ViewTopic'] == 'NewScripts' OR isset($_POST['SelectNewScripts'])) {  include('ManualNewScripts.html');}if ($_GET['ViewTopic'] == 'API' OR isset($_POST['API'])) {  include('ManualAPIFunctions.php');}if ($_GET['ViewTopic'] == 'Structure' OR isset($_POST['SelectStructure'])) {  include('ManualDevelopmentStructure.html');}if ($_GET['ViewTopic'] == 'Contributors' OR isset($_POST['SelectContributors'])) {  include('ManualContributors.html');}include('ManualFooter.html');

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -