teamforus / forus

Online platform voor maatschappelijke projecten.
https://forus.io
GNU Affero General Public License v3.0
9 stars 3 forks source link

Expire Date of product voucher should be voucher expire date instead of product expire date #2261

Closed maxvisser closed 3 years ago

maxvisser commented 3 years ago

Main asssignee: @

Context/goal:

screenshots of issue ![image](https://user-images.githubusercontent.com/10818702/112170331-45d78c80-8bf3-11eb-89b2-63c366081392.png) ![image](https://user-images.githubusercontent.com/10818702/112170847-aff03180-8bf3-11eb-8d6b-6c5ebc4137fe.png) ![image](https://user-images.githubusercontent.com/10818702/112171003-cbf3d300-8bf3-11eb-9ecf-b6c9822a13ec.png)

Task

replace variable of expire date with the expire date of the product voucher for: E-mail we sent when you reserve Voucher page below QR-code

Test data:

Markdown format product: |id|organization_id|product_category_id|name|description|price|total_amount|unlimited_stock|price_type|price_discount|show_on_webshop|created_at|updated_at|deleted_at|expire_at|sold_out|sponsor_organization_id| |--|---------------|-------------------|----|-----------|-----|------------|---------------|----------|--------------|---------------|----------|----------|----------|---------|--------|-----------------------| |1575|11|2639|Koning Bram Krikke|Een meet & greet met Bram Krikke|10.00|0|1|regular||1|2020-07-24 14:13:08|2021-01-08 15:16:09||2022-07-01|0|| voucher: |id|fund_id|identity_address|amount|limit_multiplier|returnable|note|employee_id|activation_code|activation_code_uid|state|created_at|updated_at|product_id|parent_id|expire_at| |--|-------|----------------|------|----------------|----------|----|-----------|---------------|-------------------|-----|----------|----------|----------|---------|---------| |40134|51|0x0c892a60845d2a8ec2894ac55c1950cfa4b086ee|10.00|1|1|||||active|2021-03-23 16:16:03|2021-03-23 16:16:03|1575|23731|2021-11-30|
CSV Format product: ```csv id,organization_id,product_category_id,name,description,price,total_amount,unlimited_stock,price_type,price_discount,show_on_webshop,created_at,updated_at,deleted_at,expire_at,sold_out,sponsor_organization_id "1,575",11,"2,639",Koning Bram Krikke,"Een meet & greet met Bram Krikke",10,0,1,regular,[NULL],1,2020-07-24 14:13:08,2021-01-08 15:16:09,[NULL],2022-07-01,0,[NULL] ``` voucher ```csv id,fund_id,identity_address,amount,limit_multiplier,returnable,note,employee_id,activation_code,activation_code_uid,state,created_at,updated_at,product_id,parent_id,expire_at "40,134",51,0x0c892a60845d2a8ec2894ac55c1950cfa4b086ee,10,1,1,[NULL],[NULL],[NULL],[NULL],active,2021-03-23 16:16:03,2021-03-23 16:16:03,"1,575","23,731",2021-11-30 ```