Skip to content

LunaUrsa/ascent

Repository files navigation

logo

Daedalus (DAY-dal-us)

GitHub action badge

Important

This project is open source. Like it? Show your support by starring the repository. If you're using it, let me know, encouragement goes a long way, and changes are made based on feedback. You may also be a developer, check below for information on how to contribute

Table of Contents

Intro

Of all the CPQ systems, SAP CPQ certainly is one of them. This extension is designed to make the experience of using SAP CPQ better. It's created as an extension since that's how we all interact with SAP anyway, and this allows easy updates and changes to be made.

Features

  1. Shortcuts to various pages, no more clicking around
  2. Mods to the UI to make it easier to use
  3. Formula formatter to make formulas easier to read
  4. More to come!

Install

  1. Go to the releases page and download the latest release zip
  2. Unzip the file

Important

This should be temporary while i figure out how to get this on the chrome store

For Chrome:

  1. Open in browser - chrome://extensions
  2. Check - Developer mode
  3. Find and Click - Load unpacked extension
  4. Open the folder you unzipped

For Firefox:

  1. Open in browser - about:debugging#/runtime/this-firefox
  2. Find and Click - Load Temporary Add-on...
  3. Select - manifest.json from folder you unzipped

Remember in firefox you add plugin in temporary mode, that's mean it's disappear after close browser, you must do it again, on next launch.

Development

This plugin is built using:

Structure

Check out - Chrome Extension Boilerplate for full details.

Want to help?

  1. Clone the repo
  2. (Recommended) Open the project in a devcontainer, wait for the install to finish
  3. (Recommended) Open up the project workspace in vscode
  4. Run pnpm dev (it's run parallel with pnpm dev-server automatically)