houssine
e4547d6f49
[REFACT] remove unused import
6 years ago
houssine
78a594ed05
[REFACT] remove unused variable
6 years ago
houssine
cb260f5b22
[FIX] fix import
6 years ago
houssine
7342a10b3d
[IMP] validate multiple subscription request at once
6 years ago
houssine
787361ed35
[PEP8] comply to pep8
6 years ago
houssine
a801b6982f
[REFACT] some cleaning in the code and comply with pep8
6 years ago
houssine
68277e9cdb
[IMP] put on the waiting list
Add the possibility to put a subscription request on the waiting list.
add a waiting state the action to update the state and the related
button on the form
6 years ago
houssine
a3a8d2faa8
[FIX] confirmation mail template fix variable name
6 years ago
houssine
ef257bcd93
[TRANS] french translation update
6 years ago
houssine
6e680fd1ff
Merge branch '9.0' of https://github.com/houssine78/vertical-cooperative.git into 9.0
6 years ago
houssine
93fe42f5a5
[IMP] implement share conversion
6 years ago
Houssine BAKKALI
0a7d667ebf
Merge pull request #5 from houssine78/fix-mail-template-taxshelter
[FIX] emc_taxshelter_report: 't' in mail template
6 years ago
Houssine BAKKALI
3ce3bd6e32
Merge pull request #4 from houssine78/fix-mail-template-emc
[FIX] easy_my_coop: 't' in mail template
6 years ago
Rémy Taymans
6fe68c5fd6
[FIX] emc_taxshelter_report: 't' in mail template
This fix weird 't' appearing in the translation of emails. There was a
mix of space and tab indentation in xml files. Tabulation indentation
generate \t code in fr_BE.po.
So this commit removes the tabulation indetation for xml file and fix
the translation in i18n/fr_BE.po.
7 years ago
Rémy Taymans
424f4b11d3
[FIX] easy_my_coop: 't' in mail template
This fix weird 't' appearing in the translation of emails. There was a
mix of space and tab indentation in xml files. Tabulation indentation
generate \t code in fr_BE.po.
So this commit removes the tabulation indetation for xml file and fix
the translation in i18n/fr_BE.po.
7 years ago
houssine
03f1bab207
[REFACT] get sequence and mail template by ref
get sequences and mail templates by ref on their xml id instead
searching on the name field of the corresponding object
6 years ago
houssine
cd10955ffa
[REFACT] replace api.one by api.multi
6 years ago
houssine
a2e94d0a85
[IMP] add call to validate in submit_operation function
this way we avoid going until approve step to get an validation error
6 years ago
houssine
e6b756fb06
[IMP] add share conversion feature.
6 years ago
houssine
020c3b71e0
[FIX] fix company name resolver
6 years ago
houssine
3bbe08c3d2
[FIX] fix the company name resolver
6 years ago
houssine
7bc5f2bab9
[REM] removing unused py
6 years ago
houssine
2faa65783f
[FIX] Fix release capital request reconciled with a credit note
In the case where a release capital request is reconciled with a credit
note(when you want to cancel properly a capital release request from an
accounting point of view). In the confirm_paid function the order of the
invoices are not always the same. Some time you get the credit note
first and some times you get the original invoice first. it leads to
problem in case of the credit note go first. this commit fix the
problem.
6 years ago
Houssine BAKKALI
9f853addc5
Merge pull request #14 from houssine78/patch_test
[PEP8] pep8 code style refactoring
6 years ago
houssine
abc577ff3f
[PEP8] pep8 code style refactoring
6 years ago
houssine
1f14f58ed6
[IMP] change summed fields in group by
6 years ago
houssine
f49c888aca
[IMP] put back the field in read only
6 years ago
houssine
a334607105
Merge branch '9.0' of https://github.com/houssine78/vertical-cooperative.git into 9.0
6 years ago
houssine
273a884eb4
[IMP] make this field editable
6 years ago
houssine
2130359982
[FIX] fix case where the representative wasn't yet in the system
6 years ago
Robin Keunen
29e199c267
Merge pull request #13 from robinkeunen/tax-shelter-percentage
[FIX] replace hard coded tax shelter percentage in reports
6 years ago
houssine
09fd84b650
[FIX] release capital request matched with credit note
when a release capital request is matched with a credit note it's marked
as paid but it should not process it has a normal paid release capital
request. No share should be given to the cooperator and no operation
should be written in the cooperator register
6 years ago
robinkeunen
e78dc1b51d
[FIX] replace hard coded tax shelter percentage in reports
6 years ago
houssine
971826eace
[FIX] fix special case for is_company value
6 years ago
houssine
ffe3957fb8
[IMP] add dependency to partner_contact_addres
6 years ago
houssine
45b513f2a9
[IMP] add type representative as default type for contact of company
6 years ago
houssine
0ea59cc854
[IMP] add status and source field and default value to trace from where
a subscription request has been created
6 years ago
houssine
3842f0ed89
[IMP] change coop_candidate computation
6 years ago
houssine
54af34d7d0
[FIX] fix wrong evaluation
6 years ago
houssine
3db48d8c10
[IMP] make error messages translatable
6 years ago
houssine
f2ad689d22
[FIX] undeclared function
6 years ago
houssine
6c4cb32a87
[IMP] handle case where an old cooperator subscribe again for shares
6 years ago
houssine
b1e64f6134
[IMP] make boolean is_company visible for super manager
6 years ago
houssine
860d12551a
[FIX] in the case of a company we should search the user based on the
company email instead of the representative email
6 years ago
houssine
0ea9e37bb6
[FIX] introducing company value raised a bug. we need to retrieve the
value from is_comapny instead of company
6 years ago
houssine
0324a06793
[IMP] cannot validate a subscription request with share number smaller
or equal 0
6 years ago
Rémy Taymans
b459879916
[FIX] emc_document: Explicit usage of sudo
Always use sudo before each query.
6 years ago
Rémy Taymans
c65da6f73e
[ADD] emc_document: Write access to group_user
7 years ago
Rémy Taymans
556bb90db9
[ADD] emc_document: Chatter on documents
7 years ago
Rémy Taymans
613c404352
[IMP] emc_document: Admin interface
7 years ago