Nicolas Dorier
cf7c5102fc
Merge pull request #1760 from btcpayserver/api/invoice
...
GreenField: Invoice API
2020-08-27 19:50:14 +09:00
nicolas.dorier
b2ff041ec0
Create Metadata property for InvoiceEntity, migrate all data without logic there
2020-08-26 21:36:31 +09:00
Kukks
41bebfedc4
add swagger docs
2020-08-26 21:36:31 +09:00
Andrew Camilleri
81bba8c829
Fix invoice action responsiveness ( #1854 )
2020-08-26 15:19:40 +09:00
Dennis Reimann
e7ea8ac40f
Improve invoices list view ( #1815 )
...
* Improve invoices list view
* Pager: Only show options that make sense
* ListInvoices formatting
* Add separator for dropdown toggle split
* Minor ListInvoices improvement
* Improve payment requests list view
* Distinguish empty and filtered lists
* Properly align invoice details
* Add payment symbols to invoices list
* Improve payment symbols in invoices list
* Always display search on list pages
* Inline variable
* Move display logic to pager
e5040ede55 (commitcomment-41698272)
2020-08-24 13:57:07 +09:00
Andrew Camilleri
3024ace641
Merge branch 'master' into bitcoin-only-fixes
2020-08-14 17:50:36 +02:00
nicolas.dorier
5c9d0fd40a
Use razor component to encapsulate UI logic
2020-08-12 16:48:14 +09:00
Kukks
26aac6c45d
Do not crash UI and background services after switching to BItcoin Only when you have altcoin payments
2020-08-09 16:17:16 +02:00
Kukks
85d61c4c93
Quickfix for Invoices list
...
https://i.imgur.com/4eDlbxk.gif
original:
https://chat.btcpayserver.org/files/6ocj359nuinftf6ujbnpeszh1o/public?h=MVe3va_TChslDFwdTKhVEkhhJUdIQ6ihwwJ4yOmCC6Q
https://chat.btcpayserver.org/files/gk7mjojfg3faxc6x57gg4pchka/public?h=JGGbhyOiyeazCtr7vAnZY1cPOgHFZ29xJZRwDzSdtgo
2020-08-03 09:37:03 +02:00
rockstardev
466a0c6049
Adding support for dynamic, special meaning date strings
2020-07-28 10:28:32 -05:00
rockstardev
f47ffd7ed0
Using proper class for 0 left padding
...
Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
2020-07-28 10:28:32 -05:00
rockstardev
0b115c3228
Using pull-right class instead of direct float style
2020-07-28 10:28:32 -05:00
rockstardev
8f293db29b
Extracting grid paging to partial
2020-07-28 10:28:32 -05:00
rockstardev
7bcc559ec7
Generalizing TimezoneOffset field init
2020-07-28 10:28:32 -05:00
rockstardev
9fb83f268b
Fixing Unfiltered link to leverage empty string for clear
2020-07-17 04:32:33 -05:00
nicolas.dorier
f3700c39e3
Save the latest search on invoices
2020-07-17 13:24:41 +09:00
Umar Bolatov
94e8bf4a72
Allow mass-archiving of invoices
...
closes #1709
2020-07-14 19:58:52 -07:00
nicolas.dorier
5e8b379c50
Add invoice refund
2020-06-25 15:31:46 +09:00
Dennis Reimann
b066cfd904
Update and fix documentation links
2020-06-11 16:09:33 +02:00
nicolas.dorier
1bbdaa1251
Make sure replaced transactions have linethrough in the invoice list
2020-05-21 01:50:39 +09:00
Kukks
bb322d6bf3
add e2e test
2020-05-09 15:05:52 +02:00
Kukks
e5a3ef3e22
Archive Invoice
2020-05-07 12:50:07 +02:00
rockstardev
59bdb943dd
Reverting invoice row display so AM/PM is not cut off
2020-05-04 01:42:02 -05:00
Dennis Reimann
8658cb5f29
Re-add versioning for btcpay.js ( #1489 )
2020-04-22 08:24:29 +02:00
Kukks
426fe793e6
remove versioning for btcpay.js
...
fixes #1483
2020-04-19 09:29:20 +02:00
Dennis Reimann
8420c74b31
Improve static asset caching
...
Cache static assets for one year and set the correct cache control header. Adds the cache busting version based on file content to asset references to invalidate the cache on change. ([further details on the approach](https://andrewlock.net/adding-cache-control-headers-to-static-files-in-asp-net-core/ ) and [why one year](https://ashton.codes/set-cache-control-max-age-1-year/ ))
Most of the changes are the additions of the `asp-append-version="true"` attribute, the main configuration change is in `Startup.cs`.
2020-04-18 17:56:05 +02:00
Dennis Reimann
5e34efc9f4
Improve invoice table details display
2020-04-10 09:18:08 +02:00
Kukks
5503132ffc
Fix vue-i18n var substitution error in checkout
...
fixes #1438
2020-04-06 13:38:58 +02:00
rockstardev
c86370c25a
Extracting css class for Powered by BtcPayServer
2020-04-04 17:28:00 -05:00
Nicolas Dorier
1ba25448cc
Merge pull request #1423 from btcpayserver/feat/new-invoice
...
New invoice design
2020-03-31 17:33:10 +09:00
rockstardev
ee0ef2881a
Removing extra setting, depending on Custom CSS for bundled themes
2020-03-28 14:10:18 -06:00
rockstardev
fdad5a47d5
Reformating file according to project standards
2020-03-27 18:04:30 -05:00
rockstardev
e32f3cbf80
Preserving legacy margin for previous CustomLogoLinks
2020-03-27 18:04:05 -05:00
rockstardev
b7afcb90a2
Tweaking checkout logo to be set from css
2020-03-26 19:49:04 -05:00
rockstardev
a6ac67963e
Adding setting to CheckoutExperience to pick checkout theme
2020-03-26 19:49:00 -05:00
rockstardev
bde8ed7aa2
Extracting checkout theme css as separate link
2020-03-26 19:48:54 -05:00
rockstardev
ca234838a3
Tweaks for close button, recommended fee
2020-03-26 19:48:48 -05:00
rockstardev
d54d340bef
Adjusting new color scheme on invoice
2020-03-26 19:48:42 -05:00
pavlenex
034fb4ec80
Rename Paid summary to Invoice Summary
2020-03-26 12:50:08 +01:00
Kukks
f0f05acdfd
Let 0 amount invoices pass through and allow email to be set when required but paid
...
@ketominer @Askuwheteau @IAskuwheteau
2020-03-24 23:43:19 -05:00
rockstardev
f8520201ce
Using tuple for payments partial model
2020-03-01 19:46:05 -06:00
rockstardev
2934c27ee5
Commenting decision to leave partial
2020-02-28 17:04:56 -06:00
rockstardev
44d4673981
Removing reference to InvoicePaymentsPartial.cshtml from Invoice.cshtml
2020-02-28 16:58:09 -06:00
rockstardev
fca6b39681
Revert "Remove the next address to pay to from Invoice details page ( Fix #1056 ) ( #1283 )"
...
This reverts commit 6848482999
.
2020-02-28 16:30:57 -06:00
hannes
f097ecdc80
fix: remove ipn via email #1241 ( #1337 )
...
* fix: remove ipn via email #1241
* fix: remove ipn via email #1241
2020-02-24 21:21:03 +09:00
Andrew Camilleri
6d0896084f
Add JS Modal test ( #1342 )
2020-02-19 17:39:14 +09:00
Nicolas Dorier
6848482999
Remove the next address to pay to from Invoice details page ( Fix #1056 ) ( #1283 )
2020-01-21 16:53:24 +09:00
Umar Bolatov
0387306918
Adjust invoice listing pagination display
2020-01-09 20:04:55 -08:00
Umar Bolatov
4cf6f8e753
Rename ListInvoices function to ListInvoicesPage to avoid ambiguity
2019-12-26 15:08:43 -08:00
Umar Bolatov
dc59c4ca47
Adjust invoice pagination behavior
...
fix #1236
2019-12-26 14:53:09 -08:00