实例介绍
ERP系统,是web版本,可以直接用,使用方法整个打包在里面,可能会有一些BUG,不过不影响学习使用。
【实例截图】
【核心代码】
webERP_4.15
├── webERP
│ ├── AccountGroups.php
│ ├── AccountSections.php
│ ├── AddCustomerContacts.php
│ ├── AddCustomerNotes.php
│ ├── AddCustomerTypeNotes.php
│ ├── AgedControlledInventory.php
│ ├── AgedDebtors.php
│ ├── AgedSuppliers.php
│ ├── AnalysisHorizontalIncome.php
│ ├── AnalysisHorizontalPosition.php
│ ├── api
│ │ ├── api_branches.php
│ │ ├── api_currencies.php
│ │ ├── api_customers.php
│ │ ├── api_customertypes.php
│ │ ├── api_debtortransactions.php
│ │ ├── api_errorcodes.php
│ │ ├── api_glaccounts.php
│ │ ├── api_glgroups.php
│ │ ├── api_glsections.php
│ │ ├── api_holdreasons.php
│ │ ├── api_locations.php
│ │ ├── api_login.php
│ │ ├── api_paymentterms.php
│ │ ├── api_php.php
│ │ ├── api_purchdata.php
│ │ ├── api_salesareas.php
│ │ ├── api_salesman.php
│ │ ├── api_salesorders.php
│ │ ├── api_salestypes.php
│ │ ├── api_session.inc
│ │ ├── api_shippers.php
│ │ ├── api_stockcategories.php
│ │ ├── api_stock.php
│ │ ├── api_suppliers.php
│ │ ├── api_taxgroups.php
│ │ ├── api_webERPsettings.php
│ │ ├── api_workorders.php
│ │ └── api_xml-rpc.php
│ ├── Areas.php
│ ├── AuditTrail.php
│ ├── AutomaticTranslationDescriptions.php
│ ├── BackupDatabase.php
│ ├── BankAccountBalances.php
│ ├── BankAccounts.php
│ ├── BankAccountUsers.php
│ ├── BankMatching.php
│ ├── BankReconciliation.php
│ ├── BOMExtendedQty.php
│ ├── BOMIndented.php
│ ├── BOMIndentedReverse.php
│ ├── BOMInquiry.php
│ ├── BOMListing.php
│ ├── BOMs.php
│ ├── BOMs_SingleLevel.php
│ ├── Classes
│ │ ├── PHPExcel
│ │ │ ├── Autoloader.php
│ │ │ ├── CachedObjectStorage
│ │ │ │ ├── APC.php
│ │ │ │ ├── CacheBase.php
│ │ │ │ ├── DiscISAM.php
│ │ │ │ ├── ICache.php
│ │ │ │ ├── Igbinary.php
│ │ │ │ ├── Memcache.php
│ │ │ │ ├── MemoryGZip.php
│ │ │ │ ├── Memory.php
│ │ │ │ ├── MemorySerialized.php
│ │ │ │ ├── PHPTemp.php
│ │ │ │ ├── SQLite3.php
│ │ │ │ ├── SQLite.php
│ │ │ │ └── Wincache.php
│ │ │ ├── CachedObjectStorageFactory.php
│ │ │ ├── CalcEngine
│ │ │ │ ├── CyclicReferenceStack.php
│ │ │ │ └── Logger.php
│ │ │ ├── Calculation
│ │ │ │ ├── Database.php
│ │ │ │ ├── DateTime.php
│ │ │ │ ├── Engineering.php
│ │ │ │ ├── ExceptionHandler.php
│ │ │ │ ├── Exception.php
│ │ │ │ ├── Financial.php
│ │ │ │ ├── FormulaParser.php
│ │ │ │ ├── FormulaToken.php
│ │ │ │ ├── functionlist.txt
│ │ │ │ ├── Function.php
│ │ │ │ ├── Functions.php
│ │ │ │ ├── Logical.php
│ │ │ │ ├── LookupRef.php
│ │ │ │ ├── MathTrig.php
│ │ │ │ ├── Statistical.php
│ │ │ │ ├── TextData.php
│ │ │ │ └── Token
│ │ │ │ └── Stack.php
│ │ │ ├── Calculation.php
│ │ │ ├── Cell
│ │ │ │ ├── AdvancedValueBinder.php
│ │ │ │ ├── DataType.php
│ │ │ │ ├── DataValidation.php
│ │ │ │ ├── DefaultValueBinder.php
│ │ │ │ ├── Hyperlink.php
│ │ │ │ └── IValueBinder.php
│ │ │ ├── Cell.php
│ │ │ ├── Chart
│ │ │ │ ├── Axis.php
│ │ │ │ ├── DataSeries.php
│ │ │ │ ├── DataSeriesValues.php
│ │ │ │ ├── Exception.php
│ │ │ │ ├── GridLines.php
│ │ │ │ ├── Layout.php
│ │ │ │ ├── Legend.php
│ │ │ │ ├── PlotArea.php
│ │ │ │ ├── Properties.php
│ │ │ │ ├── Renderer
│ │ │ │ │ ├── jpgraph.php
│ │ │ │ │ └── PHP Charting Libraries.txt
│ │ │ │ └── Title.php
│ │ │ ├── Chart.php
│ │ │ ├── Comment.php
│ │ │ ├── DocumentProperties.php
│ │ │ ├── DocumentSecurity.php
│ │ │ ├── Exception.php
│ │ │ ├── HashTable.php
│ │ │ ├── IComparable.php
│ │ │ ├── IOFactory.php
│ │ │ ├── locale
│ │ │ │ ├── bg
│ │ │ │ │ └── config
│ │ │ │ ├── cs
│ │ │ │ │ ├── config
│ │ │ │ │ └── functions
│ │ │ │ ├── da
│ │ │ │ │ ├── config
│ │ │ │ │ └── functions
│ │ │ │ ├── de
│ │ │ │ │ ├── config
│ │ │ │ │ └── functions
│ │ │ │ ├── en
│ │ │ │ │ └── uk
│ │ │ │ │ └── config
│ │ │ │ ├── es
│ │ │ │ │ ├── config
│ │ │ │ │ └── functions
│ │ │ │ ├── fi
│ │ │ │ │ ├── config
│ │ │ │ │ └── functions
│ │ │ │ ├── fr
│ │ │ │ │ ├── config
│ │ │ │ │ └── functions
│ │ │ │ ├── hu
│ │ │ │ │ ├── config
│ │ │ │ │ └── functions
│ │ │ │ ├── it
│ │ │ │ │ ├── config
│ │ │ │ │ └── functions
│ │ │ │ ├── nl
│ │ │ │ │ ├── config
│ │ │ │ │ └── functions
│ │ │ │ ├── no
│ │ │ │ │ ├── config
│ │ │ │ │ └── functions
│ │ │ │ ├── pl
│ │ │ │ │ ├── config
│ │ │ │ │ └── functions
│ │ │ │ ├── pt
│ │ │ │ │ ├── br
│ │ │ │ │ │ ├── config
│ │ │ │ │ │ └── functions
│ │ │ │ │ ├── config
│ │ │ │ │ └── functions
│ │ │ │ ├── ru
│ │ │ │ │ ├── config
│ │ │ │ │ └── functions
│ │ │ │ ├── sv
│ │ │ │ │ ├── config
│ │ │ │ │ └── functions
│ │ │ │ └── tr
│ │ │ │ ├── config
│ │ │ │ └── functions
│ │ │ ├── NamedRange.php
│ │ │ ├── Reader
│ │ │ │ ├── Abstract.php
│ │ │ │ ├── CSV.php
│ │ │ │ ├── DefaultReadFilter.php
│ │ │ │ ├── Excel2003XML.php
│ │ │ │ ├── Excel2007
│ │ │ │ │ ├── Chart.php
│ │ │ │ │ └── Theme.php
│ │ │ │ ├── Excel2007.php
│ │ │ │ ├── Excel5
│ │ │ │ │ ├── Escher.php
│ │ │ │ │ ├── MD5.php
│ │ │ │ │ └── RC4.php
│ │ │ │ ├── Excel5.php
│ │ │ │ ├── Exception.php
│ │ │ │ ├── Gnumeric.php
│ │ │ │ ├── HTML.php
│ │ │ │ ├── IReader.php
│ │ │ │ ├── IReadFilter.php
│ │ │ │ ├── OOCalc.php
│ │ │ │ └── SYLK.php
│ │ │ ├── ReferenceHelper.php
│ │ │ ├── RichText
│ │ │ │ ├── ITextElement.php
│ │ │ │ ├── Run.php
│ │ │ │ └── TextElement.php
│ │ │ ├── RichText.php
│ │ │ ├── Settings.php
│ │ │ ├── Shared
│ │ │ │ ├── CodePage.php
│ │ │ │ ├── Date.php
│ │ │ │ ├── Drawing.php
│ │ │ │ ├── Escher
│ │ │ │ │ ├── DgContainer
│ │ │ │ │ │ ├── SpgrContainer
│ │ │ │ │ │ │ └── SpContainer.php
│ │ │ │ │ │ └── SpgrContainer.php
│ │ │ │ │ ├── DgContainer.php
│ │ │ │ │ ├── DggContainer
│ │ │ │ │ │ ├── BstoreContainer
│ │ │ │ │ │ │ ├── BSE
│ │ │ │ │ │ │ │ └── Blip.php
│ │ │ │ │ │ │ └── BSE.php
│ │ │ │ │ │ └── BstoreContainer.php
│ │ │ │ │ └── DggContainer.php
│ │ │ │ ├── Escher.php
│ │ │ │ ├── Excel5.php
│ │ │ │ ├── File.php
│ │ │ │ ├── Font.php
│ │ │ │ ├── JAMA
│ │ │ │ │ ├── CHANGELOG.TXT
│ │ │ │ │ ├── CholeskyDecomposition.php
│ │ │ │ │ ├── EigenvalueDecomposition.php
│ │ │ │ │ ├── LUDecomposition.php
│ │ │ │ │ ├── Matrix.php
│ │ │ │ │ ├── QRDecomposition.php
│ │ │ │ │ ├── SingularValueDecomposition.php
│ │ │ │ │ └── utils
│ │ │ │ │ ├── Error.php
│ │ │ │ │ └── Maths.php
│ │ │ │ ├── OLE
│ │ │ │ │ ├── ChainedBlockStream.php
│ │ │ │ │ ├── PPS
│ │ │ │ │ │ ├── File.php
│ │ │ │ │ │ └── Root.php
│ │ │ │ │ └── PPS.php
│ │ │ │ ├── OLE.php
│ │ │ │ ├── OLERead.php
│ │ │ │ ├── PasswordHasher.php
│ │ │ │ ├── PCLZip
│ │ │ │ │ ├── gnu-lgpl.txt
│ │ │ │ │ ├── pclzip.lib.php
│ │ │ │ │ └── readme.txt
│ │ │ │ ├── String.php
│ │ │ │ ├── TimeZone.php
│ │ │ │ ├── trend
│ │ │ │ │ ├── bestFitClass.php
│ │ │ │ │ ├── exponentialBestFitClass.php
│ │ │ │ │ ├── linearBestFitClass.php
│ │ │ │ │ ├── logarithmicBestFitClass.php
│ │ │ │ │ ├── polynomialBestFitClass.php
│ │ │ │ │ ├── powerBestFitClass.php
│ │ │ │ │ └── trendClass.php
│ │ │ │ ├── XMLWriter.php
│ │ │ │ ├── ZipArchive.php
│ │ │ │ └── ZipStreamWrapper.php
│ │ │ ├── Style
│ │ │ │ ├── Alignment.php
│ │ │ │ ├── Border.php
│ │ │ │ ├── Borders.php
│ │ │ │ ├── Color.php
│ │ │ │ ├── Conditional.php
│ │ │ │ ├── Fill.php
│ │ │ │ ├── Font.php
│ │ │ │ ├── NumberFormat.php
│ │ │ │ ├── Protection.php
│ │ │ │ └── Supervisor.php
│ │ │ ├── Style.php
│ │ │ ├── Worksheet
│ │ │ │ ├── AutoFilter
│ │ │ │ │ ├── Column
│ │ │ │ │ │ └── Rule.php
│ │ │ │ │ └── Column.php
│ │ │ │ ├── AutoFilter.php
│ │ │ │ ├── BaseDrawing.php
│ │ │ │ ├── CellIterator.php
│ │ │ │ ├── ColumnDimension.php
│ │ │ │ ├── Drawing
│ │ │ │ │ └── Shadow.php
│ │ │ │ ├── Drawing.php
│ │ │ │ ├── HeaderFooterDrawing.php
│ │ │ │ ├── HeaderFooter.php
│ │ │ │ ├── MemoryDrawing.php
│ │ │ │ ├── PageMargins.php
│ │ │ │ ├── PageSetup.php
│ │ │ │ ├── Protection.php
│ │ │ │ ├── RowDimension.php
│ │ │ │ ├── RowIterator.php
│ │ │ │ ├── Row.php
│ │ │ │ └── SheetView.php
│ │ │ ├── WorksheetIterator.php
│ │ │ ├── Worksheet.php
│ │ │ └── Writer
│ │ │ ├── Abstract.php
│ │ │ ├── CSV.php
│ │ │ ├── Excel2007
│ │ │ │ ├── Chart.php
│ │ │ │ ├── Comments.php
│ │ │ │ ├── ContentTypes.php
│ │ │ │ ├── DocProps.php
│ │ │ │ ├── Drawing.php
│ │ │ │ ├── Rels.php
│ │ │ │ ├── RelsRibbon.php
│ │ │ │ ├── RelsVBA.php
│ │ │ │ ├── StringTable.php
│ │ │ │ ├── Style.php
│ │ │ │ ├── Theme.php
│ │ │ │ ├── Workbook.php
│ │ │ │ ├── Worksheet.php
│ │ │ │ └── WriterPart.php
│ │ │ ├── Excel2007.php
│ │ │ ├── Excel5
│ │ │ │ ├── BIFFwriter.php
│ │ │ │ ├── Escher.php
│ │ │ │ ├── Font.php
│ │ │ │ ├── Parser.php
│ │ │ │ ├── Workbook.php
│ │ │ │ ├── Worksheet.php
│ │ │ │ └── Xf.php
│ │ │ ├── Excel5.php
│ │ │ ├── Exception.php
│ │ │ ├── HTML.php
│ │ │ ├── IWriter.php
│ │ │ ├── OpenDocument
│ │ │ │ ├── Cell
│ │ │ │ │ └── Comment.php
│ │ │ │ ├── Content.php
│ │ │ │ ├── MetaInf.php
│ │ │ │ ├── Meta.php
│ │ │ │ ├── Mimetype.php
│ │ │ │ ├── Settings.php
│ │ │ │ ├── Styles.php
│ │ │ │ ├── Thumbnails.php
│ │ │ │ └── WriterPart.php
│ │ │ ├── OpenDocument.php
│ │ │ │ ├── Core.php
│ │ │ │ ├── DomPDF.php
│ │ │ │ ├── mPDF.php
│ │ │ │ └── tcPDF.php
│ │ │ └── PDF.php
│ │ └── PHPExcel.php
│ ├── COGSGLPostings.php
│ ├── CollectiveWorkOrderCost.php
│ ├── companies
│ │ └── weberpdemo
│ │ ├── EDI_Incoming_Orders
│ │ │ └── Order1.edi
│ │ ├── EDI_Sent
│ │ │ ├── EDI_INV_67.edi
│ │ │ └── EDI_INV_68.edi
│ │ ├── FormDesigns
│ │ │ ├── FGLabel.xml
│ │ │ ├── GoodsReceived.xml
│ │ │ ├── Journal.xml
│ │ │ ├── PickingList.xml
│ │ │ ├── PurchaseOrder.xml
│ │ │ ├── QALabel.xml
│ │ │ ├── ShippingLabel.xml
│ │ │ └── WOPaperwork.xml
│ │ ├── logo.jpg
│ │ ├── part_pics
│ │ │ ├── BREAD.jpg
│ │ │ ├── DVD-DHWV.jpg
│ │ │ ├── DVD-LTWP.jpg
│ │ │ ├── DVD-TOPGUN.jpg
│ │ │ ├── DVD-UNSG.jpg
│ │ │ └── webERPsmall.png
│ │ └── reportwriter
│ │ └── labels.xml
│ ├── CompanyPreferences.php
│ ├── config.distrib.php
│ ├── ConfirmDispatchControlled_Invoice.php
│ ├── ConfirmDispatch_Invoice.php
│ ├── ContractBOM.php
│ ├── ContractCosting.php
│ ├── ContractOtherReqts.php
│ ├── Contracts.php
│ ├── CopyBOM.php
│ ├── CounterReturns.php
│ ├── CounterSales.php
│ ├── Credit_Invoice.php
│ ├── CreditItemsControlled.php
│ ├── CreditStatus.php
│ ├── css
│ │ ├── aguapop
│ │ │ ├── default.css
│ │ │ ├── images
│ │ │ │ ├── allocation.png
│ │ │ │ ├── ar.png
│ │ │ │ ├── bank.png
│ │ │ │ ├── company.png
│ │ │ │ ├── contract.png
│ │ │ │ ├── credit.png
│ │ │ │ ├── cross.png
│ │ │ │ ├── cross.svg
│ │ │ │ ├── currency.png
│ │ │ │ ├── customer.png
│ │ │ │ ├── email.png
│ │ │ │ ├── error.png
│ │ │ │ ├── folder_add.png
│ │ │ │ ├── folders.gif
│ │ │ │ ├── folders.png
│ │ │ │ ├── footer.png
│ │ │ │ ├── gl.png
│ │ │ │ ├── group_add.png
│ │ │ │ ├── help.png
│ │ │ │ ├── input_bg.png
│ │ │ │ ├── input.png
│ │ │ │ ├── inventory.png
│ │ │ │ ├── magnifier.png
│ │ │ │ ├── maintenance.png
│ │ │ │ ├── message-error.png
│ │ │ │ ├── message-info.png
│ │ │ │ ├── message-success.png
│ │ │ │ ├── message-warning.png
│ │ │ │ ├── money_add.png
│ │ │ │ ├── money_delete.png
│ │ │ │ ├── next.svg
│ │ │ │ ├── note_add.png
│ │ │ │ ├── pdf.png
│ │ │ │ ├── preview.png
│ │ │ │ ├── previous.png
│ │ │ │ ├── previous.svg
│ │ │ │ ├── printer.png
│ │ │ │ ├── reports.png
│ │ │ │ ├── return.svg
│ │ │ │ ├── sales.png
│ │ │ │ ├── security.png
│ │ │ │ ├── stripe.png
│ │ │ │ ├── supplier.png
│ │ │ │ ├── tick.png
│ │ │ │ ├── tick.svg
│ │ │ │ ├── top_bg.png
│ │ │ │ ├── transactions.png
│ │ │ │ └── user.png
│ │ │ └── login.css
│ │ ├── bg.gif
│ │ ├── default
│ │ │ ├── default.css
│ │ │ ├── images
│ │ │ │ ├── allocation.gif
│ │ │ │ ├── allocation.png
│ │ │ │ ├── ar.gif
│ │ │ │ ├── ar.png
│ │ │ │ ├── back.png
│ │ │ │ ├── bank.png
│ │ │ │ ├── bar.png
│ │ │ │ ├── button_bg.png
│ │ │ │ ├── company.gif
│ │ │ │ ├── company.png
│ │ │ │ ├── contract.png
│ │ │ │ ├── credit.png
│ │ │ │ ├── cross.svg
│ │ │ │ ├── currency.png
│ │ │ │ ├── customer.png
│ │ │ │ ├── email.png
│ │ │ │ ├── error.png
│ │ │ │ ├── folder_add.png
│ │ │ │ ├── folders.gif
│ │ │ │ ├── folders.png
│ │ │ │ ├── gelbluebutton.png
│ │ │ │ ├── gelblueh.png
│ │ │ │ ├── gelblue.png
│ │ │ │ ├── gl.png
│ │ │ │ ├── Graphique-32.png
│ │ │ │ ├── group_add.png
│ │ │ │ ├── help.png
│ │ │ │ ├── hoverbuttonblue.png
│ │ │ │ ├── input_bg.png
│ │ │ │ ├── inputh.png
│ │ │ │ ├── inputhtxt.png
│ │ │ │ ├── input.png
│ │ │ │ ├── inputtxt.png
│ │ │ │ ├── inquiries.png
│ │ │ │ ├── inventory.gif
│ │ │ │ ├── inventory.png
│ │ │ │ ├── magnifier.png
│ │ │ │ ├── maintenance.gif
│ │ │ │ ├── maintenance.png
│ │ │ │ ├── menu_bg_blue.png
│ │ │ │ ├── menu_bg_dblue.png
│ │ │ │ ├── menu_bg_grey.png
│ │ │ │ ├── menu_bg_indigo.png
│ │ │ │ ├── menu_bg.png
│ │ │ │ ├── menu_bg_white.png
│ │ │ │ ├── menucurve.gif
│ │ │ │ ├── message-error.png
│ │ │ │ ├── message-info.png
│ │ │ │ ├── message-success.png
│ │ │ │ ├── message-warning.png
│ │ │ │ ├── money_add.png
│ │ │ │ ├── money_delete.png
│ │ │ │ ├── next.svg
│ │ │ │ ├── note_add.png
│ │ │ │ ├── pdf.png
│ │ │ │ ├── preview.png
│ │ │ │ ├── previous.svg
│ │ │ │ ├── printer.png
│ │ │ │ ├── reports.gif
│ │ │ │ ├── reports.png
│ │ │ │ ├── return.svg
│ │ │ │ ├── sales.png
│ │ │ │ ├── security.png
│ │ │ │ ├── stripe.png
│ │ │ │ ├── supplier.png
│ │ │ │ ├── tick.svg
│ │ │ │ ├── transactions.gif
│ │ │ │ ├── transactions.png
│ │ │ │ └── user.png
│ │ │ └── login.css
│ │ ├── fluid
│ │ │ ├── default.css
│ │ │ ├── images
│ │ │ │ ├── allocation.png
│ │ │ │ ├── ar.png
│ │ │ │ ├── back.png
│ │ │ │ ├── bank.png
│ │ │ │ ├── company.png
│ │ │ │ ├── contract.png
│ │ │ │ ├── credit.png
│ │ │ │ ├── cross.png
│ │ │ │ ├── cross.svg
│ │ │ │ ├── currency.png
│ │ │ │ ├── customer.png
│ │ │ │ ├── email.png
│ │ │ │ ├── error.png
│ │ │ │ ├── folder_add.png
│ │ │ │ ├── folders.png
│ │ │ │ ├── gl.png
│ │ │ │ ├── group_add.png
│ │ │ │ ├── help.png
│ │ │ │ ├── inquiries.png
│ │ │ │ ├── inventory.png
│ │ │ │ ├── magnifier.png
│ │ │ │ ├── maintenance.png
│ │ │ │ ├── message-error.png
│ │ │ │ ├── message-info.png
│ │ │ │ ├── message-success.png
│ │ │ │ ├── message-warning.png
│ │ │ │ ├── money_add.png
│ │ │ │ ├── money_delete.png
│ │ │ │ ├── next.svg
│ │ │ │ ├── note_add.png
│ │ │ │ ├── pdf.png
│ │ │ │ ├── preview.png
│ │ │ │ ├── previous.png
│ │ │ │ ├── previous.svg
│ │ │ │ ├── printer.png
│ │ │ │ ├── reports.gif
│ │ │ │ ├── reports.png
│ │ │ │ ├── return.svg
│ │ │ │ ├── sales.png
│ │ │ │ ├── security.png
│ │ │ │ ├── supplier.png
│ │ │ │ ├── tick.png
│ │ │ │ ├── tick.svg
│ │ │ │ ├── transactions.gif
│ │ │ │ ├── transactions.png
│ │ │ │ └── user.png
│ │ │ └── login.css
│ │ ├── fresh
│ │ │ ├── bullet.gif
│ │ │ ├── default.css
│ │ │ ├── images
│ │ │ │ ├── allocation.gif
│ │ │ │ ├── allocation.png
│ │ │ │ ├── ar.gif
│ │ │ │ ├── ar.png
│ │ │ │ ├── back.png
│ │ │ │ ├── bank.png
│ │ │ │ ├── bar.png
│ │ │ │ ├── button_bg.png
│ │ │ │ ├── company.gif
│ │ │ │ ├── company.png
│ │ │ │ ├── contract.png
│ │ │ │ ├── credit.png
│ │ │ │ ├── cross.png
│ │ │ │ ├── cross.svg
│ │ │ │ ├── currency.png
│ │ │ │ ├── customer.png
│ │ │ │ ├── email.png
│ │ │ │ ├── error.png
│ │ │ │ ├── folder_add.png
│ │ │ │ ├── folders.gif
│ │ │ │ ├── folders.png
│ │ │ │ ├── gelbluebutton.png
│ │ │ │ ├── gelblueh.png
│ │ │ │ ├── gelblue.png
│ │ │ │ ├── gl.png
│ │ │ │ ├── Graphique-32.png
│ │ │ │ ├── group_add.png
│ │ │ │ ├── help.png
│ │ │ │ ├── hoverbuttonblue.png
│ │ │ │ ├── input_bg.png
│ │ │ │ ├── inputh.png
│ │ │ │ ├── inputhtxt.png
│ │ │ │ ├── input.png
│ │ │ │ ├── inputtxt.png
│ │ │ │ ├── inquiries.png
│ │ │ │ ├── inventory.gif
│ │ │ │ ├── inventory.png
│ │ │ │ ├── magnifier.png
│ │ │ │ ├── maintenance.gif
│ │ │ │ ├── maintenance.png
│ │ │ │ ├── menu_bg_blue.png
│ │ │ │ ├── menu_bg_dblue.png
│ │ │ │ ├── menu_bg_grey.png
│ │ │ │ ├── menu_bg_indigo.png
│ │ │ │ ├── menu_bg.png
│ │ │ │ ├── menu_bg_white.png
│ │ │ │ ├── menucurve.gif
│ │ │ │ ├── message-error.png
│ │ │ │ ├── message-info.png
│ │ │ │ ├── message-success.png
│ │ │ │ ├── message-warning.png
│ │ │ │ ├── money_add.png
│ │ │ │ ├── money_delete.png
│ │ │ │ ├── next.svg
│ │ │ │ ├── note_add.png
│ │ │ │ ├── pdf.png
│ │ │ │ ├── preview.png
│ │ │ │ ├── previous.png
│ │ │ │ ├── previous.svg
│ │ │ │ ├── printer.png
│ │ │ │ ├── reports.gif
│ │ │ │ ├── reports.png
│ │ │ │ ├── return.svg
│ │ │ │ ├── sales.png
│ │ │ │ ├── security.png
│ │ │ │ ├── stripe.png
│ │ │ │ ├── supplier.png
│ │ │ │ ├── tick.png
│ │ │ │ ├── tick.svg
│ │ │ │ ├── transactions.gif
│ │ │ │ ├── transactions.png
│ │ │ │ └── user.png
│ │ │ └── login.css
│ │ ├── gel
│ │ │ ├── default.css
│ │ │ ├── images
│ │ │ │ ├── allocation.png
│ │ │ │ ├── ar.png
│ │ │ │ ├── back.png
│ │ │ │ ├── bank.png
│ │ │ │ ├── bar.png
│ │ │ │ ├── company.png
│ │ │ │ ├── contract.png
│ │ │ │ ├── credit.png
│ │ │ │ ├── cross.png
│ │ │ │ ├── cross.svg
│ │ │ │ ├── currency.png
│ │ │ │ ├── customer.png
│ │ │ │ ├── email.png
│ │ │ │ ├── error.png
│ │ │ │ ├── folder_add.png
│ │ │ │ ├── folders.gif
│ │ │ │ ├── folders.png
│ │ │ │ ├── gelblue.png
│ │ │ │ ├── gl.png
│ │ │ │ ├── group_add.png
│ │ │ │ ├── inputh.png
│ │ │ │ ├── inputhtxt.png
│ │ │ │ ├── input.png
│ │ │ │ ├── inputtxt.png
│ │ │ │ ├── inventory.png
│ │ │ │ ├── magnifier.png
│ │ │ │ ├── maintenance.gif
│ │ │ │ ├── maintenance.png
│ │ │ │ ├── menu_bg_blue.png
│ │ │ │ ├── menu_bg_dblue.png
│ │ │ │ ├── menu_bg_grey.png
│ │ │ │ ├── menu_bg_indigo.png
│ │ │ │ ├── menu_bg.png
│ │ │ │ ├── menu_bg_white.png
│ │ │ │ ├── menucurve.gif
│ │ │ │ ├── message-error.png
│ │ │ │ ├── message-info.png
│ │ │ │ ├── message-success.png
│ │ │ │ ├── message-warning.png
│ │ │ │ ├── money_add.png
│ │ │ │ ├── money_delete.png
│ │ │ │ ├── next.svg
│ │ │ │ ├── note_add.png
│ │ │ │ ├── pdf.png
│ │ │ │ ├── preview.png
│ │ │ │ ├── previous.png
│ │ │ │ ├── previous.svg
│ │ │ │ ├── printer.png
│ │ │ │ ├── reports.gif
│ │ │ │ ├── reports.png
│ │ │ │ ├── return.svg
│ │ │ │ ├── sales.png
│ │ │ │ ├── security.png
│ │ │ │ ├── stripe.png
│ │ │ │ ├── supplier.png
│ │ │ │ ├── tick.png
│ │ │ │ ├── tick.svg
│ │ │ │ ├── transactions.gif
│ │ │ │ ├── transactions.png
│ │ │ │ └── user.png
│ │ │ └── login.css
│ │ ├── labelsDim.png
│ │ ├── menu.css
│ │ ├── next.png
│ │ ├── paramsLabel.png
│ │ ├── previous.png
│ │ ├── print.css
│ │ ├── professional
│ │ │ ├── default.css
│ │ │ ├── images
│ │ │ │ ├── allocation.png
│ │ │ │ ├── ar.png
│ │ │ │ ├── bank.png
│ │ │ │ ├── company.png
│ │ │ │ ├── contract.png
│ │ │ │ ├── credit.png
│ │ │ │ ├── cross.png
│ │ │ │ ├── cross.svg
│ │ │ │ ├── currency.png
│ │ │ │ ├── customer.png
│ │ │ │ ├── email.png
│ │ │ │ ├── error.png
│ │ │ │ ├── folder_add.png
│ │ │ │ ├── folders.png
│ │ │ │ ├── gl.png
│ │ │ │ ├── group_add.png
│ │ │ │ ├── help.png
│ │ │ │ ├── input_bg.png
│ │ │ │ ├── inputtxt.png
│ │ │ │ ├── inquiries.png
│ │ │ │ ├── inventory.png
│ │ │ │ ├── magnifier.png
│ │ │ │ ├── maintenance.png
│ │ │ │ ├── message-error.png
│ │ │ │ ├── message-info.png
│ │ │ │ ├── message-success.png
│ │ │ │ ├── message-warning.png
│ │ │ │ ├── money_add.png
│ │ │ │ ├── money_delete.png
│ │ │ │ ├── next.svg
│ │ │ │ ├── note_add.png
│ │ │ │ ├── pdf.png
│ │ │ │ ├── preview.png
│ │ │ │ ├── previous.png
│ │ │ │ ├── previous.svg
│ │ │ │ ├── printer.png
│ │ │ │ ├── reports.gif
│ │ │ │ ├── reports.png
│ │ │ │ ├── return.svg
│ │ │ │ ├── sales.png
│ │ │ │ ├── security.png
│ │ │ │ ├── stripe.png
│ │ │ │ ├── supplier.png
│ │ │ │ ├── tick.png
│ │ │ │ ├── tick.svg
│ │ │ │ ├── transactions.gif
│ │ │ │ ├── transactions.png
│ │ │ │ └── user.png
│ │ │ └── login.css
│ │ ├── professional-rtl
│ │ │ ├── default.css
│ │ │ ├── images
│ │ │ │ ├── allocation.gif
│ │ │ │ ├── allocation.png
│ │ │ │ ├── ar.gif
│ │ │ │ ├── ar.png
│ │ │ │ ├── bank.png
│ │ │ │ ├── company.png
│ │ │ │ ├── credit.png
│ │ │ │ ├── cross.png
│ │ │ │ ├── cross.svg
│ │ │ │ ├── currency.png
│ │ │ │ ├── customer.png
│ │ │ │ ├── email.png
│ │ │ │ ├── error.png
│ │ │ │ ├── folder_add.png
│ │ │ │ ├── folders.gif
│ │ │ │ ├── folders.png
│ │ │ │ ├── gl.png
│ │ │ │ ├── group_add.png
│ │ │ │ ├── help.png
│ │ │ │ ├── input_bg.png
│ │ │ │ ├── inputtxt.png
│ │ │ │ ├── inventory.png
│ │ │ │ ├── magnifier.png
│ │ │ │ ├── maintenance.png
│ │ │ │ ├── message-error.png
│ │ │ │ ├── message-info.png
│ │ │ │ ├── message-success.png
│ │ │ │ ├── message-warning.png
│ │ │ │ ├── money_add.png
│ │ │ │ ├── money_delete.png
│ │ │ │ ├── next.svg
│ │ │ │ ├── note_add.png
│ │ │ │ ├── pdf.png
│ │ │ │ ├── preview.png
│ │ │ │ ├── previous.png
│ │ │ │ ├── previous.svg
│ │ │ │ ├── printer.png
│ │ │ │ ├── reports.gif
│ │ │ │ ├── reports.png
│ │ │ │ ├── return.svg
│ │ │ │ ├── sales.png
│ │ │ │ ├── security.png
│ │ │ │ ├── supplier.png
│ │ │ │ ├── tick.png
│ │ │ │ ├── tick.svg
│ │ │ │ ├── transactions.png
│ │ │ │ └── user.png
│ │ │ └── login.css
│ │ ├── silverwolf
│ │ │ ├── default.css
│ │ │ ├── images
│ │ │ │ ├── allocation.png
│ │ │ │ ├── ar.png
│ │ │ │ ├── back.png
│ │ │ │ ├── bank.png
│ │ │ │ ├── bar.png
│ │ │ │ ├── company.png
│ │ │ │ ├── contract.png
│ │ │ │ ├── credit.png
│ │ │ │ ├── cross.png
│ │ │ │ ├── cross.svg
│ │ │ │ ├── currency.png
│ │ │ │ ├── customer.png
│ │ │ │ ├── email.png
│ │ │ │ ├── error.png
│ │ │ │ ├── folder_add.png
│ │ │ │ ├── folders.png
│ │ │ │ ├── gl.png
│ │ │ │ ├── group_add.png
│ │ │ │ ├── help.png
│ │ │ │ ├── input_bg.png
│ │ │ │ ├── inventory.png
│ │ │ │ ├── magnifier.png
│ │ │ │ ├── maintenance.png
│ │ │ │ ├── menu_bg_dblue.png
│ │ │ │ ├── menu_bg.png
│ │ │ │ ├── message-error.png
│ │ │ │ ├── message-info.png
│ │ │ │ ├── message-success.png
│ │ │ │ ├── message-warning.png
│ │ │ │ ├── money_add.png
│ │ │ │ ├── money_delete.png
│ │ │ │ ├── next.svg
│ │ │ │ ├── note_add.png
│ │ │ │ ├── pdf.png
│ │ │ │ ├── preview.png
│ │ │ │ ├── previous.png
│ │ │ │ ├── previous.svg
│ │ │ │ ├── printer.png
│ │ │ │ ├── reports.png
│ │ │ │ ├── return.svg
│ │ │ │ ├── sales.png
│ │ │ │ ├── security.png
│ │ │ │ ├── stripe.png
│ │ │ │ ├── supplier.png
│ │ │ │ ├── tick.png
│ │ │ │ ├── tick.svg
│ │ │ │ ├── transactions.png
│ │ │ │ └── user.png
│ │ │ └── login.css
│ │ ├── spacer.gif
│ │ ├── webERP.gif
│ │ ├── webERPsm.gif
│ │ ├── WEBootstrap
│ │ │ ├── bullet.gif
│ │ │ ├── css
│ │ │ │ ├── bootstrap.css
│ │ │ │ ├── bootstrap.css.map
│ │ │ │ ├── bootstrap.min.css
│ │ │ │ ├── bootstrap.min.css.map
│ │ │ │ ├── bootstrap-theme.css
│ │ │ │ ├── bootstrap-theme.css.map
│ │ │ │ ├── bootstrap-theme.min.css
│ │ │ │ └── bootstrap-theme.min.css.map
│ │ │ ├── default.css
│ │ │ ├── fonts
│ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ │ └── glyphicons-halflings-regular.woff2
│ │ │ ├── images
│ │ │ │ ├── allocation.png
│ │ │ │ ├── ar.png
│ │ │ │ ├── background.png
│ │ │ │ ├── back.png
│ │ │ │ ├── bank.png
│ │ │ │ ├── company.png
│ │ │ │ ├── contract.png
│ │ │ │ ├── credit.png
│ │ │ │ ├── cross.svg
│ │ │ │ ├── currency.png
│ │ │ │ ├── customer.png
│ │ │ │ ├── email.png
│ │ │ │ ├── error.png
│ │ │ │ ├── folder_add.png
│ │ │ │ ├── folders.png
│ │ │ │ ├── gl.png
│ │ │ │ ├── Graphique-32.png
│ │ │ │ ├── group_add.png
│ │ │ │ ├── help.png
│ │ │ │ ├── icons.ai
│ │ │ │ ├── inquiries.png
│ │ │ │ ├── inventory.png
│ │ │ │ ├── login.png
│ │ │ │ ├── logo.jpg
│ │ │ │ ├── magnifier.png
│ │ │ │ ├── maintenance.png
│ │ │ │ ├── menucurve.gif
│ │ │ │ ├── money_add.png
│ │ │ │ ├── money_delete.png
│ │ │ │ ├── next.svg
│ │ │ │ ├── note_add.png
│ │ │ │ ├── pdf.png
│ │ │ │ ├── preview.png
│ │ │ │ ├── previous.svg
│ │ │ │ ├── printer.png
│ │ │ │ ├── reports.png
│ │ │ │ ├── return.svg
│ │ │ │ ├── sales.png
│ │ │ │ ├── security.png
│ │ │ │ ├── stripe.png
│ │ │ │ ├── supplier.png
│ │ │ │ ├── tick.svg
│ │ │ │ ├── transactions.png
│ │ │ │ └── user.png
│ │ │ ├── js
│ │ │ │ ├── bootstrap.js
│ │ │ │ ├── bootstrap.min.js
│ │ │ │ ├── custom.js
│ │ │ │ └── npm.js
│ │ │ └── login.css
│ │ ├── wood
│ │ │ ├── bullet.gif
│ │ │ ├── default.css
│ │ │ ├── images
│ │ │ │ ├── allocation.png
│ │ │ │ ├── ar.png
│ │ │ │ ├── bank.png
│ │ │ │ ├── company.png
│ │ │ │ ├── contract.png
│ │ │ │ ├── credit.png
│ │ │ │ ├── cross.png
│ │ │ │ ├── cross.svg
│ │ │ │ ├── currency.png
│ │ │ │ ├── customer.png
│ │ │ │ ├── desk.jpg
│ │ │ │ ├── email.png
│ │ │ │ ├── error.png
│ │ │ │ ├── folder_add.png
│ │ │ │ ├── folders.gif
│ │ │ │ ├── folders.png
│ │ │ │ ├── gl.png
│ │ │ │ ├── group_add.png
│ │ │ │ ├── help.png
│ │ │ │ ├── inquiries.png
│ │ │ │ ├── inventory.png
│ │ │ │ ├── magnifier.png
│ │ │ │ ├── maintenance.png
│ │ │ │ ├── message-error.png
│ │ │ │ ├── message-info.png
│ │ │ │ ├── message-success.png
│ │ │ │ ├── message-warning.png
│ │ │ │ ├── money_add.png
│ │ │ │ ├── money_delete.png
│ │ │ │ ├── next.svg
│ │ │ │ ├── note_add.png
│ │ │ │ ├── pdf.png
│ │ │ │ ├── preview.png
│ │ │ │ ├── previous.png
│ │ │ │ ├── previous.svg
│ │ │ │ ├── printer.png
│ │ │ │ ├── reports.gif
│ │ │ │ ├── reports.png
│ │ │ │ ├── return.svg
│ │ │ │ ├── sales.png
│ │ │ │ ├── security.png
│ │ │ │ ├── supplier.png
│ │ │ │ ├── tick.png
│ │ │ │ ├── tick.svg
│ │ │ │ ├── transactions 2.png
│ │ │ │ ├── transactions.png
│ │ │ │ ├── user.png
│ │ │ │ └── wood.jpg
│ │ │ └── login.css
│ │ └── xenos
│ │ ├── bullet.gif
│ │ ├── default.css
│ │ ├── images
│ │ │ ├── allocation.png
│ │ │ ├── ar.png
│ │ │ ├── back.png
│ │ │ ├── bank.png
│ │ │ ├── bar.png
│ │ │ ├── button_bg.png
│ │ │ ├── company.png
│ │ │ ├── contract.png
│ │ │ ├── credit.png
│ │ │ ├── cross.svg
│ │ │ ├── currency.png
│ │ │ ├── customer.png
│ │ │ ├── email.png
│ │ │ ├── error.png
│ │ │ ├── folder_add.png
│ │ │ ├── folders.png
│ │ │ ├── gelbluebutton.png
│ │ │ ├── gelblueh.png
│ │ │ ├── gelblue.png
│ │ │ ├── gl.png
│ │ │ ├── Graphique-32.png
│ │ │ ├── group_add.png
│ │ │ ├── help.png
│ │ │ ├── hoverbuttonblue.png
│ │ │ ├── input_bg.png
│ │ │ ├── inputh.png
│ │ │ ├── inputhtxt.png
│ │ │ ├── input.png
│ │ │ ├── inputtxt.png
│ │ │ ├── inquiries.png
│ │ │ ├── inventory.png
│ │ │ ├── magnifier.png
│ │ │ ├── maintenance.png
│ │ │ ├── menu_bg_blue.png
│ │ │ ├── menu_bg_dblue.png
│ │ │ ├── menu_bg_grey.png
│ │ │ ├── menu_bg_indigo.png
│ │ │ ├── menu_bg.png
│ │ │ ├── menu_bg_white.png
│ │ │ ├── menucurve.gif
│ │ │ ├── message-error.png
│ │ │ ├── message-info.png
│ │ │ ├── message-success.png
│ │ │ ├── message-warning.png
│ │ │ ├── money_add.png
│ │ │ ├── money_delete.png
│ │ │ ├── next.svg
│ │ │ ├── note_add.png
│ │ │ ├── pdf.png
│ │ │ ├── preview.png
│ │ │ ├── previous.svg
│ │ │ ├── printer.png
│ │ │ ├── reports.png
│ │ │ ├── return.svg
│ │ │ ├── sales.png
│ │ │ ├── security.png
│ │ │ ├── stripe.png
│ │ │ ├── supplier.png
│ │ │ ├── tick.svg
│ │ │ ├── transactions.png
│ │ │ └── user.png
│ │ └── login.css
│ ├── Currencies.php
│ ├── CustEDISetup.php
│ ├── CustItem.php
│ ├── CustLoginSetup.php
│ ├── CustomerAccount.php
│ ├── CustomerAllocations.php
│ ├── CustomerBalancesMovement.php
│ ├── CustomerBranches.php
│ ├── CustomerInquiry.php
│ ├── CustomerPurchases.php
│ ├── CustomerReceipt.php
│ ├── Customers.php
│ ├── CustomerTransInquiry.php
│ ├── CustomerTypes.php
│ ├── CustWhereAlloc.php
│ ├── DailyBankTransactions.php
│ ├── DailySalesInquiry.php
│ ├── Dashboard.php
│ ├── DebtorsAtPeriodEnd.php
│ ├── DeliveryDetails.php
│ ├── Departments.php
│ ├── DiscountCategories.php
│ ├── DiscountMatrix.php
│ ├── doc
│ │ ├── CHANGELOG_ARCHIVE.md
│ │ ├── CHANGELOG.md
│ │ ├── INSTALL.txt
│ │ ├── LICENSE.txt
│ │ ├── Manual
│ │ │ ├── images
│ │ │ │ ├── AccountsPayable.jpg
│ │ │ │ ├── BankReconciliation.jpg
│ │ │ │ ├── CreateCreditNoteSelectType.png
│ │ │ │ ├── CreditInvoiceDeleteLines.png
│ │ │ │ ├── CreditInvoiceSelectInvoice.png
│ │ │ │ ├── GLIntegration.jpg
│ │ │ │ ├── Installer_1a.jpg
│ │ │ │ ├── Installer_1.jpg
│ │ │ │ ├── Installer_2.jpg
│ │ │ │ ├── Installer_3.jpg
│ │ │ │ ├── InventoryLocations.jpg
│ │ │ │ ├── InventoryLocations.png
│ │ │ │ ├── LocationUsers.jpg
│ │ │ │ ├── MaintainDiscountMatrix.jpg
│ │ │ │ ├── MenuCreateCreditNote.png
│ │ │ │ ├── MenuOptionAllocateCredits.png
│ │ │ │ ├── MRPCalendar.jpg
│ │ │ │ ├── MRPCreateDemands.jpg
│ │ │ │ ├── MRPDemands.jpg
│ │ │ │ ├── MRP.jpg
│ │ │ │ ├── MRP_Report.jpg
│ │ │ │ ├── NewDiscountCategory.jpg
│ │ │ │ ├── Purchasing.jpg
│ │ │ │ ├── QA_AdditionalTests.png
│ │ │ │ ├── QA_CertOfAnalysisReport.png
│ │ │ │ ├── QA_Config.png
│ │ │ │ ├── QA_CopySpecification.png
│ │ │ │ ├── QA_CopyTestResults.png
│ │ │ │ ├── QA_DeleteTestResult.png
│ │ │ │ ├── QA_HistoricalResults.png
│ │ │ │ ├── QA_LogSampleResults2.png
│ │ │ │ ├── QA_LogSampleResults.png
│ │ │ │ ├── QA_Menus.png
│ │ │ │ ├── QA_PrintCertOfAnalysis1.png
│ │ │ │ ├── QA_PrintCertOfAnalysis2.png
│ │ │ │ ├── QA_PrintProductSpecification.png
│ │ │ │ ├── QA_ProdSpecAddTasks.png
│ │ │ │ ├── QA_ProdSpecValues.png
│ │ │ │ ├── QA_ProductSpecificationMaintenance.png
│ │ │ │ ├── QA_TestsEntry.png
│ │ │ │ ├── QA_Tests.png
│ │ │ │ ├── RBCritSetup.gif
│ │ │ │ ├── RBDbSetup.gif
│ │ │ │ ├── RBFldSetup.gif
│ │ │ │ ├── RBFrmCritSetup.gif
│ │ │ │ ├── RBFrmDbSetup.gif
│ │ │ │ ├── RBFrmDtaBlk.gif
│ │ │ │ ├── RBFrmDtaCoBlk.gif
│ │ │ │ ├── RBFrmDtaCoLine.gif
│ │ │ │ ├── RBFrmDtaFxdLine.gif
│ │ │ │ ├── RBFrmDtaImg.gif
│ │ │ │ ├── RBFrmDtaLine.gif
│ │ │ │ ├── RBFrmDtaPgNum.gif
│ │ │ │ ├── RBFrmDtaRect.gif
│ │ │ │ ├── RBFrmDtaTbl.gif
│ │ │ │ ├── RBFrmDtaText.gif
│ │ │ │ ├── RBFrmDtaTtl.gif
│ │ │ │ ├── RBFrmFldSetup.gif
│ │ │ │ ├── RBFrmName.gif
│ │ │ │ ├── RBFrmPageSetup.gif
│ │ │ │ ├── RBFrmShowCrit.gif
│ │ │ │ ├── RBFrmShow.gif
│ │ │ │ ├── RBHome.gif
│ │ │ │ ├── RBPageSetup.gif
│ │ │ │ ├── RBRptName.gif
│ │ │ │ ├── Sales.jpg
│ │ │ │ ├── SelectCreditToAllocate.png
│ │ │ │ ├── StockAdjustment.jpg
│ │ │ │ ├── SystemParameterCosting.jpg
│ │ │ │ ├── UserSettings.jpg
│ │ │ │ └── UserSettings.png
│ │ │ ├── ManualAccountsPayable.html
│ │ │ ├── ManualAccountsReceivable.html
│ │ │ ├── ManualAPIFunctions.php
│ │ │ ├── ManualAPITutorial.html
│ │ │ ├── ManualARInquiries.html
│ │ │ ├── ManualARReports.html
│ │ │ ├── ManualARTransactions.html
│ │ │ ├── ManualContracts.html
│ │ │ ├── ManualContributors.html
│ │ │ ├── ManualCreatingNewSystem.html
│ │ │ ├── ManualCreditNotes.html
│ │ │ ├── ManualCreditStatus.html
│ │ │ ├── ManualCurrencies.html
│ │ │ ├── ManualDevelopmentStructure.html
│ │ │ ├── ManualFixedAssets.html
│ │ │ ├── ManualGeneralLedger.html
│ │ │ ├── ManualGettingStarted.html
│ │ │ ├── ManualIntroduction.html
│ │ │ ├── ManualInventory.html
│ │ │ ├── ManualManufacturing.html
│ │ │ ├── ManualMRP.html
│ │ │ ├── ManualMultilanguage.html
│ │ │ ├── ManualNewScripts.html
│ │ │ ├── ManualOutline.php
│ │ │ ├── ManualPaymentTerms.html
│ │ │ ├── ManualPettyCash.html
│ │ │ ├── ManualPrices.html
│ │ │ ├── ManualPurchaseOrdering.html
│ │ │ ├── ManualQualityAssurance.html
│ │ │ ├── ManualReportBuilder.html
│ │ │ ├── ManualRequirements.html
│ │ │ ├── ManualSalesAnalysis.html
│ │ │ ├── ManualSales.html
│ │ │ ├── ManualSalesOrders.html
│ │ │ ├── ManualSalesPeople.html
│ │ │ ├── ManualSalesTypes.html
│ │ │ ├── ManualSecuritySchema.html
│ │ │ ├── ManualShipments.html
│ │ │ ├── ManualSpecialUtilities.html
│ │ │ ├── ManualSupplierTenders.html
│ │ │ ├── ManualSystemConventions.html
│ │ │ ├── ManualTax.html
│ │ │ └── style
│ │ │ └── manual.css
│ │ └── UPGRADING.txt
│ ├── EDIMessageFormat.php
│ ├── EDIProcessOrders.php
│ ├── EDISendInvoices.php
│ ├── EDISendInvoices_Reece.php
│ ├── EmailConfirmation.php
│ ├── EmailCustTrans.php
│ ├── ExchangeRateTrend.php
│ ├── Factors.php
│ ├── favicon.ico
│ ├── FixedAssetCategories.php
│ ├── FixedAssetDepreciation.php
│ ├── FixedAssetItems.php
│ ├── FixedAssetLocations.php
│ ├── FixedAssetRegister.php
│ ├── FixedAssetTransfer.php
│ ├── flags
│ │ ├── AED.gif
│ │ ├── AFN.gif
│ │ ├── ALL.gif
│ │ ├── AMD.gif
│ │ ├── ANG.gif
│ │ ├── AOA.gif
│ │ ├── ARS.gif
│ │ ├── AUD.gif
│ │ ├── AWG.gif
│ │ ├── AZN.gif
│ │ ├── BAM.gif
│ │ ├── BBD.gif
│ │ ├── BDT.gif
│ │ ├── BGN.gif
│ │ ├── BHD.gif
│ │ ├── BIF.gif
│ │ ├── blank.gif
│ │ ├── BND.gif
│ │ ├── BOB.gif
│ │ ├── BRL.gif
│ │ ├── BSD.gif
│ │ ├── BTN.gif
│ │ ├── BWP.gif
│ │ ├── BYR.gif
│ │ ├── BZD.gif
│ │ ├── CAD.gif
│ │ ├── CHF.gif
│ │ ├── CLP.gif
│ │ ├── CNY.gif
│ │ ├── COP.gif
│ │ ├── CRC.gif
│ │ ├── CUP.gif
│ │ ├── CVE.gif
│ │ ├── CZK.gif
│ │ ├── DJF.gif
│ │ ├── DKK.gif
│ │ ├── DOP.gif
│ │ ├── DZD.gif
│ │ ├── EEK.gif
│ │ ├── EGP.gif
│ │ ├── ERN.gif
│ │ ├── ETB.gif
│ │ ├── EUR.gif
│ │ ├── FJD.gif
│ │ ├── GBP.gif
│ │ ├── GEL.gif
│ │ ├── GHS.gif
│ │ ├── GIP.gif
│ │ ├── GMD.gif
│ │ ├── GNF.gif
│ │ ├── GTQ.gif
│ │ ├── GYD.gif
│ │ ├── HKD.gif
│ │ ├── HNL.gif
│ │ ├── HRK.gif
│ │ ├── HTG.gif
│ │ ├── HUF.gif
│ │ ├── IDR.gif
│ │ ├── ILS.gif
│ │ ├── INR.gif
│ │ ├── IQD.gif
│ │ ├── IRR.gif
│ │ ├── ISK.gif
│ │ ├── JMD.gif
│ │ ├── JOD.gif
│ │ ├── JPY.gif
│ │ ├── KES.gif
│ │ ├── KGS.gif
│ │ ├── KHR.gif
│ │ ├── KMF.gif
│ │ ├── KRW.gif
│ │ ├── KWD.gif
│ │ ├── KZT.gif
│ │ ├── LAK.gif
│ │ ├── LBP.gif
│ │ ├── LKR.gif
│ │ ├── LRD.gif
│ │ ├── LSL.gif
│ │ ├── LTL.gif
│ │ ├── LVL.gif
│ │ ├── LYD.gif
│ │ ├── MAD.gif
│ │ ├── MDL.gif
│ │ ├── MGA.gif
│ │ ├── MKD.gif
│ │ ├── MNT.gif
│ │ ├── MRO.gif
│ │ ├── MTL.gif
│ │ ├── MUR.gif
│ │ ├── MVR.gif
│ │ ├── MWK.gif
│ │ ├── MXN.gif
│ │ ├── MYR.gif
│ │ ├── MZN.gif
│ │ ├── NAD.gif
│ │ ├── NGN.gif
│ │ ├── NIO.gif
│ │ ├── NOK.gif
│ │ ├── NPR.gif
│ │ ├── NZD.gif
│ │ ├── OMR.gif
│ │ ├── PAB.gif
│ │ ├── PEN.gif
│ │ ├── PGK.gif
│ │ ├── PHP.gif
│ │ ├── PKR.gif
│ │ ├── PLN.gif
│ │ ├── PYG.gif
│ │ ├── QAR.gif
│ │ ├── RON.gif
│ │ ├── RSD.gif
│ │ ├── RUB.gif
│ │ ├── RWF.gif
│ │ ├── SAR.gif
│ │ ├── SBD.gif
│ │ ├── SCR.gif
│ │ ├── SDG.gif
│ │ ├── SEK.gif
│ │ ├── SGD.gif
│ │ ├── SKK.gif
│ │ ├── SLL.gif
│ │ ├── SOS.gif
│ │ ├── SRD.gif
│ │ ├── STD.gif
│ │ ├── SVC.gif
│ │ ├── SYP.gif
│ │ ├── SZL.gif
│ │ ├── THB.gif
│ │ ├── TJS.gif
│ │ ├── TMM.gif
│ │ ├── TND.gif
│ │ ├── TOP.gif
│ │ ├── TRY.gif
│ │ ├── TTD.gif
│ │ ├── TWD.gif
│ │ ├── TZS.gif
│ │ ├── UAH.gif
│ │ ├── UGX.gif
│ │ ├── USD.gif
│ │ ├── UYU.gif
│ │ ├── UZS.gif
│ │ ├── VEF.gif
│ │ ├── VND.gif
│ │ ├── VUV.gif
│ │ ├── XAF.gif
│ │ ├── XCD.gif
│ │ ├── XDR.gif
│ │ ├── XOF.gif
│ │ ├── XPF.gif
│ │ ├── YER.gif
│ │ ├── ZAR.gif
│ │ ├── ZMK.gif
│ │ └── ZWD.gif
│ ├── FormDesigner.php
│ ├── FreightCosts.php
│ ├── FTP_RadioBeacon.php
│ ├── GeneratePickingList.php
│ ├── geocode_genxml_customers.php
│ ├── geocode_genxml_suppliers.php
│ ├── geocode.php
│ ├── GeocodeSetup.php
│ ├── geo_displaymap_customers.php
│ ├── geo_displaymap_suppliers.php
│ ├── GetStockImage.php
│ ├── GLAccountCSV.php
│ ├── GLAccountGraph.php
│ ├── GLAccountInquiry.php
│ ├── GLAccountReport.php
│ ├── GLAccounts.php
│ ├── GLAccountUsers.php
│ ├── GLBalanceSheet.php
│ ├── GLBudgets.php
│ ├── GLCashFlowsIndirect.php
│ ├── GLCashFlowsSetup.php
│ ├── GLCodesInquiry.php
│ ├── GLJournalInquiry.php
│ ├── GLJournal.php
│ ├── GLProfit_Loss.php
│ ├── GLTagProfit_Loss.php
│ ├── GLTags.php
│ ├── GLTransInquiry.php
│ ├── GLTrialBalance_csv.php
│ ├── GLTrialBalance.php
│ ├── GoodsReceivedControlled.php
│ ├── GoodsReceived.php
│ ├── HistoricalTestResults.php
│ ├── ImportBankTransAnalysis.php
│ ├── ImportBankTrans.php
│ ├── includes
│ │ ├── AccountSectionsDef.php
│ │ ├── Add_SerialItemsOut.php
│ │ ├── Add_SerialItems.php
│ │ ├── barcodepack
│ │ │ ├── class.barcode.php
│ │ │ ├── class.code128.php
│ │ │ ├── class.ean13.php
│ │ │ ├── class.i2of5.php
│ │ │ ├── class.linearBarcode.php
│ │ │ ├── class.qrCode.php
│ │ │ ├── class.s2of5.php
│ │ │ └── class.upc.php
│ │ ├── class.pdf.php
│ │ ├── ConnectDB.inc
│ │ ├── ConnectDB_mysqli.inc
│ │ ├── ConnectDB_mysql.inc
│ │ ├── ConnectDB_postgres.inc
│ │ ├── ConstructSQLForUserDefinedSalesReport.inc
│ │ ├── Contract_Readin.php
│ │ ├── CountriesArray.php
│ │ ├── CSVSalesAnalysis.inc
│ │ ├── CurrenciesArray.php
│ │ ├── DatabaseTranslations.php
│ │ ├── DateFunctions.inc
│ │ ├── DefineCartClass.php
│ │ ├── DefineContractClass.php
│ │ ├── DefineCustAllocsClass.php
│ │ ├── DefineImportBankTransClass.php
│ │ ├── DefineJournalClass.php
│ │ ├── DefineLabelClass.php
│ │ ├── DefineOfferClass.php
│ │ ├── DefinePaymentClass.php
│ │ ├── DefinePOClass.php
│ │ ├── DefineReceiptClass.php
│ │ ├── DefineSerialItems.php
│ │ ├── DefineShiptClass.php
│ │ ├── DefineSpecialOrderClass.php
│ │ ├── DefineStockAdjustment.php
│ │ ├── DefineStockRequestClass.php
│ │ ├── DefineStockTransfers.php
│ │ ├── DefineSuppAllocsClass.php
│ │ ├── DefineSuppTransClass.php
│ │ ├── DefineTenderClass.php
│ │ ├── EDIconfig.inc
│ │ ├── EDIVariableSubstitution.inc
│ │ ├── FailedLogin.php
│ │ ├── footer.php
│ │ ├── FreightCalculation.inc
│ │ ├── GenPickingListHeader.inc
│ │ ├── GetConfig.php
│ │ ├── GetPaymentMethods.php
│ │ ├── GetPrice.inc
│ │ ├── GetSalesTransGLCodes.inc
│ │ ├── GLPostings.inc
│ │ ├── GLPostingsZero.inc
│ │ ├── GoogleTranslator.php
│ │ ├── header.php
│ │ ├── htmlMimeMail.php
│ │ ├── ImportBankTrans_GIFTS.php
│ │ ├── ImportBankTrans_MT940_ING.php
│ │ ├── ImportBankTrans_MT940_SCB.php
│ │ ├── InputSerialItemsExisting.php
│ │ ├── InputSerialItemsFile.php
│ │ ├── InputSerialItemsKeyed.php
│ │ ├── InputSerialItems.php
│ │ ├── InputSerialItemsSequential.php
│ │ ├── LanguagesArray.php
│ │ ├── LanguageSetup.php
│ │ ├── Login.php
│ │ ├── MainMenuLinksArray.php
│ │ ├── mimePart.php
│ │ ├── MiscFunctions.php
│ │ ├── OutputSerialItems.php
│ │ ├── PDFAckPageHeader.php
│ │ ├── PDFAgedDebtorsPageHeader.inc
│ │ ├── PDFAgedSuppliersPageHeader.inc
│ │ ├── PDFBalanceSheetPageHeader.inc
│ │ ├── PDFBankingSummaryPageHeader.inc
│ │ ├── PDFBOMListingPageHeader.inc
│ │ ├── PDFChequeListingPageHeader.inc
│ │ ├── PDFCOAHeader.inc
│ │ ├── PDFCustomerListPageHeader.inc
│ │ ├── PDFCustTransListingPageHeader.inc
│ │ ├── PDFDebtorBalsPageHeader.inc
│ │ ├── PDFDeliveryDifferencesPageHeader.inc
│ │ ├── PDFDIFOTPageHeader.inc
│ │ ├── PDFGLJournalHeaderCN.inc
│ │ ├── PDFGLJournalHeader.inc
│ │ ├── PDFGrnHeader.inc
│ │ ├── PDFInventoryPlanPageHeader.inc
│ │ ├── PDFInventoryValnPageHeader.inc
│ │ ├── PDFLowGPPageHeader.inc
│ │ ├── PDFOrderPageHeader_generic.inc
│ │ ├── PDFOrderPageHeader.inc
│ │ ├── PDFOrdersInvoicedPageHeader.inc
│ │ ├── PDFOrderStatusPageHeader.inc
│ │ ├── PDFOstdgGRNsPageHeader.inc
│ │ ├── PDFPaymentRunPageHeader.inc
│ │ ├── PDFPaymentRun_PymtFooter.php
│ │ ├── PDFPeriodStockTransListingPageHeader.inc
│ │ ├── PDFPickingListHeader.inc
│ │ ├── PDFProdSpecHeader.inc
│ │ ├── PDFProfitAndLossPageHeader.inc
│ │ ├── PDFQuotationPageHeader.inc
│ │ ├── PDFQuotationPortraitPageHeader.inc
│ │ ├── PDFSalesAnalPageHeader.inc
│ │ ├── PDFSalesAnalysis.inc
│ │ ├── PDFSalesOrder_generic.inc
│ │ ├── PDFSellThroughSupportClaimPageHeader.inc
│ │ ├── PDFStarter.php
│ │ ├── PDFStatementPageHeader.inc
│ │ ├── PDFStockCheckPageHeader.inc
│ │ ├── PDFStockComparisonPageHeader.inc
│ │ ├── PDFStockLocTransferHeader.inc
│ │ ├── PDFStockNegativesHeader.inc
│ │ ├── PDFStockTransferHeader.inc
│ │ ├── PDFSupplierBalsPageHeader.inc
│ │ ├── PDFSuppTransListingPageHeader.inc
│ │ ├── PDFTabReportHeader.inc
│ │ ├── PDFTagProfitAndLossPageHeader.inc
│ │ ├── PDFTaxPageHeader.inc
│ │ ├── PDFTopItemsHeader.inc
│ │ ├── PDFTransPageHeader.inc
│ │ ├── PDFTransPageHeaderPortrait.inc
│ │ ├── PDFTrialBalancePageHeader.inc
│ │ ├── PDFWOPageHeader.inc
│ │ ├── php-gettext
│ │ │ ├── AUTHORS
│ │ │ ├── ChangeLog
│ │ │ ├── COPYING
│ │ │ ├── gettext.inc
│ │ │ ├── gettext.php
│ │ │ ├── README
│ │ │ └── streams.php
│ │ ├── phplot
│ │ │ ├── ChangeLog
│ │ │ ├── contrib
│ │ │ │ ├── color_range.example.php
│ │ │ │ ├── color_range.php
│ │ │ │ ├── color_range.test1.php
│ │ │ │ ├── color_range.test2.php
│ │ │ │ ├── prune_labels.example.php
│ │ │ │ ├── prune_labels.php
│ │ │ │ ├── prune_labels.test.php
│ │ │ │ └── README.txt
│ │ │ ├── COPYING
│ │ │ ├── HorizontalBars.txt
│ │ │ ├── NEWS.txt
│ │ │ ├── phplot_data.php
│ │ │ ├── phplot.php
│ │ │ ├── README.txt
│ │ │ └── rgb.inc.php
│ │ ├── PO_PDFOrderPageHeader.inc
│ │ ├── PO_ReadInOrder.inc
│ │ ├── PO_UnsetFormVbls.php
│ │ ├── RFC822.php
│ │ ├── SelectOrderItems_IntoCart.inc
│ │ ├── session.php
│ │ ├── smtp.php
│ │ ├── SQL_CommonFunctions.inc
│ │ ├── tcpdf
│ │ │ ├── barcodes
│ │ │ │ └── qrcode.php
│ │ │ ├── CHANGELOG.TXT
│ │ │ ├── config
│ │ │ │ ├── tcpdf_config_alt.php
│ │ │ │ └── tcpdf_config.php
│ │ │ ├── fonts
│ │ │ │ ├── freeserifb.ctg.z
│ │ │ │ ├── freeserifbi.ctg.z
│ │ │ │ ├── freeserifbi.php
│ │ │ │ ├── freeserifbi.z
│ │ │ │ ├── freeserifb.php
│ │ │ │ ├── freeserifb.z
│ │ │ │ ├── freeserif.ctg.z
│ │ │ │ ├── freeserifi.ctg.z
│ │ │ │ ├── freeserifi.php
│ │ │ │ ├── freeserifi.z
│ │ │ │ ├── freeserif.php
│ │ │ │ ├── freeserif.z
│ │ │ │ ├── helveticabi.php
│ │ │ │ ├── helveticab.php
│ │ │ │ ├── helveticai.php
│ │ │ │ ├── helvetica.php
│ │ │ │ ├── javiergb.php
│ │ │ │ ├── javierjp.php
│ │ │ │ ├── timesbi.php
│ │ │ │ ├── timesb.php
│ │ │ │ ├── timesi.php
│ │ │ │ └── times.php
│ │ │ ├── include
│ │ │ │ ├── sRGB.icc
│ │ │ │ ├── tcpdf_colors.php
│ │ │ │ ├── tcpdf_filters.php
│ │ │ │ ├── tcpdf_font_data.php
│ │ │ │ ├── tcpdf_fonts.php
│ │ │ │ ├── tcpdf_images.php
│ │ │ │ └── tcpdf_static.php
│ │ │ ├── LICENSE.TXT
│ │ │ ├── README.TXT
│ │ │ ├── tcpdf_autoconfig.php
│ │ │ ├── tcpdf_barcodes_2d.php
│ │ │ └── tcpdf.php
│ │ ├── UserLogin.php
│ │ └── Z_POSDataCreation.php
│ ├── index.php
│ ├── install
│ │ ├── index.php
│ │ ├── installer.css
│ │ ├── invalid.png
│ │ ├── required.png
│ │ ├── timezone.csv
│ │ ├── timezone.php
│ │ └── valid.png
│ ├── InternalStockCategoriesByRole.php
│ ├── InternalStockRequestAuthorisation.php
│ ├── InternalStockRequestFulfill.php
│ ├── InternalStockRequestInquiry.php
│ ├── InternalStockRequest.php
│ ├── InventoryPlanning.php
│ ├── InventoryPlanningPrefSupplier.php
│ ├── InventoryQuantities.php
│ ├── InventoryValuation.php
│ ├── javascripts
│ │ └── MiscFunctions.js
│ ├── Labels.php
│ ├── locale
│ │ ├── ar_EG.utf8
│ │ │ └── LC_MESSAGES
│ │ │ ├── messages.mo
│ │ │ └── messages.po
│ │ ├── ar_SY.utf8
│ │ │ └── LC_MESSAGES
│ │ │ ├── messages.mo
│ │ │ └── messages.po
│ │ ├── cs_CZ.utf8
│ │ │ └── LC_MESSAGES
│ │ │ ├── messages.mo
│ │ │ └── messages.po
│ │ ├── de_DE.utf8
│ │ │ ├── LC_MESSAGES
│ │ │ │ ├── messages.mo
│ │ │ │ └── messages.po
│ │ │ └── Manual
│ │ │ ├── images
│ │ │ │ ├── RBCritSetup.gif
│ │ │ │ ├── RBDbSetup.gif
│ │ │ │ ├── RBFldSetup.gif
│ │ │ │ ├── RBFrmCritSetup.gif
│ │ │ │ ├── RBFrmDbSetup.gif
│ │ │ │ ├── RBFrmDtaBlk.gif
│ │ │ │ ├── RBFrmDtaCoBlk.gif
│ │ │ │ ├── RBFrmDtaCoLine.gif
│ │ │ │ ├── RBFrmDtaFxdLine.gif
│ │ │ │ ├── RBFrmDtaImg.gif
│ │ │ │ ├── RBFrmDtaLine.gif
│ │ │ │ ├── RBFrmDtaPgNum.gif
│ │ │ │ ├── RBFrmDtaRect.gif
│ │ │ │ ├── RBFrmDtaTbl.gif
│ │ │ │ ├── RBFrmDtaText.gif
│ │ │ │ ├── RBFrmDtaTtl.gif
│ │ │ │ ├── RBFrmFldSetup.gif
│ │ │ │ ├── RBFrmName.gif
│ │ │ │ ├── RBFrmPageSetup.gif
│ │ │ │ ├── RBFrmShowCrit.gif
│ │ │ │ ├── RBFrmShow.gif
│ │ │ │ ├── RBHome.gif
│ │ │ │ ├── RBPageSetup.gif
│ │ │ │ └── RBRptName.gif
│ │ │ ├── ManualAccountsPayable.html
│ │ │ ├── ManualAccountsReceivable.html
│ │ │ ├── ManualARInquiries.html
│ │ │ ├── ManualARReports.html
│ │ │ ├── ManualARTransactions.html
│ │ │ ├── ManualContents.php
│ │ │ ├── ManualContributors.html
│ │ │ ├── ManualCreatingNewSystem.html
│ │ │ ├── ManualCreditStatus.html
│ │ │ ├── ManualDevelopmentStructure.html
│ │ │ ├── ManualFooter.html
│ │ │ ├── ManualGeneralLedger.html
│ │ │ ├── ManualGettingStarted.html
│ │ │ ├── ManualHeader.html
│ │ │ ├── ManualIntroduction.html
│ │ │ ├── ManualInventory.html
│ │ │ ├── ManualManufacturing.html
│ │ │ ├── ManualMultilanguage.html
│ │ │ ├── ManualNewScripts.html
│ │ │ ├── ManualPaymentTerms.html
│ │ │ ├── ManualPrices.html
│ │ │ ├── ManualReportBuilder.html
│ │ │ ├── ManualRequirements.html
│ │ │ ├── ManualSalesAnalysis.html
│ │ │ ├── ManualSalesOrders.html
│ │ │ ├── ManualSalesPeople.html
│ │ │ ├── ManualSalesTypes.html
│ │ │ ├── ManualSecuritySchema.html
│ │ │ ├── ManualSecuritySchemaorig.html
│ │ │ ├── ManualShipments.html
│ │ │ ├── ManualSpecialUtilities.html
│ │ │ ├── ManualSystemConventions.html
│ │ │ └── ManualTax.html
│ │ ├── el_GR.utf8
│ │ │ └── LC_MESSAGES
│ │ │ ├── messages.mo
│ │ │ └── messages.po
│ │ ├── en_GB.utf8
│ │ │ └── LC_MESSAGES
│ │ │ └── messages.pot
│ │ ├── en_US.utf8
│ │ │ └── LC_MESSAGES
│ │ │ ├── messages.mo
│ │ │ └── messages.po
│ │ ├── es_ES.utf8
│ │ │ └── LC_MESSAGES
│ │ │ ├── messages.mo
│ │ │ └── messages.po
│ │ ├── et_EE.utf8
│ │ │ └── LC_MESSAGES
│ │ │ ├── messages.mo
│ │ │ └── messages.po
│ │ ├── fa_IR.utf8
│ │ │ └── LC_MESSAGES
│ │ │ ├── messages.mo
│ │ │ └── messages.po
│ │ ├── fr_CA.utf8
│ │ │ └── LC_MESSAGES
│ │ │ ├── messages.mo
│ │ │ └── messages.po
│ │ ├── fr_FR.utf8
│ │ │ └── LC_MESSAGES
│ │ │ ├── messages.mo
│ │ │ └── messages.po
│ │ ├── he_IL.utf8
│ │ │ └── LC_MESSAGES
│ │ │ ├── messages.mo
│ │ │ └── messages.po
│ │ ├── hi_IN.utf8
│ │ │ └── LC_MESSAGES
│ │ │ ├── messages.mo
│ │ │ └── messages.po
│ │ ├── hr_HR.utf8
│ │ │ └── LC_MESSAGES
│ │ │ ├── messages.mo
│ │ │ └── messages.po
│ │ ├── hu_HU.utf8
│ │ │ └── LC_MESSAGES
│ │ │ ├── messages.mo
│ │ │ └── messages.po
│ │ ├── id_ID.utf8
│ │ │ ├── GL
│ │ │ │ ├── AccountGroups.csv
│ │ │ │ ├── AccountSections.csv
│ │ │ │ └── GLAccounts.csv
│ │ │ └── LC_MESSAGES
│ │ │ ├── messages.mo
│ │ │ └── messages.po
│ │ ├── it_IT.utf8
│ │ │ └── LC_MESSAGES
│ │ │ ├── messages.mo
│ │ │ └── messages.po
│ │ ├── ja_JP.utf8
│ │ │ └── LC_MESSAGES
│ │ │ ├── messages.mo
│ │ │ └── messages.po
│ │ ├── ko_KR.utf8
│ │ │ └── LC_MESSAGES
│ │ │ ├── messages.mo
│ │ │ └── messages.po
│ │ ├── lv_LV.utf8
│ │ │ └── LC_MESSAGES
│ │ │ ├── messages.mo
│ │ │ └── messages.po
│ │ ├── mr_IN.utf8
│ │ │ └── LC_MESSAGES
│ │ │ ├── messages.mo
│ │ │ └── messages.po
│ │ ├── nl_NL.utf8
│ │ │ └── LC_MESSAGES
│ │ │ ├── messages.mo
│ │ │ └── messages.po
│ │ ├── pl_PL.utf8
│ │ │ └── LC_MESSAGES
│ │ │ ├── messages.mo
│ │ │ └── messages.po
│ │ ├── pt_BR.utf8
│ │ │ └── LC_MESSAGES
│ │ │ ├── messages.mo
│ │ │ └── messages.po
│ │ ├── pt_PT.utf8
│ │ │ └── LC_MESSAGES
│ │ │ ├── messages.mo
│ │ │ └── messages.po
│ │ ├── ro_RO.utf8
│ │ │ └── LC_MESSAGES
│ │ │ ├── messages.mo
│ │ │ └── messages.po
│ │ ├── ru_RU.utf8
│ │ │ └── LC_MESSAGES
│ │ │ ├── messages.mo
│ │ │ └── messages.po
│ │ ├── sq_AL.utf8
│ │ │ └── LC_MESSAGES
│ │ │ ├── messages.mo
│ │ │ └── messages.po
│ │ ├── sv_SE.utf8
│ │ │ └── LC_MESSAGES
│ │ │ ├── messages.mo
│ │ │ └── messages.po
│ │ ├── sw_KE.utf8
│ │ │ └── LC_MESSAGES
│ │ │ ├── messages.mo
│ │ │ └── messages.po
│ │ ├── tr_TR.utf8
│ │ │ └── LC_MESSAGES
│ │ │ ├── messages.mo
│ │ │ └── messages.po
│ │ ├── vi_VN.utf8
│ │ │ └── LC_MESSAGES
│ │ │ ├── messages.mo
│ │ │ └── messages.po
│ │ ├── zh_CN.utf8
│ │ │ ├── LC_MESSAGES
│ │ │ │ ├── messages.mo
│ │ │ │ └── messages.po
│ │ │ └── Manual
│ │ │ ├── ManualAccountsPayable.html
│ │ │ ├── ManualAccountsReceivable.html
│ │ │ ├── ManualAPIFunctions.php
│ │ │ ├── ManualARInquiries.html
│ │ │ ├── ManualARReports.html
│ │ │ ├── ManualARTransactions.html
│ │ │ ├── ManualContents.php
│ │ │ ├── ManualContracts.html
│ │ │ ├── ManualContributors.html
│ │ │ ├── ManualCreatingNewSystem.html
│ │ │ ├── ManualCreditStatus.html
│ │ │ ├── ManualCurrencies.html
│ │ │ ├── ManualDevelopmentStructure.html
│ │ │ ├── ManualFixedAssets.html
│ │ │ ├── ManualFooter.html
│ │ │ ├── ManualGeneralLedger.html
│ │ │ ├── ManualGettingStarted.html
│ │ │ ├── ManualHeader.html
│ │ │ ├── ManualIntroduction.html
│ │ │ ├── ManualInventory.html
│ │ │ ├── ManualManufacturing.html
│ │ │ ├── ManualMRP.html
│ │ │ ├── ManualMultilanguage.html
│ │ │ ├── ManualNewScripts.html
│ │ │ ├── ManualPaymentTerms.html
│ │ │ ├── ManualPettyCash.html
│ │ │ ├── ManualPrices.html
│ │ │ ├── ManualPurchaseOrdering.html
│ │ │ ├── ManualReportBuilder.html
│ │ │ ├── ManualRequirements.html
│ │ │ ├── ManualSalesAnalysis.html
│ │ │ ├── ManualSalesOrders.html
│ │ │ ├── ManualSalesPeople.html
│ │ │ ├── ManualSalesTypes.html
│ │ │ ├── ManualSecuritySchema.html
│ │ │ ├── ManualShipments.html
│ │ │ ├── ManualSpecialUtilities.html
│ │ │ ├── ManualSystemConventions.html
│ │ │ └── ManualTax.html
│ │ ├── zh_HK.utf8
│ │ │ ├── LC_MESSAGES
│ │ │ │ ├── messages.mo
│ │ │ │ └── messages.po
│ │ │ └── Manual
│ │ │ ├── ManualAccountsPayable.html
│ │ │ ├── ManualAccountsReceivable.html
│ │ │ ├── ManualAPIFunctions.php
│ │ │ ├── ManualARInquiries.html
│ │ │ ├── ManualARReports.html
│ │ │ ├── ManualARTransactions.html
│ │ │ ├── ManualContents.php
│ │ │ ├── ManualContracts.html
│ │ │ ├── ManualContributors.html
│ │ │ ├── ManualCreatingNewSystem.html
│ │ │ ├── ManualCreditStatus.html
│ │ │ ├── ManualCurrencies.html
│ │ │ ├── ManualDevelopmentStructure.html
│ │ │ ├── ManualFixedAssets.html
│ │ │ ├── ManualFooter.html
│ │ │ ├── ManualGeneralLedger.html
│ │ │ ├── ManualGettingStarted.html
│ │ │ ├── ManualHeader.html
│ │ │ ├── ManualIntroduction.html
│ │ │ ├── ManualInventory.html
│ │ │ ├── ManualManufacturing.html
│ │ │ ├── ManualMRP.html
│ │ │ ├── ManualMultilanguage.html
│ │ │ ├── ManualNewScripts.html
│ │ │ ├── ManualPaymentTerms.html
│ │ │ ├── ManualPettyCash.html
│ │ │ ├── ManualPrices.html
│ │ │ ├── ManualPurchaseOrdering.html
│ │ │ ├── ManualReportBuilder.html
│ │ │ ├── ManualRequirements.html
│ │ │ ├── ManualSalesAnalysis.html
│ │ │ ├── ManualSalesOrders.html
│ │ │ ├── ManualSalesPeople.html
│ │ │ ├── ManualSalesTypes.html
│ │ │ ├── ManualSecuritySchema.html
│ │ │ ├── ManualShipments.html
│ │ │ ├── ManualSpecialUtilities.html
│ │ │ ├── ManualSystemConventions.html
│ │ │ └── ManualTax.html
│ │ └── zh_TW.utf8
│ │ └── LC_MESSAGES
│ │ ├── messages.mo
│ │ └── messages.po
│ ├── Locations.php
│ ├── LocationUsers.php
│ ├── logo_server.jpg
│ ├── Logout.php
│ ├── MailingGroupMaintenance.php
│ ├── MailInventoryValuation.php
│ ├── MailSalesReport_csv.php
│ ├── MailSalesReport.php
│ ├── MaintenanceReminders.php
│ ├── MaintenanceTasks.php
│ ├── MaintenanceUserSchedule.php
│ ├── ManualContents.php
│ ├── Manufacturers.php
│ ├── MaterialsNotUsed.php
│ ├── MRPCalendar.php
│ ├── MRPCreateDemands.php
│ ├── MRPDemands.php
│ ├── MRPDemandTypes.php
│ ├── MRP.php
│ ├── MRPPlannedPurchaseOrders.php
│ ├── MRPPlannedWorkOrders.php
│ ├── MRPReport.php
│ ├── MRPReschedules.php
│ ├── MRPShortages.php
│ ├── NoSalesItems.php
│ ├── OffersReceived.php
│ ├── OrderDetails.php
│ ├── OutstandingGRNs.php
│ ├── PageSecurity.php
│ ├── PaymentAllocations.php
│ ├── PaymentMethods.php
│ ├── Payments.php
│ ├── PaymentTerms.php
│ ├── PcAnalysis.php
│ ├── PcAssignCashTabToTab.php
│ ├── PcAssignCashToTab.php
│ ├── PcAuthorizeCash.php
│ ├── PcAuthorizeExpenses.php
│ ├── PcClaimExpensesFromTab.php
│ ├── PcExpenses.php
│ ├── PcExpensesTypeTab.php
│ ├── PcReportExpense.php
│ ├── PcReportTab.php
│ ├── PcTabExpensesList.php
│ ├── PcTabs.php
│ ├── PcTypeTabs.php
│ ├── PDFAck.php
│ ├── PDFBankingSummary.php
│ ├── PDFChequeListing.php
│ ├── PDFCOA.php
│ ├── PDFCustomerList.php
│ ├── PDFCustTransListing.php
│ ├── PDFDeliveryDifferences.php
│ ├── PDFDIFOT.php
│ ├── PDFFGLabel.php
│ ├── PDFGLJournalCN.php
│ ├── PDFGLJournal.php
│ ├── PDFGrn.php
│ ├── PDFLowGP.php
│ ├── PDFOrdersInvoiced.php
│ ├── PDFOrderStatus.php
│ ├── PDFPeriodStockTransListing.php
│ ├── PDFPickingList.php
│ ├── PDFPriceList.php
│ ├── PDFPrintLabel.php
│ ├── PDFProdSpec.php
│ ├── PDFQALabel.php
│ ├── PDFQuotation.php
│ ├── PDFQuotationPortrait.php
│ ├── PDFReceipt.php
│ ├── PDFRemittanceAdvice.php
│ ├── PDFSalesBySalesperson.php
│ ├── PDFSellThroughSupportClaim.php
│ ├── PDFShipLabel.php
│ ├── PDFStockCheckComparison.php
│ ├── PDFStockLocTransfer.php
│ ├── PDFStockNegatives.php
│ ├── PDFStockTransfer.php
│ ├── PDFSuppTransListing.php
│ ├── PDFTopItems.php
│ ├── PDFWeeklyOrders.php
│ ├── PDFWOPrint.php
│ ├── PeriodsInquiry.php
│ ├── PickingListsControlled.php
│ ├── PickingLists.php
│ ├── PO_AuthorisationLevels.php
│ ├── PO_AuthoriseMyOrders.php
│ ├── PO_Chk_ShiptRef_JobRef.php
│ ├── PO_Header.php
│ ├── PO_Items.php
│ ├── PO_OrderDetails.php
│ ├── PO_PDFPurchOrder.php
│ ├── POReport.php
│ ├── PO_SelectOSPurchOrder.php
│ ├── PO_SelectPurchOrder.php
│ ├── PriceMatrix.php
│ ├── PricesBasedOnMarkUp.php
│ ├── PricesByCost.php
│ ├── Prices_Customer.php
│ ├── Prices.php
│ ├── PrintCheque.php
│ ├── PrintCustOrder_generic.php
│ ├── PrintCustOrder.php
│ ├── PrintCustStatements.php
│ ├── PrintCustTrans.php
│ ├── PrintCustTransPortrait.php
│ ├── PrintWOItemSlip.php
│ ├── ProductSpecs.php
│ ├── PurchaseByPrefSupplier.php
│ ├── PurchasesReport.php
│ ├── PurchData.php
│ ├── QATests.php
│ ├── README.md
│ ├── RecurringSalesOrders.php
│ ├── RecurringSalesOrdersProcess.php
│ ├── RelatedItemsUpdate.php
│ ├── ReorderLevelLocation.php
│ ├── ReorderLevel.php
│ ├── report_runner.php
│ ├── reportwriter
│ │ ├── admin
│ │ │ ├── defaults.php
│ │ │ ├── forms
│ │ │ │ ├── ReportsCritSetup.html
│ │ │ │ ├── ReportsDBSetup.html
│ │ │ │ ├── ReportsFieldSetup.html
│ │ │ │ ├── ReportsHome.html
│ │ │ │ ├── ReportsID.html
│ │ │ │ ├── ReportsImport.html
│ │ │ │ ├── ReportsPageSetup.html
│ │ │ │ ├── ReportsRename.html
│ │ │ │ ├── TplFrmCBlk.html
│ │ │ │ ├── TplFrmCDta.html
│ │ │ │ ├── TplFrmData.html
│ │ │ │ ├── TplFrmImg.html
│ │ │ │ ├── TplFrmLine.html
│ │ │ │ ├── TplFrmPgNum.html
│ │ │ │ ├── TplFrmRect.html
│ │ │ │ ├── TplFrmTbl.html
│ │ │ │ ├── TplFrmTBlk.html
│ │ │ │ ├── TplFrmText.html
│ │ │ │ └── TplFrmTtl.html
│ │ │ ├── RCFunctions.inc
│ │ │ └── ReportCreator.php
│ │ ├── FormMaker.php
│ │ ├── forms
│ │ │ ├── FormsFilter.html
│ │ │ ├── FormsList.html
│ │ │ ├── ReportsFieldSetup.html
│ │ │ ├── ReportsFilter.html
│ │ │ ├── ReportsList.html
│ │ │ ├── ReportsPageUpdate.html
│ │ │ ├── ReportsSave.html
│ │ │ └── TplFrmLine.html
│ │ ├── images
│ │ │ ├── delicon.png
│ │ │ ├── downicon.png
│ │ │ ├── editicon.png
│ │ │ ├── pull_down_active.gif
│ │ │ ├── pull_down_inactive.gif
│ │ │ └── upicon.png
│ │ ├── install
│ │ │ ├── ReportListForm.php
│ │ │ └── ReportListLinks.php
│ │ ├── languages
│ │ │ └── en_US
│ │ │ └── reports.php
│ │ ├── ReportMaker.php
│ │ ├── WriteForm.inc
│ │ └── WriteReport.inc
│ ├── ReprintGRN.php
│ ├── ReverseGRN.php
│ ├── RevisionTranslations.php
│ ├── SalesAnalReptCols.php
│ ├── SalesAnalRepts.php
│ ├── SalesAnalysis_UserDefined.php
│ ├── SalesByTypePeriodInquiry.php
│ ├── SalesCategories.php
│ ├── SalesCategoryPeriodInquiry.php
│ ├── SalesGLPostings.php
│ ├── SalesGraph.php
│ ├── SalesInquiry.php
│ ├── SalesPeople.php
│ ├── SalesTopCustomersInquiry.php
│ ├── SalesTopItemsInquiry.php
│ ├── SalesTypes.php
│ ├── SecurityTokens.php
│ ├── SelectAsset.php
│ ├── SelectCompletedOrder.php
│ ├── SelectContract.php
│ ├── SelectCreditItems.php
│ ├── SelectCustomer.php
│ ├── SelectGLAccount.php
│ ├── SelectOrderItems.php
│ ├── SelectPickingLists.php
│ ├── SelectProduct.php
│ ├── SelectQASamples.php
│ ├── SelectRecurringSalesOrder.php
│ ├── SelectSalesOrder.php
│ ├── SelectSupplier.php
│ ├── SelectWorkOrder.php
│ ├── SellThroughSupport.php
│ ├── ShipmentCosting.php
│ ├── Shipments.php
│ ├── Shippers.php
│ ├── Shipt_Select.php
│ ├── ShiptsList.php
│ ├── ShopParameters.php
│ ├── SMTPServer.php
│ ├── SpecialOrder.php
│ ├── sql
│ │ └── mysql
│ │ ├── country_sql
│ │ │ ├── default.sql
│ │ │ ├── demo.sql
│ │ │ └── weberpchina.sql
│ │ ├── upgrade2.7-2.8.sql
│ │ ├── upgrade2.8-2.9.sql
│ │ ├── upgrade2.9-2.9a.sql
│ │ ├── upgrade2.9a-2.9b.sql
│ │ ├── upgrade3.00-3.01.sql
│ │ ├── upgrade3.01-3.02.sql
│ │ ├── upgrade3.02-3.03.sql
│ │ ├── upgrade3.03-3.04.sql
│ │ ├── upgrade3.04-3.05.sql
│ │ ├── upgrade3.05-3.06.sql
│ │ ├── upgrade3.06-3.07.sql
│ │ ├── upgrade3.07-3.08.sql
│ │ ├── upgrade3.08-3.09.sql
│ │ ├── upgrade3.09-3.10.sql
│ │ ├── upgrade3.10-3.11.sql
│ │ ├── upgrade3.11.1-4.00.sql
│ │ ├── upgrade3.11-3.11.1.sql
│ │ ├── upgrade4.03-4.04.sql
│ │ ├── upgrade4.04.1-4.04.4.sql
│ │ ├── upgrade4.04-4.04.1.sql
│ │ ├── upgrade4.04.4-4.04.5.sql
│ │ ├── upgrade4.04.5-4.05.sql
│ │ ├── upgrade4.05-4.06.sql
│ │ ├── upgrade4.06-4.07.sql
│ │ ├── upgrade4.07-4.08.sql
│ │ ├── upgrade4.08-4.09.sql
│ │ ├── upgrade4.09-4.10.sql
│ │ ├── upgrade4.10-4.11.sql
│ │ ├── upgrade4.11.1-4.11.2.sql
│ │ ├── upgrade4.11.2-4.11.3.sql
│ │ ├── upgrade4.11.3-4.11.4.sql
│ │ ├── upgrade4.11.4-4.12.sql
│ │ ├── upgrade4.12.1-4.12.2.sql
│ │ ├── upgrade4.12.2-4.12.3.sql
│ │ ├── upgrade4.12.3-4.13.sql
│ │ ├── upgrade4.12-4.12.1.sql
│ │ ├── upgrade4.13.1-4.14.sql
│ │ ├── upgrade4.13-4.13.1.sql
│ │ ├── upgrade4.14.1-4.15.sql
│ │ └── upgrade4.14-4.14.1.sql
│ ├── StockAdjustmentsControlled.php
│ ├── StockAdjustments.php
│ ├── StockCategories.php
│ ├── StockCategorySalesInquiry.php
│ ├── StockCheck.php
│ ├── StockClone.php
│ ├── StockCostUpdate.php
│ ├── StockCounts.php
│ ├── StockDispatch.php
│ ├── StockLocMovements.php
│ ├── StockLocStatus.php
│ ├── StockLocTransfer.php
│ ├── StockLocTransferReceive.php
│ ├── StockMovements.php
│ ├── StockQties_csv.php
│ ├── StockQuantityByDate.php
│ ├── StockReorderLevel.php
│ ├── StockSerialItemResearch.php
│ ├── StockSerialItems.php
│ ├── Stocks.php
│ ├── StockStatus.php
│ ├── StockTransferControlled.php
│ ├── StockTransfers.php
│ ├── StockUsageGraph.php
│ ├── StockUsage.php
│ ├── SuppContractChgs.php
│ ├── SuppCreditGRNs.php
│ ├── SuppFixedAssetChgs.php
│ ├── SuppInvGRNs.php
│ ├── SupplierAllocations.php
│ ├── SupplierBalsAtPeriodEnd.php
│ ├── SupplierContacts.php
│ ├── SupplierCredit.php
│ ├── SupplierGRNAndInvoiceInquiry.php
│ ├── SupplierInquiry.php
│ ├── SupplierInvoice.php
│ ├── SupplierPriceList.php
│ ├── Suppliers.php
│ ├── SupplierTenderCreate.php
│ ├── SupplierTenders.php
│ ├── SupplierTransInquiry.php
│ ├── SupplierTypes.php
│ ├── SuppLoginSetup.php
│ ├── SuppPaymentRun.php
│ ├── SuppPriceList.php
│ ├── SuppShiptChgs.php
│ ├── SuppTransGLAnalysis.php
│ ├── SuppWhereAlloc.php
│ ├── SystemParameters.php
│ ├── TaxAuthorities.php
│ ├── TaxAuthorityRates.php
│ ├── TaxCategories.php
│ ├── TaxGroups.php
│ ├── Tax.php
│ ├── TaxProvinces.php
│ ├── TestPlanResults.php
│ ├── TopItems.php
│ ├── UnitsOfMeasure.php
│ ├── UpgradeDatabase.php
│ ├── UserBankAccounts.php
│ ├── UserGLAccounts.php
│ ├── UserLocations.php
│ ├── UserSettings.php
│ ├── webERP_logo.svg
│ ├── WhereUsedInquiry.php
│ ├── WOCanBeProducedNow.php
│ ├── WorkCentres.php
│ ├── WorkOrderCosting.php
│ ├── WorkOrderEntry.php
│ ├── WorkOrderIssue.php
│ ├── WorkOrderReceive.php
│ ├── WorkOrderStatus.php
│ ├── WOSerialNos.php
│ ├── WWW_Access.php
│ ├── WWW_Users.php
│ ├── xmlrpc
│ │ ├── lib
│ │ │ ├── xmlrpc.inc
│ │ │ ├── xmlrpcs.inc
│ │ │ └── xmlrpc_wrappers.inc
│ │ └── src
│ │ ├── Autoloader.php
│ │ ├── Client.php
│ │ ├── Encoder.php
│ │ ├── Helper
│ │ │ ├── Charset.php
│ │ │ ├── Date.php
│ │ │ ├── Http.php
│ │ │ ├── Logger.php
│ │ │ └── XMLParser.php
│ │ ├── PhpXmlRpc.php
│ │ ├── Request.php
│ │ ├── Response.php
│ │ ├── Server.php
│ │ ├── Value.php
│ │ └── Wrapper.php
│ ├── Z_AutoCustomerAllocations.php
│ ├── Z_BottomUpCosts.php
│ ├── Z_ChangeBranchCode.php
│ ├── Z_ChangeCustomerCode.php
│ ├── Z_ChangeGLAccountCode.php
│ ├── Z_ChangeLocationCode.php
│ ├── Z_ChangeSalesmanCode.php
│ ├── Z_ChangeStockCategory.php
│ ├── Z_ChangeStockCode.php
│ ├── Z_ChangeSupplierCode.php
│ ├── Z_CheckAllocationsFrom.php
│ ├── Z_CheckAllocs.php
│ ├── Z_CheckDebtorsControl.php
│ ├── Z_CheckGLTransBalance.php
│ ├── Z_ClearPOBackOrders.php
│ ├── Z_CreateChartDetails.php
│ ├── Z_CreateCompany.php
│ ├── Z_CreateCompanyTemplateFile.php
│ ├── Z_CurrencyDebtorsBalances.php
│ ├── Z_CurrencySuppliersBalances.php
│ ├── Z_DataExport.php
│ ├── Z_DeleteCreditNote.php
│ ├── Z_DeleteInvoice.php
│ ├── Z_DeleteOldPrices.php
│ ├── Z_DeleteSalesTransActions.php
│ ├── Z_DescribeTable.php
│ ├── Z_ExportSalesAnalysis.php
│ ├── Z_Fix1cAllocations.php
│ ├── Z_GLAccountUsersCopyAuthority.php
│ ├── Z_ImportChartOfAccounts.php
│ ├── Z_ImportCustbranch.php
│ ├── Z_ImportDebtors.php
│ ├── Z_ImportFixedAssets.php
│ ├── Z_ImportGLAccountGroups.php
│ ├── Z_ImportGLAccountSections.php
│ ├── Z_ImportGLTransactions.php
│ ├── Z_ImportPartCodes.php
│ ├── Z_ImportPriceList.php
│ ├── Z_ImportStocks.php
│ ├── Z_ImportSuppliers.php
│ ├── Z_ItemsWithoutPicture.php
│ ├── Z_MakeLocUsers.php
│ ├── Z_MakeNewCompany.php
│ ├── Z_MakeStockLocns.php
│ ├── Z_poAddLanguage.php
│ ├── Z_poAdmin.php
│ ├── Z_poEditLangHeader.php
│ ├── Z_poEditLangModule.php
│ ├── Z_poEditLangRemaining.php
│ ├── Z_ReApplyCostToSA.php
│ ├── Z_RemovePurchaseBackOrders.php
│ ├── Z_RePostGLFromPeriod.php
│ ├── Z_ReverseSuppPaymentRun.php
│ ├── Z_SalesIntegrityCheck.php
│ ├── Z_UpdateChartDetailsBFwd.php
│ ├── Z_UpdateItemCosts.php
│ ├── Z_UpdateSalesAnalysisWithLatestCustomerData.php
│ ├── Z_Upgrade_3.01-3.02.php
│ ├── Z_Upgrade_3.04-3.05.php
│ ├── Z_Upgrade_3.05-3.06.php
│ ├── Z_Upgrade_3.07-3.08.php
│ ├── Z_Upgrade_3.08-3.09.php
│ ├── Z_Upgrade_3.09-3.10.php
│ ├── Z_Upgrade_3.10-3.11.php
│ ├── Z_Upgrade3.10.php
│ ├── Z_Upgrade_3.11-4.00.php
│ ├── Z_UploadForm.php
│ └── Z_UploadResult.php
└── webSHOP
├── Checkout.php
├── CreditCardPayFlowPro.php
├── CreditCardPayPalPro.php
├── css
│ ├── amex.jpg
│ ├── button-bg.png
│ ├── button-search.png
│ ├── cart_summary_background.jpg
│ ├── credit_card.gif
│ ├── credit_card_paypal.jpg
│ ├── cvv.jpg
│ ├── default.css
│ ├── Info.png
│ ├── mastercard.jpg
│ ├── no_image.png
│ ├── paypal.jpg
│ ├── paypal_small.jpg
│ ├── refresh-icon.png
│ ├── remove-icon.png
│ ├── remove.png
│ ├── secure.png
│ ├── update.png
│ ├── visa.jpg
│ └── webshop_logo.jpg
├── doc
│ ├── Change_log.txt
│ ├── images
│ │ ├── ConfigScreen2.jpg
│ │ ├── webSHOPConfig.png
│ │ └── webSHOP.jpg
│ ├── INSTALL.html
│ └── 安装说明.doc
├── GetStockImage.php
├── includes
│ ├── DatabaseFunctions.php
│ ├── DefineCartItemClass.php
│ ├── DisplayShoppingCart.php
│ ├── footer.php
│ ├── Functions.php
│ ├── GetCustomerDetails.php
│ ├── header.php
│ ├── InfoLinks.php
│ ├── Login.php
│ ├── PlaceOrder.php
│ ├── ProcessPayPalPayment.php
│ ├── RecalculateCartTotals.php
│ ├── session.php
│ └── ShowSalesCategoriesMenu.php
├── index.php
├── ItemDetails.php
├── javascripts
│ └── jquery.validate.min.js
├── README.md
└── Register.php
208 directories, 2197 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论