- EBMS Knowledge Base
- E-commerce
- Site Administration
-
Client Resources
-
EBMS Main Documentation
- Introduction
- Getting Started
- Getting Started | Initial Installation
- Getting Started | Company Setup
- Quick User Guide | Financial Staff | Accountant
- Quick User Guide | Financial Staff | Accountant | Accountants Journal
- Quick User Guide | Sales Staff
- Quick User Guide | General Staff
- Features
- Reports
- Reports | Excel Add-In
- Reports | Excel Add-In | Troubleshooting
- Security
- Server Manager
- Technical
- Technical | Data Import and Export Utility
- Technical | SQL Mirror
- Automotive
- Automotive | Parts Catalog
- Automotive | Pricing
- Automotive | Point of Sale
- Automotive | Product Application
- Automotive | Keystone Interface
- Metal Supply
- Fuel Sales
- Horticulture
- Horticulture | Farm Setup
- Horticulture | Processing Payroll
- Horticulture | Managing the Farm
-
Sales
- Introduction
- Customers
- Customers | Miscellaneous Customers
- Proposals
- Proposals | Processing Proposals
- Proposals | Sets and Templates
- MyProposals
- MyOrders
- Sales Orders
- Invoices
- Materials Lists
- Sales and Use Tax
- Sales and Use Tax | TaxJar
- CRM
- CRM | Auto Send
- Recurring Billing
- Credits
- Customer Payments
- Payment Card Processing
- Payment Card Processing | Gift Cards
- Payment Card Processing | Loyalty Cards
- Payment Card Processing | Verifone Gateway
- Freight and Shipping Tools
- General Ledger Transactions
- Point of Sale
- Point of Sale | Point of Sale Hardware
- Point of Sale | Xpress POS System
- Point of Sale | Advanced Tools
- Signature Capture
- Salesperson Commissions
-
Inventory
- Product Catalog
- Product Catalog | Using Product Codes for No Count Items
- Product Pricing
- Product Pricing | Special Pricing
- Tracking Counts
- Unit of Measure
- Purchasing
- Special Orders and Drop Shipped Items
- Receiving Product
- Barcodes
- MyInventory and Scanner
- Components (BOM) and Accessories
- Components (BOM) and Accessories | Component Formula Tool
- Made-to-Order Kitting
- Configure-to-Order Kitting
- Multiple Inventory Locations
- Multiple Inventory Locations | Creating Locations
- Multiple Inventory Locations | Using Multiple Locations
- Multiple Inventory Locations | Product Catalog Sync
- Multi-Vendor Catalog
- Serialized Items
- Serialized Items | Purchasing or Manufacturing an Item
- Serialized Items | Selling and/or Associating an item with a customer
- Lots
- Product Attributes
- Product Attributes | Selling and Purchasing Items with Attributes
- Product Attributes | Custom Attributes
- Mobile Scanner (Legacy)
-
Labor
- Getting Started
- Workers
- Taxes and Deductions
- Work Codes
- Time and Attendance
- Time and Attendance | Time Track App
- Processing Payroll
- Closing the Payroll Year
- Processing Payroll - Advanced
- Salaried Pay
- Piecework Pay
- Direct Deposit
- 3rd Party Payroll Service
- Subcontract Workers
- Flag Pay
- Prevailing Wages
- MyDispatch
- MyTasks
- MyTime
- MyTime | Communications
- MyTime | Setup
- Tasks
- Tasks | Getting Started
- Tasks | Creating Tasks
- Tasks | Scheduling Tasks
- Tasks | Customizing Task Views
- Tasks | Managing Tasks
-
Financials
- Introduction
- Fiscal Year
- Chart of Accounts
- Budget
- Financial Reporting
- Transactions and Journals
- Transactions and Journals | Journals
- Account Reconciliation
- 1099
- Departments and Profit Centers
- Fund Accounts
- Bank Accounts
- Bank Feed
- Vendors
- Vendors | Miscellaneous Vendors
- Purchase Orders
- Expense Invoices
- Vendor Payments
- AP Transactions
- Landed Cost
- Fixed Assets and Depreciation
- Fixed Assets and Depreciation | Fixed Assets
- Fixed Assets and Depreciation | Fixed Assets | Adding Assets
- Fixed Assets and Depreciation | Processing Depreciation
- Fixed Assets and Depreciation | Disposing Assets
- MyJobs
-
E-commerce
-
Rental
-
Job Costing
-
Manufacturing
Blog
This is an optional website feature that allows the website administrator to create blog posts and manage comments. Website customers can browse blog posts by date or tag and comment on blog posts.
All blog posts can be filtered by date and tags. The blog listing page displays the title of the blog, the first photo on the post, and a preview of the content. Select any blog entry to see the entire entry and comments.
Users can enter comments and subscribe to the thread to receive email notifications when other users place comments. If the user is logged into the website, the name and email will be defaulted based on the customer account information. Users can choose to add a profile image and a user summary using the My Account page on the website. The account profile information are displayed when the user comments on a post.
Creating or Editing a Post
- Log into your web site administration. See Site Administration Overview section for details.
-
Select Blog as shown below:
- To create a new blog post select Add new blog post. To edit an existing post select (edit) beside the existing post. The follow dialog will appear:
- Create the blog post content using the editor. See Creating Website Content > Editing Static Pages > Adding Images and Files to learn about adding images to your blog post.
- Title – Enter a brief description of the blog article
- Author – Enter the name of the post author
- Tags – Select or add tags to the post
- Select Save Changes when finished. The blog can be viewed at www.YourWebsite.com/Blog .
Manage Comments
Complete the following steps to manage the comments on your blog.
- Log into your web site administration. See Site Administration section for details. A recent list of comments appears at the right side of the administrator. Click on any comment to view.
- Another way to view comments is by going directly onto the blog. Select Blog.
- Select any blog post to view the comments.
- Click on the red X to delete any comment as shown below:
Most Recent Posts
On any website page the website administrator may choose to include a list of most recent posts. Add the following HTML to the page to display X number of recent blog entries: <BlogEntryList>[Number of entries to dislplay]</BlogEntryList>
For example, in the above case the following HTML was added to the footer of the website: <BlogEntryList>3</BlogEntryList> .
Add this to the HTML of the page to display all blog entries with the specified tag: <BlogEntryListByTag>[Tag to display]</BlogEntryListByTag>
For example: <BlogEntryListByTag>computer</BlogEntryListByTag>