Commit graph

95 commits

Author SHA1 Message Date
Lance Edgar
f21a7298fe Optionally allow decimal quantities for receiving 2024-05-31 10:58:44 -05:00
Lance Edgar
32d1bd430f Show actual error text if applicable, for receiving failure 2024-04-11 14:14:01 -05:00
Lance Edgar
18936d9efd Add delay when fetching rows data for model CRUD component
hoping this actually works, but can't reproduce the problem locally so
will just have to wait and see
2023-12-29 19:38:41 -06:00
Lance Edgar
7bc9991be0 Keep row filters "raw" until encoding for actual request
so there is no need to use `JSON.stringify()` everywhere, keep that
part in just one place
2023-12-20 11:48:09 -06:00
Lance Edgar
0609fdebf7 Improve focus behavior for inventory count view 2023-12-11 13:16:59 -06:00
Lance Edgar
e6012bddb8 Center receiving buttons; add "12 EA" quick receive button 2023-10-19 15:16:31 -05:00
Lance Edgar
4f355fc58f Show invoice number when receiving row
also fix spacing for quantities display
2023-10-19 14:56:03 -05:00
Lance Edgar
95d6e41c81 Use columns instead of table, for row receiving quantities 2023-10-19 14:39:01 -05:00
Lance Edgar
a1bf81aa56 Auto-focus case/unit field when showing inventory count page 2023-10-05 13:44:08 -05:00
Lance Edgar
8c6fe828ad Auto-trim username field in login form
to avoid confusion
2023-09-18 18:45:55 -05:00
Lance Edgar
8421785aff Show "missing" quantities for item receiving 2023-09-17 18:30:58 -05:00
Lance Edgar
6fd233da87 Validate amount when adding receiving quantity 2023-09-17 17:18:33 -05:00
Lance Edgar
6d58eb8d35 Add support for "missing" credit in mobile receiving 2023-08-29 16:10:58 -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
e94383dd25 Add Prices panel for default product view 2023-01-29 18:50:07 -06:00
Lance Edgar
df4cb06a49 Center logo and text for home page 2023-01-07 12:55:48 -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
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
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
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
edede0f2ce Allow "any" number for inventory cases/units, including decimal 2021-04-12 11:35:12 -05: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
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
Lance Edgar
985860732d Add byjoveCurrency filter 2020-03-20 13:52:16 -05:00
Lance Edgar
0ceabeb53f Wrap "create new object" button, for padding 2020-03-13 13:16:14 -05:00