npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@oracle/tax-reporting-framework-cli

v1.1.5

Published

Tax Reporting Framework CLI

Downloads

31

Readme

Tax Reporting Framework CLI

Tax Reporting Framework CLI is a tool for generating boilerplate codes to quickly setup and deploy your reports using Tax Reporting Framework SuiteApp in NetSuite.

What is Tax Reporting Framework?

Tax Reporting Framework is a powerful reporting framework that uses JSON schema for report definition, freemarker templates for report output and supports Saved Searches and SuiteQL as data source. It was previously named SuiteTax Reports but with the recent support for Legacy environment it was renamed to Tax Reporting Framework.

Installation using NPM

npm install -g @oracle/tax-reporting-framework-cli

No installation required using NPX

npx @oracle/tax-reporting-framework-cli create

Usage

Usage: trf [options] [command]

🚀 TRF CLI 🚀

Options:
  -V, --version  output the version number
  -h, --help     output usage information

Commands:
  create         create new TRF project 😎

Sample

trf create
? Select project type.  TAF
? Select search type.  suiteql
? Enter project name. (The project ID must not be empty and can contain only lowercase alphabetic and numeric characters)
 localization-ireland
? Enter report country.  IE
------------------
🚀 TRF CLI 🚀
------------------
Project Name:  localization-ireland
Project Type:  TAF
Country:  IE
✨ Done in 0.005s!

Account Customization Project Additional steps to replace SDF Installer

Since run tag in deploy.xml is not supported in SuiteCloud Account Customization Project

Manually run the installation scripts to install the localization Bundle, Report, SavedSearch in TRF

Account Customization Project Manual Bundle Record Installation

Go to Customization > Scripting > Scripts

  1. Go to filters type select Scheduled
  2. View STR Bundle Installer SS
  3. Go to Deployments tab
  4. Select 1 deployment and edit
  5. Go to Parameters tab
  6. Populate the parameters as follows: GUID: Project GUID, Filename: str_localized_bundle.json
  7. Trigger Save and Execute

Account Customization Project Manual Report Installation

Go to Customization > Scripting > Scripts

  1. Go to filters type select Map/Reduce
  2. View ReportSchema Installer MR
  3. Go to Deployments tab
  4. Select 1 deployment and edit
  5. Go to Parameters tab
  6. Populate the parameters as follows: UUID: Project GUID, Filename: str_localized_report_list.json
  7. Trigger Save and Execute

Account Customization Project Manual SavedSearch Installation

Go to Customization > Scripting > Scripts

  1. Go to filters type select Map/Reduce
  2. View STR Search Installer MR
  3. Go to Deployments tab
  4. Select 1 deployment and edit
  5. Go to Parameters tab
  6. Populate the parameters as follows: UUID: Project GUID, Filename: str_localized_searches.json
  7. Trigger Save and Execute

Contributing

Tax Reporting Framework CLI is an open source project. Pull Requests are currently not being accepted. See CONTRIBUTING for details.

License

Copyright (c) 2021 Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.