Jump to content

Razva

Member
  • Posts

    39
  • Joined

  • Last visited

About Razva

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Razva's Achievements

Member

Member (2/3)

0

Reputation

  1. I'm not able to connect to G Suite via IMAP, only via POP, this being the reason for opening this ticket. Here's an example of one IMAP and two POP, all on the same G Suite account (I've replaced my domain.tld with X in the paste, because of privacy/spam reasons): POP Import Log Date: 26/12/2018 12:44:17 --- Host: imap.gmail.com Email: commercial@X Connection error: POP3 connection broken in response --- Host: pop.gmail.com Email: support@X Mailbox is empty --- Host: pop.gmail.com Email: wordpress@X Mailbox is empty --- Any hints?
  2. Hey, Is there any way, or plugin, that'll allow me to use IMAP instead of POP? G Suite filters seem to not apply when using POP, but only when using IMAP. Thank you
  3. Hey, I've setup 8 products in the same Group, and assigned the Universal Slider as desired Template. Unfortunately the single result I have is this: I guess that I need to set something at the description of the product...? Thank you!
  4. Well ... can you please make me an offer on PM? 🙂
  5. I'm no programmer so ... I totally agree with you, but I have no idea how to implement it.
  6. I've replaced $pdf->Cell(0, 6, Lang::trans('invoicesdatedue') . ': ' . $duedate, 0, 1, 'L', '1'); with $pdf->Cell(0, 6, Lang::trans('invoicesdatedue') . ': ' . date('d.m.Y',strtotime('+15 days',strtotime($datecreated))), 0, 1, 'L', '1'); The "original" invoice is this: The result is this: So we can consider this as a "win" for now. I'll search for somebody to write a module, because I'm pretty sure this will get overwritten at the first update and diff-ing is a huge pain in the arse. Thank you very much for your support!
  7. Unfortunately it doesn't applies to Romania. Here the law imposes both the Invoice Date and Due Date, because it has "contractual meaning". So...yeah... 😕
  8. Sure I/we could, but that wouldn't really fix a behaviour that is not appropriate/legal. I think that the solution is for WHMCS to "be legal", not for its (paying) users to search workarounds and gimmicks. It's just my humble opinion. Meanwhile, you had a great idea! Can't we modify the template so it shows the Due Date as InvoiceDate+15 days? I'm not a programmer but it doesn't looks very complicated?
  9. Hello, Right now the "VAT Addon" module behaves like this: when applying payment the "Invoice Date" is changed into the current/today date, which is ok/normal the "Due date" is NOT changed, which results in very weird invoices, as sometimes clients pay way after the Due Date Example: Proforma Invoice is issued by WHMCS in 01.11 and has 15.11 as the Due Date (everything normal until here) the client makes a late payment in 05.12, aka 20 days after the Due Date the accountant registers the payment in 06.12, this resulting in the Fiscal Invoice with 06.12 as Invoice Date BUT the Due Date remains 15.11.2018. This behaviour is illegal in the vast majority of EU countries, as you cannot issue an invoice ... after its Due Date, or on different months. Any fix for this? Thank you, Razvan
  10. Hello, Right now the "VAT Addon" module behaves very strange: When applying payment, the "Invoice Date" is changed into the current/today date (which is OK/normal/acceptable) The "Due date" is NOT changed, which results in very weird invoices. Example: invoice is issued in 01.12.2018, but the due date is 15.11.2018 - which is illegal in Europe, as you cannot issue an invoice ... after its due date. Requested work When adding payment, the "Invoice Date" and "Due Date" should be the same OR the "Due Date" should be "Invoice Date + 30 days". I'm looking for a serious developer who can make this simple module. Thank you, Razvan
  11. After spending a couple of hours with my programming colleagues, the general conclusion was "fsck it, let's just use Global Date Format". I'm coming from HostBill and I'm amazed of the limitations imposed by WHMCS! You cannot specify quantities for products on invoices, you cannot create products with quantities (my workaround was to create a product + configurable options, which is horrible), you have hugely limited multi-language support (even if WHMCS advertises itself as "fully multi-lingual"). Sometimes I'm so tempted to just go back to HostBill... 😐
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated