inventory app
  • Go 59.4%
  • TypeScript 40%
  • CSS 0.2%
  • Makefile 0.2%
  • HTML 0.2%
Find a file
2026-07-09 08:48:45 +10:00
.forgejo nevermind, disable tests for now 2026-06-01 17:15:36 +10:00
core return the err... 2026-07-09 08:48:45 +10:00
migrations pretty much there, just need to tidy up and fix the breakdown not showing on first open. and remove logs. 2026-07-02 20:34:43 +10:00
ui release: v0.4.2 2026-07-08 18:40:43 +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 update on progress 2026-07-06 08:36:45 +10: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)