Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jcs/reports2025 #518

Merged
merged 28 commits into from
Jan 13, 2025
Merged

Jcs/reports2025 #518

merged 28 commits into from
Jan 13, 2025

Conversation

jSylvestre
Copy link
Member

No description provided.

@jSylvestre jSylvestre marked this pull request as ready for review January 13, 2025 18:24
@jSylvestre
Copy link
Member Author

Should close #507

Copy link
Contributor

@sprucely sprucely left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't test, but looks fine to me.

Comment on lines +184 to +217
let cols = [];

cols.push(id);
cols.push(orderId);
cols.push(trackingNumber);
cols.push(createdBy);
cols.push(createdOn);
cols.push(completedOn);
cols.push(sponsor);
cols.push(amount);
cols.push(orderName);
cols.push(productName);
cols.push(description);
cols.push(category);
cols.push(units);
cols.push(unitPrice);
cols.push(installments);
cols.push(installmentType);
cols.push(isRecurring);
cols.push(externalReference);
cols.push(quantity);
cols.push(total);
cols.push(balanceRemaining);
cols.push(orderStatus);
cols.push(installmentDate);
cols.push(expirationDate);
cols.push(nextPaymentDate);
cols.push(orderCreatedOn);
cols.push(notes);
cols.push(adminNotes);
cols.push(billingInfo);
cols.push(metaDataString);
return cols;
}, []);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a nitpick. Why the extra code rather than an array literal?

@jSylvestre jSylvestre merged commit 2c6fee6 into main Jan 13, 2025
3 checks passed
@jSylvestre jSylvestre deleted the JCS/Reports2025 branch January 13, 2025 23:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants