aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 200f7a4..1df17ef 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ Tables:
orders List of user orders and management notes etc
id autoincrement, service id, instance name, client id, order date, specific billing, comments
tickets List of tickets
- id autoincrement, client id, title, body, status { open, closed, nofix }, asignee
+ id autoincrement, order id, subject, body, status { open, closed, nofix }, asignee
invoices List of invoices
- id autoincrement, client id, service id, bill amount, description, date, status { paid, unpaid }
+ id autoincrement, order id, description, date, pdf, status { paid, unpaid }
```