khao_lek
3404ce99d9
Translated using Weblate (Thai)
...
Currently translated at 100.0% (222 of 222 strings)
Translation: opensourcepos/sales
Translate-URL: https://translate.opensourcepos.org/projects/opensourcepos/sales/th/
2024-10-24 16:04:34 +02:00
khao_lek
3fb5b997ef
Translated using Weblate (Thai)
...
Currently translated at 100.0% (12 of 12 strings)
Translation: opensourcepos/login
Translate-URL: https://translate.opensourcepos.org/projects/opensourcepos/login/th/
2024-10-24 16:04:34 +02:00
jekkos
2da941725e
Increase table width on bigger screens
2024-10-19 10:44:38 +02:00
jekkos
6a0f33e5db
Fix print after sale ( #3985 )
2024-10-19 00:35:26 +02:00
jekkos
4369a94363
Fix sale edit form
2024-10-13 23:16:55 +02:00
jekkos
0f7d0a7903
Fix expenses entry ( #4075 )
2024-10-06 01:29:52 +02:00
jekkos
691ba1e8ca
Fix definition flags ( #4081 )
2024-10-05 02:45:39 +02:00
jekkos
f3277b0d38
Try to fix checkNumeric ( #4082 )
2024-10-05 02:35:17 +02:00
jekkos
b8a74ba30a
Fix employee, supplier, customer ( #4086 )
2024-10-05 02:27:25 +02:00
jekkos
0f4d06af61
Blind SQL injection fix ( #3284 )
2024-10-03 00:00:55 +02:00
jekkos
72f147074d
Enable html escape + fix XSS ( #3965 )
2024-10-02 21:29:09 +02:00
objecttothis
951279aabe
Pre-view filtering Items Controller
...
- Refactored code for clarity
- Created and called sanitization functions.
- Sanitize TEXT type Attributes before being sent to the view.
Signed-off-by: objecttothis <objecttothis@gmail.com >
- Bump bootstrap-table to 1.23.1 in attempt to resolve issue with sticky headers
- Sanitize attribute data in tables
- Sanitize item data with controller function.
Signed-off-by: objecttothis <objecttothis@gmail.com >
Sanitize Item data
- Sanitize category and item_number before display in forms.
- refactor check in pic_filename for empty to be best practices compliant.
- Added TODO
Signed-off-by: objecttothis <objecttothis@gmail.com >
Minor changes
- Refactored for code clarity.
- Removed extra blank lines.
- Minor reformatting.
- Added PHPdocs
- bumped bootstrap-table to 1.23.2
Signed-off-by: objecttothis <objecttothis@gmail.com >
Pre-view filtering Items Controller
- Refactored code for clarity
- Created and called sanitization functions.
- Sanitize TEXT type Attributes before being sent to the view.
Signed-off-by: objecttothis <objecttothis@gmail.com >
- Bump bootstrap-table to 1.23.1 in attempt to resolve issue with sticky headers
- Sanitize attribute data in tables
- Sanitize item data with controller function.
Signed-off-by: objecttothis <objecttothis@gmail.com >
Pre-view filtering Items Controller
- Refactored code for clarity
- Created and called sanitization functions.
- Sanitize TEXT type Attributes before being sent to the view.
Signed-off-by: objecttothis <objecttothis@gmail.com >
Sanitize Item data
- Sanitize category and item_number before display in forms.
- refactor check in pic_filename for empty to be best practices compliant.
- Added TODO
Signed-off-by: objecttothis <objecttothis@gmail.com >
Pre-view filtering Items Controller
- Refactored code for clarity
- Created and called sanitization functions.
- Sanitize TEXT type Attributes before being sent to the view.
Signed-off-by: objecttothis <objecttothis@gmail.com >
Removed unnecessary use statement
Signed-off-by: objecttothis <objecttothis@gmail.com >
2024-10-02 21:29:09 +02:00
objecttothis
0e361107ca
Explicitly define variables
...
Signed-off-by: objecttothis <objecttothis@gmail.com >
2024-10-01 00:47:03 +02:00
dependabot[bot]
99530d64e0
Bump micromatch from 4.0.5 to 4.0.8 ( #4078 )
...
Bumps [micromatch](https://github.com/micromatch/micromatch ) from 4.0.5 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases )
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.5...4.0.8 )
---
updated-dependencies:
- dependency-name: micromatch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-30 13:43:59 +04:00
dependabot[bot]
1662ef5856
Bump braces from 3.0.2 to 3.0.3 ( #4077 )
...
Bumps [braces](https://github.com/micromatch/braces ) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-30 13:43:17 +04:00
dependabot[bot]
07ee353113
Bump dompurify from 2.5.1 to 2.5.6 ( #4057 )
...
Bumps [dompurify](https://github.com/cure53/DOMPurify ) from 2.5.1 to 2.5.6.
- [Release notes](https://github.com/cure53/DOMPurify/releases )
- [Commits](https://github.com/cure53/DOMPurify/compare/2.5.1...2.5.6 )
---
updated-dependencies:
- dependency-name: dompurify
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-30 13:37:28 +04:00
objecttothis
0aaac04344
Fixed Only Group By problem ( #4073 )
...
Signed-off-by: objecttothis <objecttothis@gmail.com >
2024-09-24 14:20:46 +04:00
jekkos
a197226c28
Fix employee search suggestion
2024-09-23 23:31:35 +02:00
jekkos
c606bde733
More giftcard fixes ( #2935 )
2024-09-23 00:54:46 +02:00
jekkos
42c86ec684
Fix detailed sales report ( #4064 )
2024-09-22 22:13:43 +02:00
jekkos
4293f70cd5
Fix column refresh after attribute delete ( #2911 )
2024-09-20 01:15:13 +02:00
jekkos
1406c232a5
Fix attribute save ( #4016 )
2024-09-20 00:46:50 +02:00
jekkos
822bebaf64
Giftcard modal improvements ( #2935 )
2024-09-20 00:41:34 +02:00
jekkos
3e32a5e121
Giftcard number validation ( #2935 )
2024-09-20 00:00:35 +02:00
jekkos
4b8d009c76
Add english fallback if no translation ( #3995 )
2024-09-17 17:47:30 +02:00
jekkos
7d04371425
Fix checkNumeric validation ( #3872 )
2024-09-17 02:02:05 +02:00
jekkos
d69e7be848
Fix bugs in expenses form ( #3840 )
2024-09-17 01:50:35 +02:00
jekkos
9a032d1891
Add refresh after submit in expenses ( #3840 )
2024-09-17 01:39:34 +02:00
jekkos
7003b124d4
Revert to english ( #3995 )
2024-09-17 00:54:26 +02:00
jekkos
687ded433f
Fix sales date table filtering ( #3999 )
2024-09-17 00:46:13 +02:00
jekkos
f279877cd6
Fix customer suggestion ( #4031 )
2024-09-17 00:32:10 +02:00
jekkos
3a7470b4fd
Sort on MAX(sale_time) in supplier report ( #4055 )
...
Sort on aggregate field reports (#4055 )
2024-09-16 23:43:50 +02:00
jekkos
e91a0181af
Sort on MAX(sale_time) in supplier report ( #4055 )
2024-09-16 23:41:59 +02:00
jekkos
b41196966c
Remove duplicate attribute_links constraint ( #4012 )
2024-09-16 14:18:17 +02:00
jekkos
8a346b0b4c
Use sqlscript container to read init script ( #3826 )
2024-09-16 14:18:17 +02:00
jekkos
2e56cf766f
Move queries to new migration script ( #4012 )
...
Iterate over empty array if no query result
Switch compose back to master
Only remove index if no pk
Remove drop indices
Only person_id changes in this migration
Do not name primary key
2024-09-16 14:18:17 +02:00
Steve Ireland
1c95d35a74
This is intended to start resolving #3634 . CIR4 query() now returns false for failed queries
...
Minor improvements to migrations to report to the log any failures and remove unnecessary key definitions. (#4043 )
2024-09-16 14:18:17 +02:00
objecttothis
6eb22276f3
Locale handling of decimals in attribute saves
...
- Added check in controller to convert locale-specific decimal formats to use a period decimal separator.
- Added PHPdoc explanation
Signed-off-by: objecttothis <objecttothis@gmail.com >
Add TODO to clarify workaround
Signed-off-by: objecttothis <objecttothis@gmail.com >
Fixed bugs in SQL
- Added checks before attempting to delete non-existing values.
- Corrected function which deletes duplicate attribute values and replaces the attribute_ids
Signed-off-by: objecttothis <objecttothis@gmail.com >
2024-09-16 14:18:17 +02:00
Johntini
5434eaed03
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (12 of 12 strings)
Translation: opensourcepos/login
Translate-URL: https://translate.opensourcepos.org/projects/opensourcepos/login/es/
2024-09-10 13:13:13 +02:00
Johntini
94a72abf49
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (85 of 85 strings)
Translation: opensourcepos/common
Translate-URL: https://translate.opensourcepos.org/projects/opensourcepos/common/es/
2024-09-10 13:13:13 +02:00
Johntini
b3c8081738
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (117 of 117 strings)
Translation: opensourcepos/items
Translate-URL: https://translate.opensourcepos.org/projects/opensourcepos/items/es/
2024-09-10 13:13:12 +02:00
Johntini
92927e1572
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (327 of 327 strings)
Translation: opensourcepos/config
Translate-URL: https://translate.opensourcepos.org/projects/opensourcepos/config/es/
2024-09-10 13:13:12 +02:00
Johntini
502db509a2
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (222 of 222 strings)
Translation: opensourcepos/sales
Translate-URL: https://translate.opensourcepos.org/projects/opensourcepos/sales/es/
2024-09-10 13:13:12 +02:00
Johntini
439572e403
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (68 of 68 strings)
Translation: opensourcepos/giftcards
Translate-URL: https://translate.opensourcepos.org/projects/opensourcepos/giftcards/es/
2024-09-10 13:13:11 +02:00
jekkos
3540fa2f6c
Translated using Weblate (English (United Kingdom))
...
Currently translated at 100.0% (12 of 12 strings)
Translation: opensourcepos/login
Translate-URL: https://translate.opensourcepos.org/projects/opensourcepos/login/en_GB/
2024-09-08 12:44:47 +02:00
jekkos
61894c89cd
Fix translations file format ( #3468 )
2024-09-08 01:39:20 +02:00
BNSHKEL
7c0d749d3b
Translated using Weblate (Arabic (ar_LB))
...
Currently translated at 100.0% (12 of 12 strings)
Translation: opensourcepos/login
Translate-URL: https://translate.opensourcepos.org/projects/opensourcepos/login/ar_LB/
2024-09-07 22:11:27 +02:00
Agung Hari Wijaya
fbd384ecdb
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (85 of 85 strings)
Translation: opensourcepos/common
Translate-URL: https://translate.opensourcepos.org/projects/opensourcepos/common/id/
2024-09-07 22:11:27 +02:00
Agung Hari Wijaya
84be846b5f
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (12 of 12 strings)
Translation: opensourcepos/login
Translate-URL: https://translate.opensourcepos.org/projects/opensourcepos/login/id/
2024-09-07 22:11:26 +02:00
Agung Hari Wijaya
900893109e
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (117 of 117 strings)
Translation: opensourcepos/items
Translate-URL: https://translate.opensourcepos.org/projects/opensourcepos/items/id/
2024-09-07 22:11:26 +02:00