Upgrade Notes
When licensed for the Freight Module, our system recalculates freight anytime a sales order is touched. There are scenarios where this is less than ideal, such as when a customer is licensed for Freight and using our Confirm Ship system, but they are not using our Picking System. This scenario breaks some assumptions that cause freight to be doubled during the end of day process. We need to move from freight being implicitly calculated on a sales order to it being calculated expliclitly. However, this is a massive change that will generate a lot of bugs until we chase down all the places that have to be fixed, so instead of making a hard change, we've decided to add a feature switch. For now, all customers will continue to operate the old way unless the feature switch is enabled with the script here:
INSERT INTO [dbo].[BDSettings]
([ID]
,[Name]
,[Value]
,[Node]
,[Group]
,[Instance]
,[Description]
,[IsEditable]
,[DataType]
,[SettingType]
,[LastUpdate]
,[RecordRevLevel]
,[FriendlyName])
VALUES
('0F6E89F3-3754-4EFF-A358-2DA3F98EBFC9'
,'Disable Auto Calculate Freight'
,'1'
,''
,''
,''
,''
,1
,3
,2
,GETDATE()
,0
,'')
Back to Top
Server Requirements
Software Requirements
BirdDog Software can be deployed on a dedicated or virtual server that meets the following requirements:
Minimum hardware required:
- Windows 2008 R2 Server
- Minimum: 8 GB of RAM, recommended: 16 GB of RAM
- Minimum .Net Framework 4.7.2
- 300-500 MB of available hard disk space per installed instance of BirdDog
BirdDog software can be installed on both x86 (32-bit) and x64 (64-bit) versions of the following:
- Microsoft Windows Server 2008 R2
- Microsoft Windows Server 2012
- Microsoft Windows Server 2016
- Microsoft Windows Server 2019
Database Server Requirements
Hardware requirements:
- Minimum: 8 GB of RAM, recommended: 16 GB of RAM
- 200 MB of available hard disk space. Depending on the number of transactions, additional hard disk space may be required to store large number of transactions.
- Document Management, additional hard disk space depending on the amount of documents. 5GB of documents will require 5GB of additional storage. Consider this, Using an estimate of 2,500 pages per file drawer and four file drawers per file cabinet, one can estimate that scanning two four drawer file cabinets full of documents (ten thousand single sided pages) will require 1 GB.
The BirdDog database can be hosted by:
- Microsoft SQL Server 2012, any edition
- Microsoft SQL Server 2014, any edition
- Microsoft SQL Server 2016, any edition
- Microsoft SQL Server 2017, any edition
- Microsoft SQL Server 2019, any edition
Full-Text Search needs to be installed on your SQL Server for our software to function correctly.
Back to Top
Web Browser Requirements
Web-browser Requirements for Ecommerce
Our publicly facing system can be accessed by any device with one of the following browsers:
- Microsoft Internet Explorer version 9.0 or later
- Mozilla Firefox version 10 or later
- Apple Safari version 6 or later
- Google Chrome version 17 or later
Web-browser Requirements for Enterprise
Our ERP system can be accessed by any device with one of the following browsers:
- Microsoft Internet Explorer version 11
- Mozilla Firefox version 10 or later
- Apple Safari version 5 or later
- Google Chrome version 17 or later
Back to Top