1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00
Commit Graph

5169 Commits

Author SHA1 Message Date
Sylvain
37081c5a1d New translations app.shared.en.yml (German) 2022-01-17 15:49:36 +01:00
Sylvain
a847ce06fb New translations app.shared.en.yml (Spanish) 2022-01-17 15:49:35 +01:00
Sylvain
d7c1ad5099 New translations app.shared.en.yml (French) 2022-01-17 15:49:34 +01:00
Sylvain
965f9c11b8 New translations mails.en.yml (Portuguese) 2022-01-17 15:49:31 +01:00
Sylvain
ecb3402487 New translations en.yml (French) 2022-01-17 15:49:22 +01:00
Sylvain
d201e63afb
Merge pull request #317 from sleede/dependabot/npm_and_yarn/follow-redirects-1.14.7
Bump follow-redirects from 1.14.3 to 1.14.7
2022-01-17 15:48:18 +01:00
Sylvain
0c4f42425c updated changelog 2022-01-17 15:44:26 +01:00
Sylvain
86c595ea30 Merge remote-tracking branch 'origin/fix-extended-prices' into dev 2022-01-17 15:42:21 +01:00
Sylvain
67850a6f9f (feat) optional sso debug logs according to SSO_DEBUG env var 2022-01-17 15:24:07 +01:00
Sylvain
c2f4e0f3b7 restore original omniauth gem 2022-01-17 14:09:41 +01:00
Sylvain
98aab887e8 updated changelog 2022-01-17 12:52:48 +01:00
Sylvain
c031f099a5 Merge branch 'oauth2' into dev 2022-01-17 12:46:07 +01:00
Sylvain
0cffa68919 (bug) error if no username/email was provided by the sso 2022-01-17 12:42:27 +01:00
Sylvain
634da414f8 (feat) When a payment schedule is in error or canceled, ability to re-enable it with another payment method 2022-01-17 12:38:53 +01:00
Sylvain
d8f27f0b1a reactored payment-schedules-table to extract buttons to payment-schedule-item-actions 2022-01-17 10:51:27 +01:00
dependabot[bot]
0b74a3f988
Bump follow-redirects from 1.14.3 to 1.14.7
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.3 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.3...v1.14.7)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-14 23:12:19 +00:00
Sylvain
a189190a8e wip: refactor payment schedule table 2022-01-12 17:17:07 +01:00
Sylvain
036f9df35f Specilized VAT rate cannot be defined unless the VAT is enabled and saved 2022-01-12 15:30:54 +01:00
Sylvain
cb6a3a00b6 (bug) the switch to enable/disable the VAT does not reflect the current state of the VAT 2022-01-12 15:17:08 +01:00
Sylvain
9f7c77144a (bug) unable to rebuild the PDF for invoices without subscriptions 2022-01-12 14:58:57 +01:00
Sylvain
d8568f47ad (bug) if a specialized VAT rate was defined when the VAT was disabled, the resulting VAT rate is wrong 2022-01-12 14:57:56 +01:00
Sylvain
4dd5bca55c wip: refactor the payment schedule table to extract the item actions into a separate component 2022-01-11 18:41:04 +01:00
vincent
d54068446a Display hours for extended prices duration 2022-01-11 17:54:38 +01:00
Sylvain
a38d3e31b1 use explicit payment method for check in paymentSchedules and do not include the payment method in the footprint 2022-01-11 16:15:43 +01:00
Sylvain
a91610f530 Optimized multiple DB queries 2022-01-11 16:04:14 +01:00
Sylvain
365443775e fix process payzen transaction 2022-01-11 14:20:27 +01:00
Sylvain
051b56b72f send notifications on payment schedules error/canceled by gateway 2022-01-11 12:37:06 +01:00
Sylvain
af62a8446e fix wrong file names 2022-01-11 11:32:02 +01:00
Sylvain
8a149bb947 (bug) some links redirect to the home page instead of triggering the requested action 2022-01-11 11:03:27 +01:00
Sylvain
7a02e93f08 updated changelog 2022-01-10 16:53:18 +01:00
Sylvain
5b03d4339c Merge remote-tracking branch 'origin/wip-demo-update' into dev 2022-01-10 15:56:52 +01:00
Sylvain
849b41d4ed Merge remote-tracking branch 'origin/wip-demo-update' into dev 2022-01-10 15:56:28 +01:00
Sylvain
9cb744a4de fix typos 2022-01-10 15:56:01 +01:00
vincent
286aa62820 Update CHANGELOG 2022-01-10 15:48:38 +01:00
Sylvain
5097c1382b Merge branch 'bug-fix-xlsx-exports' into 'dev'
bug fix: xlsx export are not corrupted anymore

See merge request projets/fab-manager!5
2022-01-10 08:37:24 +00:00
vincent
f15907c405 Merge branch 'dev' into wip-demo-update 2022-01-07 08:23:34 +01:00
Nicolas Florentin
217f2f3a3c bug fix: xlsx export are not corrupted anymore 2022-01-06 13:43:51 +01:00
Sylvain
f647ebd9e0 When a payment schedule was canceled by the payment gateway, inform the user in the interface
TODO: send an in-system notification and an email notification
+ refactor payzen/service and stripe/service to extract notification sending
+ send notifications on state=error
+ in the interface: open a modal dialog to allow the admin to choose an action (cancel/continue by check/continue by transfer)
+ refactor the payment-schedule-tables.ts to extact the item-line logic (the component is getting too big)
2022-01-05 17:16:25 +01:00
Sylvain
61d63889b1
Merge pull request #315 from sleede/l10n_dev
New Crowdin updates
2022-01-05 16:26:24 +01:00
Sylvain
47910c411e New translations mails.en.yml (French) 2022-01-05 16:23:35 +01:00
Sylvain
b1f65e60c0 New translations app.admin.en.yml (French) 2022-01-05 16:23:26 +01:00
Sylvain
432ee94bcb New translations app.shared.en.yml (French) 2022-01-05 16:23:22 +01:00
Sylvain
a438a9a324 New translations en.yml (French) 2022-01-05 16:23:15 +01:00
Sylvain
29648b87b0 New translations app.admin.en.yml (French) 2022-01-05 16:14:44 +01:00
Sylvain
733d5e709f New translations app.shared.en.yml (Zulu) 2022-01-05 16:01:23 +01:00
Sylvain
bda4c67073 New translations mails.en.yml (Spanish) 2022-01-05 16:01:22 +01:00
Sylvain
59533d91a8 New translations mails.en.yml (French) 2022-01-05 16:01:21 +01:00
Sylvain
1c5b1f7f83 New translations mails.en.yml (German) 2022-01-05 16:01:16 +01:00
Sylvain
7bd94629d4 New translations app.admin.en.yml (Zulu) 2022-01-05 16:01:13 +01:00
Sylvain
bd80603ca3 New translations app.admin.en.yml (Portuguese) 2022-01-05 16:01:12 +01:00