Commit Graph
2 Commits
Author SHA1 Message Date
objecttothis 91f8d89bc0 refactor(items): standardize function and variable names for consistency
- 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>
2026-08-21 15:49:43 +04:00
objecttothis 410c6649e0 refactor(items): streamline tax computation and add tests for getItemDataRow
Signed-off-by: objecttothis <17935339+objecttothis@users.noreply.github.com>
2026-08-20 21:28:56 +04:00