Sam Poder

Results 33 issues of Sam Poder

This is a WIP right now! @YodaLightsabr & @garyhtou I'd appreciate feedback on what is used here. Especially about the prompt, I'm not really sure how to do ChatGPT too...

Closes https://github.com/hackclub/hcb/issues/5332, is this how we want to approach the problem? This implementation uses soft deletion.

Open question: is the archived stuff the cleanest way of doing this?

This may be ripping out too much... let me know. There's still more to go.

At the end of the day, what this should be doing is taking a CSV, looping through it and executing the following: ```ruby RawIntrafiTransaction.create(date_posted: tx[:Date], memo: tx[:"Account Activity"], amount_cents: tx[:Amount]...

EPIC: Understand finances

We currently have `map_increase_checks!` and `map_achs!` alongside the standard `map_column_account_number_transactions!`. It should be possible for `map_column_account_number_transactions!` to capture all of these transaction types. To do this we need to start...

EPIC: Understand finances

To do this we will need to edit `FeeReimbursementService` to set the statement descriptor to a HCB short code. To do so, we will need to find or create a...

EPIC: Understand finances

`map_disbursements!` currently depends on disbursements having a memo in the format "HCB DISBURSE ". We now have a standard way of doing this called HCB short codes: https://github.com/hackclub/hcb/blob/main/dev-docs/guides/transaction_imports.md#hcb-short-codes-reimbursements-invoices-fees-stripe-fee-reimbursements-and-donations. We should...

EPIC: Understand finances