Projekt

Allgemein

Profil

Statistiken
| Zweig: | Markierung: | Revision:
Name Größe
  Helper
  Manager
  MetaSetup
  Object
AccTransaction.pm 3,76 KB
Assembly.pm 543 Bytes
AuthClient.pm 5,14 KB
AuthClientGroup.pm 163 Bytes
AuthClientUser.pm 161 Bytes
AuthGroup.pm 2,61 KB
AuthGroupRight.pm 161 Bytes
AuthMasterRight.pm 304 Bytes
AuthSchemaInfo.pm 301 Bytes
AuthSession.pm 292 Bytes
AuthSessionContent.pm 313 Bytes
AuthUser.pm 1,82 KB
AuthUserConfig.pm 161 Bytes
AuthUserGroup.pm 159 Bytes
BackgroundJob.pm 2,87 KB
BackgroundJobHistory.pm 384 Bytes
BankAccount.pm 1,38 KB
BankTransaction.pm 9,42 KB
Bin.pm 292 Bytes
Buchungsgruppe.pm 3,7 KB
Business.pm 607 Bytes
Chart.pm 5,38 KB
Contact.pm 1,08 KB
CsvImportProfile.pm 2,48 KB
CsvImportProfileSetting.pm 535 Bytes
CsvImportReport.pm 2,03 KB
CsvImportReportRow.pm 391 Bytes
CsvImportReportStatus.pm 397 Bytes
Currency.pm 140 Bytes
CustomVariable.pm 3,8 KB
CustomVariableConfig.pm 2,75 KB
CustomVariableConfigPartsgroup.pm 349 Bytes
CustomVariableValidity.pm 399 Bytes
Customer.pm 1,55 KB
Datev.pm 365 Bytes
Default.pm 504 Bytes
DeliveryOrder.pm 10,7 KB
DeliveryOrderItem.pm 592 Bytes
DeliveryOrderItemsStock.pm 401 Bytes
DeliveryTerm.pm 486 Bytes
Department.pm 459 Bytes
Draft.pm 365 Bytes
Dunning.pm 369 Bytes
DunningConfig.pm 381 Bytes
EmailJournal.pm 425 Bytes
EmailJournalAttachment.pm 253 Bytes
Employee.pm 332 Bytes
Exchangerate.pm 379 Bytes
Finanzamt.pm 373 Bytes
FollowUp.pm 564 Bytes
FollowUpAccess.pm 383 Bytes
FollowUpLink.pm 379 Bytes
GLTransaction.pm 962 Bytes
GenericTranslation.pm 391 Bytes
History.pm 369 Bytes
Inventory.pm 433 Bytes
Invoice.pm 23,7 KB
InvoiceItem.pm 1020 Bytes
Language.pm 140 Bytes
Letter.pm 746 Bytes
LetterDraft.pm 597 Bytes
MakeModel.pm 464 Bytes
Note.pm 544 Bytes
Object.pm 8,85 KB
Order.pm 7,5 KB
OrderItem.pm 2,1 KB
Part.pm 9,91 KB
PartsGroup.pm 673 Bytes
PaymentTerm.pm 3 KB
PeriodicInvoice.pm 416 Bytes
PeriodicInvoicesConfig.pm 8 KB
Price.pm 365 Bytes
PriceFactor.pm 468 Bytes
PriceRule.pm 4,41 KB
PriceRuleItem.pm 4,67 KB
Pricegroup.pm 252 Bytes
Printer.pm 609 Bytes
Project.pm 4,08 KB
ProjectParticipant.pm 391 Bytes
ProjectPhase.pm 379 Bytes
ProjectPhaseParticipant.pm 401 Bytes
ProjectRole.pm 377 Bytes
ProjectStatus.pm 533 Bytes
ProjectType.pm 525 Bytes
PurchaseInvoice.pm 3,01 KB
ReconciliationLink.pm 313 Bytes
RecordLink.pm 375 Bytes
RequirementSpec.pm 16,5 KB
RequirementSpecAcceptanceStatus.pm 865 Bytes
RequirementSpecComplexity.pm 497 Bytes
RequirementSpecDependency.pm 405 Bytes
RequirementSpecItem.pm 4,45 KB
RequirementSpecOrder.pm 319 Bytes
RequirementSpecPart.pm 205 Bytes
RequirementSpecPicture.pm 3,96 KB
RequirementSpecPredefinedText.pm 643 Bytes
RequirementSpecRisk.pm 479 Bytes
RequirementSpecStatus.pm 780 Bytes
RequirementSpecTextBlock.pm 1,87 KB
RequirementSpecType.pm 479 Bytes
RequirementSpecVersion.pm 508 Bytes
SchemaInfo.pm 375 Bytes
SepaExport.pm 347 Bytes
SepaExportItem.pm 631 Bytes
SepaExportMessageId.pm 316 Bytes
Shipto.pm 1,22 KB
Status.pm 367 Bytes
Tax.pm 260 Bytes
TaxKey.pm 367 Bytes
TaxZone.pm 992 Bytes
TaxzoneChart.pm 2,84 KB
TodoUserConfig.pm 383 Bytes
TransferType.pm 378 Bytes
Translation.pm 229 Bytes
TriggerInformation.pm 313 Bytes
Unit.pm 1,49 KB
UnitsLanguage.pm 381 Bytes
VC.pm 1,27 KB
Vendor.pm 1,42 KB
Warehouse.pm 490 Bytes

