Initial commit of individual extension

This commit is contained in:
shopkeeperdev
2025-10-06 17:03:16 -04:00
parent 009b90e237
commit be3f4b60c8
8 changed files with 324 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "shopkeeper/module-pdfing-po",
"description": "Display product costs in purchase order PDFs (PDFingPO)",
"type": "magento2-module",
"version": "1.0.0",
"license": "proprietary",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Shopkeeper\\PDFingPO\\": ""
}
}
}