inventory app
  • Go 58.8%
  • TypeScript 40.6%
  • CSS 0.2%
  • Makefile 0.2%
  • HTML 0.2%
Find a file
davenh99 71212f31c5
All checks were successful
release / goreleaser (push) Successful in 15m12s
release: v0.3.0
2026-06-20 11:10:56 +10:00
.forgejo nevermind, disable tests for now 2026-06-01 17:15:36 +10:00
core fixed a few deletion issues 2026-06-20 10:31:57 +10:00
migrations fixed a few deletion issues 2026-06-20 10:31:57 +10:00
ui release: v0.3.0 2026-06-20 11:10:56 +10:00
utils all backend square endpoints done, theoretically. need to wire up frontend and test connect and import. 2026-05-15 18:22:48 +10:00
.env all backend square endpoints done, theoretically. need to wire up frontend and test connect and import. 2026-05-15 18:22:48 +10:00
.gitignore migrations in wrong place 2026-06-18 17:50:49 +10:00
.goreleaser.yaml license wrong file name 2026-06-01 15:49:55 +10:00
CONTRIBUTING.md sanity checkpoint. have only done the button component, needs tweaking, but has all the variants 2025-10-11 08:31:11 +11:00
go.mod minor fix 2026-06-05 13:20:27 +10:00
go.sum minor fix 2026-06-05 13:20:27 +10:00
LICENSE Update LICENSE 2025-10-08 08:20:06 +11:00
main.go should have fixed the update command, also added release notes to display to user if app was updated 2026-06-05 19:13:58 +10:00
Makefile adding some plugins and stuff from progressa 2025-12-18 13:26:42 +11:00
package-lock.json dashboard started 2026-03-01 19:32:57 +11:00
README.md purchase tab working loosely 2026-03-29 08:50:02 +11:00
release.sh adding some plugins and stuff from progressa 2025-12-18 13:26:42 +11:00

inventory

Inventory app for small business

TODO:

  • attributes/values
  • product variants
  • 'recipe' (bom)
  • import from excel
  • import from square
  • endpoint unit testing
  • computed sell price
  • filter functionality on products view (maybe general filters -> pb filter helper)