@joe: ??
1,126 05/30/2019 04:15:44 pm
Re: How to enter a payment for a credit note? (20 replies, posted in Accounts Payable)
1,127 05/29/2019 04:06:18 am
Re: 403 error for modules folder (5 replies, posted in Setup)
The module must be accessed only through the index.php in the FA webroot. Provide a template of your module access URL.
1,128 05/29/2019 01:52:49 am
Re: 403 error for modules folder (5 replies, posted in Setup)
Check if php is enabled for the said folder and file ownerships are okay for the webserver process.
1,129 05/25/2019 08:33:20 am
Re: Uncaught TypeError: found[k].className.match is not a function (8 replies, posted in Report Bugs here)
Use the non-minified version of the js file and debug it.
See:
https://stackoverflow.com/questions/16266440/typeerror-match-is-not-a-function
https://stackoverflow.com/questions/38557550/uncaught-typeerror-function-is-not-a-function
1,130 05/25/2019 08:28:31 am
Re: Config Setup Options (10 replies, posted in Setup)
Start with a Chart of Accounts with no demo data like en_US-new.sql.
Modify it in phpMyAdmin or any MySQL client tool to have your initial defaults.
Otherwise, create your own new chart here and place it in the sql folder in FA.
1,131 05/25/2019 08:16:10 am
Re: How to send an invoice for the commission (6 replies, posted in Banking and General Ledger)
@Geir: As your partner runs his own company, how will you know about his sales invoices to bill him your commission? If he sends you a sales statement each month, then you can invoice him the 10% as a normal direct invoice.
1,132 05/14/2019 01:44:31 pm
Re: How to send an invoice for the commission (6 replies, posted in Banking and General Ledger)
Setup Tab => User Accounts Setup => Make your Partner a new user with Access Role as "Salesman".
Sales Tab => Sales Persons => Add your Partner as a Sales Person with 10% Commission.
Login as the Salesman (Your Partner) and generate Sales Invoices. Commissions on all such invoices will now be credited to your partner.
Check rep106.php - Customers: Salesman Listing.
A base commission % till a certain threshold amount of sales per invoice and then the balance is computed as a second percentage.
1,133 05/14/2019 03:46:33 am
Re: How to send an invoice for the commission (6 replies, posted in Banking and General Ledger)
Salesman Commission.
1,134 05/13/2019 04:49:31 pm
Re: osc_orders - which osCommerce? (21 replies, posted in Modules Add-on's)
@tom: Updated osc_orders extension in GitHub FA24extensions repo.
1,135 05/13/2019 04:16:14 pm
Re: osc_orders - which osCommerce? (21 replies, posted in Modules Add-on's)
Isn't it time govts stopped interfering with businesses?
Americans should not vote for such reps who try to bully businesses.
Any place is just as rich as the number of goods and services available to it and such laws are not making it conducive for it either.
Why should brick-and-mortar shops complain - they too can go the internet way even if delivering to their neighborhood!
The following make for good reading:
https://www.cpapracticeadvisor.com/sales-tax-compliance/article/12402391/the-future-of-the-online-sales-tax-part-1
https://www.cpapracticeadvisor.com/sales-tax-compliance/article/12402389/the-future-of-the-online-sales-tax-part-2
https://www.avalara.com/taxrates/en/blog/2014/07/future-internet-sales-tax-internet-tax-freedom.html
https://www.brookings.edu/blog/up-front/2018/07/16/the-history-and-future-of-the-retail-sales-tax/
Sales Tax base has been shrinking and the ST Rate has been increasing!
1,136 05/13/2019 04:43:50 am
Re: osc_orders - which osCommerce? (21 replies, posted in Modules Add-on's)
Update 6th May, 2019 (same link as above): SB 1112 died in Appropriations. It appears that Florida won't be taxing remote sales any time soon.
1,137 05/08/2019 02:45:41 am
Re: Add stamp or watermark to reports on the fly – ad hoc. (15 replies, posted in FA Modifications)
@janusz: any improvements to the core with dynamic setting of watermark attributes?
1,138 05/07/2019 01:58:25 pm
Re: Add stamp or watermark to reports on the fly – ad hoc. (15 replies, posted in FA Modifications)
Does this have anything to do with it's line 213 onwards:
function addText($xb,$yb,$size,$txt)//,$angle=0,$wordSpaceAdjust=0)
Line 4478 of tcpdf.php has watermark as part of unfinished coding:
case 'watermark': {
1,139 05/07/2019 07:34:00 am
Re: Add stamp or watermark to reports on the fly – ad hoc. (15 replies, posted in FA Modifications)
@joe: want to add it into the core?
1,140 05/07/2019 07:26:21 am
Re: error when upload big backup file sql about 7mb (4 replies, posted in Report Bugs here)
Hope you restarted your webserver after editing php.ini file.
1,141 05/06/2019 04:59:19 pm
Re: Default Theme Redesigned And available For testing (47 replies, posted in Modules Add-on's)
@joe: Tnx. Removing it out entirely on being disabled. Greying out is easier understood.
1,142 05/06/2019 04:54:10 pm
Re: error when upload big backup file sql about 7mb (4 replies, posted in Report Bugs here)
No, there is no download size limit setup. In general, download file size is not restricted. You can HTTP-download the file of any size.
Only Timeout settings need to be looked into.
Maybe as advised in the above discussion, it may be pertinent to place the following header in the download code:
header ('Content-length: '.filesize($fileToSendPath));
1,143 05/05/2019 09:59:19 am
Re: Default Theme Redesigned And available For testing (47 replies, posted in Modules Add-on's)
The flatcolor2 theme - Navigate to Sales => Transactions and we cannot click Sales Quotation Entry menu item.
1,144 05/05/2019 05:04:54 am
Re: Code lines skipped - then blank display ver 2.4.6 (5 replies, posted in Report Bugs here)
Check where you took the snippet from and do a WinMerge compare for diffs and see if there are any syntax / sequence order issues for the lines of code.
1,145 05/04/2019 04:24:33 pm
Re: Code lines skipped - then blank display ver 2.4.6 (5 replies, posted in Report Bugs here)
The function display_notification() is defined in includes/ui/ui_msgs.inc and needs to be included in your script if not already loaded by some other included script.
The second argument in the said function defaults to true anyway and can be omitted in the second call.
1,146 05/04/2019 07:34:30 am
Re: Secondary Authentication Using Duo Security (4 replies, posted in Modules Add-on's)
The FA Login with
user_name_entry_field
password
company_login_name
gets posted to itself (index.php) which includes the session file (includes/session.inc) that checks if a session exists and if not, includes the login form (access/login.php).
It is in the last file referred to above that you will need to create a secondary hook for your dual authorisation using a special unique session variable as a flag.
1,147 05/03/2019 04:23:12 am
Re: Release 2.5. (10 replies, posted in Development)
Please add "bin" for warehouse stock.
Also this one for tax info.
1,148 05/03/2019 04:11:37 am
Re: Secondary Authentication Using Duo Security (4 replies, posted in Modules Add-on's)
Use SMS OTP to generate a dynamic password valid for that session only directly in the db - maybe an extra field in the use record.
1,149 04/28/2019 03:17:47 pm
Re: Default Theme Redesigned And available For testing (47 replies, posted in Modules Add-on's)
@poncho1234's PurV1 theme: Whilst the font sizes are okay and the menus have no clutter, it may cause issues during remote desktop refreshes.
Unlike @kvvaradha's theme, @poncho1234's theme is not yet available for download and local testing.
1,150 04/27/2019 10:03:30 pm
Re: Default Theme Redesigned And available For testing (47 replies, posted in Modules Add-on's)
@poncho1234: Yes, it is @kvvaradha's theme from the link he provided. If your PuroV1 is elsewhere, please provide the link.
@kvvaradha: I tested out on 1440x900 and had to scroll.