Yes you can add auto item codes for it. Check wiki there is some informations about it.
1,076 08/30/2015 12:34:38 am
Re: Auto Numbering on Item Code (11 replies, posted in Items and Inventory)
1,077 08/30/2015 12:27:25 am
Re: Automatic Invoice report for sales order. (5 replies, posted in Reporting)
Hi Arun Kumar,
You need to understand the core concept. When you place an order it won't be executed all the quantities after placing it. So it won't place invoice together
In contrast, direct invoice is performed after the sales order and it's delivery. So just go from this perspective. You can place direct invoice to get a sales order and it's delivery for it.
1,078 08/30/2015 12:22:57 am
Re: New UI For Frontaccounting (12 replies, posted in Announcements)
I will apply your changes. But for the mega menu it's working fine for me. I never had problem like double click.
1,079 08/28/2015 02:38:25 pm
Topic: New UI For Frontaccounting (12 replies, posted in Announcements)
Hi, everyone,
i have redesigned the UI of FA. those who are all willing to demo it. use the below credentials.
username: kvcodes
password: 1234
and also you can comment or send a private to msg to me,
1,080 08/28/2015 02:30:40 pm
Re: Recurring invoices (2 replies, posted in Accounts Receivable)
yes you can make recurrent invoices , try to read the wiki for it, you can create it recurrent invoices.
check mine article about recurrent invoices, i hope this will help you
http://www.kvcodes.com/2015/02/create-recurrent-invoice-frontaccounting/
1,081 08/28/2015 02:23:19 pm
Re: Free eBook on Accounting Pinciples (1 replies, posted in Setup)
good work.
1,082 08/28/2015 02:21:55 pm
Re: error when, click setup>Dash Board setup, (2 replies, posted in Setup)
your files might be corrupted. try to use the same database with new version of FA like 2.3
1,083 08/28/2015 02:20:52 pm
Re: New Modern theme (5 replies, posted in Modules Add-on's)
great work man.
1,084 08/28/2015 02:16:51 pm
Re: Theme with chat (7 replies, posted in Wish List)
There is no theme available for Frontaccounting to enable chat inside it. it may come up in forth coming updates. there is not much requests related to the chat themes sofar.
1,085 08/28/2015 02:13:25 pm
Re: Restore Password (19 replies, posted in Installation)
it might be access level issue. did you set the access level to the newly created user role and
did you assign it to the user.?
1,086 08/07/2015 04:44:47 am
Topic: Frontaccounting Repo On Bitbucket (1 replies, posted in Announcements)
Hi,
Some of the developers and users feel's that the we have not posted Our FA on bitbucket and GitHub.
Here Ap. Muthu already posted the FA and maintaining it on GitHub.
https://github.com/apmuthu/frontaccounting
and Here I posted it on BitBucket
https://bitbucket.org/kvcodes/frontaccounting
Hope, those who familiar with Bitbucket, who can pull and push their updates.
1,087 07/15/2015 03:39:02 pm
Re: Direct Invoice Problem (6 replies, posted in Report Bugs here)
You should check the payment terms under setup
And if it's not helping you. Try logout and clear cookies and login than try again.
1,088 05/21/2015 11:23:22 am
Topic: Problem with Manufacturing Auto Increment reference is not working (4 replies, posted in Manufactoring)
hi,
I had problem with the Work order auto next reference . So i discovered a solution myself. It may be useful to someone.
open your work_order_db.inc and find the function "add_work_order" . Here you can see the function like this
$Refs->save(ST_WORKORDER, $woid, $wo_ref);
just replace with the follwing code.
save_next_reference(ST_WORKORDER, $wo_ref+1);
1,089 04/25/2015 07:17:26 am
Re: Why FrontAccounting? (4 replies, posted in Installation)
its nice to read. elaborate more by comparing other frameworks which you come across.
1,090 04/25/2015 07:15:07 am
Re: Sales customer set up (2 replies, posted in Reporting)
you need to update your email function to add it. And also , if you add a new field on table, you need to bring it custom query.
for more details to edit emails,
just check " Root_of_fa/reporting/includes/pdf_report.inc"
Here check the End() function for email customizations.
1,091 04/01/2015 03:26:10 am
Topic: Is there any option to see the status of order, invoice, quotation (2 replies, posted in Accounts Receivable)
Hi ,
I need to know some information's regarding the status of an invoice, which is paid, unpaid, overdue, withhold, like that etc,
and also the same kind of the things for sales order, quotation, and delivery.
i am expecting hoepfull reply.
1,092 03/14/2015 11:20:01 am
Re: Remove all color from PDF's (3 replies, posted in Reporting)
can it possible to draw a line below every item in the cart. ?
I am in need of that functionality.
1,093 03/10/2015 04:44:18 am
Topic: Frontaccounting Delete Credit Notes (1 replies, posted in Accounts Receivable)
Ho can i delete Credit Notes.
Is there a way to delete it.
1,094 03/10/2015 03:38:19 am
Topic: Frontaccounting Credit Limit functions (1 replies, posted in Accounts Receivable)
Hi,
I dont know how the credit limit change while making payments. . It rests the same value when i am adding invoice and payments. Any clues, how does it works.?
1,095 03/07/2015 06:47:39 am
Re: can it possible to get an edit option for invoices ? (1 replies, posted in Accounts Receivable)
Answer From AP.Muthu
"The tables mainly affected are the orders and the order details tables though others like standard cost/stocks/payments and references may also get affected in time.
Editable description in the invoices may be possible but in general within FA it is generally not possible. Check out the Wiki. Some editing may be possible. "
1,096 03/07/2015 04:47:47 am
Topic: can it possible to get an edit option for invoices ? (1 replies, posted in Accounts Receivable)
Is there any option to edit an invoice. because i need to edit it . not all the details just few things i know we cant allow them to edit the invoice completely like sales order.
1,097 02/09/2015 06:59:08 am
Re: Sales Order Page refresh codes (2 replies, posted in FA Modifications)
Sir, thank you for your response here. i wil mail you personally, just check it. please than tell me. Here the problem is Sales Order entry.php Form.
When i enable enctype="mulitpart/form-data" it goes with popup for each edit and remove. because i bring the sales order for inside fancybox.
Because i am working to get attachment on the same page itself. that's y this program.
1,098 02/01/2015 10:44:50 am
Topic: Sales Order Page refresh codes (2 replies, posted in FA Modifications)
i am currently customizing the FA with custom items table. i need to add one more field in it. but when i try to add it. it will create popup for edit and remove oeprations. please someone help me on this particular issue.
1,099 01/31/2015 09:09:35 am
Topic: Sales Order Summary remove / Edit operations opening new tabs. (0 replies, posted in FA Modifications)
Hi,
I am trying to create a popup for sales orders entry.php. Now, its working for add new items, but when i click the remove button or edit icon, it will open a new page and removed it.
I used jquery fancybox for popup, ..
Waiting for hopefull reply/.
1,100 11/15/2014 11:09:40 am
Re: Adding fields to the inventory module, e.g. 'Author/Artist' (5 replies, posted in Items and Inventory)
Awesome guys