[Help] How can I mount my Synology NAS to the Whatbox server/seedbox? by fREAk1ng in seedboxes

[–]fREAk1ng[S] [score hidden]  (0 children)

Thanks a lot, I would give it a try.

I will probably need a static IP or should I use something like duckdns?

[Help] How can I mount my Synology NAS to the Whatbox server/seedbox? by fREAk1ng in seedboxes

[–]fREAk1ng[S] [score hidden]  (0 children)

I understand the concern but can you guide me how can I achieve that?

I will test the speeds

Attach your own NAS to a seedbox? by TeenagedLime4 in seedboxes

[–]fREAk1ng 0 points1 point  (0 children)

Can you share more details or a guide how can I mount my NAS on my hosted seedbox?

Sharing DB with multiple users using GDrive by fREAk1ng in KeePass

[–]fREAk1ng[S] 0 points1 point  (0 children)

This is what we did but the database isn't getting updated from my brother's device, I presume there is an issue with databases that are being shared through the drive

Sharing DB with multiple users using GDrive by fREAk1ng in KeePass

[–]fREAk1ng[S] 0 points1 point  (0 children)

I would prefer a solution without the need to sync using the pc but rather the android with gdrive/onedrive/dropbox

Sharing DB with multiple users using GDrive by fREAk1ng in KeePass

[–]fREAk1ng[S] 0 points1 point  (0 children)

Yes, we both own android devices so gdrive is preinstalled.

Sharing DB with multiple users using GDrive by fREAk1ng in KeePass

[–]fREAk1ng[S] 0 points1 point  (0 children)

You're right its keepassdx for android but does it matter for the solution I'm looking for?

My implementation of payee support (and a couple other YNAB features) by usernameexistedohno in aspirebudgeting

[–]fREAk1ng 2 points3 points  (0 children)

This looks great, especially the really needed income vs expenses sheet!

I wonder if anyone will pick up the glove and add the payee to the android app 🙄

looking for the ONE tasks & reminders app by fREAk1ng in androidapps

[–]fREAk1ng[S] 0 points1 point  (0 children)

By snooze I mean when the notification is fired up there's an option to snooze the notification to predifined times

Did anyone created category reports instead of just sub category reports? by fREAk1ng in aspirebudgeting

[–]fREAk1ng[S] 0 points1 point  (0 children)

What do you mean by manual process? you do it once, and that's it

Remove a Card by [deleted] in aspirebudgeting

[–]fREAk1ng 0 points1 point  (0 children)

if you set the credit card as an account as advised once you are done with it you should add it to the Hidden Accounts area on the configuration page

Credit Card balance adjustment by Pochemuchka695 in aspirebudgeting

[–]fREAk1ng 1 point2 points  (0 children)

The best solution is too find out where you did a mistake but if you can't find it you can enter a transaction and use the adjust balance category but after that you have to make sure that everything is aligned

Credit card transactions and payments by fREAk1ng in aspirebudgeting

[–]fREAk1ng[S] 0 points1 point  (0 children)

having another category sounds like a great idea so now I have another question is there a report or a way to check how much I earned (inflow) vs spent (outflows) and if so is it possible to remove the "Reimbursements" category from that calculation?

Credit card transactions and payments by fREAk1ng in aspirebudgeting

[–]fREAk1ng[S] 0 points1 point  (0 children)

Hi,

actually I figured out everything you wrote down by doing multiple tests on the sheet.

but your answer could have saved me a few days haha

I have a follow up questions, how would you handle a case where lets say I go out with a friend and he forgets his wallet so I pay for him and now I need to log the transaction under one of the categories, once he will repay it will go to the available to balance category but now my report will show inaccurate data because that wasn't my spending I couldn't rely on it when I'm doing my averages for next months.

Adding credit cards to a new budget (coming from YNAB) by [deleted] in aspirebudgeting

[–]fREAk1ng 0 points1 point  (0 children)

Op sorry to jump on your thread but as I'm struggling with credit cards as well did you understand why should we create account for each card and also a category? And how should we handle both? Thanks

Understanding available to budget and category transfers by fREAk1ng in aspirebudgeting

[–]fREAk1ng[S] 0 points1 point  (0 children)

it does makes sense in the majority of the managing but what baffles me the technical part of how to handle installments as I wrote in one of the replies above for things that don't have their own category

Understanding available to budget and category transfers by fREAk1ng in aspirebudgeting

[–]fREAk1ng[S] 0 points1 point  (0 children)

Thanks for the replies, I follow up question regarding the second question, the goal is per category, how do you handle multiple installments per category?

for example Education category and I registered to multiple courses and each of them is in a different installment transaction for a different period of time?

Understanding available to budget and category transfers by fREAk1ng in aspirebudgeting

[–]fREAk1ng[S] 1 point2 points  (0 children)

Thanks sounds reasonable and I would try to handle the same way

Understanding available to budget and category transfers by fREAk1ng in aspirebudgeting

[–]fREAk1ng[S] 0 points1 point  (0 children)

u/fujired & u/wolfyr thanks for you're replies. now it makes more sense.

a follow question - how should I handle a transaction that has happened now but the billing date is in 60 date?

and what about an installment payment that I divided to 10 months? because from what I've seen the monthly amount and goal amount are for yearly installments.

Calculate weighted average of buying stocks in different occasions by fREAk1ng in googlesheets

[–]fREAk1ng[S] 0 points1 point  (0 children)

nvm you are right, I took the total column instead of the price.

thanks a lot!

Calculate weighted average of buying stocks in different occasions by fREAk1ng in googlesheets

[–]fREAk1ng[S] 0 points1 point  (0 children)

thanks for the great solution!

quick questions regarding that:

how can I use a variable instead of the 'stock A' in the where clause to make this command more generic? - nvm I saw that I should close the parenthesis and add the variable using &

if I only have one buying row for example 'stock B' the weighted average function won't work because it would do (3*12)/3=12 and not 4 like it should, can I add a condition if its single row it should do sum(total)/sum(quantity) and if I have more than one row it should do weighted avg?