Skip to content

Commit

Permalink
Add drive, and additionla POS items
Browse files Browse the repository at this point in the history
  • Loading branch information
compgeniuses committed Sep 12, 2024
1 parent 75d5559 commit b598388
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v6
with:
tags: geniusdynamics/custom-erpnext:v15.35.0-ns.4
tags: geniusdynamics/custom-erpnext:v15.35.0-ns.5
push: true
build-args: |
APPS_JSON_BASE64=${{ env.APPS_JSON_BASE64 }}
Expand Down
12 changes: 12 additions & 0 deletions apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,17 @@
{
"url": "https://github.com/compgeniuses/erpnext-pibical",
"branch": "version-13"
} ,
{
"url": "https://github.com/frappe/drive",
"branch": "main"
},
{
"url": "https://github.com/genforge/GETPOS",
"branch": "production"
},
{
"url": "https://github.com/genforge/ERPNEXT-POS",
"branch": "main"
}
]

0 comments on commit b598388

Please sign in to comment.