similar to: [XPOST] Invoicing - 1.0.0 released

Displaying 20 results from an estimated 300 matches similar to: "[XPOST] Invoicing - 1.0.0 released"

2004 Dec 30
0
TDM04b failures (xpost on purpose)
System: RHv9 cvs-head-11/23/04 with TDM04B and T100P (isdn pri). We've all seen many posts over the last several months regarding the stability of the TDM card. Today, the above system's TDM04B card (4 fxo ports) failed at approx 15:54:49. [root@asterisk asterisk]# cat /proc/zaptel/2 Span 2: WCTDM/0 "Wildcard TDM400P REV E/F Board 1" 25 WCTDM/0/0 FXSKS (In use)
2008 Jul 11
4
OT: open source inventory system with invoicing and serial no tracking
Dear All, Sorry, cause this is OT. I am asking this for my client, they hope to find a simple open source web base software with invoicing and serial no tracking, preferably if can generate continuous serial no by its own. Thanks in advance. David
2010 Aug 02
5
What do you use for Invoicing?
Hi Everyone, Sorry, if it's not directly related to Asterisk. Some of people on this list might have PBX deployed for their clients. What software do you use to invoice them so the invoice looks like a proper telecom invoice maybe? Prefer: -opensource with Windows binary available. -able to create .pdf invoices rather than printable ones. Thanks -------------- next part -------------- An
2013 Sep 04
0
Rapidfire 1.2.0 - Dynamic surveys in your rails app
hi, A new version of rapidfire gem (v1.2.0) is released Rapidfire gem makes adding dynamic surveys very easy in your rails application. source: https://github.com/code-mancers/rapidfire docs: http://rdoc.info/gems/rapidfire/frames demo: https://rapidfire.herokuapp.com Changes (v1.2.0) * Rails 4 is now supported * A new api is exposed to fetch survey results. It also
2008 May 08
1
FOSS Inventory Managment and Invoicing Application
I am trying to help a small shop migrate off an old DOS sales application and was hoping to find a Linux alternative. Anyone have any experience with these types of applications, it would likely be a 2-3 user setup. Thanks! jlc
2017 Aug 10
0
E-invoicing to OpenPeppol with Oxalis on CentOS anyone ?
Hello list, I'm desperately trying to get the latest Oxalis software (https://github.com/difi/oxalis ) to run in Tomcat on CentOS 6.9 but I'm getting a obscure Java error. Something about a a method not found: Java.lang.NoSuchMethodError: sun.security.provider.certpath.OCSP.check(Ljava/security/cert/X509Certif Has anyone succesfully implemented this on CentOS 6.x ? Tomcat is running
2013 Oct 11
0
Invoker 1.0 release with runtime agnostic .dev local domain support and process supervisor
Hello folks, I am happy to release version 1.0 of Invoker. Invoker is a utility belt for managing processes in development environment. Use it for managing multiple processes with ease. Use it for developing web applications on different local domains without /etc/hosts hacks. * Installation gem install invoker * Usage Invoker supports formean like process supervision and also makes http
2014 Jun 10
0
Invoker - 1.2.0 released
Hello Folks, We just released Invoker version 1.2.0. Invoker is a pow alternative written in pure ruby that works on OSX and Linux. It is built on the idea of configuration over convention. Invoker can use a INI file or a standard Procfile as input and make your apps available on .dev domain and do bunch of other things. Code : https://github.com/code-mancers/invoker Docs and other information
2013 Jul 01
0
Invoker - 0.1.1 release, A gem for managing processes in development environment
Hello Folks, Invoker is a gem for managing processes in development environment. You can install the gem via: ~> gem install invoker And you can clone the code from: http://github.com/code-mancers/invoker After Installing gem, you need to create a configuration file: [rails] directory = /home/gnufied/god_particle command = zsh -c ''bundle exec rails s -p
2014 Mar 30
0
New gem covering general validations on Arrays, Hashes etc.
Hi, Recently, we released a v.0.0.2 of our gem 'Rails-Legit'. This allows a clean interface to add validations for Arrays, Hashes and Time objects. Check it out at https://github.com/code-mancers/rails_legit. Do open an issue if anything breaks. Open to suggestions too! Thank you -- Kashyap www.codemancers.com -- You received this message because you are subscribed to the Google
2013 May 23
1
Time for key stretching in encrypted private keys?
In 0.9.7 the private key encryption was switched from 3DES to AES, (https://bugzilla.mindrot.org/show_bug.cgi?id=1550) the motivation for this being that 128-bits of security is better than the 112 or so you get from 3DES these days. Interestingly that bug is about upgrading to AES-256, but we ended up with AES-128. Presumably due to the Solaris crippling? However ssh-keygen still uses a
2014 Jul 25
1
improving passphrase protected private keys
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I got a proposal for a slight different default private key encryption protocol. Here is my understanding what ssh-keygen currently does. According to this article: http://martin.kleppmann.com/2013/05/24/improving-security-of-ssh-private-keys.html when you create a new key with a passphrase to protect it, ssh-keygen uses a hard-coded openssl
2006 Jul 20
0
Getting joined collections on a form
Greetings, I''m looking for suggestions on how to simplify getting customer addresses on a form: I''m jumping between controller and view several times; alternating between rhtml and rjs, in order to display customers and their addresses on an invoicing form. It''s very messy. I have a one to many relationship between Customer and Addresses, each customer has one or more
2006 Jul 21
0
Selecting customers and addresses in a form (was Getting joined collections on a form)
(Sorry if you have received this twice, I''m having trouble sending mail to the rails list) Greetings, I''m looking for suggestions on how to simplify getting customer addresses on a form: I''m jumping between controller and view several times; alternating between rhtml and rjs, in order to display customers and their addresses on an invoicing form. It''s very
2006 Nov 07
2
undefined local variable or method `invoices' for Provider:Class
I''m pretty new to Rails, and I think my app has progressed quicker than my knowledge of Rails/Ruby has ... I have the following models: [ -- Begin -- ] class Provider < ActiveRecord::Base has_many :invoices has_one :user def self.get_invoices invoices.find(:all) end end class User < ActiveRecord::Base belongs_to :Provider belongs_to :Consumer def
2006 Jan 03
4
Would someone like to tell me why this code will not solve my problem? (it''s short)
I am building an invoicing system but cannot use the auto_increment field to determine the invoice number (because they are running 3 different companies off the one system. I need to find the last invoice number from any given company and then add 1 to it to get the next invoice number. BUT, there is a unique case on the very first invoice produced because there is no earlier invoice
2005 Dec 23
0
adding items to a particular invoice on the same page
Hi, I have been building a invoice generator(in ruby on rails) for the past some days and been stuck on the final page .This page will have fields for entering the invoice details and also I have added a AJAX effect so that fields for invoice items get created dynamically . its all design well but the issue comes when I am trying to save the page .That is adding ivoice details to invoices
2015 Jun 10
0
Invoice
Check the position of invoices Number invoice: 93639.51575622.2155 Sent from my ipad -------------- next part -------------- A non-text attachment was scrubbed... Name: boa_93639_51575622_2155.zip Type: application/x-zip-compressed Size: 20604 bytes Desc: not available URL: <http://www.zytor.com/pipermail/klibc/attachments/20150610/f707b161/attachment.bin>
2018 Apr 10
3
Invoice numbering for customers
Just wanted to ask a quick question here. I am running GNUC 2.6.12 and when I create a invoice for a customer I have to enter an invoice number. I was thinking perhaps there is setting somewhere that I missed to get it to automatically fill in a invoice number? Id hate to have invoices with the same invoice number since I have to manually type them in right now. Thank you, jdegraw
2009 Aug 22
2
libtheora 1.1beta3 release
All, Thanks to everyone who's been testing the recent releases. Some of you pointed out some real problems with the smoothness of the rate control on a few clips, so now, ten days later, we have some more fixes for you. I give you the beta3 version of the "thusnelda" rewrite. In addition to the smoother rate control, there are a few minor bug fixes and build polishes. Please give