ctsit / rcc.billing

Automated, data-driven service billing implemented on REDCap Custodian
https://ctsit.github.io/rcc.billing/
Apache License 2.0
0 stars 3 forks source link

Add `create_service_request_line_items()` to `send_new_invoice_line_items.R` #229

Closed pbchase closed 2 months ago

pbchase commented 4 months ago

Call create_service_request_line_items() in send_new_invoice_line_items.R and bind its output to create_redcap_project_line_items() before sending

saipavan10-git commented 3 months ago

When we bind rows with the output from get_service_request_line_items() with the result from get_new_project_invoice_line_items(), the rows originating from get_new_project_invoice_line_items() will have no data in the following columns:

fiscal_contact_fn
fiscal_contact_ln
fiscal_contact_name
pbchase commented 3 months ago

I am aware of that and I am OK with that.

pbchase commented 2 months ago

Addressed by PR #233 #235