added invoiceing
This commit is contained in:
parent
89b5344e79
commit
0e91ec4b9a
21 changed files with 1892 additions and 322 deletions
|
|
@ -40,8 +40,8 @@ $query = "SELECT
|
|||
o.order_id,
|
||||
o.status,
|
||||
o.invoice_duration,
|
||||
-- use finish_date as the expiration marker (set when order is paid/created)
|
||||
o.finish_date AS expiration_date,
|
||||
-- use end_date as the expiration marker (set when order is paid/created)
|
||||
o.end_date AS expiration_date,
|
||||
bs.service_name,
|
||||
bs.price_monthly
|
||||
FROM ogp_home h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue