• Joined on 2025-12-31
padreug created branch fix/edit-role-permissions-loading in aiolabs/libra 2026-05-17 11:54:13 +00:00
padreug commented on pull request aiolabs/libra#13 2026-05-16 21:56:21 +00:00
Add user-facing income/revenue submission endpoint

@narayan got it working!

padreug opened issue aiolabs/libra#16 2026-05-16 21:44:32 +00:00
Allow income receipt to settle another user's receivable (debt assumption)
padreug pushed to dev at aiolabs/webapp 2026-05-16 21:44:08 +00:00
2287ea7440 fix(libra): drop payment-method field from income submission
padreug pushed to feature/income-submission-endpoint at aiolabs/libra 2026-05-16 21:41:09 +00:00
0f2a38ee7f Record income receipts as a user receivable, not an entity asset
padreug pushed to dev at aiolabs/webapp 2026-05-16 21:28:43 +00:00
9252c86f5c feat(libra): shrink filter controls on mobile
22ad5fd974 feat(libra): drop User and Source rows from transaction cards
8b91c7bd72 feat(libra): add income/expense type filter to transaction history
396b012707 feat(libra): color-code income/expense entries in transaction history
Compare 4 commits »
padreug pushed to dev at aiolabs/webapp 2026-05-16 21:21:08 +00:00
aef59cfc0c feat(libra): drop User and Source rows from transaction cards
padreug pushed to dev at aiolabs/webapp 2026-05-16 21:20:13 +00:00
ffb6d2da38 feat(libra): color-code income/expense entries and add type filter
1fcffac670 feat(libra): wire up income submission flow
Compare 2 commits »
padreug opened issue aiolabs/libra#15 2026-05-16 21:06:13 +00:00
Permission dropdown allows mismatched account-type / permission-type combinations
padreug opened issue aiolabs/libra#14 2026-05-16 21:05:57 +00:00
Edit Role dialog shows "No permissions assigned" on open when role has existing permissions
padreug pushed to feature/income-submission-endpoint at aiolabs/libra 2026-05-16 17:55:37 +00:00
61952d0015 Expose SUBMIT_INCOME in permission management UI
padreug created pull request aiolabs/libra#13 2026-05-16 17:02:11 +00:00
Add user-facing income/revenue submission endpoint
padreug pushed to feature/income-submission-endpoint at aiolabs/libra 2026-05-16 17:01:54 +00:00
93b5c2677c Add user-facing income/revenue submission endpoint
padreug created branch feature/income-submission-endpoint in aiolabs/libra 2026-05-16 17:01:54 +00:00
padreug pushed to v2-bitspire at aiolabs/satmachineadmin 2026-05-16 16:04:44 +00:00
6348c55e37 fix(v2)(ui): split v-text from <q-chip> children in deposit dialog
padreug pushed to v2-bitspire at aiolabs/satmachineadmin 2026-05-16 16:03:37 +00:00
d2e682712d feat(v2): lock deposit currency to machine.fiat_code (closes #26)
padreug opened issue aiolabs/satmachineadmin#26 2026-05-16 14:58:26 +00:00
Lock deposit currency to machine.fiat_code (and prepare balance-summary for the multi-currency future)
padreug pushed to v2-bitspire at aiolabs/satmachineadmin 2026-05-16 14:39:50 +00:00
da25d2e1f8 fix(v2): read fiat_amount directly from Payment.extra (bill-validator truth)
padreug pushed to v2-bitspire at aiolabs/satmachineclient 2026-05-16 13:29:22 +00:00
18010de363 fix(v2)(ui): rewire LP dashboard JS to call the new dca_lp endpoints
padreug pushed to v2-bitspire at aiolabs/satmachineclient 2026-05-16 13:15:19 +00:00
7dac898a10 feat(v2): own dca_lp writes + auto-init on first dashboard access