Skip to content

Commit

Permalink
solution updates, Sitecore package definition, README update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Wesselman committed Jan 5, 2016
1 parent e41b20e commit 2a27d7e
Show file tree
Hide file tree
Showing 4 changed files with 103 additions and 7 deletions.
7 changes: 6 additions & 1 deletion README.md
Expand Up @@ -10,6 +10,11 @@ If you are not familiar with the SPE module, some good starting points include:

We are open sourcing this module in order to make it available to Active Commerce customers and partners to utilize and extend. With a little PowerShell knowledge, SPE makes it easy to build custom reports and tools that make the day-to-day operations of your commerce site much smoother!

## Installing
* First, install Sitecore PowerShell Extensions from the Marketplace link above.
* The current release has been tested with SPE 3.3 on Sitecore 7.1 and 8.1.
* Then, install this module's Sitecore package, found under [releases](http://www.github.com/ActiveCommerce/activecommerce-powershell-extensions/releases).

## Module Contents

### Order Reports
Expand Down Expand Up @@ -115,7 +120,7 @@ When running reports on orders, performance is greatly helped by allowing NHiber
Utilizing the items in this project currently requires [Team Development for Sitecore](http://www.hhogdev.com/products/team-development-for-sitecore/overview.aspx).

* Install a new Sitecore / Active Commerce instance, following directions in the *Installation Guide.*
* Install the appropriate Sitecore PowerShell Extensions module for your Sitecore version. Initial development/testing was done with version 3.2 on Sitecore 8.
* Install the appropriate Sitecore PowerShell Extensions module for your Sitecore version. Initial development/testing was done with version 3.3 on Sitecore 8.
* Before opening the solution, edit *src/deploy.targets* and specify the path to your Sitecore instance.
* Before opening the solution, edit *src/TdsGlobal.config* and specify the path and URL of your Sitecore instance.
* Open the solution and restore Nuget packages (may not be needed if you have Visual Studio configured to restore Nuget packages on build).
Expand Down
Expand Up @@ -40,6 +40,9 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.Practices.Unity, Version=2.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>$(SitecorePath)\bin\Microsoft.Practices.Unity.dll</HintPath>
</Reference>
<Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\System.Management.Automation_PowerShell_3.0.6.3.9600.17400\lib\net40\System.Management.Automation.dll</HintPath>
<Private>True</Private>
Expand Down Expand Up @@ -88,9 +91,6 @@
<Reference Include="Sitecore.Ecommerce.Kernel">
<HintPath>$(SitecorePath)\bin\Sitecore.Ecommerce.Kernel.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Practices.Unity">
<HintPath>$(SitecorePath)\bin\Microsoft.Practices.Unity.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Cmdlets\GetAcSites.cs" />
Expand Down
6 changes: 3 additions & 3 deletions src/ActiveCommercePowerShell.sln
Expand Up @@ -30,9 +30,9 @@ Global
{587CB746-D024-4745-951F-31AE5E6C8E83}.Debug|Any CPU.Build.0 = Debug|Any CPU
{587CB746-D024-4745-951F-31AE5E6C8E83}.Release|Any CPU.ActiveCfg = Release|Any CPU
{587CB746-D024-4745-951F-31AE5E6C8E83}.Release|Any CPU.Build.0 = Release|Any CPU
{DC460F1B-7A0D-4E76-86A2-63A5DB984DA8}.Day1|Any CPU.ActiveCfg = Day1|Any CPU
{DC460F1B-7A0D-4E76-86A2-63A5DB984DA8}.Day1|Any CPU.Build.0 = Day1|Any CPU
{DC460F1B-7A0D-4E76-86A2-63A5DB984DA8}.Day1|Any CPU.Deploy.0 = Day1|Any CPU
{DC460F1B-7A0D-4E76-86A2-63A5DB984DA8}.Day1|Any CPU.ActiveCfg = Debug|Any CPU
{DC460F1B-7A0D-4E76-86A2-63A5DB984DA8}.Day1|Any CPU.Build.0 = Debug|Any CPU
{DC460F1B-7A0D-4E76-86A2-63A5DB984DA8}.Day1|Any CPU.Deploy.0 = Debug|Any CPU
{DC460F1B-7A0D-4E76-86A2-63A5DB984DA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC460F1B-7A0D-4E76-86A2-63A5DB984DA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC460F1B-7A0D-4E76-86A2-63A5DB984DA8}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
Expand Down
91 changes: 91 additions & 0 deletions src/sitecore-package/active-commerce-powertools.xml
@@ -0,0 +1,91 @@
<project>
<Metadata>
<metadata>
<PackageName>Active Commerce Power Tools</PackageName>
<Author>Active Commerce</Author>
<Version>1.0</Version>
<Revision />
<License />
<Comment />
<Attributes />
<Readme />
<Publisher />
<PostStep />
<PackageID />
</metadata>
</Metadata>
<SaveProject>True</SaveProject>
<Sources>
<xfiles>
<Entries>
<x-item>/bin/ActiveCommerce.SitecorePowerShell.dll</x-item>
<x-item>/bin/System.Linq.Dynamic.dll</x-item>
</Entries>
<Converter>
<FileToEntryConverter>
<Root>/</Root>
<Transforms />
</FileToEntryConverter>
</Converter>
<Include />
<Exclude />
<Name>bin</Name>
</xfiles>
<items>
<Database>master</Database>
<Root>{58789C1A-3139-4630-89FD-294783CFD920}</Root>
<SkipVersions>False</SkipVersions>
<Converter>
<ItemToEntryConverter>
<Transforms />
</ItemToEntryConverter>
</Converter>
<Include>
<ItemNameFilter>
<Pattern />
<FilterSearchType>Simple</FilterSearchType>
</ItemNameFilter>
<ItemDateFilter>
<FilterType>CreatedFilter</FilterType>
<NotOlderThan />
<ActionDateTo />
<ActionDateFrom />
</ItemDateFilter>
<ItemDateFilter>
<FilterType>ModifiedFilter</FilterType>
<NotOlderThan />
<ActionDateTo />
<ActionDateFrom />
</ItemDateFilter>
<ItemPublishFilter>
<PublishDate />
<CheckWorkflow>True</CheckWorkflow>
</ItemPublishFilter>
<ItemTemplateFilter>
<Templates />
</ItemTemplateFilter>
<ItemUserFilter>
<FilterType>Created</FilterType>
<Accounts />
</ItemUserFilter>
<ItemUserFilter>
<FilterType>Modified</FilterType>
<Accounts />
</ItemUserFilter>
<ItemLanguageFilter>
<Languages />
</ItemLanguageFilter>
</Include>
<Exclude />
<Name>Script Library</Name>
</items>
</Sources>
<Converter>
<TrivialConverter>
<Transforms />
</TrivialConverter>
</Converter>
<Include />
<Exclude />
<Name />
</project>

0 comments on commit 2a27d7e

Please sign in to comment.