tkts−company − company management commands for tkts
tkts
company:create [-n|--name name]
[--abv|--abbreviation " abbr"] [-addr|--address
" addr"]
tkts company:edit [-n|--name name]
tkts company:list
tkts company:info [-n|--name name]
Manage company records and information. Companies are required for client management and invoice generation.
Companies must have:
|
Name |
Full company name |
Abbreviation
Short identifier for the company
Address (optional)
Physical address for invoicing
−n, −−name
Company name
−−abv, −−abbreviation
Company abbreviation
−addr, −−address
Company address
Create a new company:
tkts company:create -n
"ACME Corp" --abv ACME \
--addr "123 Business St, City, 12345"
Edit company details:
tkts company:edit -n "ACME Corp"
View company information:
tkts company:info -n "ACME Corp"
Will Sinatra <[email protected]>
tkts(1), tkts−client(1)