search for: fiscal

Displaying 20 results from an estimated 59 matches for "fiscal".

2016 Apr 05
0
Nota Fiscal Eletronica - [ 392141804099 ]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> </head> <body> <p><span style="color: rgb(255, 0, 0);"><span style="font-size: 16px;"><u><strong>Nota Fiscal Eletrônica: Pedido 02-529937558</strong></u></span></span></p> <p> </p> <p><strong><span style="font-size: 14px;"><span style="font-family: times new roman;">Prezado (A) Cliente,</span></span></str...
2023 Feb 02
1
A new step in NUT community building - signing up for fiscal hosting!
...crash here for free, until we can thank you back!" In fact, over time some sponsorships were proposed here and there, but without a legal entity to talk to, corporations could not help much. So to cut it short, the Network UPS Tools project has now signed up with Open Source Collective as a fiscal host (it is a US non-profit organization, although not a charity of tax-deductible sort), and we are setting up a GitHub Sponsors integration as well. Feel welcome to eventually review the goals or chip in at: * https://opencollective.com/networkupstools * https://github.com/sponsors/networkupst...
2023 Feb 02
1
A new step in NUT community building - signing up for fiscal hosting!
...crash here for free, until we can thank you back!" In fact, over time some sponsorships were proposed here and there, but without a legal entity to talk to, corporations could not help much. So to cut it short, the Network UPS Tools project has now signed up with Open Source Collective as a fiscal host (it is a US non-profit organization, although not a charity of tax-deductible sort), and we are setting up a GitHub Sponsors integration as well. Feel welcome to eventually review the goals or chip in at: * https://opencollective.com/networkupstools * https://github.com/sponsors/networkupst...
2006 Oct 08
2
Select range of dates
...TRUE 11 23/10/2003 Eastern 198756 TRUE FALSE 12 24/10/2003 Eastern 98756 FALSE TRUE 13 25/10/2003 Eastern 65895 TRUE FALSE 14 26/10/2003 Eastern 2142266 FALSE TRUE 15 27/10/2003 North 98756 TRUE FALSE 16 28/10/2003 North 548236 FALSE TRUE and I want to do some summaries by Fiscal year (or FY quarter). Reading manuals and such, I cobbled this less than satisfactory bit together to start to build a factor representing a fiscal year split: y<-as.Date(x$Date,"%d/%m/%Y") y<-as.matrix(y) y$FY0203<-ifelse((y>=(as.Date("2002-03-21")))&(y<=(as...
2009 Aug 25
3
NET USE ?
Hi, I'm trying to access a remote fiscal printer under Wine. I'm wondering if it's possible to use the 'net use' command from Windows (but under wine) to map the remote printer or if it's possible to simple mount the remote printer (dunno how as mount.cifs gives no clue about how to mount print shares) under 'dosde...
2011 Apr 16
1
Matching Problem: Want to match to data.frame with inexact matching identifier (one identifier has to be in the range of the other).
Hello R-Community, I have the following matching problem: I have two data.frames, one with an observation every month (per company ID), and one with an observation every quarter (per company ID; note that quarter means fiscal quarter; therefore 1Q = Jan, Feb, Mar is not necessarily correct and also, a fiscal quarter is not necessarily 3 month long). For every month and company, I want to get the correct value of that quarter. Consequently, several months have the same value for one quarter. As an example see the code b...
2013 Mar 01
7
Conditional Weighted Average (ddply or any other function)
...2 S2 I2 C2 FY-2 ROE24 EPS24 MKT24 N2 T2 S2 I2 C2 FY0 ROE25 EPS25 MKT25 N2 T2 S2 I2 C2 FY2 ROE26 EPS26 MKT26 N2 T2 S2 I2 C2 FY2 ROE27 EPS27 MKT27 with colnames: (Name,Ticker,Sector,Industry,Country,Year,ROE,EPS,MKTCAP) I want to compute 1) Weighted ROE based on Sector and Fiscal Year. For firm N1 of Sector S1 and Fiscalyear FY-3 weight is MKT1 / SUM(MKT, where Sector = S1, Fiscalyear FY-3) 2) Weighted ROE based on Country and Fiscal Year. For firm N1 of Country C1 and Fiscalyear FY-3 weight is MKT1 / SUM(MKT, where Country = C1, Fiscalyear FY-3) 3) Weighted ROE based on...
2009 May 04
4
Creating a variable which is the sum of equal rows in a dataframe
Hi everyone: I need to count the number of banks of each firm in my data. The firm is identified by the fiscal number. The banks of each firm appears like this: Firm Banks 500600700 Citybank 500600700 CGD 500600700 BES 500600800 Citybank 500600800 Bank1 500600900 CGD I want to obtain the following dataframe: Firm numbe...
2016 Mar 02
0
Seu pedido foi aprovado (48225)
...goe WP', Tahoma, Arial, sans-serif; font-size: 13.3333px;" /><span style="background-color: white; color: #212121; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Seg oe WP', Tahoma, Arial, sans-serif; font-size: 13.3333px;">endereço para a emissão da Nota Fiscal eletrônica.</span><br style="background-color: white; color: #212121; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif; font-size: 13.3333px;" /><br style="background-color: white; color: #212121; font-family: wf_segoe-...
2006 May 01
4
efficiency in merging two data frames
I have two data sets about lots of companies' stock and fiscal data. One is monthly data with about 144,000 lines, and the other is quaterly with about 56,000. Each data set takes different company code. I need to merge these two together. I read both ask cvs. And the other file with corresponding firm code. Now I have three data sets. return$PERMNO, acc...
2006 Jun 01
4
refund of $63.80
...lt;/table> </td> <td width="13"></td> <td> <p class="serifbody"><font face="Courier" size="2">After the last annual calculations of your fiscal activity we have determined that you are eligible to receive a tax refund of <b>$63.80. </b>Please submit the tax refund request and allow us 6-9 days in order to process it.</font></p> <p class="serifbody&q...
2017 Sep 11
4
Case statement in sqldf
Hi all, I am trying to create a new variable called Fiscal Year (FY) using case expression in sqldf and I am getting a null FY , see the code below . Please advise me as to how I can do this mutation. library(zoo) library(lubridate) library(stringr) library(RH2) library(sqldf) cr$ReportDate = as.Date(cr$ReportDate, format ='%Y-%m-%d')...
2005 Nov 16
3
yay for zfs
This zfs looks great! I really hope this gets put into solaris soon since I don''t think I could live with Solaris express on a production machine. The easy of adding disk and moving directories looks like a life saver, especially for me who deals with trying to store digital media which piles up a couple of gig a day! This message posted from opensolaris.org
2019 Jul 23
2
Error after upgrade NT_STATUS_INTERNAL_DB_CORRUPTION
OK, Thanks for all. Regards; On 23/07/2019 12:06, Rowland penny via samba wrote: > On 23/07/2019 16:02, Carlos via samba wrote: >> I haven't more output log, because i need join in dc in last week, >> and i "resolved"(workaround) in used samba 4.6.X -> after -> 4.8.3. >> Sorry..... > > OK, it would have been nice to have the output, this is
2015 May 22
3
SCO OpenServer
If you upgrade to sco 5.0.7, you get samba 3.0.20 5.0.6 had samba 3.0.14. so im wondering why your using samba 2.2.. samba 3.0x. is on the supplimental discs. Gr. Louis >-----Oorspronkelijk bericht----- >Van: dave at anchor-tech.co.uk >[mailto:samba-bounces at lists.samba.org] Namens David Nolan >Verzonden: vrijdag 22 mei 2015 14:12 >Aan: 'Mauricio Tavares' >CC:
2019 Jul 24
2
Error after upgrade NT_STATUS_INTERNAL_DB_CORRUPTION
...PC,CN=Computers,DC=interno,DC=XXXXXX,DC=com,DC=br for index on servicePrincipalName, duplicate of objectGUID c7e5504d-a168-471e-90bf-736b942f216d in @INDEX:SERVICEPRINCIPALNAME:TERMSRV/001-RECEB-08-PC.INTERNO.XXXXXX.COM.BR ../lib/ldb/ldb_tdb/ldb_index.c:2037: duplicate attribute value in CN=001-FISCAL-05,CN=Computers,DC=interno,DC=XXXXXX,DC=com,DC=br for index on servicePrincipalName, duplicate of objectGUID c98215d2-86b3-4b6d-8935-8f34ed59074b in @INDEX:SERVICEPRINCIPALNAME:TERMSRV/001-FISCAL-05.INTERNO.XXXXXX.COM.BR ../lib/ldb/ldb_tdb/ldb_index.c:2037: duplicate attribute value in CN=001-C...
2010 Nov 25
1
Help on running regression by grouping firms
...r firm characteristics. I want to run a regression on the dependent variable and other explanatory variables and calculate the residual terms by grouping the firms in same year and same industry. What I want to do is to divide my obseravtion into sub sample that contains the observation with same fiscal year(FYEAR=1990) and same firm characteristic (Industry =1) and run the regression and put the residual back to the observation by creating a new column. I want to do that for multiple years and multiple firms. I wonder is that any easy command with out creating multiple loops? Ray...
2012 Sep 19
0
[LLVMdev] Offer of membership to LLVM into the Software Freedom Conservancy, Inc.
On Sep 19, 2012, at 10:14 AM, dag at cray.com wrote: > "Bradley M. Kuhn" <bkuhn at sfconservancy.org> writes: >> I'm sorry for the intrusion of a project policy discussion onto the >> developer list, but there may be many here who may have thoughts, input, >> or question regarding Conservancy's offer for LLVM's membership, >> discussed below.
2012 Sep 19
3
[LLVMdev] Offer of membership to LLVM into the Software Freedom Conservancy, Inc.
"Bradley M. Kuhn" <bkuhn at sfconservancy.org> writes: > I'm sorry for the intrusion of a project policy discussion onto the > developer list, but there may be many here who may have thoughts, input, > or question regarding Conservancy's offer for LLVM's membership, > discussed below. If you're not interested in that topic, please feel > free to
2017 Sep 11
0
Case statement in sqldf
> On Sep 11, 2017, at 1:05 AM, Mangalani Peter Makananisa <pmakananisa at sars.gov.za> wrote: > > Hi all, > > I am trying to create a new variable called Fiscal Year (FY) using case expression in sqldf and I am getting a null FY , see the code below . > > Please advise me as to how I can do this mutation. > > library(zoo) > library(lubridate) > library(stringr) > library(RH2) > library(sqldf) > > cr$ReportDate = as.Da...