Commit graph

28 commits

Author SHA1 Message Date
Vlad Stan
3d2d8198bc fix: do not re-add order on invoice re-issue 2023-07-05 10:15:23 +03:00
Vlad Stan
d1cdc3cd5c feat: show shipping cost for order 2023-07-05 09:58:34 +03:00
Vlad Stan
02d9fcfbfd feat: update shipping zone when re-issuing invoice 2023-07-04 17:15:20 +02:00
Vlad Stan
b5aed1224a feat: allow invoice re-issue 2023-07-04 16:20:08 +02:00
Vlad Stan
178046ccd4 chore: code format 2023-07-04 16:20:08 +02:00
Vlad Stan
93e362530b feat: show failed order error message 2023-07-04 16:20:08 +02:00
Vlad Stan
1a82fc030a feat: show order details for customer 2023-07-04 08:40:49 +02:00
Vlad Stan
2b84ebc83b fix: notification for orders 2023-07-04 08:40:49 +02:00
Vlad Stan
51c4147e65 Product delete (#64)
* feat: restore stalls from `nostr` as pending

* feat: stall and prod last update time

* feat: restore products and stalls as `pending`

* feat: show pending stalls

* feat: restore stall

* feat: restore a stall from nostr

* feat: add  blank `Restore Product` button

* fix: handle no talls to restore case

* feat: show restore dialog

* feat: allow query for pending products

* feat: restore products

* chore: code clean-up

* fix: last dm and last order query

* chore: code clean-up

* fix: subscribe for stalls and products on merchant create/restore

* feat: add message type to orders

* feat: simplify messages; code format

* feat: add type to DMs; restore DMs from nostr

* fix: parsing ints

* fix: hide copy button if invoice not present

* fix: do not generate invoice if product not found

* feat: order restore: first version

* refactor: move some logic into `services`

* feat: improve restore UX

* fix: too many calls to customer DMs

* fix: allow `All` customers filter

* fix: ws reconnect on server restart

* fix: query for customer profiles only one

* fix: unread messages per customer per merchant

* fix: disable `user-profile-events`

* fix: customer profile is optional

* fix: get customers after new message debounced

* chore: code clean-up

* feat: auto-create zone

* feat: fixed ID for default zone

* feat: notify order paid
2023-06-30 13:12:56 +03:00
Vlad Stan
fab419d974 fix: use singular for for customer entity 2023-05-04 12:22:27 +03:00
Vlad Stan
547c477ce6 fix: shipping cost; update UI on new order 2023-04-03 11:57:55 +03:00
Vlad Stan
39bcbfb035 feat: show total in fiat 2023-03-30 13:58:14 +03:00
Vlad Stan
3a77bee659 feat: show new badge for order 2023-03-30 13:58:14 +03:00
Vlad Stan
8d1998c33b feat: dinamically refresh orders 2023-03-30 13:58:14 +03:00
Vlad Stan
4974192b21 feat: navigate from chat to orders 2023-03-30 13:58:14 +03:00
Vlad Stan
2d522f8c47 chore: label fix 2023-03-30 13:58:14 +03:00
Vlad Stan
5ed77e68c4 fix: show nice labels for filters 2023-03-30 13:58:14 +03:00
Vlad Stan
5b03c324f1 feat: filter orders 2023-03-30 13:58:14 +03:00
Vlad Stan
aa8e9eea9a chore: code format 2023-03-17 18:21:10 +02:00
Vlad Stan
8ed2d339d2 feat: allow order refresh 2023-03-17 18:15:07 +02:00
Vlad Stan
d7d7869b0e feat: link order to DMs 2023-03-17 10:51:20 +02:00
Vlad Stan
69dcbcb002 feat: optimize filtering for DMs 2023-03-14 14:31:30 +02:00
Vlad Stan
612d31eae0 feat: add ship/unship functionality 2023-03-07 14:30:58 +02:00
Vlad Stan
76af65c148 feat: show more details about the order 2023-03-07 12:00:43 +02:00
Vlad Stan
68795d2db2 feat: show order details 2023-03-07 11:02:49 +02:00
Vlad Stan
aa7e30e5f9 feat: show paid and shipped statues 2023-03-07 10:40:00 +02:00
Vlad Stan
40c25ad085 feat: show orders per stall 2023-03-07 10:31:25 +02:00
Vlad Stan
b446629707 feat: add basic order-list 2023-03-07 09:12:14 +02:00