Aktuellste Revisionen

# Datum Autor Kommentar
e09f2da3 11.03.2016 12:53 Bernd Bleßmann

Auftrags-Controller: Warnung beim Speichern mit doppelten Artikeln.

In der Mandantenkonfiguration (Features) abschaltbar.

95a9251d 11.03.2016 12:45 Kivitendo Admin

FlattenToForm - auch customer_id oder vendor_id übergeben

Dies wird vom neuen OrderController beim Umwandeln in einen Lieferschein
gebraucht, wo nach einem flatten_to_form auf $order delivery_order
aufgerufen wird, wo anhand customer_id oder vendor_id der Kunden geladen...

0d34b381 06.03.2016 20:38 Kivitendo Admin

Payment Helper setzt $self->transactions zurück

Als es noch eine Methode transactions in SL::DB::Helper::Payment gab
wurden die acc_trans-Einträge bei Zugriff per $self->transactions jedes
Mal aus der Datenbank ausgelesen:
(SL::DB::Manager::AccTransaction->get_all(query => [ trans_id => $self->id ]);...

6923fcd4 02.03.2016 11:50 Bernd Bleßmann

DeliveryPlan: Entfernt Einstellung, um nur ausgelagerte Lieferscheine zu berücksichtigen.

Diese Option lieferte hier ungenaue Ergebnisse, da dennoch auch Positionen
angezeigt wurden, für die überhaupt kein Lieferschein erstellt wurde.

bdd97244 01.03.2016 17:28 Kivitendo Admin

Neue Chart Methode new_chart_valid

die prüft, ob es für das Konto ein Folgekonto gibt, und ob das aktuelle
Tagesdatum >= dem Folgedatum ist, d.h. ob eigentlich das Folgekonto
benutzt werden soll. Diese Abfrage war bisher allerdings kaputt und wird
wahrscheinlich auch nirgends sinnvoll genutzt.

fea07b8e 01.03.2016 17:28 Kivitendo Admin

SL::DB::Chart - Refactoring der Transaktionsmethoden

... der Methoden number_of_transactions und has_transaction.
Machen fast das Gleiche, aber has_transaction liefert nur 0 oder 1
zurück, und ist schneller.

4f43ec85 29.02.2016 16:18 Kivitendo Admin

Neue Methoden um Debitorenbuchungen zu erstellen

Vorbereitung für Debitorenbuchungsimport, neue Methoden für SL::DB::Invoice
Objekte:

add_ar_amount_row - Erlösbuchungen hinzufügen, mit Steuerschlüssel
create_ar_row - acc-trans für Forderung hinzufügen
validate_acc_trans - Prüfen ob alle acc_trans-Einträge aufgehen...

6418adee 29.02.2016 16:18 Kivitendo Admin

Typos und in SL/DB/Invoice.pm

bce4bcf8 29.02.2016 16:18 Kivitendo Admin

post in SL::DB::Invoice funktioniert nur für Verkaufsrechnungen

Abbruch, wenn post bei einer Debitorenbuchung aufgerufen wird.

8917f20a 29.02.2016 16:18 Kivitendo Admin

Standardforderungskonto und Verbindlichkeitskonto in Mandantenkonfiguration

Dort kann man in Zukunft angeben, welche Konten vorausgewählt sein
sollen.
Wird allerdings noch nicht in den Masken benutzt.

Revisionen anzeigen

Auch abrufbar als: Atom