search for: faktura

Displaying 3 results from an estimated 3 matches for "faktura".

Did you mean: faktury
2008 Jun 14
0
does BackgrounDRB not "know" the rails environment it is running within/in parallel with?]
...invoice.print_invoice does not work, when called in the context of billing_worker? cheers, walt class BillingWorker < BackgrounDRb::MetaWorker set_worker_name :billing_worker def create(args = nil) # this method is called, when worker is loaded for the first time logger.info "Faktura baggrundsjob startet!" end def build_invoice(invoice_id = nil) invoice = Invoice.find(invoice_id) unless invoice_id.nil? logger.info "Faktura ID #{invoice_id} skal dannes!" unless invoice.nil? result = false logger.info "Faktura ID #{invoice_id} dannes!&q...
2017 May 08
0
Faktura, zamówienie 0762
An HTML attachment was scrubbed... URL: <http://www.zytor.com/pipermail/klibc/attachments/20170508/3bc4f98a/attachment-0001.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: Faktura20179401.doc Type: application/msword Size: 368128 bytes Desc: not available URL: <http://www.zytor.com/pipermail/klibc/attachments/20170508/3bc4f98a/attachment-0001.doc>
2016 Jun 22
0
Problem executing VM backups
Hi everyone, we are suddenly having a problem with executing our backup jobs. For a long time, we have used a shell script which contains the following code to backup all our virtual machines: for domain in Testserver Faktura Fileserver Gitolite Jenkins Nexus SimpleHelp VpnGateway Wiki; do echo -n "$(date +"%Y-%m-%d %H:%M:%S") starting backup for vm ${domain} ... " >> ${vmlog} virsh dumpxml --security-info ${domain} > ${vmdir}/${domain}.xml...