Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

[improvement] Payments Out Module #2089

Closed
mykljohn opened this issue Oct 19, 2015 · 2 comments
Closed

[improvement] Payments Out Module #2089

mykljohn opened this issue Oct 19, 2015 · 2 comments
Assignees
Labels
❕ priority We will take care of this issue as soon as possible. 👮‍♂️ VerificationRequired We have to verify if this issue exists in the developer version of YetiForce.

Comments

@mykljohn
Copy link

We would like to modify the Payments Out module to track when they are due.

So I added 2 new fields to the module: Due Date and Amount Due.

But then I thought, what if only Partial Payment is made, and I noticed the Parent Payment Out field. How does this tie in, and How can I show the Balance Due?

@bpabiszczak bpabiszczak added Label::Core ❕ priority We will take care of this issue as soon as possible. 👮‍♂️ VerificationRequired We have to verify if this issue exists in the developer version of YetiForce. labels Oct 19, 2015
@bpabiszczak bpabiszczak added this to the YetiForce 2.4 GA milestone Oct 19, 2015
@bpabiszczak
Copy link
Contributor

The trick is not to add something to your own system, but to complement the existing processes in the system and add them to the main engine. So you should think about how to do it universally and in a way that would allow to add the mechanism to Yetiforce. If you add it all only to yourself, it means that it will not be considered in statements, notifications, reports, which we will create for the system. To answer your questions:

The deadline for payment should be on the document the payment relates to. It has nothing to do with payments in and payments out.

Customer balance should be in Account [and as far as I remember it is there] and should be dynamically calculated based on all charges and payments ... so that we have the actual amount of the balance at a given time.

@mykljohn
Copy link
Author

That's makes sense...(doing it to the main system). You really need a Purchasing Module which would be similar to the existing Purchase Order Module, except for things being bought, not sold. I've mentioned this in a different post in which I want to modify the Purchase Order to be used for Purchases (we don't use POs for sales). Then you can relate the Payments Out to the Purchase Order and Vendor (Purchases) or Employee (Payroll and Expenses).

I'm not sure what you're referring to with Documents, by I will look at them. cheers

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
❕ priority We will take care of this issue as soon as possible. 👮‍♂️ VerificationRequired We have to verify if this issue exists in the developer version of YetiForce.
Projects
None yet
Development

No branches or pull requests

3 participants