-
Notifications
You must be signed in to change notification settings - Fork 105
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
Transferts API and Integration test #56
Transferts API and Integration test #56
Conversation
@@ -67,6 +67,7 @@ var caution = require('../controllers/categorised/caution'); | |||
var employees = require('../controllers/categorised/employees'); | |||
var subsidies = require('../controllers/categorised/subsidies'); | |||
var units = require('../controllers/units'); | |||
var transferts = require('../controllers/finance/transferts'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Transferts
is a French name. Could you rename this Transfers
?
@mbayopanda, I've given an initial review. Here are some important fixes:
I think we need to discuss as a team the design of the transfer module + API. It seems to me that transfers might be better put within a cashbox API rather than just a raw |
@mbayopanda |
21dd182
to
d8babf0
Compare
LGTM. |
Transferts API and Integration test
* fix(form): disabled autocomplete, autocorrect, etc This commit attempts to fix the forms in the application to no longer provide autocomplete options.
This PR :
Add an API endpoint for transferts module
Contains an integration test for transferts API
Note :
This API doesnt contains entries for delete and update :
Delete : not a priority now
Update : we must deal with posting journal which can be more difficult to handle