1
0

allow zero amount invoices, add edit amount option for invoices

This commit is contained in:
Sander van Grieken
2022-09-27 15:09:06 +02:00
parent 5f9068d7b0
commit fb68931a8d
8 changed files with 205 additions and 75 deletions

View File

@@ -22,10 +22,15 @@ ElDialog {
padding: 0
function restart() {
qrscan.restart()
}
ColumnLayout {
anchors.fill: parent
QRScan {
id: qrscan
Layout.preferredWidth: parent.width
Layout.fillHeight: true