Billings Pro icon

Billings Pro 1.8.0,39009,2026-03-11-1718

Invoices, estimates, quotes and time-tracking

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    billings-pro # Billings Pro
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    billings-pro # Billings Pro
  ];
}

Package Definition

{
  "pname": "billings-pro",
  "version": "1.8.0,39009,2026-03-11-1718",
  "src": {
    "url": "https://www.marketcircle.com/appcasts/releases/billingspro-releases-1.8.0.b39009.2026-03-11-1718.zip",
    "sha256": "1cc0f3c2ad69870bf65281309190223acb0613c4372933043463c2556c3a0046"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Billings Pro.app\" && cp -r \"Billings Pro.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Invoices, estimates, quotes and time-tracking",
    "homepage": "https://www.marketcircle.com/billingspro/"
  }
}