mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-14 22:37:03 -04:00
- Updated function names to use camelCase (e.g., `item_sort_columns` to `itemSortColumns`). - Adjusted variable naming to align with camelCase conventions. - Updated related calls in controllers, helpers, and tests to reflect new naming. - Improved code readability and adherence to naming standards. Signed-off-by: objecttothis <17935339+objecttothis@users.noreply.github.com>