creating purchase order page

This commit is contained in:
2025-11-20 16:55:42 +01:00
parent 193bed2b1d
commit a240f42684
14 changed files with 490 additions and 3 deletions

View File

@@ -146,4 +146,12 @@ export class DelivereryNoteTable {
],
},
];
delete() {
return
}
export() {
return
}
}