Coder Social home page Coder Social logo

sage-crm-dot-net-templates's Introduction

sage-crm-dot-net-templates's People

Stargazers

 avatar

Watchers

 avatar  avatar

sage-crm-dot-net-templates's Issues

Remove unnecessary usings

Perhaps remove all the unnecessary usings from the templates. They can be added later when needed.

Add Sage CRM Component project type

While a little out of the scope of .NET templates, it would be cool to be able to create a project for a Sage CRM Component. When you build it, it could generate the necessary zip component file with all the relevant files that need to be executed and copied over inside the ZIP file.

This will improve the process of creating CRM components drastically.

Cannot call the abstract base.BuildContents

When creating a Web class from the item template, the overridden BuildContents method should not include base.BuildContents() because it is an abstract method in the base class.

Extra Line in scafm snippet

Whenever I use the scafm snippet, it adds an extra line at the beginning of the snippet.

Instead of expanding to become:

public static void RunCrmWebMethod(ref Web AretVal)
{
    AretVal = new CrmWebMethod();
}

it becomes

// [BLANK LINE]
public static void RunCrmWebMethod(ref Web AretVal)
{
    AretVal = new CrmWebMethod();
}

Incorrect default method names in Base.cs

The names when creating an Entity Project are incorrect. They should just be RunDataPage/RunDataPageEdit/RunListPage so that the specialised Web child classes (DataPages and ListPage etc).

This change will allow the project to be built immediately and work out of the box.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.