-
Notifications
You must be signed in to change notification settings - Fork 42
Comparing changes
Open a pull request
base repository: CORE-POS/IS4C
base: master
head repository: flathat/IS4C
compare: master
Commits on Nov 12, 2015
-
LOCAL Support preferred_db in laneside plugins
Most of this, at least in substance, has already been adopted upstream. This has not: This smallish fix adding $quoted not upstream yet:@@ -915,7 +935,7 @@ class InstallUtilities + static public function installCheckboxField($name, $label, $default_value=0, $storage=self::EITHER_SETTING, $choices=array(0, 1), $attributes=array(), $quoted=false) And the bit de-quoting nested arrays in Installed Utilities may not really be needed, or if it is should probably be recursive.
Configuration menu - View commit details
-
Copy full SHA for 71d6919 - Browse repository at this point
Copy the full SHA 71d6919View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10bb955 - Browse repository at this point
Copy the full SHA 10bb955View commit details -
WEFC_Toronto tenders MarketBucks and ChequeTender
Market Bucks is an alternate currency. ChequeTenderWEFC_Toronto restricts payment by cheque to items from certain departments.
Configuration menu - View commit details
-
Copy full SHA for 3f21b5d - Browse repository at this point
Copy the full SHA 3f21b5dView commit details -
LOCAL POS picklists with WEFC_Toronto features
deptlist and tenderlist support a store-blocked option to show the code/number as well as the name. memlist has store-blocked option to defeat, for some members, the popup to pay off AR Balance. These could live upstream but may not be wanted there.
Configuration menu - View commit details
-
Copy full SHA for c5646a8 - Browse repository at this point
Copy the full SHA c5646a8View commit details
Commits on Nov 15, 2015
-
WEFC_Toronto Variou Coop Cred for 1.8
Some changes needed for CORE 1.8, other various improvements.
Configuration menu - View commit details
-
Copy full SHA for 80f5d02 - Browse repository at this point
Copy the full SHA 80f5d02View commit details -
LOCAL boxMsg2 from 24c746b / CORE #592
This fix copied from those upstream.
Configuration menu - View commit details
-
Copy full SHA for dc8df59 - Browse repository at this point
Copy the full SHA dc8df59View commit details
Commits on Nov 21, 2015
-
WEFC_Toronto bootstrap Coop Cred reports
Also date-ranged links to the Activity report from Member and Events.
Configuration menu - View commit details
-
Copy full SHA for effc474 - Browse repository at this point
Copy the full SHA effc474View commit details -
WEFC_Toronto bootstrap margins StoreSummary
The source-of-margin options are generally applicable. The report still assumes a two-tax regime that will limit its use elsewhere.
Configuration menu - View commit details
-
Copy full SHA for 4d1a443 - Browse repository at this point
Copy the full SHA 4d1a443View commit details -
Configuration menu - View commit details
-
Copy full SHA for d31636c - Browse repository at this point
Copy the full SHA d31636cView commit details
Commits on Jan 3, 2016
-
WEFC_Toronto lane commands list
Add descriptions of ES ENDOFSHIFT and RP Reprint Receipt.
Configuration menu - View commit details
-
Copy full SHA for b386645 - Browse repository at this point
Copy the full SHA b386645View commit details -
Local Trap ES ENDOFSHIFT command
Sample store-specific code to defeat it and actual store-specific code to trap and notify and not execute.
Configuration menu - View commit details
-
Copy full SHA for 0aa8320 - Browse repository at this point
Copy the full SHA 0aa8320View commit details -
WEFC_Toronto Help about Item Editor Discount
Store-specific help about the meaning of Item Editor Discount options.
Configuration menu - View commit details
-
Copy full SHA for 31d3238 - Browse repository at this point
Copy the full SHA 31d3238View commit details -
Local WIP Gift Cert tender 5-dollar multiples
Local, store-specific, work-in-progress to limit Gift Certificate tender amounts to multiples of 5 dollars.
Configuration menu - View commit details
-
Copy full SHA for 12110a3 - Browse repository at this point
Copy the full SHA 12110a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b38eda2 - Browse repository at this point
Copy the full SHA b38eda2View commit details -
WEFC_Toronto Improve ItemSearch plugin
Store-specific no-upc prefix selection and other format changes.
Configuration menu - View commit details
-
Copy full SHA for ca83385 - Browse repository at this point
Copy the full SHA ca83385View commit details
Commits on May 6, 2016
-
Configuration menu - View commit details
-
Copy full SHA for a7131f1 - Browse repository at this point
Copy the full SHA a7131f1View commit details
Commits on May 19, 2016
-
Configuration menu - View commit details
-
Copy full SHA for b6c2493 - Browse repository at this point
Copy the full SHA b6c2493View commit details -
Local memlist not show StoreCharge for some
Not show StoreCharge for in-house accounts.
Configuration menu - View commit details
-
Copy full SHA for a721ad6 - Browse repository at this point
Copy the full SHA a721ad6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25e7d11 - Browse repository at this point
Copy the full SHA 25e7d11View commit details -
May be just a jigger for a problem that is actually elsewhere. May well not belong upstream.
Configuration menu - View commit details
-
Copy full SHA for 97e4d2c - Browse repository at this point
Copy the full SHA 97e4d2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56eb5c7 - Browse repository at this point
Copy the full SHA 56eb5c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 593be5a - Browse repository at this point
Copy the full SHA 593be5aView commit details
Commits on Jul 2, 2016
-
New housecoupon discount type BG / BOGO.
Scales with more than one free item. Discount value can act as a limiter, in $. 0 means no limit
Configuration menu - View commit details
-
Copy full SHA for b51a6c6 - Browse repository at this point
Copy the full SHA b51a6c6View commit details
Commits on Jul 4, 2017
-
Going to VOID screen needs to send a termReset first to get the terminal ready RP command can't use old ajax-callbacks URL
Configuration menu - View commit details
-
Copy full SHA for ae3df6a - Browse repository at this point
Copy the full SHA ae3df6aView commit details
Commits on Jul 17, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 19e4bb6 - Browse repository at this point
Copy the full SHA 19e4bb6View commit details
Commits on Sep 5, 2017
-
From sync/special_mirror/README A version of ../special/ for copying (mirroring) tables from this server on another server. My use is making realistic test data. See ../special/README on how the files in this directory are used. Generally, a symlink named for a table, pointing to a special handler that uses mysqldump to transfer tables.
Configuration menu - View commit details
-
Copy full SHA for 8a8afd6 - Browse repository at this point
Copy the full SHA 8a8afd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc240fb - Browse repository at this point
Copy the full SHA dc240fbView commit details -
Void and WFCFixup re-factored out
Changes to parse/Void.php and preparse/WFCFixup.php that are probably handled differently upstream now.
Configuration menu - View commit details
-
Copy full SHA for dd1a972 - Browse repository at this point
Copy the full SHA dd1a972View commit details -
CoopCredTender diagnostic, commented
Commented but may be useful again.
Configuration menu - View commit details
-
Copy full SHA for 8a5d07b - Browse repository at this point
Copy the full SHA 8a5d07bView commit details
Commits on Sep 6, 2017
-
A version of the Member Module Contact Pref that also has a dropdown for a choice about receiving email. The cron job members.sync.with.CiviCRM.php syncs this with CiviCRM.
Configuration menu - View commit details
-
Copy full SHA for 1603a86 - Browse repository at this point
Copy the full SHA 1603a86View commit details -
sync.CiviCRM support memEmailOption
Sync core_op.memEmailOption.opt_in with a CiviCRM Group subscription. Updating CiviCRM from CORE works but updating CORE from CiviCRM has been coded but not tested and is defeated in the code. Related to plugin WefcContactPref.
Configuration menu - View commit details
-
Copy full SHA for b3d0381 - Browse repository at this point
Copy the full SHA b3d0381View commit details -
BasicModel from 2.7 for purchasing
Probably imported from 2.7 to support purchasing and perpetual inventory.
Configuration menu - View commit details
-
Copy full SHA for 61ab207 - Browse repository at this point
Copy the full SHA 61ab207View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73ecd16 - Browse repository at this point
Copy the full SHA 73ecd16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b156ca - Browse repository at this point
Copy the full SHA 7b156caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 637bbf7 - Browse repository at this point
Copy the full SHA 637bbf7View commit details -
Clear may be re: non-admin users not able to get passwd change page. fannie/auth/ui/AuthChangePassword.php fannie/auth/ui/AuthIndexPage.php
Configuration menu - View commit details
-
Copy full SHA for f852bf3 - Browse repository at this point
Copy the full SHA f852bf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 282c87a - Browse repository at this point
Copy the full SHA 282c87aView commit details -
Shrink Editor cost instead of price
Report Total Retail and Total Cost instead of UnitPrice and Total Price fannie/item/shrink/ShrinkEditor.php
Configuration menu - View commit details
-
Copy full SHA for 9d10086 - Browse repository at this point
Copy the full SHA 9d10086View commit details -
Shrink Menu add link to ShrinkEditor
fannie/item/shrink/ShrinkIndex.php
Configuration menu - View commit details
-
Copy full SHA for 1d033ae - Browse repository at this point
Copy the full SHA 1d033aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 345709c - Browse repository at this point
Copy the full SHA 345709cView commit details -
Delete WEFC Item Editor modules
fannie/item/deleteItem_WEFC_Toronto.php fannie/item/insertItem_WEFC_Toronto.php fannie/item/itemMaint_WEFC_Toronto.php fannie/item/prodAllLanes_WEFC_Toronto.php fannie/item/prodFunction_WEFC_Toronto.php fannie/item/updateItems_WEFC_Toronto.php
Configuration menu - View commit details
-
Copy full SHA for 494c8d5 - Browse repository at this point
Copy the full SHA 494c8d5View commit details -
AdvItemSearch list with Package column
fannie/item/AdvancedItemSearch.php
Configuration menu - View commit details
-
Copy full SHA for 09e1dde - Browse repository at this point
Copy the full SHA 09e1ddeView commit details -
ItemEditor config for lane updates; discount Help
fannie/item/ItemEditorPage.php
Configuration menu - View commit details
-
Copy full SHA for b4f6db0 - Browse repository at this point
Copy the full SHA b4f6db0View commit details -
MarginToolFromSearch various apparent bugfixes
fannie/item/MarginToolFromSearch.php
Configuration menu - View commit details
-
Copy full SHA for db66ef7 - Browse repository at this point
Copy the full SHA db66ef7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cae77f2 - Browse repository at this point
Copy the full SHA cae77f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8e868c - Browse repository at this point
Copy the full SHA d8e868cView commit details -
BaseItemModule dept and subdept
fannie/item/modules/BaseItemModule.php
Configuration menu - View commit details
-
Copy full SHA for 8ca9bb6 - Browse repository at this point
Copy the full SHA 8ca9bb6View commit details -
CoopCred/CoopCredIndexPage.php CoopCred/membership/CoopCredJiggerTool.php CoopCred/membership/CoopCredMember.php CoopCred/models/CCredConfigModel.php CoopCred/models/CCredHistoryBackupModel.php CoopCred/models/CCredHistoryModel.php CoopCred/models/CCredHistorySumModel.php CoopCred/models/CCredMembershipsModel.php CoopCred/models/CCredProgramsModel.php CoopCred/models/vmodels/CCredHistoryTodayModel.php CoopCred/models/vmodels/CCredHistoryTodaySumModel.php CoopCred/models/vmodels/CCredLiveBalanceModel.php CoopCred/models/vmodels/CCredMemCreditBalanceModel.php CoopCred/models/vmodels/README CoopCred/programs/CoopCredConfigEditor.php CoopCred/programs/CoopCredProgramEditor.php CoopCred/reports/Activity/ActivityReport.php CoopCred/reports/Activity/ActivityReportSimple.php CoopCred/reports/Liability/LiabilityReport.php CoopCred/reports/ProgramEvents/ProgramEventsReport.php CoopCred/tasks/CoopCredUpdateBalanceTask.php CoopCred/tasks/README_tasks
Configuration menu - View commit details
-
Copy full SHA for 1787e5a - Browse repository at this point
Copy the full SHA 1787e5aView commit details
Commits on Sep 7, 2017
-
ShelfAudit from WEFC 2017 year end
The changes made for WEFC's end-of-FY inventory. The *WEFC_Toronto.php parts should probably be put in their own plugin. Includes a page-of-barcodes layout for use with the shelftag system. admin/labels/pdf_layouts/WEFC_Inventory_Items.php plugins2.0/ShelfAudit/SaFinalReportPage.php plugins2.0/ShelfAudit/SaHandheldPage.php plugins2.0/ShelfAudit/SaOrderingPage.php plugins2.0/ShelfAudit/SaScanningPage.php plugins2.0/ShelfAudit/SaReportPage.php plugins2.0/ShelfAudit/SaUpdatesPage.php plugins2.0/ShelfAudit/SaItemList_WEFC_Toronto.php plugins2.0/ShelfAudit/SaMenuPage_WEFC_Toronto.php plugins2.0/ShelfAudit/SaOrderingPage_WEFC_Toronto.php plugins2.0/ShelfAudit/SaReportPage_WEFC_Toronto.php plugins2.0/ShelfAudit/SaScanningPage_WEFC_Toronto.php
Configuration menu - View commit details
-
Copy full SHA for 6718035 - Browse repository at this point
Copy the full SHA 6718035View commit details -
Various reports last 2 years Sept 2017
New and modified: reports/AR/ArWithDatesReport.php reports/AR/index.php reports/ChartOfAccounts/ChartOfAccountsReport.php reports/DepartmentMovement/DepartmentMovementReport.php reports/DepartmentMovement/SmartMovementReport.php reports/DepartmentTop10/DepartmentTop10Report.php reports/DepartmentTop10/index.php reports/GeneralDay/GeneralDayDiscountReport.php reports/GeneralDay/GeneralDayDiscountReportMP.php reports/GeneralDay/GeneralDayReport.php reports/GeneralDay/GeneralDayReport_assign_headers.php reports/GeneralRange/GeneralRangeNSReport.php reports/GeneralRange/GeneralRangeReport.php reports/GeneralRange/GeneralRangeReportMP.php reports/HouseCoupons/HouseCouponsReport.php reports/HouseCoupons/index.php reports/MarginMovement/MarginMovementReport.php reports/MembershipEntry/MembershipEntryReport.php reports/MembershipEntry/index.php reports/OrderingReport/OrderingReport.php reports/PatronageByOwner/index.php reports/PatronageByOwnerRange/PatronageByOwnerRange.php reports/PatronageByOwnerRange/index.php reports/PrepayStatus/PrepayStatusReport.php reports/PrepayStatus/index.php reports/Returns/ReturnsByReceipt.php reports/Returns/ReturnsReport.php reports/Returns/index.php reports/Store-Specific/WEFC_Toronto/PostalCode/PostalCodeReport.php reports/Store-Specific/WEFC_Toronto/PostalCode/Toronto_All_3-Char_Postal_Codes.gif reports/Store-Specific/WEFC_Toronto/PostalCode/Toronto_Central_3-Char_Postal_Codes.jpg reports/Store-Specific/WEFC_Toronto/PostalCode/index.php reports/StoreChargeStatus/StoreChargeStatusReport.php reports/StoreChargeStatus/index.php reports/StoreProgram/StoreProgramReport.php reports/StoreProgram/index.php reports/StoreSummary/README reports/StoreSummary/StoreSummaryDiscountReport.php reports/StoreSummary/StoreSummaryReport.php reports/SuspendedTransactions/SuspendedTransactionsReport.php reports/SuspendedTransactions/index.php reports/VendorMovement/VendorMovementReport.php
Configuration menu - View commit details
-
Copy full SHA for 5f00c06 - Browse repository at this point
Copy the full SHA 5f00c06View commit details
There are no files selected for viewing