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

Transfer module #114

Closed
DedrickEnc opened this issue Feb 18, 2016 · 2 comments · Fixed by #102
Closed

Transfer module #114

DedrickEnc opened this issue Feb 18, 2016 · 2 comments · Fixed by #102

Comments

@DedrickEnc
Copy link
Contributor

During our daily meeting we decided to add a new module in finance to let the cashier veer money between the cash and the transfer account, so that the primary cash responsibility and auxiliary cash responsibility will be clearly separated.

Since the auxiliary cash is formatted for income only, the transfer module will write directly in the posting_journal table.

What do you think?
@IMA-WorldHealth/local-contributors

@jniles
Copy link
Collaborator

jniles commented Feb 18, 2016

I do not think this needs to be a separate module. I imagine a button on the Cash Payments interface that is "Export Cash to Account" or something similar. It will bring up a modal with the total amount in your current cash box and ask how much you'd like to transfer.

Ideally, it should also keep track of the currencies in the cash box as well. That way it could recommend X numbers of USD and Y numbers of FC.

The problem with writing directly to the posting_journal is that it is editable ... but I do not have a better proposal at this time.

@sfount
Copy link
Contributor

sfount commented Feb 18, 2016

Is there a problem with recording all transfers between accounts that do not fit the categories sale, cash, purchase_order etc. under journal vouchers? Doing this gives us a paper trail (receipt) for almost ever transaction in BHIMA.

Given that the journal voucher interface is too complicated for standard use (debits + credits and multiple transaction lines) has building a module to do generic FROM ENTITY -> TO ENTITY transfers been discussed? If this tool was able to use the same components built for journal vouchers to allow easy selection of entities (like cash boxes) it might support what this module needs to do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants