Signature signed & rejected
Code | Description | Example |
@UserName | The first name of the user | Dear John, |
@OrderName | The name of the document | The documents for Best practices fund were signed |
@DateTime.Now. ToShortDateString() | The date when the documents have been signed by the all signatories. Format: dd/mm/yyyy | Documents for Best practices fund were signed on 01/02/2016 |
@DocumentType | The type of document | ASIC Form 484 Change of Address |
Annual Statement Reminder & Company Debt Reminder
Code | Description | Example |
@UserName | The first name of the user | Dear John, |
@LastName | The last name of the user | Dear Moore, |
@CompanyName | The name of the company | There is currently an outstanding debt with ASIC for Best memories Pty Ltd |
@ACN | The ACN of the company | There is currently an outstanding debt with ASIC for Best memories Pty Ltd - (ACN 123 456 789) |
@Logo | Logo URL | |
@DateTime.Now. ToString(\"dd MMM yyyy\") | The date when reminder has been sent Format: dd/MMM/yyyy | Example: 15 Jan 2016 |
@DatePay |
The maximum date when the debt has to be paid. Format: dd/mm/yyyy |
Please pay the invoice $100 for Best memories Pty Ltd (ACN 123 456 789) by 01/05/2016 to avoid late fees from ASIC |
@DateSentFormat. ToString(\"yyyy\") | The date when the reminder has been sent Format: yyyy |
Example: 2016 |
@PrincipalAddress | The principal address of the company | This is a reminder for the company below: Best memories Pty Ltd - (ACN 123 456 789), the principal address is Level 3, 26 Marine Parade Southport QLD 4515 |
@BPayCode | The BPAY biller code of the company, can be found on the company profile | |
@BPayReference | The Reference number of the company, can be found on the company profile | |
@Debt | The company debt value Currency: dollars Format: $5.00 To change the format for dollars without cents use @DebtFormat. ToString("C0") |
Please pay the invoice $100 for Best memories Pty Ltd (ACN 123 456 789) |
@TotalDebt | The total debt the company currently has | There is currently an outstanding debt with ASIC of $100 for Best memories Pty Ltd - (ACN 123 456 789) |
@DatePayFormat. ToString("dd MMM yyyy") |
The maximum date when the debt has to be paid. Format: dd/MMM/yyyy |
Please pay the invoice $100 for Best memories Pty Ltd (ACN 123 456 789) by 01 Jan 2016 to avoid late fees from ASIC |
@DatePayFormat. ToString("dd MMMM yyyy") | Payment due date | Date month year format |