Skip to content

Możliwość wystawienia faktury proforma

Latest
Compare
Choose a tag to compare
@tomplus tomplus released this 03 Nov 23:41
21de904

Zmiany:

  • możliwość wystawienia Faktury Proforma
  • zwiększony rozmiar pól na nazwę usługi

W przypadku upgrade'u konieczna jest aktualizacja schematu bazy danych:

alter table invoices alter column ivc_name type varchar(512);
alter table invoices alter column ivc_name_2 type varchar(512);
alter table invoices alter column ivc_name_3 type varchar(512);
alter table invoices add column ivc_proforma integer not null default 0;