Commit graph

112 commits

Author SHA1 Message Date
Lance Edgar 95afae16ee Update changelog 2023-08-08 18:49:16 -05:00
Lance Edgar 229b0b7f2e Fix indentation 2023-08-07 18:31:38 -05:00
Lance Edgar d778ce29e7 Add slot for "default panels" in View Product
so custom apps can override the full set if needed
2023-08-07 18:31:03 -05:00
Lance Edgar 4879a8e46c Add UPC quick lookup for View Product page
and fix expand/collapse icons
2023-08-07 18:22:39 -05:00
Lance Edgar abd92f503f Update changelog 2023-08-03 23:18:08 -05:00
Lance Edgar 4572d63274 Update to use lts/gallium version for nodejs 2023-08-03 23:14:34 -05:00
Lance Edgar 0ffb184267 Update changelog 2023-01-30 21:10:47 -06:00
Lance Edgar e94383dd25 Add Prices panel for default product view 2023-01-29 18:50:07 -06:00
Lance Edgar 606bf7d19e Pass the --otp code when publishing 2023-01-07 13:01:53 -06:00
Lance Edgar e85fc22544 Update changelog 2023-01-07 12:56:53 -06:00
Lance Edgar df4cb06a49 Center logo and text for home page 2023-01-07 12:55:48 -06:00
Lance Edgar c1f3da15f1 Update dependencies 2023-01-07 12:45:23 -06:00
Lance Edgar 29220093dd Tweak default product view 2023-01-05 07:49:44 -06:00
Lance Edgar 85c43e95e5 Try this instead?
sheesh, can't figure out why this isn't working on stage server..
2023-01-04 22:04:24 -06:00
Lance Edgar 10f816cba9 Add some vue magic to product components
not entirely clear what that does, but maybe important..?
2023-01-04 21:54:58 -06:00
Lance Edgar 4fa08c68ec Add basic components for Product CRUD
more specifically at this point, for product lookup via scanner
2023-01-04 21:26:38 -06:00
Lance Edgar 6db418ec19 Update changelog 2022-11-16 10:05:09 -06:00
Lance Edgar ad9024a4a2 Let item-level receiving default option reflect "what's left" 2022-09-07 20:48:09 -05:00
Lance Edgar c4ea9758d3 Add styles, warnings template for receiving component 2022-09-07 19:55:29 -05:00
Lance Edgar 7436d414c0 Allow static data set for autocomplete component
also header template
2022-08-30 21:12:31 -05:00
Lance Edgar 721600b12d Add home page component; fix user state issues
must be sure to keep "anonymous" user represented as {} instead of
null, otherwise getting errors.  this also fixes the menu upon user
login; previously it wasn't showing most options
2022-08-26 17:56:31 -05:00
Lance Edgar 2a1f5764a1 Misc. tweaks for model-crud, customer-field 2022-08-11 00:17:34 -05:00
Lance Edgar 4189bdf919 Rename methods provided by plugin 2022-08-11 00:17:10 -05:00
Lance Edgar dee27b51f5 Add components for login form and customer field 2022-08-09 14:40:04 -05:00
Lance Edgar e537d8e3a6 Put available settings in the store; etc.
also add `build-watch` script for dev's sake

menu component no longer allows anonymous feedback by default

logo component gets a `centered` prop
2022-08-09 14:38:41 -05:00
Lance Edgar 3392f8cbd6 Increase spacing around "Create" button for model-index 2022-08-08 19:36:27 -05:00
Lance Edgar 427732bf1a Detect 404 notfound when viewing CRUD record; warn user accordingly
and always redirect to model index page
2022-07-26 20:48:22 -05:00
Lance Edgar 31cebd28c2 Cleanup some receiving cruft 2022-07-24 22:30:55 -05:00
Lance Edgar 6666857a0b Update changelog 2021-10-20 16:18:50 -05:00
Lance Edgar 720fc6182d Allow override of "create" permission for model index 2021-09-03 18:29:49 -05:00
Lance Edgar a0a405f849 Allow for "native sort" params in model index 2021-09-03 16:27:10 -05:00
Lance Edgar cebf7fc749 Update changelog 2021-08-04 19:48:10 -05:00
Lance Edgar 695ea388a6 Allow multiple feedback recipient options
in which case user must choose one, to send feedback
2021-08-02 18:44:29 -05:00
Lance Edgar 6e949eb199 Use better class name for logo image styles
sheesh, we were affecting *all* images i think...
2021-07-29 20:05:22 -05:00
Lance Edgar df089d2f77 Update changelog 2021-04-12 11:58:27 -05:00
Lance Edgar edede0f2ce Allow "any" number for inventory cases/units, including decimal 2021-04-12 11:35:12 -05:00
Lance Edgar cd61210a4c Bump version in package-lock 2021-04-12 11:35:02 -05:00
Lance Edgar a7cb817050 Update changelog 2021-02-10 17:53:06 -06:00
Lance Edgar f19b1bc387 Add "angle-down" icon for user menu button
make it more obvious that it's a menu button...
2021-02-10 16:49:19 -06:00
Lance Edgar 609fef4159 Add package-lock.json back to src repo 2021-02-02 19:08:22 -06:00
Lance Edgar 9bd8ddbf3a Update changelog 2020-04-24 14:02:21 -05:00
Lance Edgar af21cab150 Add initial "inventory" component, for updating row counts 2020-03-29 16:37:25 -05:00
Lance Edgar 62d3c5fc05 Misc. fixes for model-crud, e.g. redirect to parent after deleting row 2020-03-29 16:34:12 -05:00
Lance Edgar d634143e84 Avoid showing "removed" batch rows by default 2020-03-29 16:32:52 -05:00
Lance Edgar d1db1c54c4 Add support for "Create Row" button when viewing parent CRUD object
plus misc. other tweaks, for polish
2020-03-27 11:48:30 -05:00
Lance Edgar bc148f910a Misc. improvements for "delete" support in model-crud 2020-03-24 13:57:49 -05:00
Lance Edgar f68db3c97c Stop showing Buefy toast messages at bottom of screen
top is much better at least for development...
2020-03-24 13:57:19 -05:00
Lance Edgar e7a0ddb782 Let caller define row sorting for model-crud
also display a "title" for rows if set
2020-03-23 23:55:04 -05:00
Lance Edgar 36ba991bdc Add new ByjoveReceiving component 2020-03-20 14:02:07 -05:00
Lance Edgar 09852baa84 Fix pagination bug in model-crud 2020-03-20 13:53:11 -05:00