120 Commits

Author SHA1 Message Date
83f9f606de modified: templates/checkout.html
modified:   templates/macros/modals.html
2026-04-16 02:04:14 -04:00
4b3ef3eb8b Spoof sii legal info 2026-04-16 01:44:53 -04:00
656d1bb895 modified: README.md 2026-04-16 00:23:08 -04:00
c0a737915e modified: README.md 2026-04-16 00:21:46 -04:00
b9bcd49a0c Merge branch 'main' of https://gitea.sekidesu.xyz/SekiDesu01/SekiPOS 2026-04-15 22:58:27 -04:00
47cc480cf5 feat: add expenses module, restaurant mode, and dynamic sales filters
- Gastos (Expenses): Added `/gastos` route, auto-creation of `expenses` DB table, and `gastos.html` to track net profit with split month/year dropdowns.
- Sales & Filters: Overhauled `/sales` backend to use pagination. Top summary cards now accurately reflect the selected payment method filter.
- Checkout Improvements:
  - Added "Transferencia" as a payment option with numpad shortcuts.
  - Built a "Pinned Products" quick-access grid using localStorage.
  - Implemented a global processing lock to prevent duplicate sales on double-clicks.
  - Burned the default HTML number arrows with custom CSS.
- Global Settings & Receipts:
  - Created a global settings modal accessible from the navbar.
  - Added localStorage toggles for custom business name and auto-print.
  - Added "Restaurant Mode" toggle to prompt for Client Name and Pickup Time, which now dynamically prints on the receipt.
- Bug Fixes: Resolved Jinja `TemplateSyntaxError` crash and removed the duplicate search bar in the checkout view.
2026-04-15 22:58:12 -04:00
7f4b23efda more rp2040 stuff 2026-04-04 01:10:19 -03:00
b2bc0801f5 Added numpad shortcuts at checkout 2026-03-30 21:14:47 -03:00
cc6fc28c4a new file: static/doom2/DOOM.EXE
new file:   static/doom2/DOOM.WAD
2026-03-18 01:53:52 -03:00
89f93f2638 Cleanup and Doom easter egg 2026-03-18 01:47:19 -03:00
53e28b15d9 Added Doom 2026-03-18 00:59:55 -03:00
1e44efda5e fallback VID PID + hex json + RE info, keypad WIP 2026-03-18 00:57:38 -03:00
48632ae058 numpad kinda working 2026-03-17 22:45:40 -03:00
712294fc2e SDI10809 RE success 2026-03-17 19:10:04 -03:00
a417715ff4 removed pdf asset 2026-03-17 17:38:48 -03:00
ea3633518a rename golang to go 2026-03-17 17:25:47 -03:00
0fcb8ce473 moved stuff + scanner com/hid edits 2026-03-17 17:25:14 -03:00
9cf0792866 cli mode v3 2026-03-17 16:15:18 -03:00
719e227ba4 golang scanner imp 2026-03-17 16:13:57 -03:00
ace45b1cc9 Merge branch 'main' of https://gitea.sekidesu.xyz/SekiDesu01/SekiPOS 2026-03-17 16:06:53 -03:00
0bd47658e9 hid scanner support 2026-03-17 16:06:22 -03:00
97a592b0c9 goscan fixes 2026-03-17 14:53:41 -03:00
4bbbb0334c WIP scale fw 2026-03-16 18:27:02 -03:00
27d5fb26d9 reorder meh 2026-03-13 23:39:38 -03:00
5119d4bb31 Merge branch 'main' of https://gitea.sekidesu.xyz/SekiDesu01/SekiPOS 2026-03-13 21:55:23 -03:00
acaf537f11 reverese engeneering of TM1621 display 2026-03-13 21:54:45 -03:00
55ff314163 Merge branch 'main' of https://gitea.sekidesu.xyz/SekiDesu01/SekiPOS 2026-03-13 18:07:54 -03:00
376b8c54a6 Version bump to v2.0, updated checkout and dicom 2026-03-13 18:07:09 -03:00
1a048a0e07 Fixed recepit lenght 2026-03-11 16:52:17 -03:00
77fc5920a2 image export like db 2026-03-11 15:59:50 -03:00
78d48db9ea added image_url column to dicom table 2026-03-10 23:39:44 -03:00
92e3a3f0f9 dicom evidence update 2026-03-10 23:22:50 -03:00
57cb27f6cf db dump tool 2026-03-10 22:47:40 -03:00
c24dae9694 actions button position fix 2026-03-10 22:41:34 -03:00
e0ac23a8e0 re-print old receipt from sales page 2026-03-10 22:37:47 -03:00
c1a06dc44c allow for inmediate confimation of checkout 2026-03-10 22:32:37 -03:00
72f6e0c822 receipt print fix 2026-03-10 22:25:09 -03:00
b2418d8c7e style fixes 2026-03-10 22:15:18 -03:00
9cb057668b login style fix 2026-03-10 21:41:15 -03:00
cb2aa89b16 WIP rewrite with macros 2026-03-10 20:15:58 -03:00
ef9a9296dd initial modularization + templates 2026-03-10 18:40:47 -03:00
3c4b2e148d Implemented Dicom 2026-03-09 18:25:49 -03:00
bf1bc84cd0 Checkout UI fixes 2026-03-09 16:54:55 -03:00
8e37f9e776 Implemented change calculator and various UI fixes 2026-03-09 16:32:23 -03:00
216abc8ad2 Fixed receipt design 2026-03-09 13:02:00 -03:00
cffa3d789b modified: templates/checkout.html 2026-03-09 11:34:49 -03:00
d7ef1573e5 modified: templates/checkout.html 2026-03-09 10:20:59 -03:00
e101833c7d modified: templates/checkout.html 2026-03-09 09:53:30 -03:00
6c98919c80 Added option forcustom product during checkout 2026-03-09 07:00:47 -03:00
cae35a266f Implemented receipt generation and printing 2026-03-09 06:20:24 -03:00