The allocated column usually shows amounts that have been matched or settled against other transactions, like invoices or payments. If you're not using it or find it unnecessary, check your settings.
1 12/27/2024 04:51:52 pm
Re: allocated cloumn, and an option not to show it (17 replies, posted in Reporting)
2 12/27/2024 04:43:07 pm
Re: Translation using googletranslate (6 replies, posted in Translations)
That's a really cool script you've put together! Using deep-translator and polib to handle the .po file translation is a smart move. I've had similar experiences with online translations, they're usually good for a first pass, but manual editing is often needed for context-specific phrases. I've also used poedit for manual corrections, and it's definitely a lifesaver for fine-tuning translations. The fact that your script works for multiple languages by just changing the target language is super handy. One thing I might suggest is adding some logging or a more detailed error handling mechanism. That way, if something goes wrong, you have more information to troubleshoot. Overall, great job on the script!
3 12/27/2024 04:29:19 pm
Re: Crypto Payment and Receipt Integration - ISO 20022 (6 replies, posted in Wish List)
Integrating crypto payments and receipts using ISO 20022 could definitely streamline a lot of processes. I've seen similar integrations in other accounting systems, and they've worked pretty smoothly. FrontAccounting could definitely benefit from this. It would make transactions more secure and efficient. Plus, it's always good to stay ahead of the curve with emerging technologies. I'll have to check out that video later to get a deeper understanding of how it's being implemented. Great find!
4 12/27/2024 04:03:07 pm
Re: Items variations by sizes and color (3 replies, posted in Items and Inventory)
Yeah, you can set up variations for the same item by size or color, and assign different prices to each. Most systems or platforms let you add these as options when you create the item, like "Small, Medium, Large" for sizes or different colors for clothing.
5 12/27/2024 04:00:56 pm
Re: Add Email column to Customer Transactions page (2 replies, posted in FA Modifications)
Your approach to modifying the customer_inquiry.php file to include an email_link function seems solid.
One thing to consider is ensuring that the email status is accurately reflected. You might want to integrate a check to see if the email was successfully sent or if there were any errors. This could be done by linking to the email logs or using a flag in the database.
6 12/27/2024 03:56:51 pm
Re: Report on item sales (6 replies, posted in Items and Inventory)
Go to Items and Inventory > Inventory Movements. It'll show you the dates and details for item sales, including the customer.
7 12/27/2024 03:53:22 pm
Re: Change from Non-Inventory to Inventory Item (3 replies, posted in Items and Inventory)
Unfortunately, you can’t directly change an item’s type once it’s set, at least in most systems like this. Your best bet is to create new items with the correct type and use the old ones for reference. It’s a bit of a pain, but you’ll avoid potential issues with reports and tracking down the line.
8 12/27/2024 03:44:32 pm
Re: Inventory cost/value (7 replies, posted in Items and Inventory)
Average cost is simpler to implement, but FIFO is more accurate for tracking profit. To do FIFO in FA, you'll likely need to modify the database to track the cost of each individual item received, not just an average. Then, your sales processing would need to pull the oldest cost first. That's a pretty big change, so start small.
9 12/27/2024 03:36:13 pm
Re: Upgrade from 2.3 to latest version of 2.4.16 or latest ver (2 replies, posted in Installation)
Sounds like your server's PHP version, even with the change, isn't fully compatible with the older FA 2.3.26 installer.
10 12/19/2024 02:03:29 am
Re: Bank Account Type (3 replies, posted in Banking and General Ledger)
Oh, I've dealt with switching account types before. It was a hassle, but it was doable. When I needed to change my savings account to something more flexible like a cash account, I had to visit my bank in person and complete some paperwork. They also made me go through all the account features again to make sure I understood what I'd be losing, like higher interest rates, but for me, having quicker access to my money was worth it.
11 10/08/2024 06:27:47 pm
Re: Support CryptoCurrency as a Asset/Currency Account (7 replies, posted in Banking and General Ledger)
Hey Tom, I think your approach is solid. Treating mined crypto like inventory and using FIFO for gains makes sense. Keeping a GL for each transaction should help with tracking. Adding crypto support to FA is a great idea. Good luck with it!
12 10/08/2024 06:22:57 pm
Re: Alternative to RepGen (3 replies, posted in Reporting)
I've tried Reportico, and it’s a solid option for FrontAccounting reports. It's powerful and customizable
13 10/08/2024 06:20:10 pm
Re: Import Transactions not working (28 replies, posted in Modules/Add-on's)
I’ve had this issue too, and it was a file formatting problem. Try a smaller file first and check for hidden characters. Also, uploaded files usually go to /tmp/, but double-check your permissions just in case.