mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-31 17:17:02 -04:00
* fix(sales): aggregate reference codes for multi-payment sales Use GROUP_CONCAT to combine multiple payment reference codes into a single comma-separated value, and group only by sale_id to correctly handle sales with multiple payment records. Signed-off-by: Travis Garrison <travis@chiraqbookstore.com> * docs(agents): update AGENTS.md with expanded coding standards - Clarify PSR-12 enforcement via PHP-CS-Fixer config reference - Bump minimum PHP version requirement from 8.1 to 8.2 - Add JavaScript const/let/var convention rule - Reorganize coding standards section for clarity Signed-off-by: Travis Garrison <travis@chiraqbookstore.com> * fix(sales): exclude empty strings from payment reference code aggregation Signed-off-by: Travis Garrison <travis@chiraqbookstore.com> --------- Signed-off-by: Travis Garrison <travis@chiraqbookstore.com> Co-authored-by: Travis Garrison <travis@chiraqbookstore.com>