<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — FA Modifications]]></title>
		<link>https://frontaccounting.com/punbb/index.php</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;fid=17&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent topics at FrontAccounting forum.]]></description>
		<lastBuildDate>Wed, 14 Jan 2026 17:46:05 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Frontaccounting theme]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?id=10704&amp;action=new</link>
			<description><![CDATA[<p>Hi.</p><p>Does anyone checked and use the following theme?</p><p>https://github.com/wilocampo/frontaccounting-theme-tailadmin</p>]]></description>
			<author><![CDATA[null@example.com (fburbano)]]></author>
			<pubDate>Wed, 14 Jan 2026 17:46:05 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?id=10704&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Rent a Car Business]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?id=10699&amp;action=new</link>
			<description><![CDATA[<p>Is there any extension / way / Solution where I can use the FA as my Rent a Car Business Management.</p><p>basic requirements<br />1. Details of Vehicles<br />2. Duration of Agreement<br />3. Rent for the duration<br />4. Frequency of rent<br />5. Security Deposits<br />6. Fines<br />7. Extra Items<br />8. Fleet allocations<br />9. Fleet Costs<br />10. Customer <br />11. Creation of Invoice</p>]]></description>
			<author><![CDATA[null@example.com (Shoaib AKbar)]]></author>
			<pubDate>Tue, 23 Dec 2025 13:30:34 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?id=10699&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Bank account reconcile - Putting Bank statements in descending order]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?id=10690&amp;action=new</link>
			<description><![CDATA[<p>Just an FYI:<br />When reconciling Bank Accounts, the previous Bank Statements were always listed from oldest to newest.&nbsp; This drove me nuts because the oldest are the least accessed statements.&nbsp; My solution was:</p><p>Modify <strong>includes/ui/ui_lists.php</strong> ~line 1525: Add </p><div class="codebox"><pre><code>&#039;order&#039; =&gt; &#039;reconciled DESC&#039;</code></pre></div><p>so that the entire statement is:</p><div class="codebox"><pre><code>    return combo_input($name, $selected_id, $sql, &#039;id&#039;, &#039;reconciled&#039;,
        array(
            &#039;spec_option&#039; =&gt; $special_option,
            &#039;format&#039; =&gt; &#039;_format_date&#039;,
            &#039;spec_id&#039; =&gt; &#039;&#039;,
            &#039;select_submit&#039;=&gt; $submit_on_change,
            &#039;order&#039; =&gt; &#039;reconciled DESC&#039;
        ) );</code></pre></div><p>I hope this help others</p>]]></description>
			<author><![CDATA[null@example.com (brucek@pelhamhs.org)]]></author>
			<pubDate>Wed, 05 Nov 2025 12:44:12 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?id=10690&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Print Arabic Customer Name in Invoice]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?id=10684&amp;action=new</link>
			<description><![CDATA[<p>I want to print Arabic Customer Name On Invoice.<br />I don&#039;t want full Arabic with RTL Font.<br />I am using dejavusans font.<br />It is showing Arabic But it showing it LTR so breaking all characters of Arabic in LTR.</p><p>How to Fix this?</p><p>Screenshot <br /><a href="https://postimg.cc/6TP2QTWV/179e47e5">https://postimg.cc/6TP2QTWV/179e47e5</a></p>]]></description>
			<author><![CDATA[null@example.com (boxygen)]]></author>
			<pubDate>Tue, 30 Sep 2025 13:24:08 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?id=10684&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[What is best way to do custom modern theming frontaccounting]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?id=10672&amp;action=new</link>
			<description><![CDATA[<p>What is best way to do custom modern theming frontaccounting where style and even layout could be changed for specific pages to have pixel-perfect look similar to other systems and themes like https://puzzle.io/ and https://themeforest.net/item/vuexy-vuejs-html-laravel-admin-dashboard-template/23328599 .</p><p>Is it using the frontaccounting theming functionality or by creating APIs to create alternative frontend using modern web framework such as laravel or by modifying the core of frontaccounting?</p>]]></description>
			<author><![CDATA[null@example.com (DrCard)]]></author>
			<pubDate>Sat, 21 Jun 2025 12:05:32 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?id=10672&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Radio Buttons Function]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?id=10665&amp;action=new</link>
			<description><![CDATA[<p>Hi</p><p>If someone find this useful</p><p>I was needing radio buttons to work dinamically in frontaccounting and I could&#039;t find anything, so I decide to create a function to do so:</p><p>function dynamic_radio_row(<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $label,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $name,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $options = [],<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $selected,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $orientation = &#039;vertical&#039;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $default = null<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ) <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $current = ($selected == null || $selected == &#039; &#039;) ? $default : $selected;</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $separator = $orientation === &#039;horizontal&#039; ? &quot;   &quot; : &quot;&lt;br&gt;&lt;br&gt;&quot;;</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; echo &quot;&lt;tr&gt;&lt;td class=&#039;label&#039;&gt;&quot;.htmlspecialchars($label, ENT_QUOTES).&quot;&lt;/td&gt;&lt;td&gt;&quot;;</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; foreach ($options as $value =&gt; $text) <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $checked = ($value === $current) ? &quot; checked&quot; : &quot;&quot;;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; echo &quot;&lt;input type=&#039;radio&#039; &quot;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; . &quot;name=&#039;&quot; . htmlspecialchars($name, ENT_QUOTES) . &quot;&#039; &quot;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; . &quot;value=&#039;&quot; . htmlspecialchars($value, ENT_QUOTES) . &quot;&#039;&quot;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; . $checked<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; . &quot;&gt; &quot; . htmlspecialchars($text, ENT_QUOTES)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; . $separator;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; echo &quot;&lt;/td&gt;&lt;/tr&gt;&quot;;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />How you call it:</p><p>/**<br /> * @param string $label<br /> * @param string $name<br /> * @param array&nbsp; $options<br /> * @param string $selected&nbsp; &nbsp; Selected value (could be POST)<br /> * @param string $orientation &#039;vertical&#039; | &#039;horizontal&#039; depending how you want to display the values<br /> * @param string $default&nbsp; &nbsp; &nbsp;Default value if $selected is null, empty or a blank space.<br /> */</p><p>// Array with the neccesary options for the radio Button<br />$opts = [<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&#039;ONE&#039;&nbsp; &nbsp;=&gt; _(&#039;First&#039;),<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&#039;TWO&#039;&nbsp; &nbsp;=&gt; _(&#039;Second&#039;),<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&#039;THREE&#039; =&gt; _(&#039;Third&#039;),<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&#039;FOUR&#039;&nbsp; =&gt; _(&#039;Fourth&#039;),&nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; ];</p><p>dynamic_radio_row(_(&#039;Select Option:&#039;), &#039;my_field&#039;, $opts, get_post(&#039;my_field&#039;), &#039;vertical&#039;, &#039;ONE&#039;);</p>]]></description>
			<author><![CDATA[null@example.com (fburbano)]]></author>
			<pubDate>Fri, 30 May 2025 17:03:34 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?id=10665&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Suggested spacing adjustment for rep705.php]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?id=10625&amp;action=new</link>
			<description><![CDATA[<p>I suggest adding 1pt to the column spacing for the first 12 columns and 2pt for the totals column to improve readability of 5- and 6-digit numbers when two decimal digits are also displayed.&nbsp; This change works for letter size portrait and landscape, and by my calculations should also work fine for A4.</p><p>The diff change is </p><p>diff rep705.php*<br />226c226<br />&lt;&nbsp; &nbsp; &nbsp; &nbsp;$cols = array(0, 34, 130, 162, 194, 226, 258, 290, 322, 354, 386, 418, 450, 482, 514, 546);<br />---<br />&gt;&nbsp; &nbsp; &nbsp; &nbsp;$cols = array(0, 34, 130, 163, 196, 229, 262, 295, 328, 361, 394, 427, 460, 493, 526, 561);</p>]]></description>
			<author><![CDATA[null@example.com (jcunning)]]></author>
			<pubDate>Sat, 11 Jan 2025 23:53:00 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?id=10625&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Add Email column to Customer Transactions page]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?id=10620&amp;action=new</link>
			<description><![CDATA[<p>Not sure if this was ever discussed in the past - I didn&#039;t see a topic after a quick search.<br />Also, I don&#039;t know the proper protocol for doing posting this.</p><p>Here&#039;s a quick change to add an Email column to the Customer Transactions - something that should be standard in the release, in my humble opinion.</p><p>Edit sales/inquiry/customer_inquiry.php</p><p>Add function email_lnk right after prt_link:</p><div class="codebox"><pre><code>function prt_link($row)
{
        if ($row[&#039;type&#039;] == ST_CUSTPAYMENT || $row[&#039;type&#039;] == ST_BANKDEPOSIT)
                return print_document_link($row[&#039;trans_no&#039;].&quot;-&quot;.$row[&#039;type&#039;], _(&quot;Print Receipt&quot;), true, ST_CUSTPAYMENT, ICON_PRINT);
        elseif ($row[&#039;type&#039;] == ST_BANKPAYMENT) // bank payment printout not defined yet.
                return &#039;&#039;;
        else
                return print_document_link($row[&#039;trans_no&#039;].&quot;-&quot;.$row[&#039;type&#039;], _(&quot;Print&quot;), true, $row[&#039;type&#039;], ICON_PRINT);
}

// New: Function for email column
function email_link($row)
{
        if (get_voided_entry($row[&#039;type&#039;], $row[&quot;trans_no&quot;]))
                return _(&quot;Void&quot;);

        if ($row[&#039;type&#039;] == ST_CUSTPAYMENT || $row[&#039;type&#039;] == ST_BANKDEPOSIT)
                return print_document_link($row[&#039;trans_no&#039;].&quot;-&quot;.$row[&#039;type&#039;], _(&quot;Email&quot;), true, ST_CUSTPAYMENT, ICON_EMAIL, &quot;printlink&quot;, &quot;&quot;, 1);
        elseif ($row[&#039;type&#039;] == ST_BANKPAYMENT) // bank payment printout not defined yet.
                return &#039;&#039;;
        else
                return print_document_link($row[&#039;trans_no&#039;].&quot;-&quot;.$row[&#039;type&#039;], _(&quot;Email&quot;), true, $row[&#039;type&#039;], ICON_EMAIL, &quot;printlink&quot;, &quot;&quot;, 1);
}
// End</code></pre></div><p>Add and center row to the table:</p><div class="codebox"><pre><code>$cols = array(
        _(&quot;Type&quot;) =&gt; array(&#039;fun&#039;=&gt;&#039;systype_name&#039;, &#039;ord&#039;=&gt;&#039;&#039;),
        _(&quot;#&quot;) =&gt; array(&#039;fun&#039;=&gt;&#039;trans_view&#039;, &#039;ord&#039;=&gt;&#039;&#039;, &#039;align&#039;=&gt;&#039;right&#039;),
        _(&quot;Order&quot;) =&gt; array(&#039;fun&#039;=&gt;&#039;order_view&#039;, &#039;align&#039;=&gt;&#039;right&#039;),
        _(&quot;Reference&quot;),
        _(&quot;Date&quot;) =&gt; array(&#039;name&#039;=&gt;&#039;tran_date&#039;, &#039;type&#039;=&gt;&#039;date&#039;, &#039;ord&#039;=&gt;&#039;desc&#039;),
        _(&quot;Due Date&quot;) =&gt; array(&#039;type&#039;=&gt;&#039;date&#039;, &#039;fun&#039;=&gt;&#039;due_date&#039;),
        _(&quot;Customer&quot;) =&gt; array(&#039;ord&#039;=&gt;&#039;&#039;),
        _(&quot;Branch&quot;) =&gt; array(&#039;ord&#039;=&gt;&#039;&#039;),
        _(&quot;Currency&quot;) =&gt; array(&#039;align&#039;=&gt;&#039;center&#039;),
        _(&quot;Amount&quot;) =&gt; array(&#039;align&#039;=&gt;&#039;right&#039;, &#039;fun&#039;=&gt;&#039;fmt_amount&#039;),
        _(&quot;Balance&quot;) =&gt; array(&#039;align&#039;=&gt;&#039;right&#039;, &#039;type&#039;=&gt;&#039;amount&#039;),
                array(&#039;align&#039;=&gt;&#039;center&#039;, &#039;insert&#039;=&gt;true, &#039;fun&#039;=&gt;&#039;gl_view&#039;),
                array(&#039;align&#039;=&gt;&#039;center&#039;, &#039;insert&#039;=&gt;true, &#039;fun&#039;=&gt;&#039;edit_link&#039;),
                array(&#039;align&#039;=&gt;&#039;center&#039;, &#039;insert&#039;=&gt;true, &#039;fun&#039;=&gt;&#039;credit_link&#039;),
                array(&#039;align&#039;=&gt;&#039;center&#039;, &#039;insert&#039;=&gt;true, &#039;fun&#039;=&gt;&#039;prt_link&#039;),
// Change - add email button and center all the icons
                array(&#039;align&#039;=&gt;&#039;center&#039;, &#039;insert&#039;=&gt;true, &#039;fun&#039;=&gt;&#039;email_link&#039;)

        );</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (dlajeunesse)]]></author>
			<pubDate>Thu, 26 Dec 2024 18:42:22 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?id=10620&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Creating Extensions]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?id=10582&amp;action=new</link>
			<description><![CDATA[<p>There is nice article with video for creating extensions in FA at:<br />https://www.flpages.com/2020/07/frontaccounting-customization.html</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 14 Aug 2024 18:15:08 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?id=10582&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Payslip]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?id=10519&amp;action=new</link>
			<description><![CDATA[<p>how can i stop auto posting of code 5410 as the attached and code 5410 is not under is not in element</p>]]></description>
			<author><![CDATA[null@example.com (missehtech)]]></author>
			<pubDate>Wed, 15 May 2024 13:30:20 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?id=10519&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Looking for freelancer]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?id=10516&amp;action=new</link>
			<description><![CDATA[<p>We are looking for a freelancer expert in FA to modify the purchase and sales entries. These should allow entering the exchange rate. If not must to keep actual.</p><p>If you are interested, contact to wa+50671713917</p>]]></description>
			<author><![CDATA[null@example.com (nessmeddev)]]></author>
			<pubDate>Tue, 14 May 2024 22:56:41 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?id=10516&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[New FrontAccounting Payment Integration Module]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?id=10512&amp;action=new</link>
			<description><![CDATA[<p>I have created a payment integration module for frontaccounting called &#039;strikeout&#039; this was released as a standalone webapp before but decided to make it a direct FA extension</p><p>Currently it does 4 methods 1 more coming soon<br />Pick and choose the methods to enable</p><p>Strike (Standard Bitcoin and Bitcoin Lightning invoices) Custodial* Requires Account<br />Accept bitcoin tx and newer 2017+ lightning (instant global settlement) as the asset or home currency with 0 fees to merchant. Receiving home currency is nice if you don&#039;t want to account inventory and capital gains/losses of asset just accept payment. compatiable with all bitcoin wallets including cash app</p><p>PayPal (Venmo, PayPal, Afterpay?, &amp; credit cards) Custodial* Requires Account<br />Popular payment platform that most know</p><p>LNbits (Bitcoin Lightning) Non custodial* no account needed can host at home or a friend/family<br />Accept bitcoin instantly with no banks automatically generate invoices at the time of payment valued at the home currency. all kinds of plugins to trigger actions automatically like spit payroll, convert asset, trigger vending machines. etc</p><p>Stripe (Cash APP, EFT, credit cards) Custodial* Requires Account<br />Another popular payment platform that most know, slightly better on fees and I think a little better than paypal.</p><p>BTCPayServer (Standard Bitcoin and Bitcoin Lightning invoices) coming soon* Non custodial* no account needed dont even need to host<br />Another opensource platform geared towards vendors even has plugins for many webstores big thing here is you can be non custodial without even hosting your it. (standard bitcoin only lightning requires you to host) It has plugins for adding other crypto assets like USDT (digital security version of USD ie. a stable coin) though nothing other than Bitcoin has lots liquidity and is truly censorship resistant.</p><p>All platforms will auto enter fa payments and fees if applicable to the gl accounts you set for each for bitcoin there is a choice to inventory.</p><p>current limitations/things to do (This is unfinished software)<br />Clients fees/discounts: are not enabled yet you can enter them for each method but they will not change invoiced amount yet</p><p>Currencies: Currently I have it set to USD and BTC for currency this can be changed in code but will add it to the options soon</p><p>Fiscal year: if there isnt a fiscal year that matches the date of payment it will create a fiscal year Jan 1st to Dec 31st Pre your create future years to prevent this if you dont do cal year for fiscal year</p><p>payment refs: currently it is doing a date for the payment ref num not your preference.</p><p>Payment link: This will need to be added to core to support. I have it generating QR&#039;s and links on invoices but core payment link is a little odd (unfinished) I might create some custom included reports with the link already enabled (statements, invoices, deliveries etc) @</p><p>You can find it in my FA-EXT github here strikeout fork download it in modules and set the methods up api keys etc.<br /><a href="http://<br />https://github.com/trafficpest/FA24extensions/tree/strikeout/Extensions/strikeout<br />"><br />https://github.com/trafficpest/FA24ext … strikeout<br /></a></p><p>I dont have documentation but most of the standalone strikeout wiki docs apply <br /><a href="http://<br />https://github.com/trafficpest/strikeout/wiki<br />"><br />https://github.com/trafficpest/strikeout/wiki<br /></a></p>]]></description>
			<author><![CDATA[null@example.com (trafficpest)]]></author>
			<pubDate>Wed, 08 May 2024 18:29:47 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?id=10512&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[White space commit?]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?id=10508&amp;action=new</link>
			<description><![CDATA[<p>What was <a href="https://github.com/FrontAccountingERP/FA/commit/c061e1b478cb41d22c23627ddff39a4ea7d849ed?diff=unified&amp;w=0">this commit</a> all about?</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Fri, 03 May 2024 04:51:53 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?id=10508&amp;action=new</guid>
		</item>
	</channel>
</rss>
