added invoiceing

This commit is contained in:
Frank Harris 2025-10-28 05:22:01 -04:00
parent 89b5344e79
commit 0e91ec4b9a
21 changed files with 1892 additions and 322 deletions

View file

@ -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