MAJOR CHANGE: Renamed invoices to bills BOD-410
This commit is contained in:
@@ -108,9 +108,9 @@ query QUERY_JOBS_FOR_RECEIVABLES_EXPORT($ids: [uuid!]!) {
|
||||
}
|
||||
`;
|
||||
|
||||
exports.QUERY_INVOICES_FOR_PAYABLES_EXPORT = `
|
||||
query QUERY_INVOICES_FOR_PAYABLES_EXPORT($invoices: [uuid!]!) {
|
||||
invoices(where: {id: {_in: $invoices}}) {
|
||||
exports.QUERY_BILLS_FOR_PAYABLES_EXPORT = `
|
||||
query QUERY_BILLS_FOR_PAYABLES_EXPORT($bills: [uuid!]!) {
|
||||
bills(where: {id: {_in: $bills}}) {
|
||||
id
|
||||
date
|
||||
due_date
|
||||
@@ -128,7 +128,7 @@ query QUERY_INVOICES_FOR_PAYABLES_EXPORT($invoices: [uuid!]!) {
|
||||
md_responsibility_centers
|
||||
}
|
||||
}
|
||||
invoicelines{
|
||||
billlines{
|
||||
id
|
||||
cost_center
|
||||
actual_cost
|
||||
|
||||
Reference in New Issue
Block a user