Sylvain
c79078c8e1
Merge branch 'dev' into payzen
2021-05-26 14:00:51 +02:00
Sylvain
2b6bbbd7b8
Merge branch 'dev' for release 4.7.11
2021-05-26 13:42:17 +02:00
Sylvain
d81e25b88e
Version 4.7.11
2021-05-26 13:42:17 +02:00
Sylvain
413bb57c38
[bug] zero-decimal currencies w/ stripe
2021-05-26 13:38:16 +02:00
Sylvain
4e601b672a
[bug] fablab:fix_invoices date parsing error
2021-05-26 11:49:52 +02:00
Sylvain
266982b24a
Merge pull request #274 from sleede/issues-templates
...
Update issue templates
2021-05-26 11:48:19 +02:00
Sylvain
462680c51d
Delete ISSUE_TEMPLATE.md
...
This is not used anymore
2021-05-26 11:47:42 +02:00
Sylvain
be3352d2bf
Update issue templates
2021-05-26 11:46:37 +02:00
Sylvain
3c42f5e3a1
updated ffi to 1.15.1
2021-05-26 10:04:56 +02:00
Sylvain
6b90e73195
migrate database to object[] to store multiple boughts items
2021-05-25 17:28:35 +02:00
Sylvain
c09fd8192d
use secure link
2021-05-25 14:17:31 +02:00
Sylvain
973dea455c
resolved js dependencies
2021-05-25 14:07:40 +02:00
Sylvain
b938232c19
Merge branch 'dev' into payzen
2021-05-25 14:06:30 +02:00
Sylvain
73558399d9
Merge branch 'dev' for release 4.7.10
2021-05-25 13:31:35 +02:00
Sylvain
47d4e49888
Version 4.7.10
2021-05-25 13:31:35 +02:00
Sylvain
cf05cb8abb
Merge branch 'dev' of github.com:sleede/fab-manager into dev
2021-05-25 11:32:10 +02:00
Sylvain
4fe3a204b8
fixes for upgrade to dart-sass
2021-05-25 11:31:22 +02:00
Sylvain
2d0819a26d
disable loose option for @babel/plugin-proposal-class-properties
...
The loose option must be the same for @babel/plugin-proposal-class-properties and @babel/preset-env. Official babel docs recommands to disable loose option
2021-05-25 11:24:22 +02:00
Sylvain
4334bc4b6a
updated @rails/webpacker to 5.4.0
2021-05-25 11:10:17 +02:00
Sylvain
625b833cde
updated ruby to 2.6.7
2021-05-25 10:46:58 +02:00
Sylvain
8ccd2dddd0
Merge pull request #273 from sleede/l10n_dev
...
New Crowdin updates
2021-05-25 10:38:47 +02:00
Sylvain
a654a501c9
New translations app.admin.en.yml (Spanish)
2021-05-25 10:06:55 +02:00
Sylvain
ff5dc421bf
New translations app.admin.en.yml (German)
2021-05-25 09:54:51 +02:00
Sylvain
faa880f9f6
CAD lists of types and extensions are now ordered alphabetically
2021-05-24 17:33:32 +02:00
Sylvain
e95143583b
New translations app.admin.en.yml (French)
2021-05-24 17:26:01 +02:00
Sylvain
718f2f904b
New translations en.yml (French)
2021-05-24 17:25:59 +02:00
Sylvain
c3f7f04ec2
[bug] html syntax error result in unable to compile the assets
2021-05-24 17:14:01 +02:00
Sylvain
b6d432b68c
Update source file en.yml
2021-05-24 17:02:51 +02:00
Sylvain
83c989ccc1
Update source file app.admin.en.yml
2021-05-24 17:02:50 +02:00
Sylvain
03f480e73e
New translations app.admin.en.yml (Zulu)
2021-05-24 16:38:11 +02:00
Sylvain
17af3e99e1
New translations app.admin.en.yml (French)
2021-05-24 16:38:10 +02:00
Sylvain
7c4a865396
New translations en.yml (Spanish)
2021-05-24 16:38:06 +02:00
Sylvain
cb67c12f77
New translations app.admin.en.yml (Spanish)
2021-05-24 16:38:04 +02:00
Sylvain
c36a4531a0
New translations en.yml (German)
2021-05-24 16:38:01 +02:00
Sylvain
bba7421fca
New translations app.admin.en.yml (German)
2021-05-24 16:37:59 +02:00
Sylvain
37e5b2feea
New translations en.yml (Portuguese)
2021-05-24 16:37:55 +02:00
Sylvain
0aea4a051d
New translations app.admin.en.yml (Portuguese)
2021-05-24 16:37:54 +02:00
Sylvain
fb1949a5f5
New translations en.yml (Zulu)
2021-05-24 16:37:50 +02:00
Sylvain
46dcf7766e
New translations en.yml (French)
2021-05-24 16:37:46 +02:00
Sylvain
c00c6f05e1
Update source file en.yml
2021-05-24 16:37:33 +02:00
Sylvain
1b5c2e6c68
Update source file app.admin.en.yml
2021-05-24 16:37:32 +02:00
Sylvain
ecf80b0591
ability to set invoices as erroneous
2021-05-24 16:34:27 +02:00
Sylvain
5fca8370ff
use integrity checking refactored lib
2021-05-24 11:38:25 +02:00
Sylvain
5b7b54d421
refactor integrity checking code
2021-05-24 11:34:35 +02:00
Sylvain
3a910b1182
script to fix existing invoices w/o invoiced_id
2021-05-24 11:19:59 +02:00
Sylvain
c7a59c8cb7
WIP: refactoring to singularize the booking process
...
We need to achieve only one process for all booking, not one for subscription, one for reservations, etc.
Moreover we must store one object per invoice_item/payment_schedule_object and stop using Invoice.invoiced or PaymentSchedule.scheduled
2021-05-21 18:25:18 +02:00
Sylvain
b151802923
WIP: fix invoices without invoiced_id
...
TODO: fix datetime parsing
2021-05-21 18:21:24 +02:00
Sylvain
9c4568a473
[bug] run script was disfunctional
2021-05-21 17:19:42 +02:00
Sylvain
da3eb4f8bd
[bug] typo in allow/prevent booking overlapping slots
2021-05-21 17:18:22 +02:00
Sylvain
d7471d6f2e
updated changelog with references to security issues
2021-05-21 17:07:17 +02:00