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

Problem in case "check not received" #24

Open
cdgdigital opened this issue Oct 6, 2017 · 1 comment
Open

Problem in case "check not received" #24

cdgdigital opened this issue Oct 6, 2017 · 1 comment

Comments

@cdgdigital
Copy link

cdgdigital commented Oct 6, 2017

When a new member puts an order with "pay by check":

  • he receives a welcome email with a "pending" status;
  • order/invoice is set to "pending"
  • but sales report does compute order's value as sold.

If the member never sends the check, deposit or bank transfer, I should only have to CANCEL the order/invoice and, automatically, sales value should be removed from sales report, and membership should be cancelled.

However, currently, even when I cancel the order/invoice, sales value continues to show up on sales report and membership still shows on reports as "pending" instead of "cancelled".

One suggestion to correct this type of problem is to create two documents: (i) ORDER and (ii) INVOICE. So, when there is a new membership request, an ORDER is placed by prospect member, and it waits to be fulfilled and paid; SALES is not yet increased or, if increased, RECEIVABLES should also be increased. Only after ORDER request is approved, fulfilled and paid is that the INVOICE is generated and sent, membership level is applied, access is permitted, and SALES is increased or RECEIVABLES decreased.

SUMMARY: Create ORDER and INVOICE as separated documents, and SALES and RECEIVABLES as separated reports/accounts.

@MaryOJob
Copy link

MaryOJob commented Mar 18, 2022

The same issue was reported by another user. In my case, it shows as Paid. There is a bug report here: #57

Moderators Only: #407815

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

No branches or pull requests

2 participants