<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Invoice number with multiple series]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=1784&amp;type=atom" />
	<updated>2011-11-30T00:17:38Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=1784</id>
		<entry>
			<title type="html"><![CDATA[Re: Invoice number with multiple series]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10981#p10981" />
			<content type="html"><![CDATA[<p>I started working in the multiple series and emitting centers. If someone is willing to help is welcome.<br /> Already identified from where are assigned reference numbers of the bills and I&#039;m starting to change the functions corresponding to take the reference number according to the emission center I&#039;ll add in points of sale.<br /> Someone can send me an outline or something to guide me in the places I should be modifying as I go on the bill?<br /> I am using eclipse but because I am new at this, it´s really hard. I&#039;m making progress, but I think with some help I can do it faster.<br /> thanks</p>]]></content>
			<author>
				<name><![CDATA[mariogroca]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=1443</uri>
			</author>
			<updated>2011-11-30T00:17:38Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10981#p10981</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Invoice number with multiple series]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10824#p10824" />
			<content type="html"><![CDATA[<p>I was doing some tests ....<br /> Is there no way to relate different series for different users without changing much of the application code?<br />Because I could relate each user with a different series and it would solve my problem.<br />Thanks!</p>]]></content>
			<author>
				<name><![CDATA[mariogroca]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=1443</uri>
			</author>
			<updated>2011-11-21T11:34:06Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10824#p10824</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Invoice number with multiple series]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10805#p10805" />
			<content type="html"><![CDATA[<p>FA can only handle 1 automatic serie, like A-0001-00005632. If you want more series, you will have to keep track of each individual serie, because FA will only update the last used serie.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2011-11-20T08:11:12Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10805#p10805</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Invoice number with multiple series]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=10804#p10804" />
			<content type="html"><![CDATA[<p>I&#039;am looking for something like this.<br />I need the same thing, invoice with letters and emitting centers. like this Ej: A-0001-00005632 or B-0001-00000365, where the letter it´s related to the fiscal condition of the client.<br />Yes, I know we have a complicated fiscal system, but, what can I say?, I live in Argentina, je<br />So, If someone have any ideas to share, i&#039;m just a beginner in PHP but I will try to modified the system so It can fit into the fiscal rules of my country.<br />I think this is a great system and with some minor adjustments i´ll work just fine.</p>]]></content>
			<author>
				<name><![CDATA[mariogroca]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=1443</uri>
			</author>
			<updated>2011-11-19T23:16:55Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=10804#p10804</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Invoice number with multiple series]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=8868#p8868" />
			<content type="html"><![CDATA[<p>Thanks Joe.</p><p>Albert</p>]]></content>
			<author>
				<name><![CDATA[apprayo]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=5314</uri>
			</author>
			<updated>2011-04-26T07:56:36Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=8868#p8868</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Invoice number with multiple series]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=8866#p8866" />
			<content type="html"><![CDATA[<p>You can look into the file /includes/types.inc.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2011-04-26T07:46:44Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=8866#p8866</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Invoice number with multiple series]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=8864#p8864" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>joe wrote:</cite><blockquote><p>Type_id is a special kind of type, like Sales Order, Sales Invoice, Sales Credit, PO, GRN, Supp Invoice, etc. etc.<br />There is a type_id for every kind of operation.</p></blockquote></div><p>For example: type_id 17 is for inventory adjustments?<br />I&#039;m interested to know about this further. Is there a complete list of type_ids?</p><p>I went to https://frontaccounting.com/fawiki, <a href="https://frontaccounting.com/fawiki/index.php?n=Devel.Devel">TechInfo Resources</a> to be exact, but cannot find such info. The ER diagram only shows which tables relate to sys_types.</p><p>Albert</p>]]></content>
			<author>
				<name><![CDATA[apprayo]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=5314</uri>
			</author>
			<updated>2011-04-26T06:48:00Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=8864#p8864</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Invoice number with multiple series]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=8862#p8862" />
			<content type="html"><![CDATA[<p>Type_id is a special kind of type, like Sales Order, Sales Invoice, Sales Credit, PO, GRN, Supp Invoice, etc. etc.<br />There is a type_id for every kind of operation.<br />Trans_no is a unique identifier inside the type_id for assembling the rows to goto the GL.</p><p>For more info please look at the https://frontaccounting.com/fawiki</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2011-04-26T06:19:50Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=8862#p8862</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Invoice number with multiple series]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=8861#p8861" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>joe wrote:</cite><blockquote><p>The type_no is a link to the underlying GL entries. A Journal Entry consist of 2 or more rows that belongs to the same voucher (Journal Entry). These rows belongs to the same type_no.</p></blockquote></div><p>Can you explain how does the sys_types table work in general?<br />What is field type_id used for?</p><p>Albert</p>]]></content>
			<author>
				<name><![CDATA[apprayo]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=5314</uri>
			</author>
			<updated>2011-04-26T04:43:35Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=8861#p8861</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Invoice number with multiple series]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=8460#p8460" />
			<content type="html"><![CDATA[<p>You have probably broken FA installation.&nbsp; Read FAQ to find more on FA debugging.<br />Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2011-03-07T21:00:25Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=8460#p8460</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Invoice number with multiple series]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=8457#p8457" />
			<content type="html"><![CDATA[<p>I installed a fresh copy of 2.3.2 and everything is working fine, except for the forms setup. When i click on forms setup its not showing the forms next reference numbers. The page is blank with just the UPDATE button and does not show any fields to enter.<br />Please help!!!!!!!!!!!!!!!!!!!</p>]]></content>
			<author>
				<name><![CDATA[anwarkc]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=796</uri>
			</author>
			<updated>2011-03-07T07:56:46Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=8457#p8457</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Invoice number with multiple series]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=8076#p8076" />
			<content type="html"><![CDATA[<p>Hello,<br />The type_no is a link to the underlying GL entries. A Journal Entry consist of 2 or more rows that belongs to the same voucher (Journal Entry). These rows belongs to the same type_no.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2011-01-17T22:29:23Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=8076#p8076</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Invoice number with multiple series]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=8075#p8075" />
			<content type="html"><![CDATA[<p>detail, note that the reference is one and the number of transaction is another</p><p>(un detalle, ten en cuenta que la referencia es una y el numero de transaccion es otra)</p>]]></content>
			<author>
				<name><![CDATA[mosha3D]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=1910</uri>
			</author>
			<updated>2011-01-17T19:32:01Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=8075#p8075</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Invoice number with multiple series]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=8073#p8073" />
			<content type="html"><![CDATA[<p>I also I have doubts about what it means in sys_types type_no</p><p>Can you guide Joe or Janusz?</p><p>Attempt to put data into a temporary table, waiting for permission to go to the table after stock_moves. This table must have its own autoincrement.</p><p>Thanks</p><p>to rcuadra:<br />ABC functions for the references are in:&nbsp; &nbsp; (las funciones para el ABC con las referencias estan en: )<br />includes/db/references_db.inc</p><p>other files involved are:&nbsp; (otros archivos involucrados son:)<br />includes/types.inc<br />includes/sysnames.inc<br />includes/systypes.inc</p><p>as I said above, not clear to me that means type_no and where you put that as a reference<br />(como dije arriba, no me queda claro que significa type_no y donde se pone ese valor como referencia)</p><p>sorry for my English</p>]]></content>
			<author>
				<name><![CDATA[mosha3D]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=1910</uri>
			</author>
			<updated>2011-01-17T18:54:32Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=8073#p8073</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Invoice number with multiple series]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=8048#p8048" />
			<content type="html"><![CDATA[<p>Hello friends,</p><p>Nice to see a Spanish conversation, but if you guys think this can be of interest for the rest of the community, please try to do this in English <img src="https://frontaccounting.com/punbb/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2011-01-14T08:17:32Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=8048#p8048</id>
		</entry>
</feed>
