Commit graph

144 commits

Author SHA1 Message Date
Lance Edgar 01afff93bf Use standard xref buttons for CORE record views 2024-05-31 14:46:19 -05:00
Lance Edgar bf13401687 Misc. tweaks per latest convention etc. 2024-05-29 21:59:23 -05:00
Lance Edgar 6dc26fd4be Allow deleting rows from equity import batch after execution
in some cases we need to delete proper equity payment records, but
that can't happen if referenced by an import batch.  so admin needs
the ability to delete referencing rows for sake of deleting payment
2024-04-25 14:05:56 -05:00
Lance Edgar 95cdea2aef Show card number filter by default, for CORE Stock Purchases grid 2023-11-30 18:25:49 -06:00
Lance Edgar 79591beec1 Fix session used for downloading CORE archive transactions 2023-11-05 18:13:35 -06:00
Lance Edgar 560857665a Default filter CORE trans archive by today's date 2023-11-03 12:10:37 -05:00
Lance Edgar a838c7c2d1 Add xref buttons for viewing transaction in CORE-POS 2023-10-20 14:40:06 -05:00
Lance Edgar f3a49838c1 Misc. tweaks for CORE product, batch views 2023-10-18 21:29:47 -05:00
Lance Edgar 7a50a03d14 Show start/end date as separte fields for CORE Member view 2023-10-17 14:29:42 -05:00
Lance Edgar 14be7cc860 Add xref link to CORE stock purchase view, from equity payment 2023-10-15 17:56:01 -05:00
Lance Edgar 2d9759e021 Expose CORE card number for members view 2023-10-12 10:35:22 -05:00
Lance Edgar cfb416578c Cleanup views for CORE departments a bit
esp. show link to tax rate
2023-10-11 18:37:41 -05:00
Lance Edgar e76e6176eb Add view supplement for taxes 2023-10-07 16:30:14 -05:00
Lance Edgar 45e28fe088 Expose views for "transaction archive"
just shows `trans_archive.bigArchive` so far.  is more needed?
2023-10-05 11:54:22 -05:00
Lance Edgar 5e1726a90e Add integration views for CORE/employees 2023-10-01 19:49:27 -05:00
Lance Edgar 3ac831dce9 Add view supplement for tenders 2023-09-27 17:15:38 -05:00
Lance Edgar b28ca45d34 Show tender code for equity import batch rows 2023-09-18 09:53:43 -05:00
Lance Edgar b70c47f821 Add grid totals support for CORE stock purchases 2023-09-16 13:09:09 -05:00
Lance Edgar f540dfce43 Make CORE key fields readonly when viewing equity payment 2023-09-16 13:08:59 -05:00
Lance Edgar 526bfbafe5 Add highlight for "overpaid" equity import batch row status 2023-09-15 12:57:33 -05:00
Lance Edgar 84ffd788b4 Add views for CORE lanes, tenders 2023-09-15 12:44:45 -05:00
Lance Edgar 77d16eb473 Tweak CORE datetime field display for member equity payments grid 2023-09-15 10:39:32 -05:00
Lance Edgar 045940d4fa Use handler to get CORE Office URLs
instead of deprecated config function
2023-09-14 12:59:39 -05:00
Lance Edgar 0b7f3d8dcc Add xref button to view equity payment in CORE 2023-09-14 10:31:26 -05:00
Lance Edgar ab6580b048 Show CORE-specific datetime for member equity payments 2023-09-13 21:30:09 -05:00
Lance Edgar 44a7a762d4 Add views for CORE CustomerNotifications table 2023-09-13 16:24:08 -05:00
Lance Edgar 0fe85e6df3 Add row highlight if equity payment already exists in CORE 2023-09-13 14:37:50 -05:00
Lance Edgar 9bb46a1690 Add views for CORE equity import batches 2023-09-13 13:16:57 -05:00
Lance Edgar 0617424f3f Fix link to CORE stock purchase 2023-09-07 22:36:34 -05:00
Lance Edgar a34e2b61f5 Add CORE supplement for Member Equity Payments view 2023-09-07 18:18:21 -05:00
Lance Edgar e559b3bf6b Add merge, delete-checked support for CORE Customers (classic)
can be useful for manual cleanup
2023-06-18 18:52:08 -05:00
Lance Edgar 8d8085437b Expose views for StockPurchase; show equity in CORE member view 2023-06-18 11:40:10 -05:00
Lance Edgar 35d200eb8e Add views for CORE new-style Customer, CustomerAccount
and rename "Legacy" to "classic" for old-style table views, menus
2023-06-12 20:05:39 -05:00
Lance Edgar 04c23d4087 Rename model for custdata to CustomerClassic
also its master view should use true ID field instead of card/person
numbers, since in some cases those are not unique
2023-06-12 19:11:57 -05:00
Lance Edgar 15d4086da2 Add view supplement for CustomerShopper 2023-06-11 20:56:18 -05:00
Lance Edgar b896e30409 Use new pattern for adding link to view customer in CORE Office 2023-06-10 20:14:20 -05:00
Lance Edgar 8606b580df Add upstream credits view when custom purchases view is included 2023-06-10 19:00:31 -05:00
Lance Edgar 8e45b3fbf4 Add/improve some CORE member xref links 2023-06-06 13:20:08 -05:00
Lance Edgar 618b42d511 Tweak import per upstream changes 2023-05-08 15:29:05 -05:00
Lance Edgar ecba911e4c Add column link for CORE Member batches 2023-05-05 14:00:19 -05:00
Lance Edgar eb5027e384 Avoid deprecated import for OrderedDict 2023-05-05 02:02:17 -05:00
Lance Edgar 46f5db7460 Refactor Query.get() => Session.get() per SQLAlchemy 1.4 2023-02-11 22:07:00 -06:00
Lance Edgar 60cc35b3dd Add way to override CORE-POS data views
i.e. when you want to "include all except not this one" etc.
2023-01-18 20:12:42 -06:00
Lance Edgar 29d9654023 Register integration menu via provider 2023-01-14 19:06:32 -06:00
Lance Edgar 6da1568ea2 Convert master view overrides into view supplements
this fixes for all of the core/native tables.  still have a custom
view for purchases though..
2022-12-10 09:16:15 -06:00
Lance Edgar e307328ee5 Move the 'quantity' field for CORE Product form 2022-08-21 00:10:46 -05:00
Lance Edgar 35cdebbf18 Fix DB engine config references 2022-04-04 21:28:12 -05:00
Lance Edgar 149f5be052 Add basic view support for CORE trans archive 2022-03-26 23:06:07 -05:00
Lance Edgar 53071121df Add logic for missing card number, in CORE member import batch 2022-03-15 11:36:30 -05:00
Lance Edgar b0d6d6f2c1 Add some CORE-specific things to vendor catalog batch view
also show vendor items as "rows" when viewing vendor
2022-03-09 18:28:59 -06:00