<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <configSections>
    <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
    <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
  </configSections>
  <startup useLegacyV2RuntimeActivationPolicy="true">
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/>      
  </startup>
	<appSettings>
        <!-- Sales -->
        <add key="AutoIncrementOR" value="false"/>
        <add key="DefaultClientID" value="1"/>
        <add key="MergeItemOnSales" value="false"/>
        <add key="AskQty" value="false"/>
        <add key="OpenSRP" value="false"/>
        <add key="OpenRowDisc" value="false"/>
        <add key="OpenWeight" value="false"/>
        <add key="OpenDate" value="false"/>
        <add key="ShowWSRP" value="false"/>
        <add key="PickUpDisc" value="15"/>
    
        <!-- General -->
        <add key="AutoBlockDelinquentCustomer" value="true"/>
        <add key="AllowZeroSRP" value="false"/>
        <add key="AllowZeroQTY" value="false"/>
        <add key="HasDiscount" value="false"/>
        <add key="HasWholeSale" value="false"/>
        <add key="HasSpecial" value="false"/>
        <add key="HasWeight" value="false"/>
        <add key="IsQtyBased" value="true"/>
        <add key="AskPrintReceipt" value="true"/>
        <add key="IsPOSReceipt" value="false"/>
        <add key="DesktopPath" value="C:\Users\Chito3\Desktop\"/>
        <add key="ImagePath" value="Images\primeharvest.jpg"/>
        <add key="ClientSettingsProvider.ServiceUri" value=""/>
        <add key="VersionCheckUrl" value="http://primeharvest.actechinv.dyndns.org/Version.txt"/>
        <add key="UpdateUrl" value="http://primeharvest.actechinv.dyndns.org/"/>
	</appSettings>
	<connectionStrings>
        <add name="dsn" connectionString="Data Source=actechinv.dyndns.org,47292;Initial Catalog=dbInventory_prime; Integrated Security=false; Persist Security Info=False; User id=prime; Password=psalm23; Connect Timeout=0" providerName="System.Data.SqlClient"/>
        <add name="ConnectionString" connectionString="metadata=res://*/InventoryManagementModel.csdl|res://*/InventoryManagementModeD:\Projects\NC\src\InventoryManagement\InventoryManagement\App.configl.ssdl|res://*/InventoryManagementModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=actechinv.dyndns.org,47292;initial catalog=dbInventory_prime;persist security info=false;user id=prime;password=psalm23;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient"/>
        <add name="InventoryManagementEntities" connectionString="metadata=res://*/Model.InventoryManagementModel.csdl|res://*/Model.InventoryManagementModel.ssdl|res://*/Model.InventoryManagementModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=actechinv.dyndns.org,47292;initial catalog=dbInventory_prime;persist security info=false;user id=prime;password=psalm23;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient"/>
        <add name="InventoryManagement.Properties.Settings.InventoryManagementConnectionString" connectionString="Data Source=actechinv.dyndns.org,47292;Initial Catalog=dbInventory_prime; Persist Security Info=True;User id=prime;Password=psalm23" providerName="System.Data.SqlClient"/>
        <add name="InventoryManagement.Properties.Settings.dbInventory_ncborjaConnectionString" connectionString="Data Source=actechinv.dyndns.org,47292;Initial Catalog=dbInventory_prime; Persist Security Info=True;User id=prime;Password=psalm23" providerName="System.Data.SqlClient"/>
        <add name="InventoryManagement.Properties.Settings.TableAdapterConnectionString" connectionString="Data Source=actechinv.dyndns.org,47292;Initial Catalog=dbInventory_prime;Persist Security Info=True;User id=prime;Password=psalm23" providerName="System.Data.SqlClient"/>

        <!--<add name="dsn" connectionString="Data Source=(local);Initial Catalog=dbInventory_prime; Integrated Security=false; Persist Security Info=False; User id=sa; Password=psalm23; Connect Timeout=0" providerName="System.Data.SqlClient"/>
        <add name="ConnectionString" connectionString="metadata=res://*/InventoryManagementModel.csdl|res://*/InventoryManagementModeD:\Projects\NC\src\InventoryManagement\InventoryManagement\App.configl.ssdl|res://*/InventoryManagementModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=(local);initial catalog=dbInventory_prime;persist security info=false;User id=sa;password=psalm23;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient"/>
        <add name="InventoryManagementEntities" connectionString="metadata=res://*/Model.InventoryManagementModel.csdl|res://*/Model.InventoryManagementModel.ssdl|res://*/Model.InventoryManagementModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=(local);initial catalog=dbInventory_prime;persist security info=false;User id=sa;password=psalm23;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient"/>
        <add name="InventoryManagement.Properties.Settings.InventoryManagementConnectionString" connectionString="Data Source=(local);Initial Catalog=dbInventory_prime; Persist Security Info=True;User id=sa;Password=psalm23" providerName="System.Data.SqlClient"/>
        <add name="InventoryManagement.Properties.Settings.dbInventory_ncborjaConnectionString" connectionString="Data Source=(local);Initial Catalog=dbInventory_prime; Persist Security Info=True;User id=sa;Password=psalm23" providerName="System.Data.SqlClient"/>
        <add name="InventoryManagement.Properties.Settings.TableAdapterConnectionString" connectionString="Data Source=(local);Initial Catalog=dbInventory_prime;Persist Security Info=True;User id=sa;Password=psalm23" providerName="System.Data.SqlClient"/>-->
    </connectionStrings>
  <entityFramework>
    <defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
      <parameters>
        <parameter value="mssqllocaldb"/>
      </parameters>
    </defaultConnectionFactory>
    <providers>
      <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer"/>
    </providers>
  </entityFramework>
  <system.web>
    <membership defaultProvider="ClientAuthenticationMembershipProvider">
      <providers>
        <add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri=""/>
      </providers>
    </membership>
    <roleManager defaultProvider="ClientRoleProvider" enabled="true">
      <providers>
        <add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400"/>
      </providers>
    </roleManager>
  </system.web>
</configuration>
