This website requires JavaScript.
Explore
Help
Register
Sign In
accounting
/
books
Watch
2
Star
0
Fork
0
You've already forked books
mirror of
https://github.com/frappe/books.git
synced
2024-12-23 19:39:07 +00:00
Code
Issues
Releases
Activity
8ba8d7a284
books
/
models
/
types.ts
2 lines
71 B
TypeScript
Raw
Normal View
History
Unescape
Escape
incr: type Transaction and Tax
2022-04-14 08:01:33 +00:00
export
type
InvoiceStatus
=
'Draft'
|
'Unpaid'
|
'Cancelled'
|
'Paid'
;
Copy Permalink