johnnyq
878e145550
When Editing Recurring Expense use the Next Month Date instead of selecting the month that the recurring expense was initially created
2024-10-15 18:28:53 -04:00
Marcus Hill
6363d265ca
Refactor POST handling.
...
- Split into admin and user handlers, each admin page gets its own file now
- Enforce role access once for admin POST requests
- Automatically load POST logic for admin-based requests based on the referring page, otherwise automatically load all user request logic
- Add support for using custom POST handlers
2024-09-29 19:02:28 +01:00
johnnyq
fb4c1e828f
Fix Some Undefined Vars PHP Errors
2024-06-07 17:57:02 -04:00
Marcus Hill
4b730147c0
Fix error 404 on categories.php as it is now admin_categories.php
2024-02-23 20:52:34 +00:00
johnnyq
f6076ad97a
Remove Quick Add Instead redirect them to the categories settings page when plus is clicked
2023-11-09 13:09:38 -05:00
johnnyq
5a7c62c150
Added back number_format() function as there was a way to just remove the commas but keep the decimal place so 290.90 doesnt look like 290.9
2023-11-01 18:16:12 -04:00
johnnyq
572f12eaef
Removed num_format(),2 function for pricing and cost fields as it was putting in commas as this is unacceptable for floatvals
2023-11-01 17:51:35 -04:00
o-psi
3124ca2777
adjust regedit to allow for commas as thousands
2023-10-13 17:40:06 -05:00
johnnyq
61c9c0c8b9
Feature: Automatically calculate tickert to invoice based off time worked rounded up to the near 15 min mark multiplied by Client Rate, Changed all Price, cost fields to use text field with numeric patterns instead of number fields, set pricing to always display 2 decimal spots
2023-09-22 15:19:05 -04:00
johnnyq
a959f588f3
Updated hopefully everywhere for account so account_archived works properly also do not allow archiving of account if equals online payment account
2023-08-27 17:50:10 -04:00
johnnyq
709cec8d7e
More Icon Updating and matching
2023-08-20 15:06:08 -04:00
johnnyq
3ee38c3fdd
Feature - Recurring Expenses - Phase 3 - Completed POST Logic and create edit modals
2023-08-17 15:08:25 -04:00