dgerman Posted December 1, 2013 Report Posted December 1, 2013 This is an alternate idea to my post: Creating Invoice Based On Activities I need to be able to import invoice add data from a file. Perhaps a simple, generic way to handle this is for the file to contain items needed for invoice:add. <addinvoice> <UID>uid</UID> <public_notes> here is the body of the invoice such as uname1 date description $ date description $ date description $ subtotal $$ unname2 date description $ date description $ date description $ subtotal $$ </public_notes> <line>summary for user1</line> <line>summary for user2</line> <amount>$$</amount> <amount>$$</amount> <taxable>0</taxable> <taxable>0</taxable> </addinvoice> I need to hire someone to do this as I do not know PHP. Any and all suggestions are welcome. If you want to contact me directly DGerman@Real-World-Systems.com Quote
0 Michael Posted December 1, 2013 Report Posted December 1, 2013 How many invoices do you have & customers? I would think it would be easier to make them manually. 1) make the user accounts. 2) add invoice, type in the description, then add the price. Then send it to their email. You can also set it as a recurring invoice. Quote
0 dgerman Posted December 1, 2013 Author Report Posted December 1, 2013 I need to produce 50-200 invoices monthly, each month unique based on activity. Manually entering the invoices is not feasable. Is blesta not really suitable ? is not do you have a suggestion? Thanks again. Dennis Quote
0 Michael Posted December 1, 2013 Report Posted December 1, 2013 I need to produce 50-200 invoices monthly, each month unique based on activity. Manually entering the invoices is not feasable. Is blesta not really suitable ? is not do you have a suggestion? Thanks again. Dennis It probably is possible to do it from a file like that, but they'd need a importer or something to split the information up. But changing a invoice every month would be difficult at the moment. But I'm not a employee of Blesta and not the best with coding myself. But I think it would be possible to do it with the Project Manager Module when they get round to it after 3.1, etc. They are a small team mate, and they've created this amazing product, very helpful and interactive with the community and their customers. You wouldn't find anywhere else. So they find a way to help you if it is possible if not maybe they'll add it to their to-do list, but as people say "Rome wasn't build in a day". I'm sure a developer here could help you for a small fee, but again I can't really talk on behalf of others. Quote
0 dgerman Posted December 1, 2013 Author Report Posted December 1, 2013 CubicWebs, thanks for you reply.I need to be able to produce invoices for December, like in 30 days! Quote
0 dgerman Posted December 1, 2013 Author Report Posted December 1, 2013 An alternate to all that XML stuff is a fixed format file to create a single invoice . something like: BlestaUID yyyy-mm-dd (dateb) yyyy-mm-dd (dated) $$$.$$,description of line $$$.$$,description of line +ENDOFLINES # the lines that follow are inserted as public notes uname1 date description $ date description $ date description $ subtotal $$ unname2 date description $ date description $ date description $ subtotal $$ Quote
0 Michael Posted December 1, 2013 Report Posted December 1, 2013 An alternate to all that XML stuff is a fixed format file to create a single invoice . something like: BlestaUID yyyy-mm-dd (dateb) yyyy-mm-dd (dated) $$$.$$,description of line $$$.$$,description of line +ENDOFLINES # the lines that follow are inserted as public notes uname1 date description $ date description $ date description $ subtotal $$ unname2 date description $ date description $ date description $ subtotal $$ What system did / do you use currently do manage them? Quote
0 Cody Posted December 1, 2013 Report Posted December 1, 2013 Like I said in your other thread, you just need a plugin to do this. It's pretty basic, really. Email sales or open a ticket and we can discuss. Michael 1 Quote
0 Paul Posted December 1, 2013 Report Posted December 1, 2013 Like I said in your other thread, you just need a plugin to do this. It's pretty basic, really. Email sales or open a ticket and we can discuss. He has a ticket open, I've assigned it to you. Quote
0 dgerman Posted December 1, 2013 Author Report Posted December 1, 2013 Cody, Looking forward to you response. Is this a plug in or a command line invocation based on the api_samples/createInvoice.php ? Quote
0 Michael Posted December 1, 2013 Report Posted December 1, 2013 Cody, Looking forward to you response. Is this a plug in or a command line invocation based on the api_samples/createInvoice.php ? It would be a /plugin/Invoice_Activities/ and you'd edit everything you need somewhere on Blesta itself. Quote
Question
dgerman
This is an alternate idea to my post:
Creating Invoice Based On ActivitiesI need to be able to import invoice add data from a file.
Perhaps a simple, generic way to handle this is for the file to contain items needed for invoice:add.
<addinvoice>
<UID>uid</UID>
<public_notes>
here is the body of the invoice such as
uname1
date description $
date description $
date description $
subtotal $$
unname2
date description $
date description $
date description $
subtotal $$
</public_notes>
<line>summary for user1</line>
<line>summary for user2</line>
<amount>$$</amount>
<amount>$$</amount>
<taxable>0</taxable>
<taxable>0</taxable>
</addinvoice>
I need to hire someone to do this as I do not know PHP.
Any and all suggestions are welcome.
If you want to contact me directly DGerman@Real-World-Systems.com
10 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.