Fiscal Ox

Fiscal Ox provides a Visual Studio Code extension designed to facilitate interaction with the Fiscal Ox Services, allowing users to manage file data and reports directly within their development environment.

Installation

To install the Fiscal Ox Extension in your Visual Studio Code, follow these steps:

  1. Open Visual Studio Code.
  2. Go to the Extensions view (Ctrl+Shift+X).
  3. Search for "Fiscal Ox".
    Fiscal Ox
  4. Click Install or install it directly from the Visual Studio Code Marketplace.
  5. Find it in the Installed Extensions section
Using the Fiscal Ox Extension

To use the extension, first login to the Fiscal Ox API:

  1. Open Visual Studio Code.
  2. Press Ctrl+Shift+P (or Cmd+Shift+P on macOS).
  3. Type "Fiscal Ox" and select "Fiscal Ox: Login".
  4. Enter your credentials and press Enter.

Once logged in, you can use commands such as:

  • Fiscal Ox: Pull Files – Retrieve files from the API.
  • Fiscal Ox: Push One File – Upload an HTML file.
  • Fiscal Ox: Delete File – Remove a file from the API.
  • Fiscal Ox: Create App – Generate an app installable in the API.
Pressing 'Ctrl + s' will enable Push One File feature through keyboard input.