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
Rémy Taymans
d1e090139d
[ADD] emc_w_document: Page that list documents
7 years ago
Rémy Taymans
71a801dc2b
[ADD] emc_document: Management of documents
Allow you to store documents and organize them in categories.
Access right is not managed yet. It must be solved in further commit.
7 years ago
Rémy Taymans
1a858cac07
[FIX] emc_w_taxshelter: Contributors
Remove wrong contributors.
6 years ago
Rémy Taymans
474e04da1f
[FIX] emc_w_taxshelter: Correctly name certificate
Name the Tax Shelter Certificate correctly.
6 years ago
Rémy Taymans
381ada4afd
[FIX] emc_w_taxshelter: Use sudo explicitly
When using sudo, it should be done explicitly at each query.
6 years ago
Rémy Taymans
f94e510f97
[FIX] emc_w_taxshelter: Old link for certificates
7 years ago
Rémy Taymans
0c5d3950be
[FIX] emc_w_taxshelter: Order of certificates
7 years ago
Rémy Taymans
12c4d181f4
[FIX] emc_w_taxshelter: PDF download issue
7 years ago
Rémy Taymans
9aca525e1a
[FIX] emc_w_taxshelter: Access right issue
Fix access right to the subscription and the share certificate.
7 years ago
Rémy Taymans
0d3f9ef462
[ADD] emc_w_taxshelter: Tax Shelter Certificate
Add the list of tax shelter certificate in the website portal.
There is some issue with the access right. This must be fixed later.
7 years ago
Rémy Taymans
07c50e9aef
[FIX] emc_wsite_portal: Explicit usage of sudo
When using sudo, write it explicitly before each query.
Prevent from showing company information if the cooperator is not a
company.
6 years ago
Rémy Taymans
11493e5426
[FIX] emc_wsite_portal: Access right cap request
For people who are not in group_portal they cannot access to the list of
their capital request.
7 years ago
Rémy Taymans
fd06fd1555
[FIX] emc_wsite_portal: Show followed invoices
The issue was that the portal shows all the release capital request that
are followed by the user (generally because, it's him that that accepted
the request). The page should only show the capital request of that the
user owns.
7 years ago
Rémy Taymans
00459d70fa
[FIX] emc_website_portal: PDF download issue
The bug was that trying to download the cooperator certificate or
another PDF in the interface brings an error 500. This was due to a
wrong usage of the function `get_pdf()` and also due to a error of
encoding when using `format()` python function with `{name}`. Instead I
use `"%s" % name` that works great.
It didn't use `get_pdf()` right because of an old version of mis-builder
that cause the methord `get_pdf()` to work weird. With an updated
version of mis-builder, `get_pdf()` can be used correctly.
7 years ago
Rémy Taymans
c69c1bdca5
[FIX] emc_wsite_portal: Access right issue
7 years ago
Rémy Taymans
313fc91e0c
[ADD] emc_wsite_portal: Cooperator Certificate
Add a button that allow to download the cooperator certificate.
There is some access right issue for now. So for the moment the function
`send_cooperator_certificate()` in the controller is not used.
7 years ago
Rémy Taymans
bda1cfddea
[ADD] emc_wsite_portal: Release Capital Requests
Add the access to the release capital request in the personal portal
view.
7 years ago
Rémy Taymans
f795ad8967
[ADD] emc_wsite_portal: Cooperator information
Add the cooperator information on the /my/home page.
7 years ago
houssine
e455c54b1d
[FIX] fix case where register company number are not used
6 years ago
houssine
a805cdcb0e
[FIX] quick fix for non belgian localization(we should not take the
national number into account
6 years ago
houssine
8e77bbdbaf
[FIX] fix hard coded default lang in subscription request. needed for
swiss localisation
7 years ago
houssine
f3d8e6de1c
[FIX] filter for cooperator candidate
7 years ago