Skip to content
/ facture Public

A small customer and invoice database using typst as pdf backend

Notifications You must be signed in to change notification settings

giomf/facture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command-Line Help for facture

This document contains the help content for the facture command-line program.

Command Overview:

facture

Facture is a small customer & invoice database that lets you render invoices to pdf

Usage: facture <COMMAND>

Subcommands:
  • init — Initialize facture
  • customer — Manipulate customers
  • invoice — Manipulate invoices
  • business — Manipulate own business
  • config — Manipulate configuration

facture init

Initialize facture

Usage: facture init

facture customer

Manipulate customers

Usage: facture customer <COMMAND>

Subcommands:
  • add — Add a customer
  • edit — Edit a customer
  • list — List all cusomters
  • remove — Remove a cusomter
  • show — Show a customer

facture customer add

Add a customer

Usage: facture customer add

facture customer edit

Edit a customer

Usage: facture customer edit

facture customer list

List all cusomters

Usage: facture customer list

facture customer remove

Remove a cusomter

Usage: facture customer remove

facture customer show

Show a customer

Usage: facture customer show

facture invoice

Manipulate invoices

Usage: facture invoice <COMMAND>

Subcommands:
  • add — Add an invoice
  • edit — Edit an invoice
  • list — List all invoices
  • remove — Remove a invoice
  • show — Show a invoice
  • render — Render a invoice to pdf

facture invoice add

Add an invoice

Usage: facture invoice add

facture invoice edit

Edit an invoice

Usage: facture invoice edit

facture invoice list

List all invoices

Usage: facture invoice list

facture invoice remove

Remove a invoice

Usage: facture invoice remove

facture invoice show

Show a invoice

Usage: facture invoice show

facture invoice render

Render a invoice to pdf

Usage: facture invoice render

facture business

Manipulate own business

Usage: facture business <COMMAND>

Subcommands:
  • edit — Edit business
  • show — Show business

facture business edit

Edit business

Usage: facture business edit

facture business show

Show business

Usage: facture business show

facture config

Manipulate configuration

Usage: facture config <COMMAND>

Subcommands:
  • edit — Edit configuration
  • show — Show configuration

facture config edit

Edit configuration

Usage: facture config edit

facture config show

Show configuration

Usage: facture config show


This document was generated automatically by clap-markdown.

About

A small customer and invoice database using typst as pdf backend

Resources

Stars

Watchers

Forks

Releases

No releases published