Lance Edgar
|
a972fb7359
|
Add todo comment
|
2019-09-14 15:07:47 -05:00 |
|
Lance Edgar
|
1165fa8cdb
|
Show product image from database, if it exists
only use POD image if we have nothing in our DB (and config doesn't say not to)
|
2019-09-09 19:25:18 -05:00 |
|
Lance Edgar
|
1a6f9c2159
|
Fix 'about' page template for Buefy themes
|
2019-09-09 17:34:24 -05:00 |
|
Lance Edgar
|
4c42ccc7d7
|
Fix various templates for generating reports, per Buefy
also various other tweaks which came up along the way...
|
2019-09-06 17:45:59 -05:00 |
|
Lance Edgar
|
2185182eee
|
Fix rendering of "handheld batches" field for inventory batch view
|
2019-09-04 10:33:32 -05:00 |
|
Lance Edgar
|
79be69f8c1
|
Include tax1 thru tax3 flags in form fields for product view page
|
2019-09-03 13:44:59 -05:00 |
|
Lance Edgar
|
19c734683b
|
Add basic API view for user feedback
|
2019-08-29 18:30:13 -05:00 |
|
Lance Edgar
|
5cfe69d24b
|
Hopefully fix "single store" behavior when make a new ordering batch
this does seem to fix for this use case, but previous commit for this code
implied that it was fixing something for the receiving use case...
|
2019-08-23 22:05:09 -05:00 |
|
Lance Edgar
|
a49d107a82
|
Provide today's date as context for profile view
|
2019-08-11 17:30:08 -05:00 |
|
Lance Edgar
|
dade379dcf
|
Fix "last sold" field rendering for product view
|
2019-08-05 16:06:23 -05:00 |
|
Lance Edgar
|
f3ac3ca25e
|
Yet another fix for user feedback form handling
|
2019-08-04 22:59:32 -05:00 |
|
Lance Edgar
|
243c69b231
|
Fix some user feedback form handling
sheesh i don't see how this hasn't been more broken for some time now...
|
2019-08-04 22:36:58 -05:00 |
|
Lance Edgar
|
1b1d37b9df
|
Fix home and login pages for Buefy theme
not sure what broke those so bad...they're still not "great"
|
2019-08-04 20:43:31 -05:00 |
|
Lance Edgar
|
69eb54abf6
|
Highlight former Employee records as red/warning
|
2019-08-03 17:18:53 -05:00 |
|
Lance Edgar
|
1bb0330ab5
|
Refactory Buefy templates to use WholePage and ThisPage components
plus add `GridFilter.set_choices()` method
|
2019-08-03 16:57:13 -05:00 |
|
Lance Edgar
|
c64fca852c
|
Allow "touch" for Person records
|
2019-08-02 11:30:46 -05:00 |
|
Lance Edgar
|
4a175c76f9
|
Add proper support for composite primary key, in MasterView
at least hopefully this is complete, and didn't break anything else...
|
2019-07-29 19:27:23 -05:00 |
|
Lance Edgar
|
6e1f925944
|
Cleanup 'phone' filter/sort logic for Employees grid
per newer conventions etc. needed to override some of this for a client
|
2019-07-25 16:05:10 -05:00 |
|
Lance Edgar
|
e756ae3c8f
|
Add "multi-engine" support for Trainwreck transaction views
|
2019-07-25 15:40:38 -05:00 |
|
Lance Edgar
|
b07365b487
|
Add perm for editing employee history from profile view
|
2019-07-23 13:12:36 -05:00 |
|
Lance Edgar
|
dd773d4e5e
|
Send URL for viewing employee, along to profile page template
|
2019-07-11 15:17:25 -05:00 |
|
Lance Edgar
|
aeaef04fac
|
Add convenience method for gathering employee history context data
so we can reuse that for returning JSON from various views
|
2019-07-11 14:01:22 -05:00 |
|
Lance Edgar
|
8c2287a1e8
|
Add custom permissions for People "profile" view
this whole thing needs some polishing yet...
|
2019-07-11 14:01:00 -05:00 |
|
Lance Edgar
|
fa825da404
|
Include employee history data in context for "view profile"
|
2019-07-10 22:58:05 -05:00 |
|
Lance Edgar
|
839f6affe2
|
Add basic "DB picker" support, for views which allow multiple engines
i.e. whichever engine is "current" will determine where data comes from
|
2019-07-09 22:14:12 -05:00 |
|
Lance Edgar
|
4499a872d8
|
Remove unwanted "export has file" logic for ExportMasterView
this mostly did what "downloadable" already did, plus some other stuff which it
probably shouldn't have been doing anyway
|
2019-07-05 18:17:53 -05:00 |
|
Lance Edgar
|
94d7e01bd5
|
Add download_path() method for ExportMasterView
default behavior isn't very smart, subclass should override as needed
|
2019-07-05 18:00:58 -05:00 |
|
Lance Edgar
|
993ce9289d
|
Add basic "downloadable" support for ExportMasterView
instead of it trying to do its own thing for that... more to come on this
|
2019-07-05 16:48:29 -05:00 |
|
Lance Edgar
|
c8d6361c36
|
When creating an export, set creator to current user
many exports won't support creation via web app, but some will
|
2019-07-05 16:47:51 -05:00 |
|
Lance Edgar
|
8c610e2142
|
Add render_customer() method for MasterView
surely will be commonly useful?
|
2019-07-05 16:44:46 -05:00 |
|
Lance Edgar
|
bb0e2fb9e9
|
Add way to hide "view profile" helper for customer view
|
2019-07-03 12:35:14 -05:00 |
|
Lance Edgar
|
2abe589ef6
|
Allow "touch" for customer records
|
2019-06-27 19:50:24 -05:00 |
|
Lance Edgar
|
43a210cac4
|
Fix "edit row" icon for batch row grids, for Buefy themes
|
2019-06-21 15:47:30 -05:00 |
|
Lance Edgar
|
355a49e463
|
Fix PO total calculation bug for mobile ordering
also fix currency formatting for PO calculated total
|
2019-06-21 15:18:41 -05:00 |
|
Lance Edgar
|
975aa0a3cc
|
Only expose "Make User" button when viewing a person
i.e. don't expose when editing the person
|
2019-06-18 16:54:05 -05:00 |
|
Lance Edgar
|
cc79fe76fd
|
Refactor form/page component structure for Buefy/Vue.js
this also moves Execute Batch from the form buttons area, to object helper
|
2019-06-17 15:07:19 -05:00 |
|
Lance Edgar
|
4cadeb8e5d
|
Fix click behavior for all/diffs package links in upgrade view
|
2019-06-16 16:27:45 -05:00 |
|
Lance Edgar
|
26137ec81e
|
Add Buefy support for "execute results" from core batch grid view
|
2019-06-16 15:50:40 -05:00 |
|
Lance Edgar
|
d51fe8483a
|
Buefy support for "mark batch as (in)complete"
|
2019-06-15 20:47:45 -05:00 |
|
Lance Edgar
|
558e127caa
|
Fix package diff table for upgrade view template, per Buefy
|
2019-06-15 18:06:54 -05:00 |
|
Lance Edgar
|
f684c38958
|
Refactor tempmon probe graph view per Vue.js
|
2019-06-15 17:00:46 -05:00 |
|
Lance Edgar
|
4ce695d933
|
Make person, created by fields readonly when editing Person Note
|
2019-06-14 20:47:16 -05:00 |
|
Lance Edgar
|
44aa54f247
|
Fix some response headers per python 3
|
2019-06-13 14:25:54 -05:00 |
|
Lance Edgar
|
33e1bd567d
|
Add some vendor fields for product Excel download
|
2019-06-13 10:00:29 -05:00 |
|
Lance Edgar
|
f727c87b56
|
Add Buefy support for "delete w/ simple confirm" from index grid
|
2019-06-10 21:59:10 -05:00 |
|
Lance Edgar
|
796170100f
|
Add support for "simple confirm" of object deletion
i.e. can just use `window.confirm()` instead of showing full confirm page
note, this is jquery-only for now
|
2019-06-08 18:50:16 -05:00 |
|
Lance Edgar
|
d7e19865de
|
Update calculated PO totals for purchasing batch, when editing row
|
2019-06-08 13:16:57 -05:00 |
|
Lance Edgar
|
f10a80333b
|
Add <once-button> for sending email preview; various other tweaks
|
2019-06-06 15:58:46 -05:00 |
|
Lance Edgar
|
1ee76878d9
|
Various things to support "notes management" from person profile view
|
2019-06-06 13:49:59 -05:00 |
|
Lance Edgar
|
6749604210
|
Add a generic "user" field renderer to master view
and use it for PersonNote view
|
2019-06-05 16:04:14 -05:00 |
|