Commit graph

16 commits

Author SHA1 Message Date
Pavol Rusnak
191ad1e224
make payment.extra non-optional
this makes handling in tasks.py so much easier
2023-01-05 09:22:34 +01:00
ben
9b74d0a4f4 Fixed uppercase of null issue 2023-01-04 23:56:19 +00:00
dni ⚡
30eccab53c fix invoices mypy issues 2023-01-04 22:49:10 +01:00
ben
e0f55d3e8c Tile size standard should be 128px 2023-01-03 20:05:44 +00:00
ben
1b201086ba Merge remote-tracking branch 'origin/main' into icontiles 2023-01-03 19:36:05 +00:00
calle
ef1871f40d
Merge pull request #1260 from prusnak/duplicit-function-names
let's use unique function names
2023-01-03 11:28:11 +01:00
ben
a8c4bea53d Updated extension card layout 2023-01-01 18:14:20 +00:00
ben
f5250e0584 initial
Added bunch tiles, more to add
2022-12-31 01:46:55 +00:00
Pavol Rusnak
f7a977ecc8
let's use unique function names
so mypy is not confused
2022-12-30 13:16:11 +01:00
Arc
efc156689f
Merge pull request #1253 from iWarpBTC/qr_inv_pref
QR invoices and lnurls got prefix and uppercased
2022-12-30 01:04:47 +00:00
ben
6e8abc1c32 Fixes all those ugly hyperlinks 2022-12-29 23:51:18 +00:00
Gene Takavic
71eebc1441 QR invoices and lnurls got prefix and uppercased 2022-12-28 23:42:36 +01:00
Black Coffee
20b06e4922 Corrected casing of LNbits (not LNBits) throughout repo 2022-11-30 14:14:31 +00:00
Vlad Stan
7711387d64
fix: use bigint for amounts in postgres (#1030) 2022-10-07 14:23:57 +02:00
Lee Salminen
3df66334db
clean up mobile layout per @callebtc (#874) 2022-08-14 19:41:26 +02:00
Lee Salminen
c32ff1de59
New Extension: Invoicing (#733)
* initial commit

* add docs

* black & prettier

* mobile styles

* add print view

* prettier

* make format

* initial migrations un-messed

* make migrations work for sqlite

* add invoices table

* clean migrations

* add migration to conv

* fix card size

* hopefully fix test migration

* add missing status

* timestamp

* init testing

* remove draft invoice by default on create

* what should i test

* make format

* raise if not invoice

* new test and renaming

* fix issue reported by @talvasconcelos which prevented users from setting status on creation

* readme

* run black

* trying to make tests work

* make it work again

* send paid amount

* partial pay flow

* good coding

* can't get these test to work

* clean up and commenting

* make format

* validation for 2 decimals

Co-authored-by: ben <ben@arc.wales>
Co-authored-by: Tiago vasconcelos <talvasconcelos@gmail.com>
2022-08-13 21:37:44 +02:00