Tagged Questions
The invoices tag has no wiki summary.
12
votes
5answers
3k views
Database design for invoices, invoice lines & revisions
I'm designing the 2nd major iteration of a relational database for a franchise's CRM (with lots of refactoring) and I need help on the best database design practices for storing job invoices and ...
9
votes
10answers
401 views
Repeat projects— Charging Full Price?
This question is more on the ethics scale. I have two freelance php projects that are nearly identical to the point I can copy and paste and only change a few lines of code to be done with the 2nd ...
3
votes
4answers
184 views
Application logic for invoicing and subscriptions?
We're just in the planning stage of a web app that offers subscriptions to our customers. The subscription periods varies and can be prolonged indefinitely by our customers, but are always at least ...
2
votes
1answer
1k views
Submitting values of “jQuery Editable Invoice” into a MySQL DB using PHP
I am using this fantastic example of a jQuery editable invoice as a template for creating dynamic invoices for my users.
It's working quite well and I am successfully generating the items but I now ...
2
votes
2answers
441 views
Invoice & Invoice lines: How do you store customer address information?
Hi I'm developing an invoicing application.
So the general idea is to have two tables:
Invoice (ID, Date, CustomerAddress, CustomerState, CustomerCountry, VAT, Total);
InvoiceLine (Invoice_ID, ID, ...
2
votes
3answers
155 views
Financial tracking for software projects
The team I'm part of manage a number of software projects - and most of the stuff we do is end to end, from requirements tracking, to project management to purchasing and setup - a big pain is ...
1
vote
1answer
37 views
XML for Invoicing - Industry Standards?
I've come across an application that needs to send invoice information via FTP to various clients. The XML being output by the application is pretty simple however it does not conform to any ...
1
vote
1answer
41 views
Daily Recurrence Invoices Check
My situation as follow:
I'm building up an invoice system, I have almost everything done, except the invoices recurrence. Here is what I'm trying to do without success.
The condition:
My condition ...
1
vote
2answers
373 views
Batch PDF invoicing/generation with PHP and AJAX progress indication
OK so I'm coming to the stage of a current project where I will be implementing invoicing, and thinking about it I thought I would see how you guys would approach this problem. If it's relevant, I'm ...
1
vote
1answer
315 views
Add new Action to invoice's ActionList
I need to add a new action to the ActionList in the Invoices page
I don't know where magento creates this list and how it call the selected action, so I thought you guys would know where I should ...
1
vote
3answers
575 views
What tool for printing Invoices and similar documents in Java Swing?
I'm looking for a good tool for printing Invoices, Receipts and similar documents in Java Swing. I have tried JasperReports but it is pretty hard to get a dynamic layout and it is designing for ...
1
vote
2answers
510 views
Adding formatted text lines to invoices in Axapta 3.0 SP4
I'm still in the planning on how to proceed phase with this, but at a customer site, they are moving to invoicing through axapta. now the axapta has been used for years, and the invoices they are ...
1
vote
2answers
600 views
EDI X12 810 Document
Where can I find a sample document with multiple invoices in the same 810 document? Most of the samples I find only has one invoice.
0
votes
0answers
42 views
Print multiple copies of an invoice in quickbooks as a single document so printer knows to staple all copies together.
I print about 100 different invoices per day and 4 copies of each that need to be stapled together. I would like to stop manually stapling those everyday and have the printer do it. This is ...
0
votes
0answers
33 views
Magento print invoice on server shows blank page
In Magento when I try to print an invoice, I get a blank page with no error, and PDF is not generated.
It is fine on my local PC, however on server it shows this behavior.
I convert permission of var ...
0
votes
0answers
33 views
Add custom comments to print invoices in magento
I am using magento 1.6 , is there a way to print invoices with some extra comments ?
For example, the admin wants to print an invoice but he also want to print some comments in with invoice.
Is there ...
0
votes
0answers
18 views
Count Number of invoices in oracle APPS
i want a query to display how many invoices are created using a particular interface for the last one month in AR module. we are not using any other module except ar,ap ,gl.All our invoices are ...
0
votes
2answers
167 views
looking for a simple database design for accounts receivable
I am in the process of adding accounts receivable to one of my webapps. Essentially, I want to be able to create sales invoices and record payments received.
The reports, I generate are
statement ...
0
votes
2answers
75 views
Maximum records for MAS 500 API stored procedure?
This may be slightly off topic, but I cannot think of a better stack site to put this on so let me know if there is one.
I am using the MAS 500 ERP system's APIs to move invoices into the accounting ...
0
votes
2answers
292 views
Multi-Page invoice printing on one page
I have an invoice that contains over 100 lines of product that I am trying to print. This single invoice should take over 3 pages, but when printed, the content flows off the footer and the next page ...
-1
votes
1answer
327 views
SAP Vendor Invoice
I am looking for FM/tables that gives some info about
Company,
Internal Order,
Vendor,
Invoice Amount,
Invoice Date,
Tax Amount,
Tax Jurisdiction,
G/L Account Affected.
Could you please help me with ...